::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(163, 175, 183, .9);
    border-radius: 20px;
}

.no__scrollbar::-webkit-scrollbar-thumb {
    display: none;
}

/* ==============================
 * 2. Breadcrumb style customize
 * ============================== */
.breadcrumb-item a {
    color: var(--t4s-primary-color);
    font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 5px;
    font-size: 10px;
}

.breadcrumb-item.active {
    color: #888;
    font-size: 12px;
}

.breadcrumb-item svg {
    margin-top: -3px;
}

/* ==============================
 * 3. Pagination style customize
 * ============================== */
.page-item .page-link {
    width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: var(--t4s-text-head-color);
    font-size: 0.8125rem;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.page-item .page-link:hover {
    color: var(--t4s-text-head-color) !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    border-color: rgba(0, 0, 0, 0.2);
}

.page-item.active .page-link {
    background-color: #141414 !important;
    border-color: #141414 !important;
    color: #fff !important;
}

.page-item.disabled .page-link {
    background-color: transparent !important;
    border-color: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.2);
}

/* ==============================
 * 4. Transiton style customize
 * ============================== */
.scale img, .scale-1 img {
    transform: rotate(0deg) scale(1) !important;
    transition: all .2s ease-in-out !important;
}

.scale:hover img {
    transform: scale(1.05) !important;
}

.scale-1:hover img {
    transform: rotate(-5deg) scale(1.15) !important;
}

.introduce {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.introduce:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.3);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.introduce:hover:before {
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

.introduce-1 {
    position: relative;
    transition: .3s;
}

.introduce-1:hover .box-thumbnail:before, .introduce-1:hover .box-thumbnail:after {
    width: 100%;
    height: 100%;
}

.introduce-2 .box-thumbnail:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    pointer-events: none;
}


.introduce-2:hover .box-thumbnail:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes beat {
    from {
        transform: rotate(-20deg) scale(1);
    }
    to {
        transform: rotate(-20deg) scale(1.1);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

/* ==============================
 * 5. Lazy load images
 * ============================== */
.card-image {
    overflow: hidden;
}

.card-image:has(> .show) {
    background: transparent !important;
    animation: none !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.lozad.fade {
    animation-name: fade;
    animation-duration: 0.3s;
}

.lozad {
    visibility: hidden;
}

.lozad.show {
    visibility: visible;
}

/* ==============================
 * N. Website common style
 * ============================== */
.fancybox-opened {
    z-index: 99999 !important;
}

.fancybox-overlay {
    z-index: 9999 !important;
}


img {
    max-width: 100%;
    height: auto;
}

ul.format {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

* {
    outline: none !important;
}

a {
    color: var(--t4s-text-head-color);
    text-decoration: none;
    transition: 0.5s all ease;
}

a:hover {
    text-decoration: none;
}

/* Nền sáng: hover primary */
.page__section--light a:hover,
.section__about a:hover,
.section__products a:not(.btn--outline):hover,
.section__news a:not(.btn--outline):hover,
.section__partner a:hover,
.scale:hover a,
a.active,
.item:hover a,
.ck-content a:hover {
    color: var(--t4s-primary-color);
}

/* Nền tối: hover trắng */
.page__section--dark a:hover,
.section__gallery:not(.section__gallery--dark) a:hover {
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 700;
    line-height: 1.5em;
}

body {
    overflow-x: hidden;
    color: var(--t4s-text-content-color);
    font-size: 14px;
    font-family: var(--t4s-font-family-primary), serif;
    line-height: 1.5em;
}

body #wrapper {
    margin-top: 0;
}

/* ==============================
 * Header
 * ============================== */
header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 998;
    transition: background-color 0.4s ease;
}

header.header.scrolled {
    background-color: #141414;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header__container {
    height: var(--t4s-header-height);
    transition: height 0.3s ease;
}

header.header.scrolled .header__container {
    height: var(--t4s-sticky-header-height);
}

/* Header Left & Right */

/* Header Nav */
.header__nav {
    gap: 2.5em;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.nav-link:hover {
    opacity: 0.6;
    color: #fff;
}

.nav-arrow {
    width: 0.625em;
    height: 0.375em;
    stroke: #fff;
    transition: transform 0.3s ease;
}

.has-dropdown:hover .nav-arrow {
    transform: rotate(180deg);
}

/* Sub-nav dropdown */
.sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 14em;
    padding-top: 0.5em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5em);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 99;
}

.has-dropdown:hover > .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Triangle pointer */
.sub-nav-triangle {
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.08);
    margin-left: 1.5em;
    margin-bottom: -1px;
    position: relative;
    z-index: 2;
}

.sub-nav-triangle::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -0.4375em;
    width: 0;
    height: 0;
    border-left: 0.4375em solid transparent;
    border-right: 0.4375em solid transparent;
    border-bottom: 0.4375em solid rgba(20, 20, 20, 0.92);
}

/* Glass blur container */
.sub-nav-inner {
    background: rgba(20, 20, 20, 0.92);
    backdrop-filter: blur(1.25rem);
    -webkit-backdrop-filter: blur(1.25rem);
    border-radius: 0.75em;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.5em 0;
    position: relative;
    z-index: 1;
}

