#about-us-page {
    background-image: url("../img/Section_About Us1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: auto;
    padding: 2rem 3rem;
    text-align: center;
    color: #fff;
}

#about-us-page .title-block {
    text-transform: uppercase;
}

#about-us-page .decor-bar-container span {
    background-color: #00C2FD;
}

#open-intro .container {
    display: grid;
    grid-template-columns: 60% 40%;
    column-gap: 30px;
    align-items: center;
}

h1.page-title {
    position: relative;
    color: var(--primary-color-dark-blue-dark2);
}

h1.page-title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #E74040;
    bottom: 0;
    left: 0;
    top: -10px;
}

.page-slogan {
    font-family: "InterB", sans-serif;
    font-weight: bold;
}

#open-intro .left-section {}

#history {
    background-image: url(../kvn/history.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100vw;
    padding: 70px 0px;
    position: relative;
}

.history-wrapper {}

.history-coverflow-swiper {
    position: absolute;
    bottom: 20px;
    margin: auto;
    width: 100%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.core-values-section {
    background: url(../kvn/SectionCoreValue.png);
    background-size: 100%;
    background-position: top center;
    width: 100%;
    height: 840px;
    padding: 70px 0px;

}

.leader-card h6 {
    font-size: 14px;
}

.core-value-item img {
    width: 48px;
}

.core-value-item h5 {
    color: var(--primary-color-dark-blue-dark1);
    font-size: 28px;
}

.core-value-item .d-flex.align-items-center {
    column-gap: 15px;
}

.value-box {
    background: linear-gradient(to bottom right, #1B67EA, #1B37A0);
    border-radius: 20px;
    color: white;
    min-height: 300px;
    padding-left: 40px !important;
}

.value-box ul {
    padding-left: 1.2rem;
}

.value-box li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    font-size: 18px;
}

#organization-chart {
    padding: 80px 0px;
    background: linear-gradient(90deg, #54ADFF 0%, #81F7FF 100%);

}

#organization-chart img {
    width: 1000px;
    margin: auto;
    display: block;
}

.legal-section .doc-item img {
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.legal-section .doc-item p {
    color: #9CD4FF;
    font-size: 14px;
    margin-top: 1rem;
}


.history-coverflow-swiper {
    padding-top: 20px;
    padding-bottom: 60px;
}

.history-coverflow-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 550px;
    height: 350px;
    transition: all 0.3s ease;
}

.history-main-swiper {
    display: none;
}

.history-coverflow-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.history-main-swiper img {
    width: 90%;
    height: 200px;
    object-fit: cover;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}


/* Navigation buttons */
.legal-section .custom-prev,
.legal-section .custom-next {
    color: white;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.legal-section .custom-prev {
    left: -10px;
}

.legal-section .custom-next {
    right: -10px;
}

/* Gradient mask left/right */
.legal-section .gradient-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 5;
    pointer-events: none;
}

.legal-section .gradient-overlay.left {
    left: 0;
    background: linear-gradient(to right, #1B2551 0%, transparent 100%);
}

.legal-section .gradient-overlay.right {
    right: 0;
    background: linear-gradient(to left, #1B2551 0%, transparent 100%);
}

#organize {
    background-image: url(../img/Section\ Organize.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 100%;
    height: auto;
    padding: 70px 0px;
}

.category-container {
    max-width: 928px;
    margin: auto;
}

.category-wrapper {
    display: grid;
    max-width: 928px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    margin: auto;
}

.paragraph-left-img {
    display: flex;
    margin-bottom: 2rem;
}

.paragraph-left-img img {
    flex: 1;
}

.paragraph-left-img ul {
    flex: 1;
    padding-left: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.paragraph-left-img ul li {
    margin-bottom: 3rem;
}

#vision-core {
    background-image: url(../img/Section_Vison_Core.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 582px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#vision-core .top {
    display: block;
}

#vision-core .content-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
}

#vision-core .content-block .content-block-item {
    flex-basis: 50%;
    text-align: center;
}

#vision-core .about-us-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    line-height: 3rem;
}

#vision-core .decor-bar-container span {
    background-color: var(--secondary-color-blue-l1);
}

#vision-core .about-us-description {
    text-align: justify;
}

#vision-core .about-us-bottom {
    display: flex;
    justify-content: center;
}

#vision-core .about-us-button-more {
    color: var(--primary-color-dark-blue-deep);
    width: 180px;
    height: 44px;
    border-radius: 37px;
    border: 1px solid var(--secondary-color-blue-l1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
}

#vision-core .bottom {
    color: #FF4653;
}

#vision-core strong {
    font-weight: bold;
    font-family: "InterB";
}

#vision-core .vision-slogan {
    width: 60%;
    margin: 2rem auto;
}

.vision-left {
    padding-left: 0px;
}

.vision-left li {
    list-style-type: none;
}

.vision-item-title {
    font-size: 24px;
    font-family: 'InterB';
}

.vision-item-top {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}

.vision-item-top .iconfont {
    font-size: 30px;
    color: #0341f2;
}

.vistion-item {
    margin-bottom: 2rem;
}

.vision-item-bottom {
    color: #0062B9;
    font-weight: bold;
    ;
}

.vision-item-bottom ul {
    display: flex;
    justify-content: space-evenly;
}

#policy-profile {
    padding: 5rem 3rem;
}

#policy-profile-slide {
    width: 960px;
    padding: 0;
    overflow: hidden;
}

#policy-profile-slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    columng-gap: 15px;
}

#policy-profile-slide .swiper-slide {
    justify-content: center;
}

#policy-profile-slide .swiper-button-next {
    color: #00C2FD;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem !important;
}


.policy-profile-title {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

#policy-profile {
    background-color: #16224B;
}

#officers {
    padding: 5rem 3rem;
}

#officers .title-block {
    font-size: 40px;
    margin-bottom: 2rem;
}

#officers .title-block .top {
    display: block;
}

#officers .title-block .bottom {
    color: var(--danger-color);
}

#officers .decor-bar-container span {
    background-color: var(--secondary-color-blue-l1);
}

.officers-wrapper {
    margin-top: 2rem;
}

.col-office-wrapper {
    display: flex;
    column-gap: 1rem;
}

.col-office-wrapper .h3 {
    font-size: 20px;
    font-family: "MontB";
}

.col-office-wrapper .col-item {
    text-align: left;
}

.col-office-wrapper .col-item:first-child {
    flex-basis: 40%;
}

.col-office-wrapper .col-item:nth-child(2) {
    flex-basis: 40%;
}

.col-office-wrapper .col-item li {
    margin-bottom: 1rem;
    color: #171E69;
}

.col-office-wrapper .col-item li::before {
    content: "\e61f";
    font-family: "Iconfont";
    color: var(--secondary-color-blue-l1);
    margin-right: .5rem;
}

.col-office-wrapper .col-item ul {
    list-style: none;
    padding-left: 5px;
}

#organize img {
    margin: auto;
}

.chart-organizer-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}