.sec__banner {
    position: relative;
}

.sec__banner img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 24px;
}

.sec__banner .rank-math-breadcrumb .last {
    text-transform: uppercase;
}

.sec__box-text .row--head .col--L {
    flex-basis: 35%;
    max-width: 35%;
}

.sec__box-text .row--head .col--R {
    flex-basis: 65%;
    max-width: 65%;
}

.sec__box-text .row--images,
.sec__box-text .row--foot {
    max-width: calc(100% - var(--size-10));
    position: relative;
    padding-bottom: var(--size-6);
}

.sec__box-text .row--foot .box {
    max-width: 720px;
    position: absolute;
    left: var(--size-6);
    bottom: 50%;
    padding: 24px 48px;
    border-radius: var(--radius-default);
    background-color: white;
    box-shadow: 0px 4px 14px 0px #00000040;
}

.sec__box-text .row--foot .box strong {
    margin-bottom: 8px;
}

.sec__whychoose .overlay {
    backdrop-filter: blur(10px);
}

/* .sec__whychoose .wcs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--size-6);
    margin-top: var(--size-4);
} */
.sec__whychoose .wcs {
    margin-top: var(--size-4);
}

.sec__whychoose .wcs .slick-slide {
    padding: 0 var(--size-3);
}

.sec__whychoose .wcs figure {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: var(--size-f-2);
    margin-bottom: 0;
}

.sec__whychoose .wcs figure span {
    width: 10px;
    height: 10px;
    background-color: var(--c3);
    border-radius: 99px;
}

.sec__whychoose .wcs figure .img {
    width: 100px;
    height: 100px;
    border-radius: 99px;
    background-color: var(--c3);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec__whychoose .wcs figure .img img {
    width: 64px;
    object-fit: contain;
}

.sec__whychoose .wcs figure figcaption {
    background-color: var(--c3);
    padding: var(--size-2);
    border-radius: var(--radius-default);
    min-height: 150px;
}

.sec__trietly {
    margin-bottom: 180px;
}

.sec__trietly.dark .wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--size-6) 0;
}

.sec__trietly.dark .wrapper:before,
.sec__trietly.dark.rtl .wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(24, 43, 70, 0.9);
    z-index: 1;
}

.sec__trietly.dark.rtl .wrapper:after {
    left: auto;
    right: 0;
}

.sec__trietly.dark .wrapper:after,
.sec__trietly.dark.rtl .wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.sec__trietly.dark.rtl .wrapper:before {
    right: auto;
    left: 0;
    background-color: transparent;
}

.sec__trietly .title {
    position: relative;
    z-index: 2;
}

.sec__trietly .row {
    flex-direction: column;
    padding: 0 var(--size-1) var(--size-3) var(--size-1);
    position: relative;
    z-index: 2;
}

.sec__trietly .logo--verticle {
    display: flex;
    flex-direction: column;
    gap: var(--size-3);
    flex-basis: 200px;
    max-width: 200px;
    position: absolute;
    top: -10%;
}

.sec__trietly .logo--verticle img {
    width: 50px;
    object-fit: contain;
}

.sec__trietly .col.col--content {
    padding-left: var(--size-10);
    display: flex;
}

.sec__trietly .col--img.show4desk {
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: var(--size-2);
    padding-left: var(--size-5);
}

.sec__trietly .col--img.show4mb {
    display: none;
}

.sec__trietly .col--img img {
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-default);
}

.sec__trietly .col--L {
    padding-right: var(--size-4);
}

.sec__trietly .col--R,
.sec__trietly.dark.rtl .content {
    padding-left: var(--size-6);
    z-index: 9;
}

.sec__trietly.rtl .col--R {
    padding-left: 0;
}

.sec__trietly .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-default);
}

.sec__trietly .content .item {
    margin-bottom: var(--size-2);
    font-size: var(--size-2);
    line-height: 1.2;
}

.sec__trietly .content .item>* {
    margin-bottom: 0;
}

.sec__trietly .content .item.special {
    padding: var(--size-1) 400px var(--size-3) var(--size-3);
    border-radius: var(--radius-default);
    position: absolute;
    margin-top: 32px;
}

.sec__trietly .content .img--last {
    border-radius: var(--radius-default);
    position: absolute;
    right: 0;
    max-width: 350px;
    max-height: 100%;
}

.sec__trietly .content ul {
    margin-left: var(--size-2);
}

.sec__trietly .content ul li {
    margin-bottom: 0;
}

.sec__trietly .content .item p:first-child {
    margin-bottom: var(--size-1);
}