.sub-nav-link {
    display: block;
    padding: 0.625em 1.5em;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease, padding-left 0.3s ease, background 0.3s ease;
    white-space: nowrap;
}

.sub-nav-link:hover {
    color: #fff !important;
    padding-left: 1.875em;
    background: rgba(255, 255, 255, 0.06);
}

/* Header Logo (center) */
.header__logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.5em;
}

.header__logo .logo {
    display: flex;
    align-items: center;
}

.header__logo .logo img {
    max-height: 4.5vw;
    min-height: 2.5rem;
    max-width: 12.5rem;
    width: auto;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

header.header.scrolled .header__logo .logo img {
    max-height: 2.5vw;
    min-height: 3.5rem;
}

/* Hamburger */
.header__ham {
    display: flex;
    align-items: center;
    margin-left: 1.5em;
}

.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5em 0;
    display: flex;
    align-items: center;
}

.ham-icon {
    display: flex;
    flex-direction: column;
    gap: 0.4375em;
    width: 2em;
}

.ham-line {
    display: flex;
    align-items: center;
    color: #fff;
    transition: opacity 0.3s ease;
}

.ham-line svg {
    width: 100%;
}

.hamburger:hover .ham-line {
    opacity: 0.6;
}

/* ==============================
 * Sidemenu (fullscreen overlay)
 * ============================== */
.sidemenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #141414;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    overflow-y: auto;
}

.sidemenu.open {
    opacity: 1;
    visibility: visible;
}

/* Close header bar - same position as header */
.sidemenu__header {
    height: var(--t4s-header-height);
}

.sidemenu__close-btn {
    gap: 1em;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
}

.sidemenu__close-btn:hover {
    opacity: 0.6;
}

.close-label {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}

/* Hamburger lines animate to X inside sidemenu */
.sidemenu .ham-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 20px;
    position: relative;
}

.sidemenu .ham-line {
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.sidemenu .ham-line svg { width: 100%; }

/* Default state: 3 horizontal lines */
.sidemenu .ham-line:nth-child(1) { top: 0; }
.sidemenu .ham-line:nth-child(2) { top: 50%; transform: translateY(-50%); }
.sidemenu .ham-line:nth-child(3) { bottom: 0; }

/* Open state: animate to X */
.sidemenu.open .ham-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.sidemenu.open .ham-line:nth-child(2) {
    opacity: 0;
}

.sidemenu.open .ham-line:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

/* Content */
.sidemenu__content {
    padding: 0;
    min-height: calc(100vh - var(--t4s-header-height));
}

.sidemenu__big-items {
    gap: 1.25em;
}

.sidemenu__nav-item {
    opacity: 0;
}

.sidemenu__nav-item.animate__animated {
    opacity: 1;
}

.sidemenu__nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-family: var(--t4s-font-family-secondary);
    font-size: clamp(1.375rem, 3.5vw, 3rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: -0.01em;
    line-height: 1.3;
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
}

/* Counter (01, 02...) - hidden by default */
.link-counter {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.0625em;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 0;
    opacity: 0;
    transform: translateX(0.625em);
    transition: opacity 0.3s ease, transform 0.3s ease, margin 0.3s ease;
}

/* Line - hidden by default */
.link-line {
    display: inline-block;
    width: 0;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: width 0.4s ease, margin 0.4s ease;
    vertical-align: middle;
    margin: 0;
}

.link-content {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover: show counter + line animation */
.sidemenu__nav-link:hover .link-counter,
.sidemenu__nav-link.active .link-counter {
    opacity: 1;
    transform: translateX(0);
    margin-right: 0.5em;
}

.sidemenu__nav-link:hover .link-line,
.sidemenu__nav-link.active .link-line {
    width: 2.5em;
    margin: 0 0.75em 0 0;
}

.sidemenu__nav-link:hover,
.sidemenu__nav-link.active {
    color: #fff !important;
}

/* Dim other items on hover */
.sidemenu__big-items:hover .sidemenu__nav-link {
    color: rgba(255, 255, 255, 0.35) !important;
}

.sidemenu__big-items:hover .sidemenu__nav-link:hover,
.sidemenu__big-items:hover .sidemenu__nav-link.active {
    color: rgba(255, 255, 255, 0.9) !important;
}

.sidemenu a:hover,
.header__nav a:hover,
.sub-nav a:hover {
    color: #fff !important;
}

@keyframes spinAround {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg); }
}

/* ==============================
 * Hero Video
 * ============================== */
.hero-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-video__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero-video__content {
    position: relative;
    z-index: 2;
    height: 100%;
}

/* ==============================
 * Button Pattern — .btn--outline (nền tối) / .btn--outline-dark (nền sáng)
 * ============================== */
.btn--outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.75em 1.75em;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 2em;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.3s ease, transform 0.3s ease !important;
    overflow: hidden;
    position: relative;
}

.btn--outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    transition: width 0.4s ease;
    pointer-events: none;
}

.btn--outline span,
.btn--outline svg {
    position: relative;
    z-index: 1;
}

.btn--outline svg {
    transition: transform 0.3s ease;
}

a.btn--outline:hover,
button.btn--outline:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-1px);
}

a.btn--outline:hover::before,
button.btn--outline:hover::before {
    width: 100%;
}

