/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    font-size: 1.6rem;
    margin-top: 12rem;
}

.setting-menu.fix {
    background: var(--color-main);
}

.item-transport {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.item-transport img {
    width: 60px;
}

.icon-box-text {
    color: #F4DC7E;
    font-size: 1.6rem;
}

.icon-box-text strong {
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2rem;
    font-weight: 900;
}

.info-hotline {
    text-align: center;
    background: linear-gradient(96.09deg, #FFE246 -4.82%, #FEE89A -4.82%, #FFC700 106.63%);
    box-shadow: 0px 29px 8px rgb(255 174 0 / 1%), 0px 19px 7px rgb(255 174 0 / 6%), 0px 10px 6px rgb(255 174 0 / 20%), 0px 5px 5px rgb(255 174 0 / 34%), 0px 1px 3px rgb(255 174 0 / 39%), 0px 0px 0px rgb(255 174 0 / 40%);
    border-radius: 100px;
    color: #915E22 !important;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 0;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.info-hotline i {
    font-size: 3rem;
}

.animation-pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    to {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.banner-main {
    /* background-size: cover; */
    /* background-position: bottom center; */
    /* padding: 15rem 0 0 0; */
}

.banner-layers h1 {
    font-size: 5rem;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Times New Roman";
    color: white;
    margin-bottom: 3rem;
}

.banner-layers h1 span {
    color: var(--color-main);
}

.sub-text-2 {
    color: white;
}

.btn-contact {
    background: rgb(7 78 64 / 65%);
    font-size: 2rem;
    padding: 2rem 3rem;
    display: inline-block;
    border-radius: 4rem;
    color: white;
    text-transform: capitalize;
}

.btn-contact:hover {
    background: var(--color-main);
    color: white;
}

.item-policy {
    display: flex;
    gap: 1rem;
    padding: 2rem 1rem;
    background: lightgray;
    border-radius: .5rem;
}

.item-policy img {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: contain;
    padding: .5rem;
}

.swiper-policy--description {
    font-size: 1.3rem;
}

.swiper-policy--tile {
    font-size: 1.7rem;
    font-weight: 500;
}

.item-policy-0 {
    background: #d8eddb;
}

.item-policy-1 {
    background: #e8edde;
}

.item-policy-2 {
    background: #faf2df;
}

.item-policy-3 {
    background: #e3edf8;
}

.title-sub-about {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-main);
    margin-bottom: 2rem;
}

.title-about {
    font-size: 5rem;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Times New Roman";
    color: #252525;
    margin-bottom: 3rem;
    line-height: 1.3;
}

.content-about {
    margin-bottom: 3rem;
}

.feature-box {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.feature--tile {
    font-size: 2.3rem;
    font-weight: bold;
    margin: 1rem 0;
    font-family: "Times New Roman";
}

#order-modal {
    padding: 0 !important;
}

#order-modal .modal-content {
    background-size: cover !important;
    padding: 5rem 3rem;
    border-radius: 4rem;
}

#order-modal .modal-content .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 3rem;
}

#order-modal .modal-content .btn-submit {
    background: var(--color-main);
    color: white;
    display: block;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3rem;
}

.inner-video .fa-circle-play {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 8rem;
    color: white;
}

.step-box {
    background-position: top center;
    background-color: #347747;
    padding: 15rem 0 3rem 0;
}

.step-move {
    width: 10rem;
    height: 10rem;
    background-color: white;
    border-radius: 100%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    color: var(--color-main);
    margin-bottom: 2rem;
}

.step--tile {
    font-size: 2.5rem;
    font-family: "Times New Roman";
}

.item-benefit {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 4rem 3rem;
    font-size: 2.5rem;
    font-family: "Times New Roman";
    display: flex;
    align-items: center;
    gap: 1rem;
}

.item-benefit span {
    font-family: Arial, sans-serif;
    color: var(--color-main);
    font-size: 3.5rem;
    font-weight: bold;
}

.home-slogan h2 {
    font-size: 5rem;
    font-weight: 700;
    font-family: "Times New Roman";
    text-transform: capitalize;
    color: white;
    margin-bottom: 3rem;
}

.product-image-detail-top .price {
    position: absolute;
    bottom: 5%;
    right: -1rem;
    z-index: 1033;
    background: var(--color-main);
    font-size: 2.5rem;
    padding: .5rem 1rem;
}

.product-image-detail-top .price:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 2.4rem solid transparent;
    border-right: 2rem solid var(--color-main);
    border-bottom: 2.4rem solid transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.product-image-detail-top .price span {
    color: white;
}

.price-special {
    display: flex;
    gap: 1rem;
    background: var(--color-main);
    border-radius: 10px;
    padding: 10px;
    border: 2px solid var(--color-highlight);
}

.price-sale-percent {
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.price-special svg {
    fill: currentColor;
    transition: all .3s;
    color: white;
    width: 5rem;
}

.price-special svg path {
    fill: currentColor;
}

.product-content-detail .btn-submit {
    font-size: 2rem;
    font-weight: bold;
    padding: .8rem 3rem;
}

.item-feedback2 {
    padding: 3rem 2rem;
}

.swiper-feedback2-top {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.swiper-feedback2-top img {
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.swiper-feedback2--tile {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-main);
}

.swiper-feedback2--wrap i {
    color: var(--color-main);
    font-size: 3rem;
}

.title-form-order {
    font-size: 3rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Times New Roman";
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.nd-chung-toi-co {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 45px 30px;
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.tile-chung-toi-co {
    font-size: 38px;
    font-weight: bold;
    color: var(--color-highlight);
    text-align: center;
    margin: 40px 10px 0 10px;
    line-height: 1.2;
}

.nd-chung-toi-co img {
    border-radius: 30px;
}

.section-chung-toi-co {
    margin: 60px 0 60px 0;
}

.nd-chung-toi-co a::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}

.nd-chung-toi-co a:hover::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}

@keyframes hoverShine {
    100% {
        left: 125%;
    }
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: url("https://cdn3786.cdn4s7.io.vn/media/footer_bg.webp");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.social-section {
    display: flex;
    gap: 1rem;
}

.social-section li a {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    color: white;
    border-radius: 100%;
}

.newsletter .btn.submit {
    text-align: center;
    background: var(--color-main);
    box-shadow: 0px 5px 8px rgb(114 162 0 / 65%);
    border-radius: 100px;
    color: white;
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.logo-form-order {
    border-bottom: 1px solid white;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.logo-form-order img {
    max-height: 9rem;
}

.description-chung-toi-co {
    display: none;
}

.nd-chung-toi-co a:hover .description-chung-toi-co {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    z-index: 3;
}

.nd-chung-toi-co a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
}

.nd-chung-toi-co a:hover:after {
    opacity: 1;
}
.nd-chung-toi-co a {
    position: relative;
    overflow: hidden;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .logo-section img {
    max-height: 5rem;
}
.logo-footer img {
    max-height: 11rem;
}
@media (max-width:768px) {
    .nd-chung-toi-co {
        padding: 1rem;
    }
    .tile-chung-toi-co {
        font-size: 2rem;
        margin: 1.5rem;
    }
}