﻿.about {
    position: relative;
}

.about-banner {
    display: none;
}


.about-detail-container section.detail-news-childs img {
    cursor: zoom-in;
}

.about-container {
    display: flex;
    align-items: center;
    padding: 50px 0;
    padding-top: 55px;
    flex-direction: row-reverse;
}

.about-detail-container section.detail-news-childs h3 {
    margin: 16px 0;
    font-size: 24px;
    color: #035B8F;
    font-family: 'CormorantUnicase-Bold';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.about-left {
    width: 625px;
    position: relative;
}

.about-left-img {
    width: 100%;
    height: 430px;
}

    .about-left-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 7%;
    }

.about-left-slogan {
    position: absolute;
    right: 0;
    bottom: -15px;
    background: #F0E193;
    color: #711a28;
    font-size: 20px;
    padding: 18px 24px;
    left: 0;
    text-align: center;
    border-radius: 50px;
}

    .about-left-slogan span {
        font-family: 'Inter_24pt-Medium';
    }

.about-detail-container section h1, .about-detail-container section h2 {
    margin: 10px 0;
    color: #711A28;
    font-family: 'K2D-BOLD';
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.about-right {
    flex: 1;
    padding-right: 41px;
}

.about-right-name {
    margin: 0;
    font-size: 30px;
    color: #711a28;
    font-family: 'K2D-BOLD';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.about-right-title {
    margin: 0;
    color: #333;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Inter_24pt-SemiBold';
    line-height: 150%;
    text-align: justify;
}

.about-right-descript {
    color: #333333c7;
    font-size: 18px;
    line-height: 155%;
    text-align: justify;
}

.about-df {
    background-color: #F1F1F1;
    background-image: url(../../../Design/img/bg-home-about-min.png);
    background-size: cover;
}

    .about-df .grid.wide {
    }

.about-df-container {
    padding: 60px 0;
}

.about-df-item {
    display: flex;
    flex-direction: row-reverse;
    /* flex-direction: column !important; */
}

    .about-df-item:nth-child(odd) {
        flex-direction: row;
    }

    .about-df-item .img {
        width: 50%;
        height: 550px;
    }

        .about-df-item .img img {
        }

    .about-df-item .content {
        width: 50%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 42px;
    }

        .about-df-item .content h3 {
            margin: 0;
            text-align: center;
            font-family: baiSB;
            text-transform: uppercase;
            font-size: 40px;
            line-height: 155%;
            margin-bottom: 12px;
            color: var(--default-color-1);
        }

        .about-df-item .content span {
            text-align: center;
            font-size: 18px;
            line-height: 156%;
            color: #333333b0;
            font-family: baiSB;
        }

        .about-df-item .content a:hover {
            background-color: transparent;
            color: var(--default-color-1);
        }

        .about-df-item .content a {
            background-color: var(--default-color-1);
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            padding: 16px 40px;
            margin-top: 22px;
            border: 2px solid var(--default-color-1);
            transition: all .3s;
            font-family: 'baiSB';
        }

.about-count {
    background: url(/Design/img/DongXuyen/b-b.png) no-repeat;
    background-size: cover;
}

.about-count-container {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
    padding-bottom: 30px;
    padding-top: 20px;
    user-select: none;
}

.about-count-item {
    display: flex;
    align-items: center;
}

    .about-count-item span {
        color: #F3F4F4;
        font-size: 56px;
        font-family: 'Inter_24pt-SemiBold';
        display: block;
        font-weight: normal;
    }

    .about-count-item strong {
        position: relative;
        z-index: 2;
        font-family: 'CormorantUnicase-Bold';
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: normal;
        margin-left: 8px;
    }

.about-detail {
    background: url(/Design/img/DongXuyen/b.png) no-repeat;
    background-size: cover;
}

.about-detail-container {
    padding: 30px 0;
}

    .about-detail-container section {
        color: #333;
        font-size: 18px;
        line-height: 184%;
    }

.about-df-list {
    margin-top: 40px;
}

a.p-btn-link:hover {
    background: linear-gradient(115deg, #81BB3F 8.51%, #238E44 91.49%);
    border-color: snow;
}

    a.p-btn-link:hover span {
        color: #fff;
    }

.p-btn-link {
    display: flex;
    align-items: center;
    width: fit-content;
    padding-left: 24px;
    height: 54px;
    padding-right: 20px;
    transition: all linear .3s;
    border: 1px solid transparent;
    border-radius: 11049.25px;
    background: radial-gradient(79.83% 60.51% at 50% 39.49%, #22A8FA 0%, #035B8F 100%);
}

    .p-btn-link span {
        display: block;
        color: var(--White, #FFF);
        font-family: 'Inter_24pt-Medium';
        font-size: 19.889px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .p-btn-link .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        position: relative;
    }


/*RS*/
@media(max-width:1023px) {
    .searchbox-over {
        display: none !important;
    }

    .about-detail-container section.detail-news-childs h3 {
        font-size: 18px;
    }

    .about-df-item .content {
        width: 100%;
        padding: 15px;
    }

    .about-detail-container section.detail-news-childs img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        margin: 0 !important;
    }
}

@media(min-width:740px) and (max-width:1023px) {

    .about-df-item .img {
        height: 450px;
        width: 100%;
    }

    .about-right {
        padding-left: 0;
    }

    .about-left-img {
        height: 350px;
    }

    .about-left {
        width: 355px;
    }

    .about-right-title {
        font-size: 16px;
    }

    .about-right-name {
        font-size: 22px;
    }

    .about-right-descript {
        font-size: 16px;
    }

    .about-left-slogan {
        font-size: 16px;
    }

    .about-count-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .about-detail-container {
        padding-bottom: 30px;
    }

    .about-df-container {
        padding: 50px 0;
    }

    .about-df-item .content h3 {
        font-size: 30px;
    }
}

@media(max-width:739px) {

    .about-df-item {
        flex-direction: column !important;
    }

        .about-df-item .content {
            width: 100%;
            padding: 15px;
        }

        .about-df-item .img {
            width: 100%;
            height: 250px;
        }

    .about-df-container {
        padding: 20px 0;
    }


    .about-df-item .content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .about-df-item .content span {
        font-size: 16px;
    }

    .about-df-item .content a {
        font-size: 14px;
        padding: 12px 26px;
        margin-top: 14px;
    }

    .about-left-slogan {
        font-size: 15px;
        padding: 14px;
        left: 0;
        width: 100%;
        right: unset;
        bottom: -16px;
        line-height: 146%;
    }

    .about-detail-container {
        padding-bottom: 25px;
    }

    .about-container {
        padding: 30px 0;
        flex-direction: column;
    }

    .about-left {
        width: 100%;
    }

    .about-left-img {
        width: 100%;
        height: 320px;
    }

    .about-banner-content span {
        font-size: 32px;
    }

    .about-banner {
        height: 300px;
    }

    .about-right {
        padding-left: 0;
        padding-top: 35px;
        padding-right: 0;
    }

    .about-right-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .about-right-descript {
        font-size: 16px;
    }

    .about-right-name {
        font-size: 20px;
    }

    .about-count-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 26px;
        row-gap: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .about-count-item span {
        font-size: 29px;
    }

    .about-count-item {
        flex-direction: column;
    }

        .about-count-item strong {
            font-size: 14px;
            text-align: center;
        }

    .about-detail-container section {
        font-size: 16px;
        text-align: justify;
    }

    .about-df-list {
        margin-top: 30px;
    }
}


/*About min*/
.home-about-top .item.right .text ul {
    padding-left: 36px;
}

.home-about-top .item.right .text {
    display: block;
    width: 100%;
    text-align: justify;
}

.full-sesion-about.aos-init.aos-animate {
    display: block;
    margin: 0;
}

.home-certification-awards {
    background: url(/Design/img/ccnHT/1.png) no-repeat;
    background-size: cover;
}

.active-highlight {
    animation: highlightFade 2s ease-in-out;
    background-color: rgba(255, 230, 150, 0.4); /* Màu nền nhấn nhẹ */
    transition: background-color 0.5s;
    /* border-left: 4px solid #ffc107;*/
}



.home-about-top .item.right .text h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.home-about-top .item.left:before {
    display: none;
}

.img-history-of-formation {
    text-align: center;
}

    .img-history-of-formation a {
        display: block;
        width: 100%;
        height: 100%;
    }

.p-banner {
    height: 540px;
}

.content-item-about-r {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    float: unset;
    text-align: left;
}

.item-c-about-r {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 69px 23px;
}

.top-c-about-item section {
    font-size: 18px;
    font-family: 'AvertaStdCY-Regular';
    color: #fff;
    text-align: center;
    padding: 0 36px;
}

.top-c-about-item {
    text-align: center;
}

.home-about-top .item.left .img a:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.top-c-about-item h3 {
    margin: 0;
    font-size: 30px;
    font-family: 'OSWALD-MEDIUM';
    color: #fff;
    font-weight: normal;
}

.top-c-about-item h5 {
    margin: 0;
    font-family: 'Inter_24pt-Medium';
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
}

.top-c-about-item section {
    padding-top: 20px;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.bb-c-about-item h6 {
    margin: 0;
    font-size: 150px;
    font-family: 'AvertaStdCY-Black';
    color: #fff;
}

.num-about {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150px;
    font-family: 'AvertaStdCY-Black';
    color: #fff;
}

.bb-c-about-item {
    text-align: center;
    margin-top: 62px;
}

    .bb-c-about-item h4 {
        font-size: 17px;
        font-family: 'AvertaStdCY-Regular';
        margin: 0;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
    }

.item-decor-r-number {
    display: flex;
    align-items: center;
    margin: 15px 0;
    margin-left: 10px;
    justify-content: center;
}

    .item-decor-r-number span {
        display: block;
        color: #fff;
        width: 208px;
        text-align: left;
        font-family: 'Inter_24pt-Regular';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        margin-left: 12px;
    }

    .item-decor-r-number .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 68px;
        height: 68px;
        background: #fff;
        border-radius: 50%;
    }

        .item-decor-r-number .icon img {
            filter: invert(24%) sepia(76%) saturate(830%) hue-rotate(95deg) brightness(91%) contrast(98%);
        }

.home-about-top .item.left .img a img.fill {
    width: 100%;
    height: 648px;
}

.home-about-top .item.left .img img {
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

.home-about-top .item.left .img img {
    width: 57%;
    height: auto;
}

.full-sesion-about {
    margin: 0;
}

.bb-c-about-item {
    margin-top: 15px;
}

.home-about:before {
    width: 100%;
    display: none;
}

.home-about-top .item.right {
    padding-right: 0;
    padding-top: 0;
    padding-right: 30px;
}

.home-about-top .item.left .img a {
    position: relative;
    display: block;
    border-radius: 5px;
}

.home-about-top .item.left {
    position: relative;
    width: 37%;
}

.home-about .grid.wide {
}

.content-board-of-directors {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 25px;
}

.left-img-show-board-of-directors img {
    width: 286px;
    min-width: 286px;
    height: 384px;
}

.r-c-show-board-of-directors h4 {
    margin: 0;
    color: #000;
    font-family: 'Inter_24pt-Medium';
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

    .r-c-show-board-of-directors h4 strong {
        font-family: 'Inter_24pt-SemiBold';
        font-weight: normal;
        color: #035B8F;
    }

.des-show-board-of-directors span {
    display: block;
    margin: 0;
    color: #F44336;
    font-family: 'Inter_24pt-Medium';
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    margin-top: 10px;
}

.r-c-show-board-of-directors {
    flex: 1 1 0;
    margin-left: 25px;
    margin-top: 20px;
}

.left-img-show-board-of-directors {
    width: 34%;
}

.f-show-board-of-directors section {
    color: #4b4b4b;
    font-family: 'Inter_24pt-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-top: 32px;
    text-align: justify;
}

.f-show-board-of-directors:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%);
    left: 0;
    top: 16px;
    width: 45px;
    height: 4px;
}

.f-show-board-of-directors {
    position: relative;
}

.popup-close:before {
    content: "";
    position: absolute;
    background: #333;
    left: 0;
    top: 2px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
}

.popup-close:hover:before {
    background: #ffab15;
}

.full-c-show-board-of-directors {
    display: flex;
}

.item-img-organizational-chart a {
    display: block;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-board-of-directors {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(0.7);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    position: relative;
    max-width: 880px;
    width: 90%;
    opacity: 0;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-board-of-directors.active {
    transform: scale(1);
    opacity: 1;
}


.popup-close {
    position: absolute;
    top: 8px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 23px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #fff;
    z-index: 0;
}


.top-c-img-board-of-directors img {
    height: 390px;
    border-radius: 8px;
}

.item-c-board-of-directors {
    position: relative;
    cursor: pointer;
}

.b-about-board-of-directors {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.full-board-of-directors {
    background-color: rgba(0, 0, 0, .33);
    padding: 20px 20px 25px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    border-radius: 0 0 8px 8px;
}

.name-board-of-directors h4 {
    margin: 0;
    color: #fff;
    font-family: 'Inter_24pt-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.btn-board-of-directors .p-btn-link {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    opacity: 0;
    transition: all .2s ease-in-out;
    height: 0;
    overflow: hidden;
}

.item-c-board-of-directors:hover .btn-board-of-directors .p-btn-link {
    opacity: 1;
    height: 42px;
    visibility: visible;
}

.item-c-board-of-directors .btn-board-of-directors .p-btn-link:hover {
    background: var(--default-color-1);
    color: #fff;
}

    .item-c-board-of-directors .btn-board-of-directors .p-btn-link:hover span {
        color: #fff;
    }

.name-board-of-directors h4 strong {
    font-family: 'Inter_24pt-Medium';
    font-weight: normal;
}

.des-board-of-directors {
    margin: 5px 0;
    margin-bottom: 21px;
}

.btn-board-of-directors .p-btn-link {
    cursor: pointer;
}

.des-board-of-directors span {
    color: #fff;
    font-family: 'Inter_24pt-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.item-img-organizational-chart a img {
    width: 100%;
    height: 100%;
}

.swiper.detailImgAchievements {
    overflow: hidden;
}

.item-bottom-achievements {
    position: relative;
}

    .item-bottom-achievements .btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1;
        margin: auto;
    }

.home-about-mision-value {
    background: url(/Design/img/MoiTruongViet/b5.png) no-repeat;
    background-size: cover;
}

.home-about-vision-value .item-top-mision-title h6 {
}

.item-top-mision-title h6 {
    margin: 0;
    margin-bottom: 45px;
    font-size: 28px;
    color: #fff;
    font-family: 'K2D-BOLD';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.home-about-certification-awards .item-top-mision-title section {
    color: #4b4b4b;
    font-family: 'Inter_24pt-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 45px;
}

.swiper.detailImgAboutSlide {
    overflow: hidden;
}

.item-img-organizational-chart {
    color: #4b4b4b;
    font-family: 'Inter_24pt-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

    .item-img-organizational-chart ul {
        padding-left: 30px;
    }

.swiper.detailImgAboutSlide a.fancybox.fill img {
    display: block;
    width: 100%;
    height: 500px;
}

.item-bottom-certification-awards .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    margin: auto;
}

.item-bottom-certification-awards {
    position: relative;
}

.btn-prev-img.btn-item.flex-center {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    pointer-events: all;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #009247 0%, #4DCF75 50%, #009247 100%);
    box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
}

    .btn-next-img.btn-item.flex-center:hover, .btn-prev-img.btn-item.flex-center:hover {
        background: #fff;
    }

        .btn-next-img.btn-item.flex-center:hover img {
            filter: brightness(0);
            -webkit-filter: brightness(0);
        }

        .btn-prev-img.btn-item.flex-center:hover img {
            filter: brightness(0);
            -webkit-filter: brightness(0);
        }

    .btn-prev-img.btn-item.flex-center img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
        width: 16px;
        height: auto;
    }

.btn-next-img.btn-item.flex-center img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    width: 16px;
    height: auto;
}

.btn-next-img.btn-item.flex-center {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px 0 0 50px;
    pointer-events: all;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #009247 0%, #4DCF75 50%, #009247 100%);
    box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
}

.home-about-vision-value {
    position: relative;
    padding: 105px 0;
    background: url(/Uploads/images/GioiThieu/5.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

    .home-about-vision-value:before {
        content: "";
        position: absolute;
        background: rgb(0 0 0 / 65%);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

.home-about-c-history-of-formation {
}

.item-top-mision-title {
}

.c-history-of-formation {
    display: block;
    margin-bottom: 25px;
}

.l-history-of-formation {
    width: 50%;
}

.r-history-of-formation {
    flex: 1 1 0;
    margin-left: 15px;
}

.img-history-of-formation img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}

.l-history-of-formation section {
    color: #4b4b4b;
    font-family: 'AvertaStdCY-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.home-history-of-formation {
    padding: 45px 0;
    background: #ffffff;
}

.item-c-vision {
    position: relative;
    padding: 15px;
    width: 100%;
}

.item-decor-t-vision h4 {
    margin: 0;
    color: #711A28;
    font-family: 'K2D-BOLD';
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.item-des-t-vision span {
    display: block;
    color: #4b4b4b;
    font-family: 'Inter_24pt-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin: 5px 0;
}

.full-vision-about {
    margin-left: 50px;
}

.home-full-organizational-chart {
    padding: 50px 0;
    background: #eaf4e5;
}

.item-bottom-vision {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 60px;
    row-gap: 25px;
    margin-top: 62px;
}

.top-c-img-bottom-vision {
    text-align: center;
    margin: auto;
    position: absolute;
    left: -46px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

    .top-c-img-bottom-vision:before {
        content: "";
        position: absolute;
        background: hsl(350.34deg 62.59% 27.25%);
        width: 93px;
        height: 93px;
        border-radius: 50%;
    }

    .top-c-img-bottom-vision img {
        margin: auto;
        padding: 18px;
        border-radius: 50%;
        filter: brightness(0) saturate(100%) invert(100%) sepia(53%) saturate(1494%) hue-rotate(333deg) brightness(97%) contrast(94%);
    }

.b-about-bottom-vision {
    position: relative;
}

.item-c-vision:before {
    content: "";
    position: absolute;
    background: hsla(0,0%,100%,0.85);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 8px;
    opacity: .9;
}

.home-about-c-value-mision {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-board-of-directors {
    padding: 80px 0;
    background: url(/Design/img/DongXuyen/d-a.png) no-repeat;
    background-size: cover;
    display: none;
}

.content-show-board-of-directors {
    display: none;
}

.home-about-board-of-directors .home-about-c-value-mision {
    padding: 0;
}

.content-item-bottom-mision {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 25px;
}

.item-c-aboutbottom-mision {
    position: relative;
    overflow: hidden;
}

.b-about-bottom-mision {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin: auto;
}

.item-decor-r-number h4 {
    margin: 0;
    font-size: 39px;
    font-family: 'AvertaStdCY-Black';
    color: #fff;
    line-height: 118%;
}

.top-c-img-bottom-mision {
    height: 360px;
}

.item-decor-t-mision h4 {
    margin: 0;
    font-size: 30px;
    font-family: 'Inter_24pt-Medium';
    line-height: normal;
    color: #fff;
    line-height: 118%;
    text-transform: capitalize;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    margin-bottom: 46px;
    transition: all ease .2s;
}

.item-des-t-mision span {
    font-family: 'AvertaStdCY-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 0 36px;
    text-align: center;
}

.top-c-img-bottom-mision img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.item-c-aboutbottom-mision:hover .item-des-t-mision {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 43px;
}

.item-c-aboutbottom-mision:hover .item-decor-t-mision h4 {
    margin-bottom: 15px;
}

.item-c-aboutbottom-mision:before {
    content: "";
    position: absolute;
    background: rgb(51 51 51 / 40%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
}

.item-c-aboutbottom-mision:hover:before {
    opacity: 1;
    visibility: visible;
}

.item-des-t-vision span svg {
    width: 30px;
    height: auto;
    position: relative;
    top: 7px;
}

    .item-des-t-vision span svg path {
        fill: #F44336;
    }

.item-top-mision-title span {
    display: block;
    color: #4b4b4b;
    font-family: 'Inter_24pt-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
}

.item-des-t-mision {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 0;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
/*====================================
    MISSION SECTION
====================================*/

.home-mission-section {
    position: relative;
    overflow: hidden;
    background: #111;
}

/* GRID */

.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* ITEM */

.mission-item {
    position: relative;
    height: 860px;
    overflow: hidden;
    cursor: pointer;
    border-right: 1px solid rgba(255,255,255,0.15);
}

    .mission-item:last-child {
        border-right: none;
    }

/* IMAGE */

.mission-img {
    width: 100%;
    height: 100%;
}

    .mission-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1.2s ease;
    }

/* DARK OVERLAY */

.mission-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.65) );
    transition: all .4s ease;
}

/* CONTENT */

.mission-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
    padding: 0 40px;
}

/* LABEL */

.mission-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 72px;
    background: rgba(128, 0, 0, 0.75);
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

    .mission-label:before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(255,255,255,0.15), transparent );
        opacity: 0;
        transition: all .4s ease;
    }

    .mission-label span {
        position: relative;
        color: #F5E4B8;
        font-size: 52px;
        font-family: 'K2D-BOLD';
        line-height: normal;
        text-transform: uppercase;
    }

/* TITLE */

.mission-content h3 {
    margin: 0;
    color: #F5E4B8;
    font-size: 44px;
    line-height: 1.3;
    font-family: 'Inter_24pt-SemiBold';
    transition: all .4s ease;
}

/*====================================
    HOVER EFFECT
====================================*/

.mission-item:hover .mission-img img {
    transform: scale(1.08);
}

.mission-item:hover .mission-overlay {
    background: linear-gradient( to bottom, rgba(60,0,0,0.35), rgba(0,0,0,0.72) );
}

.mission-item:hover .mission-label {
    background: #8B1111;
}

    .mission-item:hover .mission-label:before {
        opacity: 1;
    }

.mission-item:hover .mission-content h3 {
    transform: translateY(-5px);
}

/*====================================
    RESPONSIVE
====================================*/

@media(max-width: 1200px) {

    .mission-item {
        height: 700px;
    }

    .mission-label span {
        font-size: 42px;
    }

    .mission-content h3 {
        font-size: 34px;
    }
}

@media(max-width: 992px) {



    .mission-item {
        height: 520px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .mission-content {
        padding: 0 25px;
    }

    .mission-label {
        min-width: 150px;
        height: 62px;
        margin-bottom: 20px;
    }

        .mission-label span {
            font-size: 34px;
        }

    .mission-content h3 {
        font-size: 28px;
        line-height: 1.4;
    }
}

@media(max-width: 576px) {

    .mission-item {
        height: 420px;
    }

    .mission-label {
        min-width: 120px;
        height: 50px;
    }

        .mission-label span {
            font-size: 28px;
        }

    .mission-content h3 {
        font-size: 22px;
    }
}

@media (min-width: 1390px) {
    .home-about-top .item.left .img {
        position: unset;
    }
}

@media (max-width: 1023px) {
    .home-about-top .item.left {
        width: 100%;
    }

    .p-btn-link span {
        font-size: 14.889px;
    }

    .p-banner {
        height: 100%;
    }

    .full-c-show-board-of-directors {
        flex-direction: column;
    }

    .left-img-show-board-of-directors {
        width: 100%;
    }

        .left-img-show-board-of-directors img {
            display: block;
            width: 100%;
            height: 100%;
            min-width: 100%;
            object-fit: cover;
        }

    .r-c-show-board-of-directors h4 {
        font-size: 20px;
    }

    .des-show-board-of-directors span {
        font-size: 16px;
    }

    .f-show-board-of-directors section {
        font-size: 16px;
        padding-top: 20px;
    }

    .popup-board-of-directors {
        padding: 10px;
        max-width: 100%;
        max-height: 385px;
        overflow-x: hidden;
    }

    .popup-overlay.active {
        z-index: 999999999999;
    }

    .r-c-show-board-of-directors {
        margin-left: 5px;
    }

    .home-about-top .item.left .img img {
        width: 100%;
    }

    .home-about-top .item.left .img {
        height: 100%;
    }

    .home-about-top .item.left .bb-c-about-item .item-decor-r-number .icon img {
        width: 48%;
        height: auto;
    }

    .item-c-vision {
        width: 100%;
        margin-top: 35px;
    }

    .item-des-t-vision span {
        font-size: 15px;
        text-align: justify;
    }

    .item-decor-t-vision h4 {
        font-size: 21px;
        margin: 13px 0;
    }

    .home-board-of-directors {
        padding: 35px 0;
    }

    .item-bottom-vision {
        margin-top: 10px;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 32px;
    }

    .top-c-img-bottom-vision {
        left: 0;
        top: -33px;
        bottom: auto;
        right: 0;
        justify-content: center;
    }

        .top-c-img-bottom-vision:before {
            width: 64px;
            height: 64px;
        }

        .top-c-img-bottom-vision img {
            width: 20%;
        }

    .full-vision-about {
        margin-left: 0;
        margin-top: 40px;
    }

    .item-top-mision-title h6 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-about-certification-awards .item-top-mision-title section {
        font-size: 15px;
        text-align: justify;
    }

    .swiper.detailImgAboutSlide a.fancybox.fill img {
        height: 250px;
    }

    .content-board-of-directors {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 25px;
    }

    .name-board-of-directors h4 {
        font-size: 18px;
    }

    .top-c-img-board-of-directors img {
        height: auto;
    }

    .full-board-of-directors {
        padding-bottom: 10px;
    }

    .des-board-of-directors span {
        font-size: 16px;
    }

    .item-c-board-of-directors .btn-board-of-directors .p-btn-link {
        opacity: 1;
        height: 38px;
        visibility: visible;
        padding-left: 15px;
    }

    .home-history-of-formation {
        padding: 25px 0;
    }

    .home-full-organizational-chart {
        padding: 25px 0;
    }

    .item-top-mision-title span {
        font-size: 16px;
    }

    .c-history-of-formation {
        display: flex;
        flex-direction: column-reverse;
    }

    .l-history-of-formation {
        width: 100%;
    }

        .l-history-of-formation section {
            font-size: 16px;
        }

    .r-history-of-formation {
        margin: 0;
    }

    .img-history-of-formation img {
        width: 100%;
        height: auto;
    }

    .content-item-bottom-mision {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 25px;
    }

    .home-about-vision-value {
        padding: 30px 0;
        background-attachment: unset;
        background-size: cover;
    }

    .item-des-t-mision {
        opacity: 1;
        height: auto;
        visibility: visible;
    }

    .home-about-top .item.right .text {
        display: block;
        line-height: 145%;
        font-size: 15px;
    }

    .item-decor-t-mision h4 {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .full-sesion-about {
        margin-bottom: 45px;
    }

    .top-c-img-bottom-mision img {
        height: 364px;
        border-radius: 8px;
    }

    .item-c-aboutbottom-mision, .top-c-img-bottom-mision {
        border-radius: 8px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .item-bottom-vision {
        margin-top: 10px;
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 25px;
        row-gap: 32px;
    }

    .mission-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .mission-content h3 {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media (max-width: 739px) {
    .item-c-about-r {
        padding: 20px 10px;
    }

    .about-detail-container section h1, .about-detail-container section h2 {
        margin: 10px 0;
        font-size: 18px;
    }

    .mission-grid {
        grid-template-columns: 1fr;
    }

    .top-c-about-item h5 {
        font-size: 16px;
    }

    .item-img-organizational-chart {
        font-size: 15px;
        text-align: justify;
    }

        .item-img-organizational-chart h3 {
            font-size: 15px;
        }

    .home-about-top .item.right {
        padding: 0;
        padding-top: 15px;
    }

        .home-about-top .item.right .text h2 {
            font-size: 18px;
        }

    .top-c-about-item section {
        padding: 0 14px;
        padding-top: 12px;
        font-size: 16px;
    }

    .item-decor-r-number span {
        width: 212px;
        font-size: 18px;
    }

    .mission-content h3 {
        font-size: 28px;
        line-height: 1.4;
    }
}

.item-decor-r-number .icon {
    width: 58px;
    height: 58px;
}

.home-about-top .item.left .img a img.fill {
    width: 100%;
    height: 510px;
}

}

@keyframes highlightFade {
    0% {
        background-color: rgba(255, 230, 150, 0.7);
    }

    100% {
        background-color: rgba(255, 230, 150, 0.0);
    }
}