a.btn--outline:hover svg,
button.btn--outline:hover svg {
    transform: translateX(0.2em);
}

/* Small variant */
.btn--sm {
    padding: 0.5em 1.25em;
    font-size: 0.6875rem;
    gap: 0.4em;
}

/* Dark variant — trên nền sáng */
.btn--outline-dark {
    color: var(--t4s-text-head-color) !important;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn--outline-dark::before {
    background: #141414;
}

a.btn--outline-dark:hover,
button.btn--outline-dark:hover {
    color: #fff !important;
    border-color: #141414;
}

/* ==============================
 * Contact Form Card (shared)
 * ============================== */
.contact__form-card {
    background: #141414;
    border-radius: 1em;
    padding: 2em;
    color: #fff;
}

.contact__form-card .form-control {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 0.5em;
}

.contact__form-card .form-control:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.contact__form-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

/* Modal overrides for contact form */
.modal-content.contact__form-card {
    padding: 0;
    background: rgba(20, 20, 20, 0.75);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-content.contact__form-card .modal-header {
    padding: 1.5em 1.5em 0;
    color: #fff;
}

.modal-content.contact__form-card .modal-body {
    padding: 1.5em;
}

.modal-content.contact__form-card .modal-title {
    color: #fff;
}

@media (max-width: 991px) {
    .hero-video {
        aspect-ratio: 9/16;
        height: 100svh;
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--t4s-primary-color);
}

.form-control {
    padding: 8px 12px;
    font-size: 14px !important;
}

textarea {
    height: auto !important;
    font-size: 14px !important;
}

.form-control::placeholder {
    color: #9EA6B9;
}

.form-check {
    font-size: 1rem
}

.form-check-input {
    margin-top: .15em
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==============================
 * Carousel Nav Pattern
 * Default (nền tối): border trắng mờ, icon trắng
 * .section__gallery (nền sáng): border đen mờ, icon đen
 * .section__gallery--dark (nền tối): dùng default trắng
 * ============================== */
.owl-carousel .owl-nav button {
    width: 2.5em !important;
    height: 2.5em !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(20, 20, 20, 0.6) !important;
    backdrop-filter: blur(0.5em);
    -webkit-backdrop-filter: blur(0.5em);
    color: #fff !important;
    transition: all 0.3s ease;
    line-height: 1;
}

.owl-carousel .owl-nav button:hover {
    border-color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    transform: scale(1.1);
}

/* Light variant — nền sáng */
.section__gallery:not(.section__gallery--dark) .owl-carousel .owl-nav button {
    border-color: rgba(0, 0, 0, 0.15) !important;
    background: rgba(0, 0, 0, 0.04) !important;
    color: var(--t4s-text-head-color) !important;
}

.section__gallery:not(.section__gallery--dark) .owl-carousel .owl-nav button:hover {
    border-color: rgba(0, 0, 0, 0.4) !important;
    background: rgba(0, 0, 0, 0.08) !important;
}

.owl-stage {
    display: flex !important;
    margin-left: 2px;
}


.gray__box {
    background-color: #f8f8f8;
}

.btn-show-more {
    margin: 15px auto 10px auto;
    width: 100%;
    max-width: 335px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid var(--t4s-secondary-color) !important;
    background: var(--t4s-secondary-color) !important;
    color: #fff;
    border-radius: var(--t4s-input-border-radius);
    padding: 10px 15px;
}

.btn-show-more:hover, .btn-show-more:focus, .btn-show-more.active {
    border: 1px solid var(--t4s-primary-color) !important;
    background: var(--t4s-primary-color) !important;
    color: #ffffff !important;
}

.btn {
    border: 0 !important;
    border-radius: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    transition: 0.3s all ease;
}

.btn:hover {
    -webkit-animation: jelly 0.4s linear;
    animation: jelly 0.4s linear
}

@keyframes jelly {
    25% {
        transform: scale(.9, 1.1)
    }
    50% {
        transform: scale(1.1, .9)
    }
    75% {
        transform: scale(.95, 1.05)
    }
}

.btn__primary {
    background-color: var(--t4s-primary-color) !important;
    color: white !important;
}

.btn__primary:hover {
    background-color: #000 !important;
    color: white !important;
}

.btn__secondary {
    background-color: var(--t4s-secondary-color) !important;
    color: white !important;
}

.btn__secondary:hover {
    background-color: #cc3d01 !important;
    color: white !important;
}

.btn__fourth {
    background: var(--t4s-fourth-color) !important;
    display: inline-flex;
    color: var(--t4s-text-head-color) !important;
}

.btn__fourth:hover {
    background-color: #e9c7fb !important;
}

.btn__outlined__grey {
    border: 1px solid #e5e7eb !important;
    background: #fff !important;
    display: inline-flex;
    color: var(--t4s-text-content-color) !important;
}

.btn__outlined__grey:hover {
    background-color: var(--t4s-fourth-color) !important;
}

.btn__white {
    background-color: white;
}

.btn__white:hover {
    background-color: var(--t4s-primary-color);
    color: #fff !important;
}

.sweet_alert2__container {
    top: 60px !important;
}

.btn__submit:disabled, .btn__submit:disabled:hover {
    background: #ccc !important;
    opacity: 1 !important;
}

.text__one__line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text__two__line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text__three__line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text__four__line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text__five__line {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text__eight__line {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
    margin-top: 10px !important;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: red;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%) translateY(-50%);
}

/* ==============================
 * About Section
 * ============================== */
.section__about {
    background-color: #f7f8f6;
    padding-top: 100px;
    color: var(--t4s-text-head-color);
}

.about__image {
    position: relative;
}

.about__image .card-image {
    position: relative;
    z-index: 2;
    border-radius: 1em;
    overflow: hidden;
}


.about__label {
    letter-spacing: 0.2em;
    color: var(--t4s-text-content-color);
    gap: 0.75em;
}

.about__label::before {
    content: '';
    width: 2em;
    height: 1px;
    background: var(--t4s-text-content-color);
    opacity: 0.4;
}

.about__title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1.15;
    color: var(--t4s-text-head-color);
}

.about__divider {
    width: 3em;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}

.about__text {
    font-size: 0.9375rem;
    color: var(--t4s-text-content-color);
}

.about__stat {
    gap: 0.25em;
}

.about__stat-number {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 300;
    color: var(--t4s-text-head-color);
    line-height: 1;
}

.about__stat-label {
    font-size: 0.8125rem;
    color: var(--t4s-text-content-color);
}


@media (max-width: 991px) {
    .section__about {
        padding-top: 4em;
    }

    .about__image {
        max-width: 20em;
        margin: 0 auto;
    }

}

/* ==============================
 * Products Section
 * ============================== */
.section__products {
    background-color: #141414;
    padding-top: 100px;
}

.product__card {
    border-radius: 1em;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.product__card:hover {
    transform: translateY(-0.25em);
    border-color: rgba(255, 255, 255, 0.15);
}


.product__card-image img {
    transition: transform 0.5s ease;
}

.product__card:hover .product__card-image img {
    transform: scale(1.05);
}

.product__card-badges {
    position: absolute;
    top: 0.75em;
    left: 0.75em;
    right: 0.75em;
    z-index: 2;
}

.product__card-badge {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: rgba(120, 85, 40, 0.7);
    backdrop-filter: blur(0.5em);
    -webkit-backdrop-filter: blur(0.5em);
    padding: 0.4em 0.75em;
    border-radius: 0.35em;
    line-height: 1;
}

.product__card-badge--hot {
    background: rgba(16, 95, 75, 0.7);
}

.product__card-body {
    padding: 1.25em;
}

.product__card-title {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #c4c4c4;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.product__card-title a {
    color: inherit;
}

.product__card-title a:hover {
    color: #fff !important;
}

.product__card-address {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.75em;
    gap: 0.4em;
}

.product__card-address svg {
    flex-shrink: 0;
    margin-top: 0.15em;
}

.product__card-meta {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.product__card-meta span {
    gap: 0.3em;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.45);
}


.product__card-link {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6) !important;
    transition: color 0.3s ease !important;
}

a.product__card-link:hover {
    color: #fff !important;
}

.product__card-social {
    gap: 0.5em;
}

.product__card-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
}

.product__card-social a:hover {
    border-color: #fff;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Product card light variant */
.page__section--light .product__card {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.06);
}

.page__section--light .product__card:hover {
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.06);
}