.sec__trietly .content .item p:first-child>strong {
    font-size: var(--size-3);
    line-height: 1.5;
}

.sec__history .container {
    max-width: 1024px;
}

.sec__history .history .history-item {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: var(--size-2);
    position: relative;
}

.sec__history .history .history-item:nth-child(even) {
    flex-direction: row-reverse;
}

.sec__history .history .history-item .item-content,
.sec__history .history .history-item .item-img {
    flex-basis: 50%;
    max-width: 50%;
}

.sec__history .history .history-item .item-img img {
    max-height: 230px;
    object-fit: cover;
    border-radius: var(--size-2);
    box-shadow: var(--box-shadow);
}

.sec__history .history .history-item .item-img {
    margin-left: auto;
}

.sec__history .history .history-item:nth-child(even) .item-img {
    margin-right: auto;
    margin-left: 0;
}

.sec__history .history .history-item .item-content {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 999px;
    background: #f6f8fb;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 24px;
    box-shadow:
        10px 8px 30px 4px rgba(24, 43, 70, 0.15),
        -4px -4px 10px 2px rgba(255, 255, 255, 0.25);
}

.sec__history .history .history-item:nth-child(even) .item-content {
    flex-direction: row-reverse;
    right: 24px;
    left: auto;
    box-shadow:
        -10px 8px 30px 4px rgba(24, 43, 70, 0.15),
        4px -4px 10px 2px rgba(255, 255, 255, 0.35);
}

.sec__history .history .history-item .item-content .content {
    background: #fff;
    padding: 12px 32px;
    min-height: 100px;
    display: flex;
    align-items: center;
    border-radius: 999px;
    box-shadow:
        inset 6px 2px 22px 2px rgba(24, 43, 70, 0.15),
        inset -4px -4px 10px 2px rgba(255, 255, 255, 0.35);
}

.sec__history .history .history-item:nth-child(even) .item-content .content {
    box-shadow:
        inset -6px 2px 22px 2px rgba(24, 43, 70, 0.25),
        inset 4px -4px 10px 2px rgba(255, 255, 255, 0.35);

}

.sec__history .history .history-item .item-content .content strong {
    text-transform: uppercase;
    font-weight: 600;
}

.sec__history .history .history-item .item-content .time {
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f1f3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow:
        10px 8px 30px 4px rgba(24, 43, 70, 0.25),
        -4px -4px 10px 2px rgba(255, 255, 255, 0.45);
}

.sec__history .history .history-item:nth-child(even) .item-content .content .time {
    box-shadow:
        -10px 8px 30px 4px rgba(24, 43, 70, 0.25),
        4px -4px 10px 2px rgba(255, 255, 255, 0.45);
}

.sec__box-text.nhamay .col--img {
    max-width: 60%;
    flex-basis: 60%;
}

.sec__box-text.nhamay .col--img .about-gallery {
    margin-bottom: 0 !important;
    overflow: hidden;
}

.sec__box-text.nhamay .col--img .about-gallery img {
    height: 470px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--radius-default);
}

.sec__box-text.nhamay .col--content {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-left: -24px;
    padding: 32px;
    text-align: center;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
}

.theme-flatsome .sec__box-text.nhamay .slick-arrow {
    background-color: var(--c3);
    border-color: var(--c3);
    width: var(--size-6);
    height: var(--size-6);
    top: auto;
    bottom: 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.theme-flatsome .sec__box-text.nhamay .slick-arrow i {
    font-size: 32px;
    color: white;
}

.theme-flatsome .sec__box-text.nhamay .slick-arrow.slick-prev {
    left: 0;
    border-radius: 0 0 0 20px !important;

}

.theme-flatsome .sec__box-text.nhamay .slick-arrow.slick-next {
    left: calc(var(--size-6) + 16px);
    border-radius: 0 !important;
}

.sec__logos .logos {
    margin-top: var(--size-4);
}

.sec__logos .logo {
    display: flex;
    padding-left: var(--half-max-w);
    gap: var(--size-4);
}

.sec__logos .logo img {
    max-width: 286px;
    margin-bottom: 0;
}

.sec__logos .logo figcaption {
    padding: var(--size-3) var(--half-max-w) var(--size-3) var(--size-4);
    background-image: url('https://sanko.webnew.info.vn/wp-content/uploads/2-201017.webp');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--radius-default) 0 0 var(--radius-default);
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
}

