.has-bg *:not(.no-set-color-item-module *) {
    color: #fff !important;
}

.row-gap {
    row-gap: 50px;
}

.row-gap-1 {
    row-gap: 1rem !important;
}

.row-gap-1_5 {
    row-gap: 1.5rem !important;
}

.row-gap-2 {
    row-gap: 2rem !important;
}

.clip-a-z {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-a-z 1s;
    animation: clip-a-z 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 991px) {
    .container {
        width: 95%;
    }
}

/** Banner module */

.banner-section .swiper-slide {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    min-width: 100%;
    width: 100% !important;
}

.banner-section .tp-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: auto !important;
    color: #fff;

    text-transform: none;
    font-family: var(--font-family-heading);
}

.banner-section .tp-caption .caption-contain {
    max-width: 700px;
}

.banner-section .tp-caption .caption-contain .second {
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
}

.banner-section .tp-caption .caption-contain .second * {
    fill: currentColor;
}

.banner-section .tp-caption .caption-contain .title,
.banner-section .tp-caption .caption-contain .desc {
    text-wrap: auto;
    color: #fff;
    text-transform: none;
}

.banner-section .tp-caption .caption-contain .title {
    font-size: 70px;
    line-height: 80px;
    font-family: var(--font-family-heading);
}

.banner-section .tp-caption .caption-contain .desc {
    font-size: 15px;
    line-height: 23px;
}

.banner-section .tp-caption .caption-contain .title + .desc {
    margin-top: 20px;
}

/** Nav banner */

.banner-section .tp-caption .caption-contain .desc + .banner-btn {
    margin-top: 20px;
}

.banner-section .swiper-button-prev::after {
    background-image: url("path/to/your/prev-icon.svg");
}

.banner-section .default-swiper {
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
}

.banner-section .swiper-btn {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-section .swiper-btn > div {
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0;
    position: relative;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: unset;
    position: relative;
    padding: 0;
    width: 60px;
    height: 40px;
}

.banner-section .swiper-btn .custom-button-prev {
    left: -100px;
}

.banner-section .swiper-btn .custom-button-next {
    right: -100px;
}

.banner-section:hover .custom-button-prev {
    left: 40px;
    color: #fff;
}

.banner-section:hover .custom-button-next {
    right: 40px;
    color: #fff;
}

.banner-section .custom-button-prev:hover,
.banner-section .custom-button-next:hover {
    /* color: var(--primary-color); */
    /* border-color: var(--primary-color); */
}

.banner-section .btn-default {
    font-size: 12px;
    /* line-height: 24px; */
    letter-spacing: 0.1em;
    color: #fff;
    background-color: transparent;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 100px;
    border: 1px solid #fff;
    transition: 0.25s all ease-in-out;

    display: flex;
    align-items: center;
    gap: 5px;
    max-width: max-content;
    text-transform: none;
}

.banner-section .btn-default:hover {
    background-color: var(--theme-color-default);
    color: #fff;
    border-color: var(--theme-color-default);
}

/** Dot */

.banner-section .swiper-pagination {
    bottom: 5%;
    left: 0;
    right: 0;
    z-index: 1;
}

.banner-section .swiper-pagination .swiper-pagination-bullet {
    background: #fff !important;
    position: relative;
    margin: 0 10px;
    opacity: 1;
}

.banner-section .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    transition: 0.25s all ease-in-out;

    cursor: pointer;
}

.banner-section
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.banner-section .swiper-pagination .swiper-pagination-bullet:hover::before {
    border-color: #fff;
}

@media (min-width: 1200px) {
    .banner-section .tp-caption {
        max-width: 900px;
    }
}

@media (max-width: 990px) {
    .banner-section .tp-caption .caption-contain .title {
        font-size: 2.3rem;
        line-height: 2.7rem;
    }
}

@media (max-width: 767px) {
    .hero-slider-image img {
        display: none !important;
    }

    .banner-section .tp-caption {
        position: relative !important;
        padding: 30px 0 60px;
    }

    .banner-section .tp-caption .caption-contain {
        max-width: 67%;
    }

    .banner-section .tp-caption .caption-contain .desc {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }

    .banner-section .tp-caption .caption-contain .btn-default {
        padding: 5px 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-section .swiper-btn > div {
        padding: 0px 10px;
    }

    .banner-section:hover .custom-button-prev {
        left: 13px;
    }

    .banner-section:hover .custom-button-next {
        right: 13px;
    }

    .banner-section .swiper-pagination {
        bottom: 25px !important;
    }
}

/** Chính sách Module */

.policy-section {
}

.policy-section .item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.policy-section .item .icon-box {
    color: var(--primary-color);
}

.policy-section .item .icon-box svg {
    fill: currentColor;
    width: 40px;
}

.policy-section .item .info-box {
}

.policy-section .item .info-box .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    /* color: var(--primary-color); */
}

