/* BEGIN s-slide-9 */
.s-slide-9 {
    padding-top: 82px;
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots li button {
    color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.s-slide-9 .slick-slide_n {
    background: radial-gradient(433.54% 115.28% at 17.19% 0%, #89e2ff 0%, #0093d3 100%);
}
.s-slide-9 .slick-slide {
    height: calc(100vh - 82px);
    background-size: cover;
    background-attachment: fixed;
}
.s-slide-9 .slick-active .s_title,
.s-slide-9 .slick-active .s_desc,
.s-slide-9 .slick-active .s_button {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.s-slide-9 .s_caption {
    width: 50%;
    color: #fff;
    font-style: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 135px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s-slide-9 .s_bg {
    width: 35%;

    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s-slide-9 .s_caption .s_title {
    font-size: 3.5em;
    margin-bottom: 16px;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.s-slide-9 .s_caption .s_desc {
    font-size: 16px;
    margin-bottom: 28px;
    color: #000;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

@media screen and (max-width: 991px) {
    .s-slide-9 .s_caption {
        left: 0;
        width: 100%;
        font-size: 10px;
        text-align: center;
        padding: 20px;
    }
    .s-slide-9 .s_bg {
        display: none;
    }
}
@media screen and (max-width: 767px) {
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* END s-slide-9 */
/* Banner Custom Style */
.banner-custom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px 0;
}

.banner-custom .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}
.banner-custom .banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/home/banner_2.png") center center/cover no-repeat;
    filter: blur(8px);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-custom .banner-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(73, 71, 71, 0.35);
    z-index: 2;
}

.banner-custom .banner-content {
    position: relative;
    z-index: 3;
    color: #fff;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-custom .banner-desc {
    font-size: 1.2em;
    margin-bottom: 2em;
    line-height: 1.6;
    color: #fff;
}

@media (max-width: 991px) {
    .banner-custom .banner-title {
        font-size: 2em;
    }
    .banner-custom .banner-desc {
        font-size: 1em;
    }
}
/* --- ELITE PRODUCT SECTION --- */

.product-elite {
    background: var(--color-primary);
    padding: 40px 0 60px 0;
    text-align: center;
}
.product-elite-logo {
    height: 100px;
    margin-bottom: 10px;
}
.product-headline_sub {
    font-family: "Gratelos Display";
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0 #d6a800;
    margin-top: 0;
}
.product-headline_desc {
    color: #333;
    font-size: 1.15em;
    margin: 0 auto 30px auto;
    line-height: 1.5;
}
.product-list {
    display: flex;
    gap: 18px;
}
.card-product {
    flex: 1 1 0; /* allows smooth grow */
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    cursor: pointer;
}
.card-product-detail {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.18, 1), transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    z-index: 2;
}
.card-product-img {
    height: 100%;
}
.card-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card-product_name {
    font-family: var(--font-secondary);
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
    line-height: 1.1;
    text-shadow: 1px 1px 0 #0002;
    color: #b68d2a;
    height: 50%;
    text-align: left;
    font-family: "Gratelos Display";
}
.card-reserve {
    background-color: #fff;
}
.card-reserve .card-product_name {
    background: linear-gradient(270deg, #b58128 35.68%, #e6c250 67.84%, #b58128 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-organic {
    background: #8a9a3c;
}
.card-organic .card-product_name {
    color: #fff;
}
.card-classic {
    background: #ffb12b;
}
.card-classic .card-product_name {
    color: #fff;
}
.card-special {
    background: #e13c2d;
}
.card-special .card-product_name {
    color: #fff;
}
.card-premier {
    background: #181818;
}
.card-premier .card-product_name {
    color: #fff;
}
.card-product-info {
    background: linear-gradient(180deg, rgb(1 1 1 / 47%) 57.89%, rgb(0 0 0) 100%);
    color: #fff;
    padding: 32px;
    border-radius: 0 0 12px 12px;
    text-align: left;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}
.card-product-info-title {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0.2em;
    color: #fff;
}
.card-product-info-sub {
    font-family: var(--font-secondary);
    font-size: 36px;
    color: var(--color-primary);
    font-weight: bold;
    margin-bottom: 0.4em;
    margin-top: 13px;
    padding: 5px 0 8px;
    border-top: 1px solid #fff5cc;
    border-bottom: 1px solid #fff5cc;
    width: 100%;
    font-family: "Gratelos Display";
}
.card-product-info-desc {
    font-size: 13px;
    color: #fff;
    opacity: 0.95;
    margin-top: 0.5em;
}

/* Responsive */
@media (min-width: 992px) {
    .card-product:hover {
        flex: 5 0 0;
    }
    .card-product:hover .card-product_name {
        opacity: 0;
    }
    .card-product:hover .card-product-detail {
        opacity: 1;
    }
}
@media (min-width: 575px) {
    .card-product_name {
        writing-mode: sideways-lr;
        text-orientation: mixed;
    }
}
@media (max-width: 1200px) {
    .card-product-info {
        padding: 12px 10px 10px 10px;
    }
}

@media (max-width: 991px) {
    .card-product_name {
        font-size: 2em;
    }
    .product-elite-logo {
        height: 66px;
    }
    .product-elite {
        padding: 40px 0 30px 0;
    }

    .card-product.active {
        flex: 5 0 0;
    }
    .card-product.active .card-product_name {
        opacity: 0;
    }
    .card-product.active .card-product-detail {
        opacity: 1;
    }
}
@media (max-width: 575px) {
    .product-list {
        display: block;
    }
    .card-product {
        height: 100px;
        margin-bottom: 20px;
        justify-content: flex-start;
        /* padding: 80px; */
        align-items: center;
    }
    .card-product:hover {
        height: 300px;
    }
    .card-product_name {
        margin: 0;
        font-size: 25px;
        width: 50%;
        margin-left: 50px;
        line-height: unset;
        height: auto;
    }
}
/* --- 5 LÝ DO KHÁCH HÀNG LỰA CHỌN TERRISA --- */
.reasons-section {
    margin: 60px 0 80px;
}
.reasons-box {
    background: var(--color-primary);
    box-shadow: 0 1px 2px #0001;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 20px;
    margin-bottom: 26px;
    overflow: hidden;
    position: relative;
}
.reasons-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #f8edb0;
    border-radius: 0 0 20px 20px;
    z-index: 1;
}
.reasons-box::before {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 65px;
    font-size: 40px;
    width: 63%;
    height: 40%;
    background: url(../images/reasons/reasons-pattern.png) center bottom / cover;
    z-index: 1;
    opacity: 0.3;
}
.reasons-title {
    color: var(--color-secondary);
}
.reasons-box_title {
    font-family: var(--font-secondary), Arial, sans-serif;
    color: var(--color-secondary);
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    z-index: 2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.reasons-box_img-wrap {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;

    height: 188px;
    z-index: 2;
}
.reasons-box_img {
    width: 100%;
    display: block;
    border-radius: 16px;
    z-index: 2;
    object-fit: cover;
}
.reasons-box_desc {
    width: 95%;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    margin-top: 8px;
    z-index: 2;
}
.reasons-center_img {
    height: calc(100% - 26px);
    object-fit: cover;
    width: 100%;
}
.resons-btn {
    text-align: center;
    margin-top: 40px;
}
@media (max-width: 1259px) {
    .reasons-box_title {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .reasons-col:first-child {
        order: 2;
    }
    .reasons-center {
        order: 1;
    }
    .reasons-col:nth-child(3) {
        order: 3;
    }
    .reasons-col:nth-child(4) {
        order: 4;
    }
    .reasons-col:nth-child(5) {
        order: 5;
    }
}
@media (max-width: 600px) {
    .reasons-box-sample {
        border-radius: 8px;
    }
    .reasons-box-inner {
        padding: 10px 4px 0 4px;
    }
    .reasons-box-title {
        font-size: 1.1em;
        margin-bottom: 6px;
    }
    .reasons-box-img-wrap {
        border-radius: 8px;
    }
    .reasons-box-img {
        border-radius: 8px;
    }
    .reasons-box-desc {
        font-size: 0.98em;
        margin: 0 -4px;
        margin-top: 8px;
        border-radius: 0 0 8px 8px;
        min-height: 36px;
        padding: 7px 4px 7px 4px;
    }
    .reasons-section {
        margin: 40px 0 40px;
    }
}
/* Marquee slider effect */
.marquee-slider {
    width: 100%;
    overflow: hidden;

    padding: 20px 0;
    position: relative;
}
.marquee-track {
    display: flex;
    width: max-content;

    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.track-right {
    animation: marquee-r 30s linear infinite;
}
.track-left {
    animation: marquee-l 30s linear infinite;
}

.marquee-slider img {
    height: 280px;
    width: 410px;
    border-radius: 8px;
    box-shadow: 0 2px 8px #0002;
    background: #fff;
    object-fit: cover;
    min-width: 350px;
}
.marquee-slider::before,
.marquee-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.marquee-slider::before {
    left: 0;
    background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0.048));
}

.marquee-slider::after {
    right: 0;
    background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0.041));
}
@keyframes marquee-r {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes marquee-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (max-width: 575px) {
    .marquee-slider img {
        height: 200px;
        width: 310px;
    }
}