.page__section--light .product__card-title,
.page__section--light .product__card-title a {
    color: var(--t4s-text-head-color);
}

.page__section--light .product__card-address,
.page__section--light .product__card-meta span {
    color: var(--t4s-text-content-color);
}

.page__section--light .product__card-meta {
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

.page__section--light .product__card-link {
    color: var(--t4s-text-content-color) !important;
}

.page__section--light .product__card-link:hover {
    color: var(--t4s-text-head-color) !important;
}

.page__section--light .product__card-social a {
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--t4s-text-content-color) !important;
}

.page__section--light .product__card-social a:hover {
    border-color: var(--t4s-text-head-color);
    color: var(--t4s-text-head-color) !important;
}

/* ==============================
 * Gallery Section
 * ============================== */
.section__gallery {
    background-color: #f7f8f6;
    padding-top: 100px;
}

.section__gallery--dark {
    background-color: #1a1a1a;
}

/* Section Header — centered */
.section__header-label {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.625em;
    gap: 0.75em;
}

.section__header-label::before {
    content: '';
    width: 2em;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.section__header-title {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    color: #fff;
    margin-bottom: 0.5em;
    line-height: 1.15;
}

/* Light variant */
.section__header--light .section__header-label {
    color: var(--t4s-text-content-color);
}

.section__header--light .section__header-label::before {
    background: var(--t4s-text-content-color);
    opacity: 0.4;
}

.section__header--light .section__header-title {
    color: var(--t4s-text-head-color);
}

.gallery__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.gallery__carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

/* 3D perspective */
.gallery__carousel .owl-item {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: perspective(1200px) rotateY(-12deg) scale(0.8);
    opacity: 0.5;
    filter: grayscale(0) brightness(0.8);
    transform-origin: right center;
}

/* Item bên phải center: xoay ngược */
.gallery__carousel .owl-item.center ~ .owl-item {
    transform: perspective(1200px) rotateY(12deg) scale(0.8);
    transform-origin: left center;
}

/* Center item: không xoay, lớn nhất */
.gallery__carousel .owl-item.center {
    transform: perspective(1200px) rotateY(0deg) scale(1.05);
    transform-origin: center center;
    opacity: 1;
    filter: grayscale(0) brightness(1);
    z-index: 2;
}

.gallery__image {
    border-radius: 1em;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.gallery__image:hover {
}

.gallery__image:hover img {
    transform: scale(1.05);
}

.gallery__image:hover .gallery__overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 40%, transparent 100%);
}

