/* VTR Theme CSS - Vietravel Custom Styles */

/* Font Family */
/* Thin (100) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Thin.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Thin.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Thin.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Thin.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Thin.svg#Greycliff_CF_Thin') format('svg');
}

/* Extra Light (200) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Extra_Light.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Extra_Light.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Extra_Light.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Extra_Light.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Extra_Light.svg#Greycliff_CF_Extra_Light') format('svg');
}

/* Light (300) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Light.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Light.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Light.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Light.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Light.svg#Greycliff_CF_Light') format('svg');
}

/* Regular (400) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Regular.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Regular.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Regular.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Regular.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Regular.svg#Greycliff_CF_Regular') format('svg');
}

/* Medium (500) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Medium.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Medium.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Medium.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Medium.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Medium.svg#Greycliff_CF_Medium') format('svg');
}

/* Semi Bold (600) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Semi_Bold.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Semi_Bold.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Semi_Bold.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Semi_Bold.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Semi_Bold.svg#Greycliff_CF_Semi_Bold') format('svg');
}

/* Bold (700) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Bold.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Bold.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Bold.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Bold.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Bold.svg#Greycliff_CF_Bold') format('svg');
}

/* Extra Bold (800) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Extra_Bold.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Extra_Bold.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Extra_Bold.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Extra_Bold.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Extra_Bold.svg#Greycliff_CF_Extra_Bold') format('svg');
}

/* Heavy (900) */
@font-face {
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/greycliff-cf/Greycliff_CF_Heavy.woff2') format('woff2'),
        url('/fonts/greycliff-cf/Greycliff_CF_Heavy.woff') format('woff'),
        url('/fonts/greycliff-cf/Greycliff_CF_Heavy.ttf') format('truetype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Heavy.eot') format('embedded-opentype'),
        url('/fonts/greycliff-cf/Greycliff_CF_Heavy.svg#Greycliff_CF_Heavy') format('svg');
}


:root,
[data-bs-theme="light"] {
    --bs-primary: #0046C1;
    --bs-primary-rgb: 0, 70, 193;
    --bs-secondary: #F4F4F5;
    --bs-secondary-rgb: 244, 244, 245;
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-light: #FFF;
    --bs-light-rgb: 255, 255, 255;
    --bs-warning: #FDC227;
    --bs-warning-rgb: 253, 194, 39;
    --font-site: Roboto, Arial, sans-serif;
    --font-title: 'Greycliff CF', Roboto, Arial, sans-serif;
    --font-desc: Roboto, Arial, sans-serif;
    --font-detail: Roboto, Arial, sans-serif;
    --text-color-site: #333;
    --text-color-title: #333;
    --text-color-desc: #5C5C5C;
    --text-color-detail: #52525B;
    --container-lg-width: 982px;
    --container-xl-width: 1172px;
    --container-xxl-width: 1272px;
    --bs-border-color: #E4E4E7;
    --bs-danger: #ED1A3B;
    --bs-success: #3EB54A;
    --bs-blue: #00487F;
    --bs-blue-light: #F3F7FB;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding-left: 1rem;
    padding-right: 1rem;
}

.divider {
    width: 1px;
    background: #dee2e6;
}

.text-blue {
    color: var(--bs-blue);
}

.text-decor {
    position: relative;
    z-index: 1;
}