.policy-section .item .info-box .title + .desc {
    margin-top: 5px;
    color: var(--text-color);
}

/** Danh mục nổi bật Module */

.category-section .item {
}

.category-section .item .image-box {
    border-radius: 50%;
    overflow: hidden;
}

.category-section .item .info-box {
    margin-top: 15px;
    text-align: center;
}

.category-section .item .info-box .title {
    color: var(--primary-color);
    font-size: var(--font-size-title-item-module);
    font-weight: 700;
}

.category-section .item .info-box .desc {
    margin-top: 10px;
    line-height: 20px;
}

/** Lý do chọn chúng tôi Module */

.reason-section .section-head .section-second {
    margin-bottom: 10px;
}

.reason-section .item:not(.col-title) {
    box-shadow: 0 0 6px 0 #f2f3fc;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 56px 35px;
    position: relative;
    text-align: center;
    transition: background-color 0.4s ease, transform 0.4s ease,
        box-shadow 0.4s ease;
    background-color: rgba(255, 255, 255, 1);
}

.reason-section .item:not(.col-title):hover {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-size: cover !important;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.reason-section .item .icon-box .title {
}

.reason-section .item .icon-box {
    border: 1px solid var(--primary-background);
    height: 84px;
    width: 84px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason-section .item:hover .icon-box {
    border: 1px solid #fff;
}

.reason-section .item .icon-box + .info-box {
    margin: 36px 0 0;
}

.reason-section .item:not(.col-title):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.reason-section .item:not(.col-title):hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.84);
    pointer-events: none;
}

.reason-section .item:not(.col-title):hover > div {
    position: relative;
    z-index: 3;
    color: #fff;
    fill: #fff;
}

.reason-section .item:not(.col-title):hover * {
    color: #fff;
}

.reason-section .item:not(.col-title):hover > div svg,
.reason-section .item:not(.col-title):hover > div svg * {
    fill: currentColor;
}

/** Thống kê nổi bật Module */

.statistic-section .row {
    row-gap: 40px;
}

.statistic-section .item {
    text-align: center;
}

.statistic-section .item .info-box {
    margin-top: 20px;
    display: grid;
    gap: 20px;
}

.statistic-section .item .icon-box {
    color: var(--primary-color);
}

.statistic-section .item .info-box .value {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    padding-top: 20px;
    color: var(--text-color2);
}

.statistic-section .item .info-box .value:before {
    position: absolute;
    content: "";
    border-top: 1px solid #ccc;
    width: 50%;
    left: 25%;
    top: 0;
}

/** Tầm nhìn module */

.vission-section .data-info-box {
}

.vission-section .data-info-box .data-info {
    display: grid;
    gap: 20px;
}

.vission-section .data-info-box .data-info .item {
    display: flex;
    gap: 20px;
}

.vission-section .data-info-box .data-info .item .icon-box {
    color: var(--primary-color);
}

.vission-section .data-image .image {
    overflow: hidden;
}

.vission-section .data-image .image.image-1 {
    border-radius: 120px 0px;
}

.vission-section .data-image .image.image-2 {
    border-radius: 70px 0px 0;
}

.vission-section .data-image .image.image-3 {
    border-radius: 0px 70px 0px 0px;
    margin-top: 30px;
}

.vission-section .data-image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 990px) {
    .vission-section .data-info-box + .data-image {
        margin-top: 30px;
    }
}

@media (max-width: 567px) {
    .vission-section .data-image .image-small {
        display: flex;
        gap: 20px;
        margin-top: 30px;
    }

    .vission-section .data-image .image-small > div {
        margin-top: 0 !important;
    }
}

@media (max-width: 367px) {
    .vission-section .data-info-box .data-info .item {
        flex-wrap: wrap;
        text-align: center;
    }

    .vission-section .data-info-box .data-info .item .icon-box {
        margin: auto;
    }
}

/* Cảm nhận khách hàng */