.gallery__image:hover .gallery__play {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%) scale(1.15);
}

.gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay gradient trên ảnh */
/* Overlay gradient — full height cho ảnh ngang */
.gallery__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.15) 40%, transparent 100%);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.gallery__carousel .owl-item:not(.center) .gallery__overlay {
    opacity: 0;
}

/* Text overlay — căn giữa dưới */
.gallery__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25em 1.5em;
    z-index: 2;
    text-align: center;
    opacity: 0;
    transform: translateY(1em);
    transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}

.gallery__carousel .gallery__info {
    opacity: 1;
    transform: translateY(0);
}

.gallery__title {
    font-size: clamp(1.125rem, 1.8vw, 1.375rem);
    color: #fff;
    margin-bottom: 0.3em;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.gallery__desc {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    font-style: italic;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Play button */
.gallery__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(0.5em);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    pointer-events: none;
}

.gallery__play::before,
.gallery__play::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    animation: playPulse 2.5s ease-out infinite;
}

.gallery__play::after {
    animation-delay: 1.25s;
}

@keyframes playPulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(2); opacity: 0; }
}

.gallery__play svg {
    margin-left: 0.15em;
}

.gallery__image:hover .gallery__play {
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.gallery__badge {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    padding: 0.3em 0.6em;
    font-size: 0.6875rem;
    color: #fff;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(0.5em);
    -webkit-backdrop-filter: blur(0.5em);
    border-radius: 1em;
    pointer-events: none;
}

.gallery__count {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    margin-top: 0.625em;
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.5em);
    padding: 0.3em 0.75em;
    border-radius: 1em;
}

.gallery__image a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery__image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Video carousel — subtle tilt */
.video__carousel .owl-item {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.93);
    opacity: 0.5;
}

.video__carousel .owl-item.active {
    opacity: 1;
    transform: scale(1);
}

.video__carousel .gallery__overlay {
    opacity: 1;
}

.video__carousel .gallery__info {
    opacity: 1;
    transform: translateY(0);
}

.video__carousel .gallery__title {
    font-size: 0.9375rem;
}

.video__carousel .gallery__desc {
    font-size: 0.75rem;
}

.video__carousel.owl-carousel {
    position: relative;
}

.video__carousel.owl-carousel .owl-nav {
    position: absolute;
    top: -3.5em;
    right: 1em;
    left: auto;
    width: auto;
    transform: none;
    padding: 0;
    gap: 0.5em;
    display: flex;
    justify-content: flex-end;
    pointer-events: all;
}

/* Nav buttons */
.gallery__carousel.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 2em;
}

.gallery__carousel.owl-carousel .owl-nav button {
    position: static !important;
    width: 3em !important;
    height: 3em !important;
    pointer-events: all;
    backdrop-filter: blur(0.5em);
}


.gallery__carousel.owl-carousel .owl-dots {
    margin-top: 2em !important;
    text-align: center;
}

.gallery__carousel.owl-carousel .owl-dots .owl-dot span {
    width: 0.5em;
    height: 0.5em;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.gallery__carousel.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 1.5em;
    border-radius: 1em;
}

@media (max-width: 767px) {
    .gallery__carousel.owl-carousel .owl-nav {
        padding: 0 0.5em;
    }

    .gallery__carousel.owl-carousel .owl-nav button {
        width: 2.5em !important;
        height: 2.5em !important;
    }
}

/* ==============================
 * News Section
 * ============================== */
.section__news {
    background-color: #f7f8f6;
    padding-top: 100px;
}

.news__card {
    border-radius: 1em;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news__card:hover {
    transform: translateY(-0.25em);
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.06);
}


.news__card-image img {
    transition: transform 0.5s ease;
}

.news__card:hover .news__card-image img {
    transform: scale(1.05);
}

.news__card-date {
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.25em;
    height: 3.25em;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(0.5em);
    -webkit-backdrop-filter: blur(0.5em);
    border-radius: 0.5em;
}

.news__card-day {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.news__card-month {
    font-size: 0.625rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 0.2em;
}

.news__card-body {
    padding: 1.25em;
}

.news__card-category {
    position: absolute;
    top: 0.75em;
    left: 0.75em;
    z-index: 2;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: rgba(120, 85, 40, 0.7);
    backdrop-filter: blur(0.5em);
    -webkit-backdrop-filter: blur(0.5em);
    padding: 0.4em 0.75em;
    border-radius: 0.35em;
    line-height: 1;
}

.news__card-title {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--t4s-text-head-color);
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.news__card-desc {
    font-size: 0.8125rem;
    color: var(--t4s-text-content-color);
    line-height: 1.6;
    margin-bottom: 1em;
}

.news__card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--t4s-text-content-color) !important;
    transition: color 0.3s ease !important;
    margin-top: auto;
}