.text-decor:after {
    background-image: url(https://vietravel-dev.dev.breezing.in/images/image-new-text-decor.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 2;
}

.text-decor.text-decor--long:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjE3IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCAyMTcgNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuOTkgMi42OTI3OGUtMDVDMi4xOTQzMyAtMC4wMDQ1MjM4IDEuNDMyMyAwLjMwNzc3MiAwLjg3MTU3NSAwLjg3MjMyNUMwLjMxMDg0NCAxLjQzNjY0IC0wLjAwMjY2MDQ3IDIuMjA2OTcgMS41NzU2NGUtMDUgMy4wMDk3NUMwLjAwMjY5MTk4IDMuODEyNTMgMC4zMjEzMjYgNC41ODA4MiAwLjg4NTgwNyA1LjE0MTQ3QzEuNDUwMjkgNS43MDIzNyAyLjIxNDM4IDYuMDA5NzEgMy4wMSA1Ljk5OTk5QzMuMDEgNS45OTk5OSAzLjAxIDUuOTk5OTkgMy4wMSA1Ljk5OTk5QzYuNDgwMTYgNS45NTc0NyAxMC4wNDYyIDUuOTE0NjQgMTMuNTc1NCA1Ljg3MTkyQzc3LjIwMjUgNS4xMDI2NiAxNDAuNzMgNC4zMzM3NyAyMDQuMzkgMy41NjQ1MkMyMDcuODggMy41MjE5MyAyMTEuNDE4IDMuNDc5MTkgMjE1LjAwMyAzLjQzNjNDMjE1LjI5OSAzLjQzMjY4IDIxNS41ODIgMy4zMTA5MSAyMTUuNzkgMy4wOTkzQzIxNS45OTkgMi44ODc2IDIxNi4xMTUgMi42MDM0IDIxNi4xMTQgMi4zMDc2OEMyMTYuMTEzIDIuMDExOTcgMjE1Ljk5NSAxLjcyODUzIDIxNS43ODUgMS41MTgxOEMyMTUuNTc1IDEuMzA3OTMgMjE1LjI5MSAxLjE4OCAyMTQuOTk1IDEuMTg2MzFDMjE0Ljk5NSAxLjE4NjMxIDIxNC45OTUgMS4xODYzMSAyMTQuOTk1IDEuMTg2MzFDMjExLjQxIDEuMTY2NyAyMDcuODcyIDEuMTQ2OTQgMjA0LjM4MiAxLjEyNzAzQzE0MC43MTggMC43NzEyODggNzcuMTg2OSAwLjQxNTE4NSAxMy41NTYgMC4wNTk0NTE5QzEwLjAyNjcgMC4wMzk2NjkxIDYuNDYwMzYgMC4wMjAwMDYyIDIuOTkgMi42OTI3OGUtMDVaIiBmaWxsPSIjMDA0NkMxIi8+Cjwvc3ZnPgo=);
    height: 6px;
}

.bg-blue-light {
    background-color: var(--bs-blue-light) !important;
}