.customer-section .content-box {
    padding-top: 50px;
    padding-bottom: 150px;
}

.customer-section .slider-list {
    margin-top: -150px;
    padding-bottom: 50px;
}

.customer-section .item {
    color: var(--text-color);
    background-color: #fff;

    border: 1px solid rgba(8, 10, 11, 0.1);
    padding: 30px;
}

.customer-section .item .image-text-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.customer-section .item .image-text-box .image-box {
    position: relative;
}

.customer-section .icon-svg {
    position: absolute;
    background-color: var(--primary-background);
    width: 30px;
    height: 30px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
}

.customer-section .item .info-box {
    margin: 20px 0 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.customer-section .item .info-box .desc {
    line-height: 23px;
}

.customer-section .item .image-text-box .image-text {
}

.customer-section .item .image-text-box .image-text .name {
    font-size: 18px;
}

.customer-section .item .image-text-box .image-text .role {
    font-size: 13px;
}

/** About module */

.about-module .image-box {
    position: relative;
    height: 525px;
    max-width: 650px;
    margin: auto;
}

.about-module .image-box .icon-top {
    position: absolute;
    top: 17px;
    left: 166px;
    -webkit-animation: upDown 1.3s infinite alternate;
    animation: upDown 1.3s infinite alternate;
}

.about-module .image-box .icon-bottom {
    margin-left: -235px;
    top: 375px;
    position: absolute;
    -webkit-animation: zooming 1s infinite alternate;
    animation: zooming 1s infinite alternate;
}

.about-module .image-box .image-1 {
    width: 404px;
    height: 420px;
    background-color: var(--rr-common-white);
    border: 1px dashed rgba(8, 10, 11, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 105px;
    left: 0;
}

.about-module .image-box [class*="image-"] {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-animation: clip-a-z 1s;
    animation: clip-a-z 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.about-module .image-box .image-2 {
    width: 330px;
    position: absolute;
    top: 0;
    right: 0;
    height: 390px;
    background-color: var(--rr-common-white);
    border: 1px dashed rgba(8, 10, 11, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-module .image-box .text-box {
    position: absolute;
    top: 420px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    right: 0;

    justify-content: end;
}

.about-module .image-box .text-box .number {
    font-size: 70px;
    /* color: var(--primary-color); */
    display: flex;
    align-items: center;
}

.about-module .image-box .text-box .number .unit {
    font-size: 50px;
}

.about-module .image-box .text-box .text {
    font-size: 16px;
    line-height: 22px;
    /* max-width: 20%; */
}

@media (max-width: 1200px) {
    .about-module .image-box .text-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/*About text rotate*/

.about-module .data-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.about-module .data-list-box .icon-box {
    padding-left: 25px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}

.about-module .data-list-box .icon-box .image {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-background);
}

.about-module .data-list-box .icon-box .circle-text {
    width: 100%;
    height: 100%;
    font-size: 14px;
    position: absolute;
    -webkit-animation: textRotation 8s linear infinite;
    animation: textRotation 8s linear infinite;
}

.about-module .data-list-box .icon-box .circle-text span {
    left: 50%;
    top: -21%;
    color: var(--text-color2);
    font-size: 8px;
    position: absolute;
    -webkit-transform-origin: 0 64px;
    transform-origin: 0 64px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-module .list ul {
    margin-bottom: 0;
}

.about-module .list ul li {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--text-color2);
    font-size: 15px;
}

.about-module .list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.about-module .list ul li .text {
    line-height: 23px;
}

.about-module .list ul li .svg-icon {
    padding-right: 8px;
}

.about-module .list ul li .svg-icon svg {
    width: 15px;
    height: 15px;
}

.about-module .list ul li .svg-icon,
.about-module .list ul li .svg-icon svg * {
    color: var(--primary-color);
    stroke: currentColor;
}

.about-module .btn-primary {
    overflow: hidden;
    position: relative;
}

.about-module .btn-primary.about-module .rr-btn {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
}

.about-module .rr-btn .text-one,
.about-module .rr-btn .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s;
}

.about-module .rr-btn .text-one {
    position: relative;
    display: block;
}

.about-module .rr-btn .text-two {
    position: absolute;
    top: 100%;
    display: block;
}

.about-module .rr-btn:hover .text-one,
.about-module .rr-btn:focus .text-one {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.about-module .rr-btn:hover .text-two,
.about-module .rr-btn:focus .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-module .btn-primary * {
    color: var(--color-btn-primary);
    stroke: currentColor;
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes clip-a-z {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@-webkit-keyframes textRotation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes textRotation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .about-module .image-box .text-box {
        background-color: #000000b5;
        padding: 10px;
        color: #fff;
        z-index: 10;
    }

    .about-module .image-box .text-box .text {
        z-index: 10;
        max-width: max-content;
    }
}

@media (max-width: 990px) {
    .about-module .data-list-box {
        margin-bottom: 0px;
    }
}

@media (max-width: 550px) {
    .about-module .image-box .image-2 {
        width: 45%;
        height: auto;
    }

    .about-module .image-box .image-1 {
        width: 60%;
        height: auto;
    }

    .about-module .image-box {
        max-width: 500px;
        height: 350px;
    }

    .about-module .image-box .text-box {
        top: unset;
        bottom: 0;
    }
}

@media (max-width: 450px) {
    .about-module .data-list-box {
        flex-wrap: wrap;
        gap: 50px;
    }

    .about-module .data-list-box .icon-box {
        margin-top: 20px !important;
        margin: auto;
    }

    .about-module .btn-box {
        text-align: center;
    }

    .about-module .image-box .text-box .text {
        max-width: 45%;
    }

    .about-module .image-box .icon-top {
        left: 20%;
    }

    .about-module .image-box .icon-bottom {
        top: unset;
        bottom: 15%;
        right: 0;
    }
}

@media (max-width: 367px) {
    .about-module .image-box {
        height: auto;
    }

    .about-module .image-box > div {
        position: relative !important;
        width: 100% !important;
        gap: 20px;
    }

    .about-module .image-box .icon-top,
    .about-module .image-box .icon-bottom {
        display: none;
    }

    .about-module .image-box [class*="image-"] {
        height: unset !important;
        display: block;
        position: unset;
        top: unset;
    }
}

/** Lĩnh vực hoạt động */

.area-section .item {
    -webkit-box-shadow: 0px 1px 3px rgba(8, 10, 11, 0.1);
    box-shadow: 0px 1px 3px rgba(8, 10, 11, 0.1);
    background-color: #fff;
}

.area-section .item .image-box {
    overflow: hidden;
}

.area-section .item .info-box {
    padding: 10px;
}

.area-section .item .image-box img,
.area-section .item .info-box,
.area-section .item .info-box .icon-box {
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.area-section .item .image-box img {
    width: 100%;
}

.area-section .item .info-box .icon-box {
    padding: 10px;
    color: var(--primary-color);
    background-color: #f8f4f1;
}

.area-section .item .info-box .icon-box svg {
    width: 32px;
    height: 32px;
}

.area-section .item .info-box .icon-box svg * {
    fill: currentColor;
}

.area-section .item:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.area-section .item:hover .info-box .title {
    /* color: var(--primary-color); */
}

.area-section .item:hover .info-box .icon-box {
    color: #fff;
    background-color: var(--primary-background);
}

@media (max-width: 367px) {
}

/** Sứ mệnh module */

.mission-section .content-box {
    /* color: #fff; */
    position: relative;
    padding: 50px 0;
}

.mission-section .content-box .section-head {
    padding-left: 20%;
}

.mission-section .content-box .section-head .section-title {
    /* color: #fff; */
}

.mission-section .content-box .text-box {
    background-color: var(--primary-background);
    padding: 50px 60px 50px 25%;
    margin-right: -95px;
    position: relative;
    z-index: 1;
}

.mission-section .content-box .text-box .text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}

.mission-section .content-box .text-box .auth-box {
    margin-top: 40px;
    align-items: center;
}

.mission-section .content-box .text-box .auth-box .auth {
    gap: 20px;
    align-items: center;
}

.mission-section .content-box .text-box .auth-box .auth .image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.mission-section .content-box .text-box .auth-box .auth .info .name {
    font-size: 20px;
    font-weight: 700;
}

.mission-section
    .content-box
    .text-box
    .auth-box
    .auth
    .info
    .name
    + .position {
    /* margin-top: 10px; */
}

.mission-section .content-box .text-box .auth-box .icon-quote {
    opacity: 0.3;
}

.mission-section .image-right {
    display: none;
}

@media (max-width: 767px) {
    .mission-section .content-box {
        padding-bottom: 0;
    }

    .mission-section .content-box .section-head {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0;
    }

    .mission-section .content-box .text-box {
        padding: 5%;
        margin-right: 0;
    }

    .mission-section .content-box .text-box .text {
        font-size: 15px;
        line-height: 23px;
    }

    .mission-section .content-box .text-box .auth-box {
        margin-top: 20px;
    }

    .mission-section .right-col {
        background-image: unset !important;

        margin: 40px 0 50px;
    }

    .mission-section .right-col .image-right {
        display: block;
    }
}

@media (max-width: 450px) {
    .mission-section .content-box .text-box {
        padding: 20px;
    }

    .mission-section .content-box .text-box .text {
        font-size: 15px;
    }

    .mission-section .content-box .text-box .auth-box .auth .info .name {
        font-size: 18px;
    }

    .mission-section .content-box .text-box .auth-box .auth .info .position {
        font-size: 13px;
    }
}

/** Giá trị cốt lõi module */

.core_value-section .item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(144, 110, 80, 0.3);
}

.core_value-section .item .title {
}

.core_value-section .item .title + .desc {
    margin-top: 10px;
}

.core_value-section .image-box .image {
    overflow: hidden;
}

.core_value-section .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

@media (min-width: 767px) {
    .core_value-section .data-list-box > div:nth-child(1) {
        text-align: right;
    }
}

@media (max-width: 1199px) {
    .core_value-section .image-box {
        order: 3;
        margin-top: 30px;
    }

    .core_value-section .image-box .image {
        max-width: 500px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .core_value-section .data-list-box > div:nth-child(3) {
        margin-top: 30px;
    }

    .core_value-section .data-list-box > div:nth-child(1) .item {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(144, 110, 80, 0.3);
    }
}

/** Module chưa xác định */
.why-section .image-box {
    display: none;
}

.why-section .content-box {
    max-width: 600px;
    padding: 50px 0 50px 15px;
}

.why-section .content-box .item-list .item:not(:last-child) {
    margin-bottom: 30px;
}

.why-section .content-box .item {
    align-items: center;
}

.why-section .content-box .item .icon-box {
    background-color: var(--primary-background);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

@media (max-width: 990px) {
    .why-section .col-left {
        background-image: unset !important;
    }

    .why-section .image-box {
        display: block;
    }

    .why-section .content-box {
        margin: auto;
        width: 90%;
    }
}

/** Module Đối tác - khách hàng */

.partner-clients-section {
    padding: 30px 0;
}

.partner-clients-section .swiper-slide {
    margin: 0 !important;
    width: 100% !important;
}

.partner-clients-section .image {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    vertical-align: middle;
    overflow: hidden;
}

.partner-section .image-box .image,
.clients-section .image-box .image {
    margin: 12px 0;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
}

.partner-section .image-box .image img,
.clients-section .image-box .image img {
    max-height: 100px;
    height: auto;
    width: auto;
    margin: auto;
}

@media (min-width: 990px) {
    .partner-clients-section [class*="module-"] {
        background-color: unset !important;
    }

    .partner-clients-section .row-gap-1_5 {
        max-width: 1320px;
        width: 90%;
        margin: auto;
    }
    .partner-clients-section .row-gap-1_5 > div {
        padding: 0;
    }
}

@media (max-width: 990px) {
    .partner-clients-section {
        background-color: unset !important;
        padding: 0 !important;
    }

    .partner-clients-section [class*="module-"]:nth-child(2n + 1) {
        background-color: unset;
    }

    .partner-clients-section [class*="module-"]:nth-child(2n) {
        background-color: var(--odd-bg);
    }

    .partner-clients-section .row-gap-1_5 {
        row-gap: 0 !important;
    }
}

/* Bằng cấp - chứng nhận */

.certificates-section .item {
    background-color: #fff;
    box-shadow: 0px 0px 3px #ccc;
    text-align: center;
    border-radius: 10px;
}

.certificates-section .item .image {
    background-color: #f1f1f1;
    overflow: hidden;
}

.certificates-section .item .image img {
    max-height: 200px;
}

.certificates-section .item .title {
    padding: 15px;
    border-top: 1px solid #e3e3e3;
}

/** Dự án */

.project-item {
    position: relative;
}

.project-item .image img {
    width: 100%;
}

.project-item .info-box {
    width: 90%;
    margin: -7% auto 0;
    background-color: #fff;
    border-top: 4px solid var(--primary-background);
    padding: 15px;
    box-shadow: 0 0 5px #ccc;
}

/* Lịch sử - module */

.ct-history1 {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 140px;
    position: relative;
    direction: ltr;
    padding-bottom: 0;
}

.ct-history1:before {
    content: "";
    width: 0;
    height: 100%;
    border-left: 1px dashed var(--color-borderH);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ct-history1 .ct-history--start,
.ct-history1 .ct-history--item:after {
    background-color: var(--primary-background);
    background-image: var(--gradient-2);
}

.ct-history1 .ct-history--start {
    text-align: center;
    width: 101px;
    /* height: 101px; */
    color: #f6f6f6;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 101px;
    -khtml-border-radius: 101px;
    -moz-border-radius: 101px;
    -ms-border-radius: 101px;
    -o-border-radius: 101px;
    border-radius: 101px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;

    padding: 10px;
    line-height: 30px !important;
    display: flex;
    align-items: center;
}

.ct-history1 .ct-history--image {
    max-width: 140px;
    -webkit-border-radius: 140px;
    -khtml-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
    border-radius: 140px;
    border: 2px solid #474747;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ct-history1 .ct-history--image img {
    -webkit-border-radius: 140px;
    -khtml-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
    border-radius: 140px;
}

.ct-history1 .ct-history--meta h3 {
    font-size: 26px;
    margin-bottom: 8px;
    /* color: var(--primary-color) !important; */
    font-weight: 600;
}

.ct-history1 .ct-history--meta h3 a {
    color: inherit;
}

.ct-history1 .ct-history--meta h3 a:hover {
    color: #c1282a;
}

.ct-history1 .ct-history--meta span {
    font-size: 18px;
    line-height: 26px;
    color: #bcbcbc;
}

.ct-history1 .ct-history--item {
    padding-right: 124px;
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
}

.ct-history1 .ct-history--item:before {
    content: "";
    height: 0;
    width: 114px;
    border-bottom: 1px dashed var(--color-borderH);
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1;
}

.ct-history1 .ct-history--item:after {
    content: "";
    width: 21px;
    height: 21px;
    -webkit-border-radius: 21px;
    -khtml-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    position: absolute;
    top: 4px;
    right: -11px;
}

.ct-history1 .ct-history--odd .ct-history--item {
    text-align: right;
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(1) {
    margin-top: 80px;
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(2) {
    margin-bottom: 43px;
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(3) {
    margin-bottom: 98px;
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(4) {
    margin-bottom: 92px;
}

.ct-history1 .ct-history--even {
    text-align: left;
}

.ct-history1 .ct-history--even .ct-history--item {
    padding-right: 0;
    padding-left: 124px;
}

.ct-history1 .ct-history--even .ct-history--item:before {
    right: auto;
    left: 0;
}

.ct-history1 .ct-history--even .ct-history--item:after {
    right: auto;
    left: -11px;
}

.ct-history1 .ct-history--even .ct-history--item:nth-child(1) {
    margin-bottom: 59px;
}

.ct-history1 .ct-history--even .ct-history--item:nth-child(2) {
    margin-bottom: 80px;
}

.ct-history1 .ct-history--even .ct-history--item:nth-child(4) {
    margin-bottom: 108px;
}

.ct-history1 .ct-history--holder {
    display: flex;
    flex-wrap: wrap;
}

.ct-history1 .ct-history--holder > div {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .ct-history1 .ct-history--item:last-child {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .ct-history1 {
        padding-top: 114px;
    }

    .ct-history1 .ct-history--even .ct-history--item {
        padding-left: 40px;
    }

    .ct-history1 .ct-history--item {
        padding-right: 40px;
    }

    .ct-history1 .ct-history--item:before {
        width: 30px;
    }

    .ct-history1 .ct-history--meta h3 {
        font-size: 18px;
    }

    .ct-history1 .ct-history--meta span {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 575px) {
    .ct-history1 .ct-history--meta h3 {
        font-size: 16px;
    }

    .ct-history1 .ct-history--meta span {
        font-size: 13px;
    }
}

/** Module sản phẩm */

.product-section .image-box {
    height: 100%;
    width: auto;
}
.product-section .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: var(--primary-background);
}

@media (min-width: 567px) and (max-width: 1024px) {
    .product-section.banner-qc-height .qc-col,
    .product-section.banner-qc-width .qc-col {
        display: none;
    }

    .product-section.banner-qc-height .data-col,
    .product-section.banner-qc-width .data-col {
        width: 100%;
    }
}