a.news__card-link:hover {
    color: var(--t4s-text-head-color) !important;
}

.news__card-link svg {
    transition: transform 0.3s ease;
}

a.news__card-link:hover svg {
    transform: translateX(0.2em);
}

/* ==============================
 * Partner Section
 * ============================== */
.section__partner {
    background-color: #f7f8f6;
    padding-top: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.partner__line {
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin-left: 2.5em;
    position: relative;
}

.partner__line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5em;
    height: 1px;
    background: rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
    .partner__col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.partner__item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.5em;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.partner__item:hover {
    border-color: rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.partner__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1) brightness(0);
    opacity: 0.6;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.partner__item:hover img {
    opacity: 0.8;
    filter: grayscale(0) brightness(0);
}

/* ==============================
 * Footer
 * ============================== */
footer {
    color: #fff;
}

.footer__top {
    background-color: #141414;
    padding: 5em 0 3.75em;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__logo img {
    height: 5em;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer__info p {
    gap: 0.625em;
    margin: 0 0 0.75em;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.footer__info p svg {
    margin-top: 0.1875em;
    stroke: rgba(255, 255, 255, 0.5);
}

.footer__info a {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: color 0.3s ease;
}

.footer__info a:hover {
    color: #fff !important;
}

.footer__social {
    gap: 0.625em;
}

.footer__social a {
    display: inline-flex;
    width: 2.25em;
    height: 2.25em;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.footer__social a:hover {
    color: #fff !important;
    border-color: #fff;
    transform: translateY(-2px);
}

.footer__heading {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.5em;
    position: relative;
    padding-bottom: 0.75em;
}

.footer__heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5em;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__links li {
    margin-bottom: 0.625em;
}

.footer__links a {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5) !important;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

.footer__links a:hover,
.footer__links a.active {
    color: #fff !important;
    padding-left: 0.25em;
}

.footer__text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 1.25em;
}


.footer__bottom {
    background-color: #0a0a0a;
    padding: 1em 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.03em;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__bottom a {
    color: rgba(255, 255, 255, 0.4) !important;
    transition: color 0.3s ease;
}

.footer__bottom a:hover {
    color: #fff !important;
}

.footer__bottom-links {
    gap: 1.25em;
}

.btn-top {
    position: fixed;
    bottom: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 99999;
    display: none;
    overflow: hidden;
}

.btn-top .round {
    width: 40px;
    height: 40px;
    position: relative;
    background: var(--t4s-secondary-color);
    border: 1px solid #fff;
}

.btn-top span {
    z-index: 999;
    height: 2px;
    width: 14px;
    background: #fff;
    transition: 0.4s ease;
}

.btn-top span:first-child {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 23%;
    bottom: 35%;
}

.btn-top span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 45%;
    bottom: 35%;
}

.btn-top span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 23%;
    bottom: 54%;
}

.btn-top span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 45%;
    bottom: 54%;
}

.btn-top .round:hover span:nth-child(1) {
    transform: rotate(135deg);
}

.btn-top .round:hover span:nth-child(2) {
    transform: rotate(-135deg);
}

.btn-top .round:hover span:nth-child(3) {
    transform: rotate(-225deg);
}

.btn-top .round:hover span:nth-child(4) {
    transform: rotate(225deg);
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}

.close-window {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white !important;
    background-color: var(--t4s-primary-color);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    visibility: hidden;
}

.overlay.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

.section__box {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.select2-results {
    padding: 5px 0;
}

.select2-results__option {
    padding: 5px 10px;
    text-align: left;
    font-size: 0.875rem !important
}

.select2-results__option.select2-results__message {
    padding: 0 10px 5px 10px;
    text-align: left;
    color: #323a46;
}

.select2-dropdown {
    border: 1px solid rgb(209 213 219);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    background-color: #fff;
}

.select2-container input::placeholder {
    color: #adb5bd;
}

.select2-selection--single {
    min-height: 42px;
    background: transparent;
    box-shadow: none;
    outline: none;
    border-radius: var(--bs-border-radius) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    padding-left: 12px !important;
    text-align: left !important;
    font-size: 14px !important;
    background: transparent !important;
    border-radius: 0.25rem !important;
}

.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #6c757d !important;
    font-size: 13px;
}

.select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    width: 40px !important;
    right: 0 !important;
}

.select2-selection--single .select2-selection__arrow b {
    border-style: solid !important;
    border-width: 0 2px 2px 0 !important;
    border-color: transparent #909192 #909192 transparent !important;
    content: '' !important;
    display: block !important;
    height: 7px !important;
    margin-top: -5px !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 15px !important;
    left: auto !important;
    top: 50% !important;
    transform-origin: 66% 66% !important;
    transform: rotate(45deg) !important;
    transition: all .15s ease-in-out !important;
    width: 7px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 2px 2px 0 !important;
    margin-top: -5px !important;
    border-color: transparent var(--bs-border-color) var(--bs-border-color) transparent !important;
    transform: rotate(-135deg) !important;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px 10px 5px;
    background-color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid var(--bs-border-color);
    background-color: #fff;
    color: #6c757d;
    text-align: left;
    padding: 3px 8px;
    border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FFF;
    color: #323a46;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #f3f7f9;
    color: #323a46;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f3f7f9;
    color: #323a46;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #f3f7f9;
    color: #323a46;
}

.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 16px;
    color: #909192;
    position: absolute !important;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 38px;
    text-align: center;
    z-index: 2;
    border-radius: 4px;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: normal !important;
    background-color: #fff !important;
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
    background-color: rgb(249 250 251) !important;
    box-shadow: none;
    display: flex;
    border-radius: var(--bs-border-radius) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-container .select2-selection--multiple .select2-search__field {
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 32px !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e5e6e6;
    border: none;
    color: #323a46;
    height: 24px;
    line-height: 24px;
    border-radius: 0.25rem !important;
    padding: 1px 7px;
    margin-top: 4px;
    font-size: 13px !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #85878b;
    margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove {
    color: #323a46;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #6c757d;
}

.select2-selection {
    overflow: hidden;
}

.select2-selection__rendered {
    white-space: normal;
    word-break: break-all;
}

.select2-container--open .select2-selection {
    border-color: rgb(22 163 74) !important;
}

.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.nav-pills .nav-link {
    color: var(--t4s-text-content-color);
    text-transform: uppercase;
    background: #F1F2F3;
    font-size: 12px;
    border-radius: 30px !important;
    white-space: nowrap;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--t4s-primary-color) !important;
    color: #fff !important;
}

#mobile-bottom-navigation {
    display: none;
}