body {
    color: var(--text-color-site);
    font-family: var(--font-site);
    background-color: var(--bs-secondary);
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Text Component - extends Bootstrap */
h1,
.h1 {}

h2,
.h2 {}

h3,
.h3 {
    font-family: var(--font-title);
    color: var(--text-color-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

@media screen and (max-width: 576px) {

    h3,
    .h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

h4,
.h4 {
    font-family: var(--font-title);
    color: var(--text-color-title);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.display-2 {
    font-family: var(--font-title);
    color: var(--text-color-title);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
}

.display-3 {
    font-family: var(--font-title);
    color: var(--text-color-title);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

@media screen and (max-width: 576px) {
    .display-3 {
        font-size: 28px;
        line-height: 28px;
    }
}

.display-5 {
    font-size: 40px;
    font-family: var(--font-title);
    color: var(--text-color-title);
    font-weight: 700;
    line-height: 110%;
}

@media screen and (max-width: 576px) {
    .display-5 {
        font-size: 20px;
        line-height: 28px;
    }
}

.display-6 {
    font-family: var(--font-title);
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    /* 112.5% */
}

@media screen and (max-width: 576px) {
    .display-6 {
        font-size: 24px;
        line-height: 28px;
    }
}

/* Button Component - extends Bootstrap */

.btn {
    --bs-btn-padding-x: 16px;
    --bs-btn-padding-y: 10px;
    --bs-btn-line-height: 1.375;
    --bs-btn-border-radius: 999px;
}


.btn.rounded-circle {
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 12px;
    line-height: 1;
}

.btn.rounded-circle.btn-sm {
    --bs-btn-padding-x: 8px;
    --bs-btn-padding-y: 8px;
}

.btn.btn-sm {
    --bs-btn-padding-x: 7px;
    --bs-btn-padding-y: 7px;
    --bs-btn-font-size: 10px;
    --bs-btn-line-height: 1;
    font-size: var(--bs-btn-font-size);
    line-height: var(--bs-btn-line-height);
}

/* Button Styles */
.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: var(--bs-primary);
    ;
    --bs-btn-active-bg: var(--bs-primary);
    ;
    --bs-btn-active-border-color: var(--bs-primary);
    ;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
}

.btn-secondary {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-color: var(--text-color-title);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: #eeeef0;
    --bs-btn-hover-color: var(--text-color-title);
    --bs-btn-hover-border-color: #eeeef0;
    --bs-btn-active-bg: #e9e9eb;
    --bs-btn-active-color: var(--text-color-title);
    --bs-btn-active-border-color: #e9e9eb;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: #004d93;
    --bs-btn-active-border-color: #004d93;
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-btn-disabled-border-color: #0066B3;
}

.btn-outline-secondary {
    --bs-btn-bg: transparent;
    --bs-btn-color: var(--text-color-site);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-border-color);
    --bs-btn-hover-color: var(--text-color-title);
    --bs-btn-hover-border-color: #eeeef0;
    --bs-btn-active-bg: #e9e9eb;
    --bs-btn-active-color: var(--text-color-title);
    --bs-btn-active-border-color: #e9e9eb;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-color: var(--text-color-desc);
    --bs-btn-disabled-border-color: var(--bs-border-color);
}


.btn-link {
    --bs-btn-padding-x: 0;
    --bs-btn-color: #0066B3;
    --bs-btn-hover-color: #0056a3;
    --bs-btn-active-color: #004d93;
    --bs-btn-font-weight: 700;
    text-decoration: none;
}

/* Form Styles */
.form-label {
    font-weight: 500;
    color: var(--text-color-title);
}

.form-control,
.form-select {
    --bs-body-bg: #fff;
    --bs-body-color: var(--text-color-site);
    --bs-form-control-bg: #fff;
    --bs-form-control-color: var(--text-color-site);
    --bs-form-control-border-color: var(--bs-border-color);
    --bs-form-select-bg: #fff;
    --bs-form-select-color: var(--text-color-site);
    --bs-form-select-border-color: var(--bs-border-color);
    padding: 14px 16px;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid var(--bs-primary);
    box-shadow: 0 0 0 3.2px rgba(var(--bs-primary-rgb), 0.05);
}

.form-control::placeholder {
    color: #A1A1AA;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Breadcrumbs Component - extends Bootstrap */
.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 0;
    --bs-breadcrumb-bg: transparent;
    --bs-breadcrumb-border-radius: 0;
    --bs-breadcrumb-divider-color: var(--text-color-desc);
    --bs-breadcrumb-item-padding-x: 16px;
    --bs-breadcrumb-item-active-color: var(--text-color-title);
    font-size: 14px;
    font-family: Roboto;
    padding: 1rem 0;
}

.breadcrumb-item::after {
    border-top-color: var(--text-color-desc);
    border-right-color: var(--text-color-desc);
}


.breadcrumb-item a {
    color: var(--text-color-desc) !important;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/");
    color: var(--bs-breadcrumb-divider-color);
}

.breadcrumb-item a {
    color: var(--text-color-desc);
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    color: var(--text-color-title);
}

.breadcrumb-item.active {
    color: var(--text-color-title);
    font-weight: 600;
}

@media (min-width: 992px) {
    .breadcrumb {
        padding: 1.5rem 0;
    }
}


.pagination {
    --bs-pagination-padding-x: 14px;
    --bs-pagination-padding-y: 8px;
    --bs-pagination-font-size: 14px;
    --bs-pagination-border-radius: 8px;
    --bs-pagination-color: var(--text-color-title);
    --bs-pagination-bg: none;
    --bs-pagination-active-bg: var(--bs-white);
    --bs-pagination-active-color: var(--text-color-title);
    --bs-pagination-active-border-color: var(--bs-white);
    --bs-pagination-disabled-color: var(--text-color-desc);
    --bs-pagination-disabled-bg: none;
    --bs-pagination-disabled-border-color: transparent;

}

.dropdown-menu {
    padding: 8px;
    border-radius: 12px;
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 3px 0 rgba(0, 0, 0, 0.10);
}

.dropdown-divider {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top-color: #E5E7EB;
}

.dropdown-header {
    color: #6B7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    transform: translateX(-4px);
}

a.dropdown-item {
    color: var(--text-color-detail);
    font-weight: 500;
    padding: 8px 12px;
    font-size: 14px;
}

/* Tags Component */
.s-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.s-tag-item {
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: var(--bs-white);
    color: var(--text-color-title);
    font-size: 16px;
    border-radius: 999px;
}

.s-tag-item:hover {
    cursor: pointer;
}

@media (max-width: 576px) {
    .s-tag-item {
        font-size: 12px;
    }
}

/* Price Display with Discount */
.s-price-display {
    font-family: var(--font-site);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.s-price-display__from {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color-desc);
}

.s-price-display__original {
    font-size: 16px;
    color: var(--text-color-desc);
    text-decoration: line-through;
}

.s-price-display__current {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color-title);
}

.s-price-display__discount {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    background: #dc3545;
    color: white;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border-radius: 9999px;
}

.s-price-display.is-small .s-price-display__from,
.s-price-display.is-small .s-price-display__original {
    font-size: 14px;
}

@media (max-width: 576px) {
    .s-price-display__from {
        font-size: 14px;
    }

    .s-price-display__original {
        font-size: 14px;
    }

    .s-price-display__current {
        font-size: 16px;
    }

    .s-price-display__discount {
        font-size: 12px;
    }
}

/* Tab Navigation Component */
.s-tab-nav {
    display: flex;
    gap: 16px;
    padding-top: 16px;
    overflow-x: auto;
    border-bottom: 1px solid var(--bs-border-color);
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.s-tab-nav::-webkit-scrollbar {
    display: none;
}

.s-tab-nav.is-sticky {
    position: sticky;
    top: 100px;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.s-tab-nav-warp {
    display: inline-flex;
    width: 100%;
    max-width: fit-content;
    position: relative;
}

@media (min-width: 992px) {
    .s-tab-nav-warp button {
        display: none !important;
    }
}

.s-tab-nav-warp button {
    background: #fff;
    padding: 0;
    border: none;
    width: 24px;
    cursor: pointer;
    position: absolute;
    top: calc(50% + 6px);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-tab-nav-warp button:disabled {
    opacity: 0;
    visibility: hidden;
    cursor: not-allowed;
}

.s-tab-nav-warp button.prev {
    left: -30px;
}

.s-tab-nav-warp button.next {
    right: -30px;
}

.s-tab-nav-warp button svg {
    width: 100%;
    height: auto;
    max-width: 16px;
}

.s-tab-nav-warp button.next svg {
    max-width: 18px;
}

.s-tab-nav__item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: var(--text-color-desc);
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
}

.s-tab-nav__item:hover {
    color: var(--text-color-title);
}

.s-tab-nav__item.is-active {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-primary);
}

.s-tab-nav__icon {
    margin-right: 4px;
}

@media (max-width: 1199.98px) {
    .s-tab-nav__item {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .s-tab-nav-warp button {
        top: calc(50% - 3px);
    }
}

/* Mobile Tab Navigation */
@media (max-width: 576px) {
    /* .s-tab-nav__item {
        font-size: 12px;
        padding: 12px 0;
    }

    .s-tab-nav__icon {
        width: 16px;
        height: 16px;
    } */

    .s-tab-nav-warp button.prev {
        left: -15px;
    }

    .s-tab-nav-warp button.next {
        right: -15px;
    }
}

.s-product-card {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.s-product-card:hover {
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit; */
}

.s-product-card__image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 70%;
}

.s-product-card__image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 3;
    display: none;
}

.s-product-card__image img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.s-product-card:hover .s-product-card__image img {
    transform: scale(1.1);
}

.s-product-card__content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.s-product-card__category {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color-title);
    margin-bottom: 4px;
    line-height: 20px;
}

.s-product-card__duration {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color-desc);
    margin-bottom: 8px;
    line-height: 20px;
}

.s-product-card__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color-title);
    font-family: var(--font-title);
    line-height: 1.16;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 56px;
    max-lines: 2;
    text-overflow: ellipsis;
    margin-bottom: 8px;

}