.sec__logos .logo figcaption .overlay {
    content: '';
    background: linear-gradient(300.53deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.65) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.sec__logos .logo figcaption .box {
    padding: var(--size-2) var(--size-3);
    border-radius: var(--radius-default);
    border: 1px solid #FFFFFF9E;
    backdrop-filter: blur(5px);
    height: 100%;
}

.sec__logos .logo figcaption .box .title:not(.alt) {
    margin-bottom: var(--size-0);
}

.sec__logos .logo figcaption .box .caption {
    font-style: italic;
    margin-bottom: var(--size-f);
}

.sec__logos .logo figcaption .box .alt {
    margin-bottom: var(--size-1);
    font-size: var(--size-f-1);
}

.sec__logos .logo figcaption .box .desc p {
    margin-bottom: var(--size-0);
}

.sec__teams .teams {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* gap: var(--size-2); */
    margin-top: var(--size-4);
}

.sec__teams .teams .slick-slide {
    padding: 0 var(--size-f-3);
}

.sec__teams .teams figure {
    margin-bottom: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.sec__teams .teams figure .img {
    border-radius: 100%;
    width: 310px;
    height: 320px;
    background-color: var(--c3);
    position: relative;
}

.sec__teams .teams figure .img:before {
    content: ' ';
    width: 260px;
    height: 270px;
    background-color: var(--c3);
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
}

.sec__teams .teams figure .img:after {
    content: ' ';
    width: 310px;
    height: 320px;
    background-color: #B0C4DE;
    border-radius: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.sec__teams .teams figure .img img {
    margin-bottom: 0;
    display: block;
    width: 235px;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: calc((100% - 240px) / 2);
    border-radius: 100%;
    z-index: 9;
}

.sec__teams .teams figure figcaption {
    position: relative;
    top: -56px;
}

.sec__teams .teams figure figcaption .name {
    position: relative;
    z-index: 9;
    padding: 14px 32px;
    width: 260px;
    text-align: center;
    background-color: white;
    border-radius: 32px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #2257DD 0%, #6F2CC4 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 3px solid transparent;
}

.sec__teams .teams figure figcaption .name span {
    background: linear-gradient(to right, #2257DD, #9900ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-top: -24px;
}

.sec__teams .teams figure figcaption .job {
    text-align: center;
    color: #4F4F4C;
    margin-top: var(--size-1);
}

.sec__staffs .staffs {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* gap: var(--size-4); */
    margin-top: var(--size-4);
}

.sec__staffs .staffs .slick-slide {
    padding: 0 var(--size-2);
}

.sec__staffs .staffs figure,
.sec__staffs .staffs figure figcaption {
    margin-bottom: 0;
}

.sec__staffs .staffs figure img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--radius-default);
}

.sec__staffs .staffs figure figcaption {
    padding: 20px 40px 0;
}

.sec__product_cate .product_cates .slick-slide {
    padding: 8px 10px;
}

.sec__product_cate .product_cates .cate {
    border-radius: var(--radius-default);
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
}

.sec__product_cate .product_cates .cate .cate-img img {
    border-radius: var(--radius-default);
}

.sec__product_cate .product_cates .cate:hover .cate-img img {
    transform: scale(1.2);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.sec__product_cate .product_cates .cate .cate-title {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(27, 28, 29, 0.8) 15%, rgba(27, 28, 29, 0));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: var(--size-1);
    border-radius: var(--radius-default);
}

.sec__dmsp .dmsp {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap: var(--size-2); */
    margin-top: var(--size-4);
}

.sec__dmsp .dmsp .slick-slide {
    padding: var(--size-f-3);
}

.sec__dmsp .dmsp figure {
    margin-bottom: 0;
    border-radius: var(--radius-default);
    overflow: hidden;
}

.sec__dmsp .dmsp figure img {
    aspect-ratio: 16/9;
}

.sec__dmsp .dmsp figure figcaption {
    background-color: var(--c3);
    border-radius: 0 0 var(--radius-default) var(--radius-default);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    min-height: 54px;
    text-align: center;
}

.sec__dmsp .dmsp figure figcaption a {
    display: block;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sec__dmsp .dmsp figure figcaption .dm-title {
    line-height: 1.2;
}

@media (max-width:768px) {
    .sec__box-text .row--head {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sec__box-text .row--head .col {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .sec__box-text .row--foot .box {
        left: 0;
        bottom: 64px;
    }

    .sec__box-text .row--images {
        max-width: 100%;
        padding-bottom: 0;
    }

    .sec__box-text .row--foot {
        max-width: 85%;
        min-height: 250px;
        padding-bottom: 0;
    }

    .sec__box-text .row--foot .box {
        padding: var(--size-2);
    }

    .sec__box-text .row--foot .box p {
        text-align: center;
    }

    .sec__trietly {
        margin-bottom: 0;
    }

    .sec__trietly .logo--verticle {
        display: none;
    }

    .sec__trietly .col.col--content {
        padding: 0;
        flex-direction: column;
        gap: var(--size-1);
    }

    .sec__trietly .content .item {
        font-size: var(--size-f);
    }

    .sec__trietly .content .item p:first-child>strong {
        font-size: var(--size-2);
        line-height: 1.2;
        text-align: center;
        display: block;
        width: 100%;
    }

    .sec__trietly .col--img.show4mb {
        display: flex;
        overflow: hidden;
        padding: 0;
        max-width: 100%;
    }

    .sec__trietly .col--img.show4mb img {
        aspect-ratio: 16/9;
    }

    .sec__trietly .col--img.show4desk {
        display: none;
    }

    .sec__trietly .col--img.show4mb.slick-dotted .slick-dots {
        bottom: 0;
    }

    .sec__trietly .content .item.special {
        position: absolute;
        left: 5%;
        bottom: -32px;
        z-index: 2;
        padding: var(--size-f);
        margin-top: 0;
        max-width: 90%;
    }

    .sec__trietly .content .img--last {
        position: relative;
        max-width: 100%;
        aspect-ratio: 16/9;
        margin-bottom: 120px;
    }

    .sec__history .history .history-item,
    .sec__history .history .history-item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .sec__history .history .history-item .item-content,
    .sec__history .history .history-item .item-img {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .sec__history .history .history-item .item-content,
    .sec__history .history .history-item:nth-child(even) {
        top: auto;
        bottom: 0;
        left: 0;
    }

    .sec__history .history .history-item:nth-child(even) .item-content {
        right: 0;
    }

    .sec__history .history .history-item .item-img img {
        width: 100%;
    }

    .sec__history .history .history-item .item-content .time {
        width: 80px;
        height: 80px;
        min-width: 80px;
        text-align: center;
        font-size: var(--size-f-1);
        line-height: 1.2;
    }

    .sec__history .history .history-item .item-content .content {
        line-height: 1.2;
    }

    .sec__box-text.nhamay .row {
        flex-direction: column-reverse;
        align-items: center;
    }

    .sec__box-text.nhamay .col--img {
        flex-basis: 100%;
        max-width: 100%;
        border-radius: var(--size-1);
        overflow: hidden;
    }

    .sec__box-text.nhamay .col--img .about-gallery img {
        height: 240px;
    }

    .sec__box-text.nhamay .col--content {
        margin-left: 0;
        margin-bottom: -32px;
        max-width: 90%;
    }

    .sec__box-text.nhamay .col--content .title {
        margin-bottom: var(--size-2);
    }

    .theme-flatsome .sec__box-text.nhamay .slick-arrow {
        width: var(--size-4);
        height: var(--size-4);
    }

    .theme-flatsome .sec__box-text.nhamay .slick-arrow i {
        font-size: var(--size-1);
    }

    .theme-flatsome .sec__box-text.nhamay .slick-arrow.slick-next {
        left: calc(var(--size-4) + 16px);
    }

    .sec__whychoose .container.py-6 {
        padding: var(--size-5) 0;
    }

    .sec__whychoose .wcs .slick-slide {
        padding: 0 var(--size-f-3);
    }

    .theme-flatsome .sec__whychoose .title {
        padding: 0 var(--size-1);
    }

    .theme-flatsome .sec__whychoose .slick-dotted .slick-dots {
        bottom: -32px;
    }

    .sec__whychoose .wcs figure .img {
        width: 90px;
        height: 90px;
    }

    .sec__logos .logos .logo {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0 var(--size-1);
    }

    .sec__logos .logo img {
        position: relative;
        z-index: 2;
        border-radius: 8px;
    }

    .sec__logos .logo figcaption {
        border-radius: var(--size-1);
        padding: var(--size-5) var(--size-f) var(--size-f);
        top: -24px;
        z-index: 1;
    }

    .sec__logos .logo figcaption .box {
        text-align: center;
    }

    .sec__teams .container {
        padding: 0;
    }

    .theme-flatsome .sec__teams .slick-dotted .slick-dots {
        bottom: var(--size-1);
    }

    .sec__staffs .staffs .slick-slide {
        padding: 0 var(--size-f-3);
    }

    .theme-flatsome .sec__staffs .slick-dotted .slick-dots {
        bottom: -32px;
    }

    .sec__staffs .staffs figure img{height:200px;}
}