.menu__mobile__container {
    will-change: transform;
    position: fixed;
    top: 0;
    left: var(--t4s-mobile-menu-left);
    width: var(--t4s-mobile-menu-width);
    height: 100%;
    z-index: 99999;
    color: #333;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    overflow-y: auto !important;
}

.swiper__button {
    position: absolute;
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 163, 55, 1) 0%, rgba(255, 194, 122, 1) 100%) !important;
    color: #ffffff !important;
    top: calc(50% - 30px);
    transition: 0.3s;
    outline: none !important;
    z-index: 9;
}

.swiper__button.prev {
    padding-right: 7px;
    border-radius: 0 100px 100px 0;
    left: -32px;
}

.swiper__button.next {
    padding-left: 7px;
    border-radius: 100px 0 0 100px;
    right: -32px;
}

@keyframes typing {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}


@media (max-width: 1199px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    footer .bot {
        padding: 0 0 20px 0;
        border: 0;
    }

    body #wrapper {
        margin-top: 0;
    }

    .header__container {
        height: var(--t4s-header-height-mobile);
    }

    .header__logo .logo img {
        max-height: 2.25rem;
        min-height: 1.75rem;
    }

    header.header.scrolled .header__logo .logo img {
        max-height: 2rem;
    }

    .header__nav {
        gap: 1.25em;
    }

    .sidemenu__header {
        height: var(--t4s-header-height-mobile);
    }

    .menu__mobile__container ul.flag {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

    .menu__mobile__container ul.format.flag li {
        display: inline-block;
        padding: 0 10px;
    }

    .menu__mobile__container ul.format.flag li a {
        color: var(--t4s-thirty-color);
        font-size: 16px;
    }

    .menu__mobile__container__header {
        background: var(--t4s-sixth-color);
    }

    .menu__mobile__container__header .logo-x {
        height: 125px;
        padding: 23px 0;
        text-align: center;
        margin: 0 auto;
    }

    .menu__mobile__container__header .logo-x img {
        height: 100%;
        object-fit: cover;
    }

    .menu__mobile__container__header span {
        display: block;
        text-transform: uppercase;
        color: #fff;
        margin-left: -15px;
        font-weight: 600;
    }

    .menu__mobile__container__header .close__mobile__menu {
        width: 35px;
        height: 36px;
        background: rgba(0, 0, 0, 0.05);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        margin-right: 10px;
        position: absolute;
        right: 0;
    }

    .menu__mobile__container form {
        border-bottom: 1px solid #e9e9e9;
        padding: 15px;
        overflow: hidden;
    }

    .menu__mobile__container form input {
        padding: 8px 15px;
        min-width: 210px;
        border: 1px solid #e9e9e9;
        float: left;
    }

    .menu__mobile__container form button {
        border-radius: 0;
        margin: 0 0 0 -3px;
        padding: 7px 15px;
        float: left;
    }

    .menu__mobile__container .mobile-link-header {
        display: block;
        width: 100%;
        position: relative;
    }

    .menu__mobile__container .menu__item a {
        display: block;
        width: 100%;
        padding: 10px 15px;
        background-color: #fff;
        font-weight: 500;
        position: relative;
        font-size: 12px;
    }

    .menu__mobile__container .actions {
        padding: 0 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .menu__mobile__container .menu__mobile__box > .menu__item {
        border-left: 1px solid transparent;
        transition: 0.5s border-left-color ease;
    }

    .menu__mobile__container .menu__mobile__box > .menu__item.open {
        border-left: 1px solid var(--t4s-primary-color);
    }

    .menu__mobile__container .menu__mobile__box > .menu__item > a {
        text-transform: uppercase;
    }

    .menu__mobile__container .menu__item:last-child a {
        border-bottom: 0;
    }

    .menu__mobile__container .menu__item a:hover, .menu__mobile__container .menu__item a.active {
        color: var(--t4s-primary-color);
        background-color: #f9f9f9;
    }

    .menu__mobile__container .menu__item .arrow__menu {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 38px;
        width: 38px;
        color: #999;
        transition: 0.5s all ease;
        border-radius: 5px;
    }

    .menu__mobile__container .sub__menu .menu__item a {
        padding-left: 25px;
        font-size: 13px;
    }

    .menu__mobile__container .sub__menu .menu__item .sub__menu .menu__item a {
        padding-left: 30px;
    }

    .menu__mobile__container .sub__menu {
        max-height: 0;
        visibility: hidden;
        transition: 0.5s all ease;
        overflow: hidden;
        list-style-type: none;
        padding: 0;
    }

    .menu__mobile__container .menu__item.open > .sub__menu {
        max-height: 1000px;
        visibility: visible;
    }

    .menu__mobile__container .mobile-nav__toggle-open {
        transform: rotate(-90deg);
    }

    .menu__mobile__container .mobile-nav__toggle-close {
        transform: rotate(0deg);
    }

    .menu__mobile__container, .overlay {
        display: block;
    }

    .mobile__menu__open body .menu__mobile__container {
        left: 0;
        overflow: hidden;
    }

}

@media (max-width: 767px) {
    .btn-top {
        display: none !important;
    }

    /* Sections padding */
    .section__about,
    .section__box {
        padding: 3em 0;
    }

    /* Section header */
    .section__header {
        margin-bottom: 1.5em !important;
    }

    .section__header-title {
        font-size: 1.5rem;
    }

    /* Hero video */
    .hero-video__content p {
        font-size: 0.625rem !important;
    }

    /* About */
    .about__title {
        font-size: 1.5rem;
    }

    .about__stat-number {
        font-size: 1.5rem;
    }

    /* Product cards */
    .product__card-body {
        padding: 1em;
    }

    .product__card-title {
        font-size: 0.875rem;
    }

    /* Gallery */
    .gallery__title {
        font-size: 0.875rem;
    }

    .gallery__desc {
        font-size: 0.75rem;
    }

    .gallery__info {
        padding: 1em;
    }

    .gallery__play {
        width: 2.25em;
        height: 2.25em;
    }

    .gallery__play svg {
        width: 14px;
        height: 14px;
    }

    /* Video carousel nav */
    .video__carousel.owl-carousel .owl-nav {
        top: -3em;
        right: 0.5em;
    }

    /* News cards */
    .news__card-body {
        padding: 1em;
    }

    .news__card-title {
        font-size: 0.875rem;
    }

    .news__card-date {
        width: 2.75em;
        height: 2.75em;
    }

    .news__card-day {
        font-size: 0.9375rem;
    }

    /* Footer */
    .footer__top {
        padding: 3em 0 2em;
    }

    .footer__heading {
        margin-bottom: 1em;
    }

    .footer__logo img {
        height: 3.5em;
    }

    /* Buttons */
    .btn--outline {
        padding: 0.625em 1.5em;
        font-size: 0.6875rem;
    }

    .contact__form-card {
        padding: 1.25em;
    }

    /* Sub-nav dropdown - full width on mobile */
    .sub-nav {
        min-width: 11em;
    }
}

@media (max-width: 575px) {
    body, html {
        font-size: 14px;
    }

    .section__about,
    .section__box {
        padding: 2.5em 0;
    }

    .section__header-title {
        font-size: 1.25rem;
    }

    /* Header */
    .header__logo {
        padding: 0 1em;
    }

    .header__ham {
        margin-left: 0.75em;
    }

    .ham-icon {
        width: 1.5em;
    }

    .nav-link {
        font-size: 0.625rem;
        letter-spacing: 0.1em;
    }

    /* About */
    .about__image {
        max-width: 16em;
    }

    .about__content {
        text-align: center;
    }

    .about__label {
        justify-content: center;
    }

    .about__divider {
        margin-left: auto;
        margin-right: auto;
    }

    .about__stat {
        align-items: center;
    }

    /* Partner */
    .partner__item {
        padding: 0.75em;
    }

    /* Product card */
    .product__card-address {
        font-size: 0.75rem;
    }

    .product__card-meta span {
        font-size: 0.75rem;
    }

    .product__card-footer {
        flex-wrap: wrap;
        gap: 0.5em;
    }

    .product__card-social a {
        width: 1.75em;
        height: 1.75em;
    }

    /* News card */
    .news__card-date {
        width: 2.5em;
        height: 2.5em;
    }

    .news__card-day {
        font-size: 0.875rem;
    }

    .news__card-month {
        font-size: 0.5rem;
    }

    .news__card-desc {
        font-size: 0.75rem;
    }

    /* Footer */
    .footer__heading {
        font-size: 0.8125rem;
        margin-bottom: 1em;
    }

    .footer__logo img {
        height: 3em;
    }

    .footer__bottom {
        text-align: center;
    }


    /* Gallery play button */
    .gallery__play svg {
        width: 0.875em;
        height: 0.875em;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .animate__animated {
        animation-duration: 0.01s !important;
    }

    .gallery__play::before,
    .gallery__play::after {
        animation: none;
    }

    .owl-carousel .owl-item {
        transition-duration: 0.1s !important;
    }
}