.s-product-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.s-product-card__tags .s-tag-item {
    font-size: 12px;
    padding: 4px 12px;
    background: var(--bs-secondary);
    border-radius: 20px;
}

.s-product-card__price {
    margin-top: auto;
}

.s-product-card__price .s-price-display {
    justify-content: flex-start;
}

/* Mobile Product Card */
@media (max-width: 576px) {
    .s-product-card__image {
        height: 200px;
    }

    .s-product-card__category {
        font-size: 12px;
    }

    .s-product-card__title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .s-product-card__tags {
        margin-bottom: 12px;
    }

}

.s-search-input {
    display: flex;
    border-radius: 999px;
    border: 1px solid var(--bs-border-color);
    padding: 8px;
    /* border: 1px solid #DCDCDC;
    padding: 6px;
    max-height: 54px; */
    gap: 8px;
    min-width: 400px;
}

.s-search-input .form-control {
    border: none;
    outline: none;
    box-shadow: none;
}

/* .s-search-input .form-control, .s-search-input .form-control::placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 137.5%;
}

.s-search-input .form-control::placeholder{
    color:#C0C0C0;
} */


@media (max-width: 767.98px) {
    /* .s-search-input {
        max-height: 48px;
        padding: 3px 4px;
    }

    .s-search-input .btn{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        padding: 0;
        flex-shrink: 0;
    }

    .s-search-input svg{
        width: 100%;
        height: auto;
        max-width: 16px;
    } */
}

/* Quantity Control Component */
.s-quantity-control {
    display: inline-flex;
    align-items: center;
    background: var(--bs-secondary);
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    gap: 0;
}

.s-quantity-control__btn {
    border: none;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: var(--text-color-desc);
    background-color: var(--bs-secondary);
}

.s-quantity-control__btn path {
    stroke-width: 3px;
}

.s-quantity-control__btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    color: var(--text-color-desc);
}

.s-quantity-control__value {
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    color: var(--text-color-title);
    background-color: var(--bs-secondary);
}

/* Option Text Component */
.s-option-text {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    color: var(--text-color-desc);
    align-items: baseline;
}

.s-option-text-separator {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #D4D4D8;
}

/* Mobile Option Text Styles */
@media (max-width: 768px) {
    .s-option-text {
        /* flex-direction: column; */
        /* gap: 4px; */
    }

    .s-option-text-separator {
        /* display: none; */
    }
}


/* Option Text Component */
.s-section {
    padding-top: 80px;
    padding-bottom: 90px;
}

.s-section__title {
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .s-section__title {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .s-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* news card */
.s-post-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.s-post-card__img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    padding-top: 64.1%;
}

.s-post-card__img a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.s-post-card__img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.s-post-card:hover .s-post-card__img img {
    transform: scale(1.05);
}

.s-post-card__content {
    padding-top: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.s-post-card__row {
    margin-bottom: 12px;
}

.s-post-card__row:last-child {
    margin-bottom: 0;
}

.s-post-card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--text-color-title);
    font-family: var(--font-title);
    text-decoration: none;
}

.s-post-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.s-post-card__title a:hover {
    color: var(--bs-primary);
}

.s-post-card__desc {
    color: var(--text-color-desc);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--font-site);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.s-post-card__author,
.s-post-card__time {
    font-size: 12px;
    color: var(--text-color-desc);
    font-family: var(--font-site);
}

.s-post-card__time:before {
    content: '|';
    margin: 0 8px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .s-post-card__title {
        font-size: 18px;
    }

    .s-post-card__desc {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .s-post-card__title {
        font-size: 20px;
    }
}

/* template slider button */
.s-template-slider-button .owl-carousel .owl-nav .owl-prev,
.s-template-slider-button .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--bs-border-color);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.s-template-slider-button .owl-carousel .owl-nav .owl-prev {
    left: 16px;
    background-image: url('/images/icons/icon16-chevron-left-black.svg');
}

.s-template-slider-button .owl-carousel .owl-nav .owl-next {
    right: 16px;
    background-image: url('/images/icons/icon16-chevron-right-black.svg');
}

@media (min-width: 992px) {

    .s-template-slider-button .owl-carousel .owl-nav .owl-prev:hover,
    .s-template-slider-button .owl-carousel .owl-nav .owl-next:hover {
        background-color: rgba(255, 255, 255, 1);
    }
}

@media (min-width: 1200px) {
    .s-template-slider-button .owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }

    .s-template-slider-button .owl-carousel .owl-nav .owl-next {
        right: -50px;
    }
}

@media (min-width: 1366px) {
    .s-template-slider-button .owl-carousel .owl-nav .owl-prev {
        left: -60px;
    }

    .s-template-slider-button .owl-carousel .owl-nav .owl-next {
        right: -60px;
    }
}

/* Rich Text Editor Styles */
.s-richtext {
    font-family: var(--font-detail);
    color: var(--text-color-site);
    line-height: 1.6;
    font-size: 16px;
    word-break: break-word;
}

.s-richtext>*:first-child {
    margin-top: 0;
}

.s-richtext>*:last-child {
    margin-bottom: 0;
}

.s-richtext p {
    margin-bottom: 1rem;
}

.s-richtext h1,
.s-richtext h2,
.s-richtext h3,
.s-richtext h4,
.s-richtext h5,
.s-richtext h6 {
    color: var(--text-color-detail);
    font-family: var(--font-site);
    margin-bottom: 0.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.s-richtext h1 {
    font-size: 2em;
}

.s-richtext h2 {
    font-size: 1.5em;
}

.s-richtext h3 {
    font-size: 1.25em;
}

.s-richtext h4 {
    font-size: 1em;
}

.s-richtext h5 {
    font-size: 0.875em;
}

.s-richtext h6 {
    font-size: 0.85em;
}

.s-richtext ul,
.s-richtext ol {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
}

.s-richtext li {
    margin-bottom: 0.25rem;
}

.s-richtext a {
    color: var(--bs-primary);
    text-decoration: underline;
}

.s-richtext blockquote {
    border-left: 4px solid var(--bs-primary);
    padding-left: 1rem;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    color: var(--text-color-desc);
}

.s-richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0.25rem 0;
}

.s-richtext figure {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0.25rem 0;
}

.s-richtext figure img {
    margin: 0;
}

.s-richtext figcaption {
    color: var(--text-color-detail);
    font-style: italic;
    text-align: center;
    line-height: 1.4;
    padding: 0.5rem 1rem 0 1rem;
    font-size: 0.9em;
}

.s-richtext hr {
    margin: 0.25rem 0;
    border: 0;
    border-top: 1px solid var(--bs-border-color);
}