@font-face {
    font-family: SVNGilroy;
    src: url("fonts/2f17bd408db26d1c-s.p.woff2") format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: SVNGilroy;
    src: url("fonts/378b00544fe81e00-s.p.woff2") format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: SVNGilroy;
    src: url("fonts/8339563fdb1663cc-s.p.woff2") format("woff2");
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: SVNGilroy;
    src: url("fonts/d88152304045eab2-s.p.woff2") format("woff2");
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: SVNGilroy;
    src: url("fonts/48a16380d1860a9d-s.p.woff2") format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SVNGilroy Fallback";
    src: local("Arial");
    ascent-override: 76.64%;
    descent-override: 23.95%;
    line-gap-override: 0%;
    size-adjust: 104.36%;
}

/* CSS Reset & Variables */
:root {
    --primary: #2c8b9b;
    --primary-dark: #008f4c;
    --secondary: #00b74f;
    --primary-rgb: 44, 139, 155;
    --primary-dark-rgb: 0, 143, 76;
    --secondary-rgb: 0, 183, 79;
    --text-color: #333;
    --bg-light: #f9fbfc;
    --font-sans: SVNGilroy, "SVNGilroy Fallback", ui-sans-serif, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

body {
    font-family: var(--font-sans);
    font-weight: 400;
    color: var(--text-color);
    background-color: #fff;
    overflow-x: hidden;
}

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

button,
input,
select,
textarea {
    font-family: var(--font-sans);
}

code,
kbd,
pre,
samp {
    font-family: var(--font-mono);
}

.__className_54100e {
    font-family: SVNGilroy, "SVNGilroy Fallback";
}

a {
    text-decoration: none !important;
}

.text-primary {
    color: var(--primary) !important;
}

/* Fixed desktop content width */
@media (min-width: 1200px) {
    .container {
        max-width: 1216px;
    }

    .navbar > .container {
        max-width: 1290px;
    }
}

/* Floating Right Menu */
.floating-menu {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-menu a {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    font-size: 16px;
}

.floating-menu a:hover {
    background: var(--primary-dark);
    transform: scale(1.1);
}

/* Topbar */
:root {
    --topbar-sticky-height: 43px;
    --wp-adminbar-sticky-height: 0px;
}

body.admin-bar {
    --wp-adminbar-sticky-height: 32px;
}

@media (max-width: 782px) {
    body.admin-bar {
        --wp-adminbar-sticky-height: 46px;
    }
}

.topbar {
    background: linear-gradient(90deg, var(--secondary) 10%, var(--primary) 30%, var(--primary) 100%);
    padding: 6px 0;
    font-size: 12px;
    color: #fff;
    position: sticky;
    top: var(--wp-adminbar-sticky-height);
    z-index: 1070;
}

.topbar .container {
    min-height: 31px;
}

.topbar a {
    text-decoration: none !important;
}

.topbar-social {
    display: flex;
    align-items: center;
    gap: 7px;
}

.topbar-social a {
    width: 21px;
    height: 21px;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--primary);
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
}

.btn-partner {
    background: linear-gradient(90deg, #ffedbd 0%, #efd284 100%);
    border: none;
    border-radius: 999px;
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 19px;
}

.btn-partner:hover {
    color: #242424;
    text-decoration: none;
}

.hotline-pill {
    background: #fff;
    border-radius: 999px;
    color: #df1f26;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.05;
    padding: 4px 14px 4px 6px;
    font-weight: 700;
}

.hotline-pill i {
    align-items: center;
    border: 2px solid var(--primary);
    border-radius: 50%;
    color: var(--primary);
    display: inline-flex;
    font-size: 16px;
    height: 27px;
    justify-content: center;
    width: 27px;
}

.hotline-pill small {
    color: #2b2b2b;
    display: block;
    font-size: 11px;
    font-weight: 700;
}

.hotline-pill strong {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.language-pill {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #262626;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 6px;
    line-height: 1;
    padding: 5px 10px 5px 5px;
}

.language-switcher {
    position: relative;
}

.language-switcher summary {
    cursor: pointer;
    list-style: none;
}

.language-switcher summary::-webkit-details-marker {
    display: none;
}

.language-caret {
    color: #777;
    font-size: 9px;
    margin-left: 2px;
    transition: transform 0.2s ease;
}

.language-switcher[open] .language-caret {
    transform: rotate(180deg);
}

.language-pill .flag-dot {
    align-items: center;
    background: #d71920;
    border-radius: 50%;
    color: #ffdf3a;
    display: inline-flex;
    font-size: 8px;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.language-pill .flag-dot img,
.language-option .flag-dot img {
    border-radius: 50%;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.language-popup {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    min-width: 74px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 1030;
}

.language-option {
    align-items: center;
    border-radius: 999px;
    color: #262626;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
}

.language-option:hover {
    background: #f3f8f5;
    color: var(--primary);
    text-decoration: none;
}

.language-option .flag-dot {
    align-items: center;
    background: transparent;
    border-radius: 50%;
    color: #ffdf3a;
    display: inline-flex;
    font-size: 8px;
    height: 20px;
    justify-content: center;
    overflow: hidden;
    width: 20px;
}

/* Navbar */
.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 12px 0;
}

.navbar.sticky-top {
    top: calc(var(--wp-adminbar-sticky-height) + var(--topbar-sticky-height));
    z-index: 1060;
}

.navbar-brand img {
    height: 45px;
}

.navbar-nav {
    align-items: center;
    gap: 6px;
}

.nav-link {
    color: #202124 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 11px !important;
    white-space: nowrap;
}

.nav-link:hover,
.nav-item.dropdown.show > .nav-link {
    color: var(--primary) !important;
}

.dropdown-toggle::after {
    border: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    margin-left: 6px;
    vertical-align: 0;
}

@media (min-width: 992px) {
    .navbar-nav > .dropdown {
        position: relative;
    }

    .navbar-nav > .dropdown > .nav-link .caret-down,
    .navbar-nav > .dropdown > .nav-link .sub-dropdown,
    .navbar-nav > .dropdown > .nav-link .sub-dropdown1 {
        display: none !important;
    }

    .navbar-nav > .dropdown::after {
        bottom: -12px;
        content: "";
        display: block;
        height: 16px;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1079;
    }

    .navbar-nav > .dropdown > .submenu {
        background: #fff;
        border: 1px solid #e7efe9;
        border-radius: 14px;
        box-shadow: 0 16px 38px rgba(19, 42, 33, 0.14);
        display: grid;
        gap: 8px;
        grid-template-columns: minmax(220px, 1fr);
        left: 50%;
        list-style: none;
        margin: 8px 0 0;
        min-width: 260px;
        opacity: 0;
        padding: 10px;
        pointer-events: none;
        position: absolute;
        top: 100%;
        transform: translate(-50%, 8px);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
        visibility: hidden;
        z-index: 1080;
    }

    .navbar-nav > .dropdown > .submenu::before {
        background: #fff;
        border-left: 1px solid #e7efe9;
        border-top: 1px solid #e7efe9;
        content: "";
        height: 12px;
        left: 50%;
        position: absolute;
        top: -7px;
        transform: translateX(-50%) rotate(45deg);
        width: 12px;
    }

    .navbar-nav > .dropdown.show > .submenu {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
        visibility: visible;
    }

    .navbar-nav > .dropdown > .submenu:has(> li:nth-child(2)) {
        grid-template-columns: repeat(2, minmax(210px, 1fr));
        min-width: 460px;
    }

    .navbar-nav > .dropdown > .submenu > li {
        margin: 0;
        min-width: 0;
    }

    .navbar-nav > .dropdown > .submenu > li > a.nav-link {
        align-items: center;
        background: #f7fbf8;
        border: 1px solid transparent;
        border-radius: 10px;
        color: #1f2933 !important;
        display: flex;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
        min-height: 44px;
        padding: 11px 14px !important;
        white-space: normal;
    }

    .navbar-nav > .dropdown > .submenu > li > a.nav-link:hover,
    .navbar-nav > .dropdown > .submenu > li.current-menu-item > a.nav-link {
        background: #eaf8ef;
        border-color: rgba(0, 143, 73, 0.18);
        color: var(--primary) !important;
        text-decoration: none;
    }
}

.exam-package-menu {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(46, 58, 91, 0.14);
    margin-top: 8px;
    min-width: 430px;
    overflow: hidden;
    padding: 0;
}

.exam-package-menu .exam-package-section + .exam-package-section {
    border-top: 1px solid #eef3ef;
}

.exam-package-head {
    background: linear-gradient(90deg, var(--primary) -50%, #f7fdf9 72%, #fff 100%);
    color: var(--primary-dark);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    padding: 11px 16px;
}

.exam-package-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px 12px 14px;
}

.exam-package-item {
    background: #fff;
    border: 1px solid #bfe6cf;
    border-radius: 8px;
    color: #2f3438;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none !important;
    transition: border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.exam-package-item:hover {
    border-color: rgba(var(--secondary-rgb), 0.45);
    box-shadow: 0 4px 10px rgba(0, 143, 76, 0.1);
    color: var(--primary-dark);
}

.exam-package-item.is-active,
.exam-package-item.is-active:hover {
    background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
    border: 2px solid #e8c56a;
    box-shadow: none;
    color: #fff;
}

@media (max-width: 991.98px) {
    .exam-package-menu {
        min-width: 100%;
    }
}

.nav-search {
    align-items: center;
    color: #222 !important;
    display: inline-flex;
    font-size: 16px;
    height: 38px;
    justify-content: center;
    padding: 0 16px !important;
}

.btn-booking {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border: 0;
    color: #fff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 22px;
    white-space: nowrap;
}

.btn-booking:hover {
    color: #fff;
    filter: brightness(0.96);
}

/* Booking Popup */
.modal-backdrop.show {
    z-index: 1080;
}

.booking-modal {
    z-index: 1090;
}

.booking-modal .modal-dialog {
    max-width: 920px;
}

.booking-modal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.booking-popup {
    display: grid;
    grid-template-columns: 34% 66%;
    min-height: 650px;
}

.booking-popup-banner {
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 45%,
            rgba(2, 178, 92, 0.78) 76%,
            rgba(0, 169, 117, 0.95) 100%
    ),
    url("img/popup/popup-dang-ky-dat-lich.jpg") center top/cover no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 26px 22px 30px;
}

.booking-popup-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.02;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.booking-popup-title strong {
    display: block;
    font-size: 43px;
    line-height: 1.4;
}

.booking-popup-banner p {
    font-size: 19px;
    line-height: 1.25;
    margin: 0 0 16px;
}

.booking-popup-social {
    display: flex;
    gap: 9px;
}

.booking-popup-social a {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    color: #06a96a;
    display: inline-flex;
    font-size: 16px;
    height: 25px;
    justify-content: center;
    text-decoration: none;
    width: 25px;
}

.booking-popup-form {
    background: #f9fbfa;
    padding: 28px 32px 30px;
    position: relative;
}

.booking-popup-form form.sent .wpcf7-response-output {
    display: none !important;
}

.booking-popup-close {
    color: #64748b;
    font-size: 18px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 18px;
    top: 14px;
    z-index: 1;
}

.booking-popup-heading {
    color: #2d2f33;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
    margin: 0 38px 18px 0;
}

.booking-form-group {
    margin-bottom: 15px;
}

.booking-form-group label {
    color: #42464d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}

.booking-form-control {
    background: #fff;
    border: 1px solid #e1e5e8;
    border-radius: 7px;
    color: #374151;
    font-size: 16px;
    height: 38px;
    padding: 8px 18px;
    width: 100%;
}

.booking-form-control::placeholder {
    color: #c7c9cc;
}

.booking-form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(18, 184, 106, 0.12);
    outline: none;
}

.booking-select-wrap {
    position: relative;
}

.booking-select-wrap::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #b8babd;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.booking-select-wrap select {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 46px;
}

.booking-captcha {
    align-items: center;
    background: #fff;
    border: 1px solid #d8dde3;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 370px;
    min-height: 94px;
    padding: 14px 18px;
}

.booking-captcha-check {
    align-items: center;
    display: flex;
    gap: 14px;
}

.booking-captcha-box {
    border: 2px solid #555;
    height: 34px;
    width: 34px;
}

.booking-captcha-text {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
}

.booking-captcha-brand {
    color: #777;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
}

.booking-captcha-brand i {
    color: #4d7bd9;
    display: block;
    font-size: 32px;
    margin-bottom: 4px;
}

.booking-submit {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    height: 38px;
    line-height: 1;
    width: 100%;
}

.booking-success-modal .booking-popup {
    min-height: 560px;
}

.booking-success-content {
    align-items: center;
    background: #fbfffd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 560px;
    padding: 48px 56px;
    position: relative;
    text-align: center;
}

.booking-success-illustration {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 34px;
}

.booking-success-illustration img {
    display: block;
    max-height: 360px;
    max-width: 360px;
    width: 100%;
}

.booking-success-content h3 {
    color: var(--primary-dark);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.12;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.booking-success-content p {
    color: #6a6f75;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.28;
    margin: 0;
    max-width: 520px;
}

.result-consult-trigger {
    cursor: pointer;
}

.result-consult-trigger:hover,
.result-consult-trigger:focus {
    color: var(--primary);
    outline: none;
}

.result-consult-modal .modal-dialog {
    max-width: 760px;
}

.result-consult-modal .modal-content {
    border-radius: 14px;
}

.result-consult-popup {
    display: grid;
    grid-template-columns: 36% 64%;
    min-height: 465px;
}

.result-consult-banner {
    background: linear-gradient(180deg, #1fbca9 0%, #00b964 100%);
    color: #fff;
    min-height: 465px;
    overflow: hidden;
    padding: 18px 18px 22px;
    position: relative;
}

.result-consult-logo {
    display: block;
    filter: brightness(0) invert(1);
    height: auto;
    max-width: 82px;
    position: relative;
    z-index: 2;
}

.result-consult-person {
    bottom: 140px;
    left: 50%;
    max-width: 104%;
    position: absolute;
    transform: translateX(-50%);
    width: 285px;
    z-index: 1;
}

.result-consult-social {
    bottom: 18px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.result-consult-social a {
    color: #11a95f;
}

.result-consult-form {
    background: #fff;
    padding: 22px 26px 14px;
    position: relative;
}

.result-consult-form h3 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 34px 3px 0;
}

.result-consult-desc {
    color: var(--primary);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 18px;
}

.result-consult-form h4 {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px;
}

.result-consult-form .booking-form-group {
    margin-bottom: 10px;
}

.result-consult-form .booking-form-group label {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

.result-consult-form .booking-form-control {
    border-color: #aeb4ba;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    height: 28px;
    padding: 5px 10px;
}

.result-consult-form textarea.booking-form-control {
    height: 58px;
    min-height: 58px;
    resize: vertical;
}

.result-consult-upload {
    align-items: center;
    background: rgba(44, 139, 155, 0.06);
    border: 1px dashed rgba(44, 139, 155, 0.42);
    border-radius: 8px;
    color: #3f5960;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.35;
    margin: 8px 0 14px;
    min-height: 74px;
    padding: 14px 16px;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    width: 100%;
}

.result-consult-upload::before {
    align-items: center;
    background: linear-gradient(90deg, var(--button-start, var(--secondary)), var(--button-end, var(--primary)));
    border-radius: 50%;
    color: #fff;
    content: "\f574";
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    margin-bottom: 8px;
    width: 34px;
}

.result-consult-upload:hover,
.result-consult-upload:focus-within {
    background: rgba(44, 139, 155, 0.1);
    border-color: var(--primary);
    box-shadow: 0 8px 20px rgba(44, 139, 155, 0.12);
    color: var(--primary);
}

.result-consult-upload.has-file {
    background: rgba(17, 185, 95, 0.08);
    border-color: var(--secondary);
    color: #263f45;
}

.result-consult-upload-file-name {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(44, 139, 155, 0.14);
    border-radius: 999px;
    color: var(--primary);
    display: none;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.25;
    margin-top: 9px;
    max-width: 100%;
    overflow: hidden;
    padding: 6px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result-consult-upload-file-name::before {
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    margin-right: 7px;
}

.result-consult-upload.has-file .result-consult-upload-file-name {
    display: inline-flex;
}

.result-consult-upload input {
    display: none;
}

.result-consult-form .result-consult-submit {
    font-size: 14px;
    font-weight: 900;
    height: 28px;
    text-transform: uppercase;
}

/* Hero Banner */
.hero-section {
    background: #f1fcff;
    padding: 0 15px;
}

.hero-section > .container {
    background: var(--hero-banner-bg, url("img/hero-home-slide.png")) no-repeat center center/cover;
    min-height: 354px;
    max-width: 1290px;
    padding-bottom: 88px;
    padding-top: 62px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-section .row {
    width: 100%;
}

.hero-content {
    max-width: 430px;
}

.hero-title {
    color: #d71920;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.hero-subtitle {
    color: var(--primary);
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.1;
    /* letter-spacing: 0.3px; */
    margin-bottom: 4px;
    text-transform: uppercase;
}

.hero-desc {
    color: #303642;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.28;
    margin: 18px 0 22px;
}

.hero-cta {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.2px;
    padding: 10px 22px;
    text-transform: uppercase;
    box-shadow: 0 7px 15px rgba(0, 168, 89, 0.2);
}

/* Overlapping Features */
.features-wrapper {
    margin-top: -15px;
    position: relative;
    z-index: 10;
    max-width: 1018px !important;
}

.feature-card {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fffb 100%);
    border: 1px solid rgba(0, 183, 79, 0.08);
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 160px;
    padding: 10px 8px 10px;
    text-align: center;
    transition: 0.3s;
}

.feature-card:hover {
    border-color: rgba(0, 183, 79, 0.35);
    box-shadow: 0 18px 34px rgba(46, 58, 91, 0.2);
    transform: translateY(-7px);
}

.features-wrapper .col-lg-3:active .feature-card {
    border-color: rgba(0, 183, 79, 0.45);
    box-shadow: 0 22px 40px rgba(46, 58, 91, 0.22);
    transform: translateY(-7px) scale(1.04);
}

.feature-icon-wrap {
    align-items: center;
    background: transparent;
    border-radius: 0;
    display: flex;
    height: 90px;
    justify-content: center;
    margin-bottom: 10px;
    width: 112px;
    transition: transform var(--default-transition-duration) var(--default-transition-timing-function);
}

.feature-card:hover .feature-icon-wrap,
.features-wrapper .col-lg-3:active .feature-icon-wrap {
    transform: scale(1.04);
}

.feature-card img {
    height: 90px;
    max-width: 112px;
    object-fit: contain;
}

.feature-card h6 {
    color: #007d45;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.feature-card p {
    color: #00a65a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

/* Section Titles */
.section-title {
    text-align: center;
    font-weight: 700;
    color: #2d3d5a;
    margin-bottom: 25px;
    font-size: 24px;
}
.home section {
    background: #fff;
/* 	margin-bottom: 6px */

}
/* Health Packages Grid */
.package-section, .home .hero-section {
    background: #f1fcff !important;
}

.package-grid-scroll {
    overflow: hidden;
    padding-top: 5px;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin: 0 auto;
    max-width: 1290px;
}

.package-item {
    align-items: center;
    background: #fff;
    border: 1px solid #e8eef0;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(46, 58, 91, 0.05);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 96px;
    padding: 10px 6px 12px;
    text-align: center;
    transition: transform var(--default-transition-duration) var(--default-transition-timing-function),
    box-shadow var(--default-transition-duration) var(--default-transition-timing-function),
    border-color var(--default-transition-duration) var(--default-transition-timing-function);
}

.package-item:hover {
    border-color: rgba(0, 183, 79, 0.35);
    box-shadow: 0 10px 22px rgba(46, 58, 91, 0.14);
    transform: translateY(-5px);
}

.package-item img {
    height: 44px;
    margin-bottom: 6px;
    object-fit: contain;
    transition: transform var(--default-transition-duration) var(--default-transition-timing-function);
    width: 50px;
}

.package-item:hover img {
    transform: scale(1.06);
}

.package-item span {
    display: block;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

/* Subjects Categories */
.subject-section {
    background: #fff;
}

.subject-grid-scroll {
    overflow: hidden;
}

.subject-grid {
    margin-left: -7px;
    margin-right: -7px;
}

.subject-grid > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

.subject-item {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: transform var(--default-transition-duration) var(--default-transition-timing-function),
    filter var(--default-transition-duration) var(--default-transition-timing-function);
}

.subject-img {
    border-radius: 18px;
    display: block;
    height: auto;
    width: 100%;
}

.subject-img-link {
    display: block;
    text-decoration: none;
}

.subject-item:hover {
    filter: drop-shadow(0 12px 20px rgba(46, 58, 91, 0.16));
    transform: translateY(-6px);
}

.subject-label {
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 17.2%;
    justify-content: center;
    left: 0;
    letter-spacing: 0.3px;
    padding: 0 12px 0 26px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
    white-space: nowrap;
}

/* Special Offers */
.offer-section {
    overflow: hidden;
}

.offer-title {
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 143, 76, 0.18);
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 38px;
    min-width: 420px;
    padding: 15px 36px;
    position: relative;
    text-transform: uppercase;
}

.offer-slider {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns:
          minmax(0, 0.85fr) 40px minmax(0, 1.2fr)
          40px minmax(0, 0.85fr);
}

.offer-card {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: opacity var(--default-transition-duration) var(--default-transition-timing-function),
    transform var(--default-transition-duration) var(--default-transition-timing-function);
}

.offer-card img {
    border-radius: 18px;
    display: block;
    width: 100%;
}

.offer-image-link {
    display: block;
    text-decoration: none;
}

.offer-card.is-side {
    opacity: 0.62;
    transform: scale(0.9);
}

.offer-card.is-side::before {
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.92),
            rgba(255, 255, 255, 0)
    );
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.offer-card.is-side.offer-card-right::before {
    background: linear-gradient(
            270deg,
            rgba(255, 255, 255, 0.92),
            rgba(255, 255, 255, 0)
    );
}

.offer-card.is-active {
    box-shadow: 0 14px 30px rgba(46, 58, 91, 0.22);
    z-index: 2;
}

.offer-nav {
    align-items: center;
    background: transparent;
    border: 0;
    color: rgba(46, 58, 91, 0.14);
    cursor: pointer;
    display: inline-flex;
    font-size: 58px;
    height: 72px;
    justify-content: center;
    padding: 0;
    transition: color 0.2s ease;
}

.offer-nav:hover {
    color: rgba(0, 183, 79, 0.45);
}

/* Why Choose */
.why-choose-box {
    background: #fafafa;
    border-radius: 20px;
    padding: 40px 56px;
    overflow: hidden;
}

.why-choose-box .carousel-item {
    min-height: 300px;
}

.why-choose-box h3 {
    font-size: 18px;
    line-height: 1.4;
}

.why-choose-box p {
    font-size: 17px;
    line-height: 1.45;
}

.why-choose-control {
    align-items: center;
    color: rgba(46, 58, 91, 0.34);
    display: inline-flex;
    font-size: 18px;
    justify-content: center;
    opacity: 1;
    top: 0;
    bottom: 0;
    width: 48px;
}

.why-choose-control:hover,
.why-choose-control:focus {
    color: var(--primary);
    text-decoration: none;
}

.why-choose-control.carousel-control-prev {
    left: 8px;
}

.why-choose-control.carousel-control-next {
    right: 8px;
}

.why-choose-indicators {
    bottom: 10px;
    margin-bottom: 0;
}

.why-choose-indicators li {
    background-color: rgba(46, 58, 91, 0.2);
    border-radius: 50%;
    height: 9px;
    width: 9px;
}

.why-choose-indicators .active {
    background-color: var(--primary);
}

/* Home Sampling */
.home-sample-box {
    background: url("img/lay-mau-xet-nghiem-tai-nha.jpg") no-repeat center center/cover;
    border-radius: 18px;
    min-height: 396px;
    overflow: hidden;
    position: relative;
}

.home-sample-text {
    color: #fff;
    max-width: 410px;
    padding: 82px 0 70px 82px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-sample-text h3 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.home-sample-text p {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 38px;
}

.home-sample-btn {
    -webkit-appearance: none;
    appearance: none;
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #28616f;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 19px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 0;
    margin: 0;
    padding: 0 27px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.home-sample-btn-label {
    display: block;
    line-height: 1;
    padding-top: 3px;
}

/* Process */
.process-section {
    background: #fff;
}

.process-card {
    background: #fafafa;
    border: 1px solid rgba(46, 58, 91, 0.04);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(46, 58, 91, 0.08);
    margin: 0 auto;
    max-width: 260px;
    min-height: 320px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    text-align: center;
    background-color: #d2f5ff;
    transition: transform var(--default-transition-duration) var(--default-transition-timing-function),
    box-shadow var(--default-transition-duration) var(--default-transition-timing-function);
}

.process-card:hover {
    box-shadow: 0 14px 30px rgba(46, 58, 91, 0.14);
    transform: translateY(-6px);
}

.process-image {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 220px;
    margin: -18px -18px;
}

@media (min-width: 769px) {
    .process-image {
        background-size: 100% 100%;
    }
}

.process-step {
    align-items: center;
    background: var(--primary);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(0, 183, 79, 0.22);
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    line-height: 1;
    margin: -23px 0 14px;
    position: relative;
    width: 46px;
    z-index: 1;
}

.process-card p {
    color: #5f6368;
    font-size: 14px;
    line-height: 1.28;
    margin: 0;
}

/* Free Consult Form */
.consult-subtitle {
    color: #4b5563;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}

.consult-wrapper {
    align-items: flex-start;
    border: 0;
    border-radius: 0;
    gap: 0;
    overflow: visible;
}

.consult-form {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 18px;
    padding: 34px 28px 20px;
}

.consult-form-title {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 24px;
}

.consult-form label {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.consult-form .form-control {
    border: 1px solid #777;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
    padding: 10px 16px;
}

.consult-form textarea.form-control {
    min-height: 88px;
    resize: vertical;
}

.consult-upload {
    align-items: center;
    border: 1px dashed #777;
    border-radius: 4px;
    color: #5f6368;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 14px;
    min-height: 88px;
    padding: 18px;
    text-align: center;
}

.consult-submit {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    padding: 13px 20px;
    text-transform: uppercase;
}

.consult-benefits {
    background: transparent;
    height: 100%;
    padding: 10px;
}

.faq-title {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.faq-card {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 17px 24px;
}

.faq-slider {
    position: relative;
}

.faq-slide {
    display: none;
}

.faq-slide.is-active {
    display: block;
    animation: faqFadeIn 0.25s ease;
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-question {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 12px;
    margin-bottom: 9px;
}

.faq-question i {
    color: var(--primary);
    font-size: 18px;
}

.faq-card p {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 0 34px;
}

.faq-dots {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
}

.faq-dots button {
    background: #c7d6be;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: block;
    height: 10px;
    padding: 0;
    transition: all 0.2s ease;
    width: 10px;
}

.faq-dots button.active {
    background: var(--primary);
    height: 8px;
    width: 88px;
}

.faq-nav {
    align-items: center;
    border: 0;
    border-radius: 999px;
    color: #5f6368;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    line-height: 1;
    padding: 6px 12px;
}

.faq-nav:hover {
    color: var(--primary);
}

/* News */
.news-card {
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.news-card-link {
    color: inherit;
    display: block;
    transition: transform 0.25s ease,
    box-shadow 0.25s ease;
}

.news-card-link:hover,
.news-card-link:focus {
    color: inherit;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.news-card img {
    height: 160px;
    object-fit: cover;
}

.news-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Partners & Certs */
.partner-logos img {
    height: 80px;
    margin: 10px 14px;
    object-fit: contain;
}

.partner-logo-carousel {
    padding: 0 34px;
}

.partner-logo-carousel-mobile {
    display: none;
}

.partner-logo-row {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(var(--partner-logo-items, 10), minmax(0, 1fr));
}

.partner-logo-row a {
    display: block;
}

.partner-logo-row img {
    display: block;
    height: 80px;
    margin: 0 auto;
    object-fit: contain;
    width: 80px;
}

.partner-logo-control {
    color: #e4f4dc;
    opacity: 1;
    width: 28px;
}

.partner-logo-control:hover,
.partner-logo-control:focus {
    color: #cdebc2;
}

.partner-logo-control i {
    font-size: 30px;
}

.partner-logo-control.carousel-control-prev {
    left: 0;
}

.partner-logo-control.carousel-control-next {
    right: 0;
}

.cert-carousel {
    padding: 0 48px;
    position: relative;
}

.cert-carousel .carousel-inner {
    overflow: hidden;
}

.cert-logos-row {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: center;
    min-height: 231px;
    padding: 4px 0;
}

.cert-logos-row img {
    border: 1px solid #eee;
    cursor: zoom-in;
    flex: 0 0 calc(20% - 10px);
    height: 231px;
    max-width: calc(20% - 10px);
    object-fit: contain;
    padding: 5px;
    width: auto;
}

.image-zoom-modal {
    align-items: center;
    background: rgba(15, 23, 42, 0.82);
    display: none;
    inset: 0;
    justify-content: center;
    overflow: hidden;
    padding: 72px 28px 36px;
    position: fixed;
    z-index: 99999;
}

.image-zoom-modal.is-open {
    display: flex;
}

.image-zoom-modal img {
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    height: auto;
    max-height: calc(100vh - 108px);
    max-width: calc(100vw - 56px);
    object-fit: contain;
    width: auto;
}

.image-zoom-close {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 999px;
    color: #111827;
    cursor: pointer;
    display: inline-flex;
    font-size: 26px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    line-height: 1;
    position: fixed;
    right: 24px;
    top: 18px;
    width: 42px;
    z-index: 100000;
}

.cert-control {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #5f6368;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
}

.cert-control.carousel-control-prev {
    left: 0;
}

.cert-control.carousel-control-next {
    right: 0;
}

.cert-control:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.cert-control i {
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .cert-logos-row img {
        flex: 0 0 calc(33.333% - 8px);
        max-width: calc(33.333% - 8px);
    }
}

@media (max-width: 575.98px) {
    .cert-carousel {
        padding: 0 36px;
    }

    .cert-logos-row img {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
}

/* Footer */
footer {
    background: linear-gradient(
            135deg, var(--secondary) 0%, var(--secondary) 1%, var(--primary-dark) 40%, var(--primary-dark) 100%
    );
    color: #fff;
    padding: 52px 0 36px;
    clear: both;
}

footer .row {
    row-gap: 8px;
}

footer .row > [class*="col-"] {
    margin-bottom: 20px;
}

.footer-logo {
    background: #fff;
    border-radius: 6px;
    height: 42px;
    object-fit: contain;
    padding: 4px 10px;
}

.footer-title {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 8px;
    position: relative;
}

.footer-title::after {
    background: rgba(255, 255, 255, 0.95);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 58px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.footer-desc,
.footer-contact li,
.footer-address {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.footer-contact li {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-contact i {
    color: rgba(255, 255, 255, 0.95);
    margin-top: 3px;
    width: 14px;
}

.footer-social {
    display: flex;
    gap: 13px;
    margin-top: 14px;
}

.footer-social a {
    align-items: center;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.footer-social .facebook {
    background: #1877f2;
}

.footer-social .instagram {
    background: radial-gradient(
            circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
    );
}

.footer-social .tiktok {
    background: #050505;
}

.footer-map {
    background: #edf5f7;
    border-radius: 4px;
    height: 86px;
    margin-bottom: 10px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
}

.footer-map::before,
.footer-map::after {
    background: rgba(42, 137, 152, 0.18);
    content: "";
    height: 2px;
    left: -10%;
    position: absolute;
    right: -10%;
    top: 32px;
    transform: rotate(10deg);
}

.footer-map::after {
    top: 58px;
    transform: rotate(-8deg);
}

.footer-map-pin {
    color: #d71920;
    font-size: 18px;
    left: 46%;
    position: absolute;
    top: 34px;
}

.footer-address {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .package-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .features-wrapper {
        margin-top: 20px;
    }

    footer {
        padding: 46px 0 30px;
    }

    footer .row > [class*="col-"] {
        margin-bottom: 26px;
    }
}

@media (max-width: 768px) {
    .offer-title {
        font-size: 22px;
        min-width: 0;
        padding: 12px 26px;
        width: 100%;
    }

    .offer-slider {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 10px;
    }

    .offer-card.is-side {
        display: none;
    }

    .offer-nav {
        font-size: 42px;
    }

    .home-sample-section .section-title {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .why-choose-box {
        padding: 28px 40px;
    }

    .why-choose-box h3 {
        font-size: 32px;
    }

    .why-choose-box p {
        font-size: 16px;
    }

    .home-sample-box {
        background-position: 58% center;
        min-height: 320px;
    }

    .home-sample-text {
        max-width: 290px;
        padding: 42px 24px;
    }

    .home-sample-text h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .home-sample-text p {
        font-size: 17px;
        margin-bottom: 24px;
    }

    .home-sample-btn {
        font-size: 15px;
        height: 40px;
        padding: 0 22px;
    }

    .home-sample-btn-label {
        padding-top: 1px;
    }

    .process-section .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .process-card {
        max-width: 260px;
        min-height: 320px;
    }

    .process-image {
        height: 194px;
    }

    .process-card p {
        font-size: 14px;
    }

    .hero-section {
        padding: 0;
    }

    .hero-section > .container {
        background: linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.98) 0%,
                rgba(255, 255, 255, 0.9) 62%,
                rgba(255, 255, 255, 0.35) 100%
        ),
        url("img/hero-home-slide.png") no-repeat 62% center/cover;
        min-height: 300px;
        padding-bottom: 78px;
        padding-top: 44px;
    }

    .hero-subtitle,
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-desc {
        font-size: 0.95rem;
    }

    .why-choose-box {
        padding: 22px 30px 42px;
    }

    .why-choose-control {
        width: 34px;
        font-size: 20px;
    }

    .why-choose-control.carousel-control-prev {
        left: 2px;
    }

    .why-choose-control.carousel-control-next {
        right: 2px;
    }

    .why-choose-box h3 {
        font-size: 18px;
    }

    .why-choose-box .carousel-item {
        min-height: 0;
    }

    .footer-title {
        margin-bottom: 14px;
    }

    .footer-contact li,
    .footer-links li {
        margin-bottom: 7px;
    }

    .footer-social {
        margin-top: 12px;
    }
}

/* =========================================
 MOBILE RESPONSIVE (320px - 768px)
 ========================================= */
@media (max-width: 768px) {
    :root {
        --mobile-gutter: 16px;
        --topbar-sticky-height: 38px;
    }

    .container {
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }

    .topbar {
        display: block !important;
        padding: 5px 0;
    }

    .topbar .container {
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-end !important;
        min-height: 0;
    }

    .topbar-social {
        display: none;
    }

    .topbar-actions {
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-end;
    }

    .topbar-actions .btn-partner,
    .topbar-actions .hotline-pill {
        margin-right: 0 !important;
    }

    .btn-partner {
        font-size: 11px;
        padding: 7px 10px;
    }

    .hotline-pill {
        gap: 5px;
        padding: 3px 8px 3px 4px;
    }

    .hotline-pill i {
        border-width: 1px;
        font-size: 12px;
        height: 22px;
        width: 22px;
    }

    .hotline-pill small {
        font-size: 9px;
    }

    .hotline-pill strong {
        font-size: 11px;
    }

    .language-pill {
        font-size: 11px;
        padding: 4px 8px 4px 4px;
    }

    .language-pill .flag-dot {
        font-size: 7px;
        height: 18px;
        width: 18px;
    }

    .booking-modal .modal-dialog {
        margin: 10px;
    }

    .booking-popup {
        display: block;
        min-height: 0;
    }

    .booking-popup-banner {
        background-position: center top, center -130px;
        min-height: 330px;
        padding: 22px 20px;
    }

    .booking-popup-title {
        font-size: 22px;
    }

    .booking-popup-title strong {
        font-size: 36px;
    }

    .booking-popup-banner p {
        font-size: 16px;
    }

    .booking-popup-form {
        padding: 22px 18px 24px;
    }

    .booking-popup-heading {
        font-size: 19px;
        margin-right: 32px;
    }

    .booking-success-modal .booking-popup {
        min-height: 0;
    }

    .booking-success-content {
        min-height: 360px;
        padding: 36px 24px 42px;
    }

    .booking-success-illustration {
        margin-bottom: 24px;
    }

    .booking-success-illustration img {
        max-height: 180px;
        max-width: 180px;
    }

    .booking-success-content h3 {
        font-size: 27px;
    }

    .booking-success-content p {
        font-size: 16px;
    }

    .result-consult-popup {
        display: block;
        min-height: 0;
    }

    .result-consult-banner {
        min-height: 285px;
        padding: 18px;
    }

    .result-consult-logo {
        max-width: 76px;
    }

    .result-consult-person {
        bottom: 25px;
        max-width: 74%;
        width: 225px;
    }

    .result-consult-form {
        padding: 22px 18px 24px;
    }

    .result-consult-form h3 {
        font-size: 24px;
        margin-right: 30px;
    }

    .result-consult-desc {
        font-size: 12px;
    }

    .result-consult-form .booking-form-group label,
    .result-consult-form .booking-form-control {
        font-size: 14px;
    }

    .result-consult-form .booking-form-control {
        height: 40px;
    }

    .result-consult-form textarea.booking-form-control {
        height: 108px;
        min-height: 108px;
    }

    .result-consult-form .result-consult-submit {
        font-size: 16px;
        height: 40px;
    }

    .booking-form-group label,
    .booking-form-control {
        font-size: 16px;
    }

    .booking-captcha {
        max-width: 100%;
        min-height: 82px;
        padding: 12px;
    }

    .booking-captcha-text {
        font-size: 14px;
    }

    .booking-submit {
        font-size: 21px;
        height: 40px;
    }

    section.py-3,
    section.py-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .section-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .hero-title,
    .hero-subtitle {
        font-size: 1.65rem;
    }

    .hero-desc {
        font-size: 0.95rem;
        margin: 14px 0 18px;
    }

    .hero-cta,
    .btn-booking,
    .home-sample-btn,
    .consult-submit,
    .faq-nav,
    .cert-control,
    .offer-nav,
    .exam-package-item {
        min-height: 44px;
    }

    .hero-cta,
    .btn-booking,
    .consult-submit {
        align-items: center;
        display: inline-flex;
        justify-content: center;
    }

    .features-wrapper {
        margin-top: 12px;
    }

    .feature-card {
        border-radius: 14px;
        min-height: 0;
        padding: 12px 8px;
    }

    .feature-icon-wrap {
        height: 32px;
        margin-bottom: 6px;
        width: 68px;
    }

    .feature-card img {
        height: 32px;
        max-width: 68px;
    }

    .feature-card h6 {
        font-size: 11px;
        line-height: 1.18;
        margin-bottom: 4px;
    }

    .feature-card p {
        font-size: 9px;
        line-height: 1.2;
    }

    .package-grid-scroll {
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding: 2px var(--mobile-gutter) 10px;
        scroll-behavior: smooth;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .package-grid-scroll::-webkit-scrollbar {
        height: 5px;
    }

    .package-grid-scroll::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .package-grid {
        gap: 10px;
        grid-auto-columns: 103px;
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-template-rows: repeat(2, auto);
        width: max-content;
    }

    .package-item {
        border-radius: 14px;
        box-shadow: 0 2px 8px rgba(46, 58, 91, 0.06);
        min-height: 0;
        padding: 10px 5px 12px;
        width: 103px;
    }

    .package-item img {
        height: 41px;
        margin-bottom: 6px;
        width: 46px;
    }

    .package-item span {
        font-size: 12px;
        line-height: 1.15;
    }

    .subject-grid-scroll {
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding: 0 var(--mobile-gutter) 8px;
        scroll-behavior: smooth;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .subject-grid-scroll::-webkit-scrollbar {
        height: 5px;
    }

    .subject-grid-scroll::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .subject-grid {
        display: flex;
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
        width: max-content;
    }

    .subject-grid > [class*="col-"] {
        flex: 0 0 calc(50vw - 22px);
        margin-bottom: 0 !important;
        max-width: calc(50vw - 22px);
        padding-left: 5px;
        padding-right: 5px;
        width: calc(50vw - 22px);
    }

    .subject-item {
        border-radius: 12px;
    }

    .subject-label {
        font-size: 10px;
        height: 17.2%;
        padding: 0 8px 0 18px;
    }

    .news-grid-scroll {
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding: 0 var(--mobile-gutter) 8px;
        scroll-behavior: smooth;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .news-grid-scroll::-webkit-scrollbar {
        height: 5px;
    }

    .news-grid-scroll::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .news-grid {
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
        width: max-content;
    }

    .news-grid > [class*="col-"] {
        flex: 0 0 calc(66.666vw - 18px);
        margin-bottom: 0 !important;
        max-width: calc(66.666vw - 18px);
        padding-left: 5px;
        padding-right: 5px;
        width: calc(66.666vw - 18px);
    }

    .news-card {
        border-radius: 12px;
    }

    .news-card img {
        height: 105px;
    }

    .news-card .card-body {
        padding: 10px !important;
    }

    .news-card .small {
        font-size: 10px;
    }

    .news-title {
        font-size: 12px;
        line-height: 1.25;
    }

    .offer-title {
        font-size: 20px;
    }

    .why-choose-box h3 {
        font-size: 24px;
    }

    .home-sample-text {
        max-width: 100%;
        padding: 32px 18px;
    }

    .home-sample-text h3 {
        font-size: 22px;
    }

    .home-sample-text p {
        font-size: 16px;
    }

    @media (max-width: 480px) {
        .home-sample-box {
            background-image: url("img/lay-mau-xet-nghiem-tai-nha-mobile.jpg");
        }

        .home-sample-text {
            color: #000000;
            text-shadow: 0 0 5px #fff,
            0 0 1px #fff,
            0 0 20px #ffffff,
            0 0 40px #ffffff,
            0 0 80px #ffffff;
        }
    }

    .process-grid-scroll {
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding: 0 var(--mobile-gutter) 8px;
        scroll-behavior: smooth;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .process-grid-scroll::-webkit-scrollbar {
        height: 5px;
    }

    .process-grid-scroll::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .process-grid {
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
        width: max-content;
    }

    .process-grid > [class*="col-"] {
        flex: 0 0 calc(62vw - 14px);
        margin-bottom: 0 !important;
        max-width: calc(62vw - 14px);
        padding-left: 5px;
        padding-right: 5px;
        width: calc(62vw - 14px);
    }

    .process-card {
        border-radius: 12px;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        min-height: 236px;
        padding: 0 10px 14px;
    }

    .process-image {
        background-size: 100% 100%;
        height: 220px;
        margin: 0 -10px;
    }

    .process-step {
        border-width: 2px;
        font-size: 16px;
        height: 34px;
        margin: -17px 0 8px;
        width: 34px;
    }

    .process-card p {
        font-size: 11px;
        line-height: 1.25;
    }

    .consult-wrapper {
        margin-top: 1.5rem !important;
    }

    .consult-form,
    .consult-benefits {
        padding: 18px 16px;
    }

    .consult-form-title,
    .faq-title {
        font-size: 18px;
    }

    .form-control {
        font-size: 16px;
        min-height: 44px;
    }

    textarea.form-control {
        min-height: 120px;
    }

    .consult-upload {
        min-height: 44px;
        padding: 12px;
    }

    .partner-logos img {
        height: 64px;
        margin: 8px 10px;
    }

    .cert-carousel {
        padding: 0 36px;
    }

    .cert-logos-row img {
        height: 180px;
    }

    .floating-menu {
        bottom: 16px;
        gap: 8px;
        right: 10px;
        top: auto;
        transform: none;
    }

    .floating-menu a {
        height: 44px;
        width: 44px;
    }

    footer {
        padding: 36px 0 28px;
    }

    footer .row > [class*="col-"] {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .package-grid {
        grid-auto-columns: 94px;
        gap: 8px;
    }

    .package-item {
        padding: 8px 4px 11px;
        width: 94px;
    }

    .package-item img {
        height: 36px;
        width: 41px;
    }

    .package-item span {
        font-size: 11px;
    }

    .cert-logos-row img {
        height: 140px;
    }

    .exam-package-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile navigation drawer (< 992px) */
@media (max-width: 991.98px) {
    .navbar-brand {
        margin-left: 5%;
    }

    .mobile-nav-overlay {
        background: rgba(15, 23, 42, 0.45);
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity 0.25s ease;
        z-index: 1040;
    }

    .mobile-nav-overlay.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    .navbar.sticky-top {
        z-index: 1060;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar > .container {
        align-items: center;
        position: relative;
        z-index: 1061;
    }

    .navbar-toggler {
        align-items: center;
        border: 0;
        display: inline-flex;
        height: 44px;
        justify-content: center;
        margin-left: auto;
        padding: 0;
        position: relative;
        width: 44px;
        z-index: 1062;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 2px rgba(3, 182, 82, 0.25);
        outline: none;
    }

    #mainNav.navbar-collapse {
        background: #fff;
        bottom: 0;
        box-shadow: -8px 0 28px rgba(46, 58, 91, 0.14);
        display: block !important;
        height: 100vh !important;
        left: auto;
        max-height: none !important;
        overflow-y: auto;
        padding: 72px 16px 28px;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform 0.28s ease, visibility 0.28s ease;
        visibility: hidden;
        width: min(320px, 86vw);
        z-index: 1050;
    }

    #mainNav.navbar-collapse.is-open {
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible;
    }

    #mainNav .navbar-nav {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    #mainNav .nav-item {
        width: 100%;
    }

    #mainNav .nav-link {
        align-items: center;
        border-bottom: 1px solid #f1f3f4;
        display: flex;
        min-height: 44px;
        padding: 12px 4px !important;
        white-space: normal;
    }

    #mainNav .dropdown-menu {
        border: 0;
        box-shadow: none;
        float: none;
        margin: 0 0 8px;
        padding: 0;
        position: static !important;
        transform: none !important;
    }

    #mainNav .submenu {
        background: #f8fbf9;
        border: 0;
        border-radius: 12px;
        box-shadow: none;
        display: none;
        float: none;
        list-style: none;
        margin: 0 0 8px;
        padding: 6px;
        position: static !important;
        transform: none !important;
        visibility: visible;
        width: 100%;
    }

    #mainNav .dropdown.show > .submenu {
        display: grid;
        gap: 6px;
        grid-template-columns: 1fr;
    }

    #mainNav .submenu > li > a.nav-link {
        background: #fff;
        border: 1px solid #edf3ef;
        border-radius: 10px;
        color: #26344f !important;
        font-size: 13px;
        min-height: 40px;
        padding: 10px 12px !important;
    }

    #mainNav .dropdown.show > .nav-link {
        color: var(--primary) !important;
    }

    #mainNav .exam-package-menu {
        border-radius: 12px;
        box-shadow: none;
        margin-top: 4px;
        min-width: 0;
        width: 100%;
    }

    #mainNav .btn-booking {
        margin-top: 14px;
        min-height: 44px;
        width: 100%;
    }
}

/* Touch devices: prefer :active over :hover */
@media (hover: none) and (pointer: coarse) {
    .feature-card:hover,
    .package-item:hover,
    .subject-item:hover,
    .process-card:hover,
    .news-card-link:hover,
    .floating-menu a:hover {
        filter: none;
        transform: none;
    }

    .feature-card:active {
        border-color: rgba(0, 183, 79, 0.45);
        box-shadow: 0 12px 24px rgba(46, 58, 91, 0.16);
        transform: translateY(-2px);
    }

    .package-item:active,
    .subject-item:active,
    .process-card:active {
        filter: drop-shadow(0 8px 14px rgba(46, 58, 91, 0.12));
        transform: translateY(-2px);
    }

    .exam-package-item:hover {
        border-color: #bfe6cf;
        box-shadow: none;
        color: #2f3438;
    }

    .exam-package-item:active {
        border-color: rgba(var(--secondary-rgb), 0.45);
        color: var(--primary-dark);
    }

    .btn-booking:hover,
    .hero-cta:hover,
    .home-sample-btn:hover,
    .consult-submit:hover {
        filter: none;
    }

    .btn-booking:active,
    .hero-cta:active,
    .consult-submit:active {
        filter: brightness(0.96);
        transform: scale(0.98);
    }

    .footer-links a:hover {
        text-decoration: none !important;
    }

    .footer-links a:active {
        color: #fff;
        text-decoration: underline !important;
    }
}

/* Package home page */
.package-home-page {
    background: #fff;
}

.promotion-hero-section {
    background: #edfafa;
    overflow: hidden;
}

.promotion-hero-inner {
    align-items: center;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
    /*max-width: 960px;*/
    min-height: 310px;
    padding-bottom: 24px;
    padding-top: 0;
}

.promotion-hero-copy h1 {
    color: var(--primary);
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.promotion-hero-copy p {
    color: #27344f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 34px;
}

.promotion-hero-actions {
    display: grid;
    gap: 10px;
    max-width: 170px;
}

.promotion-hero-actions a,
.promotion-hero-actions button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 27px;
    justify-content: center;
    line-height: 1;
    padding: 0 22px;
    text-transform: uppercase;
}

.promotion-hero-actions a {
    background: transparent;
    border: 1px solid #18a48f;
    color: #17816f;
}

.promotion-hero-actions button {
    background: linear-gradient(90deg, #00b65c 0%, #278a9d 100%);
    border: 0;
    color: #fff;
    cursor: pointer;
}

.promotion-hero-carousel {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    width: 100%;
}

.promotion-hero-carousel .carousel-inner {
    box-shadow: 0 12px 24px rgba(46, 58, 91, 0.08);
}

.promotion-hero-carousel img {
    aspect-ratio: 713 / 413;
    display: block;
    object-fit: cover;
    width: 100%;
}

.promotion-hero-control {
    color: rgba(46, 58, 91, 0.12);
    font-size: 50px;
    opacity: 1;
    width: 36px;
}

.promotion-hero-control:hover,
.promotion-hero-control:focus {
    color: rgba(0, 183, 79, 0.45);
}

.promotion-hero-prev {
    left: -46px;
}

.promotion-hero-next {
    right: -46px;
}

.promotion-hero-indicators {
    bottom: 7px;
    margin-bottom: 0;
}

.promotion-hero-indicators li {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 5px;
    margin: 0 3px;
    opacity: 1;
    width: 5px;
}

.promotion-hero-indicators .active {
    background: #fff;
}

.career-hero-section {
    background: #effbfb;
    overflow: hidden;
}

.recruitment-single-hero-section {
    margin-bottom: 64px;
}

.recruitment-single-hero-section + .career-job-detail-section {
    padding-top: 0;
}

.career-hero-inner {
    align-items: center;
    background:
            linear-gradient(90deg, rgba(239, 251, 251, 0.98) 0%, rgba(239, 251, 251, 0.9) 38%, rgba(239, 251, 251, 0.18) 62%, rgba(239, 251, 251, 0) 100%),
            var(--career-hero-bg, url("../img/tuyen-dung/cover-tuyen-dung.png")) right center/auto 100% no-repeat;
    display: flex;
    /*max-width: 960px;*/
    min-height: 390px;
    padding-bottom: 42px;
    padding-top: 42px;
}

.career-hero-copy {
    max-width: 520px;
}

.career-hero-copy h1 {
    color: var(--primary);
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.career-hero-copy h1 span {
    color: #df1f26;
}

.career-hero-copy p {
    color: #26344f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0 0 30px;
}

.career-hero-actions {
    display: grid;
    gap: 12px;
    max-width: 280px;
}

.career-hero-actions a {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0 26px;
    text-transform: uppercase;
}

.career-primary-btn {
    background: var(--primary);
    color: #fff;
}

.career-secondary-btn {
    background: transparent;
    border: 1px solid var(--primary);
    color: #159646;
}

.career-hero-actions a:hover {
    filter: brightness(0.96);
    text-decoration: none;
}

.career-benefits-section {
    background: #fff;
    padding: 72px 0 82px;
}

.career-benefits-inner {
    /*max-width: 960px;*/
}

.career-eyebrow {
    color: #6f767f;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 7px;
    /*max-width: 960px;*/
    text-align: center;
}

.career-benefits-inner > h2 {
    color: #26344f;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 34px;
    /*max-width: 960px;*/
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

.career-benefits-inner > h2::after {
    background: #d6dce2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 118px;
}

.career-benefit-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 20px;
    /*max-width: 960px;*/
}

.career-benefit-grid article {
    border: 1px solid #278a9d;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 16px;
    min-height: 172px;
    padding: 22px 18px 18px;
}

.career-benefit-icon {
    align-items: center;
    background: #278a9d;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 28px;
    height: 54px;
    justify-content: center;
    margin-bottom: 16px;
    width: 54px;
}

.career-benefit-icon img {
    display: block;
    height: 30px;
    object-fit: contain;
    width: 30px;
}

.career-benefit-grid h3 {
    align-self: center;
    color: #278a9d;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 11px;
    min-height: 42px;
    text-transform: uppercase;
}

.career-benefit-grid p {
    color: #26344f;
    font-size: 8px;
    font-weight: 600;
    grid-column: 1 / -1;
    line-height: 1.5;
    margin: 0;
}

.career-lab-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
    /*max-width: 960px;*/
    overflow: hidden;
}

.career-lab-copy {
    background: #00bd62;
    color: #fff;
    min-height: 240px;
    padding: 46px 42px 34px;
}

.career-lab-copy h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.career-lab-copy p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.42;
    margin: 0 0 34px;
}

.career-lab-stats {
    border-top: 1px solid rgba(255, 255, 255, 0.46);
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 22px;
}

.career-lab-stats div {
    display: grid;
    gap: 2px 10px;
    grid-template-columns: 22px 1fr;
}

.career-lab-stats i {
    font-size: 19px;
    grid-row: span 2;
    margin-top: 3px;
}

.career-lab-stats i img {
    display: block;
    height: 20px;
    object-fit: contain;
    width: 20px;
}

.career-lab-stats strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.career-lab-stats span {
    display: block;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

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

.career-team-section {
    background: #fff;
    padding: 0 0 54px;
}

.career-team-inner {
    /*max-width: 960px;*/
}

.career-section-head {
    margin: 0 auto 30px;
    max-width: 760px;
    position: relative;
    text-align: center;
}

.career-section-head h2 {
    color: #26344f;
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 11px;
    position: relative;
}

.career-section-head h2::before,
.career-section-head h2::after {
    /*border-top: 2px dotted #9fd3ef;*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*width: 138px;*/
}

.career-section-head h2::before {
    right: calc(100% + 18px);
}

.career-section-head h2::after {
    left: calc(100% + 18px);
}

.career-section-head p {
    color: #5e6773;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 560px;
}

.career-team-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    /*max-width: 960px;*/
}

.career-team-card,
.career-team-more {
    aspect-ratio: 224 / 156;
    border-radius: 7px;
    display: block;
    min-height: 156px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.career-team-card::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.62) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.career-team-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
    width: 100%;
}

.career-team-card span,
.career-team-more span {
    bottom: 16px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    left: 12px;
    line-height: 1.2;
    position: absolute;
    right: 12px;
    text-align: center;
    z-index: 1;
}

.career-team-card:hover {
    text-decoration: none;
}

.career-team-card:hover img {
    transform: scale(1.04);
}

.career-team-more {
    align-items: center;
    background: #9f9f9f;
    color: #fff;
    display: flex;
    justify-content: center;
}

.career-team-more span {
    bottom: auto;
    font-size: 15px;
    left: auto;
    position: static;
    right: auto;
}

.career-contact-section {
    background: #fff;
    padding: 0 0 62px;
    text-align: center;
}

.career-job-detail-section {
    background: #fff;
    padding: 0 0 58px;
}

.career-job-detail-inner {
    /*max-width: 960px;*/
}

.career-job-detail-inner h2 {
    color: #26344f;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.career-job-meta {
    border: 1px solid #40506d;
    border-radius: 999px;
    color: #40506d;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    margin: 0 0 24px;
    max-width: 560px;
    white-space: nowrap;
    padding: 7px 28px;
    width: 100%;
}

.career-job-content {
    color: #6b7079;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    max-width: 690px;
}

.career-job-content p {
    margin: 0 0 13px;
}

.career-job-content ul {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.career-job-content li {
    margin: 0;
}

.career-job-content li::before {
    content: "- ";
}

.career-form-section {
    background: #fff;
    padding: 0 0 64px;
}

.career-form-section > .container {
    /*max-width: 960px;*/
}

.career-form-section .wpcf7,
.career-form-section .detail-form-card,
.career-form-section .recruitment-apply-form {
    margin-left: 0;
    margin-right: auto;
    max-width: 690px;
}

.career-form-section .detail-form-card,
.career-form-section .recruitment-apply-form {
    width: 100%;
}

.partner-page {
    background: #f6faf8;
}

.partner-hero {
    min-height: 360px;
    background-image: url("../img/cover-danh-muc-goi-xet-nghiem.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partner-catalog-section {
    padding: 54px 0 72px;
}

.partner-catalog-inner h1 {
    margin: 0 0 26px;
    color: #083f33;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
}

.partner-filter-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    width: 100%;
    flex-wrap: nowrap;
}

.partner-filter-bar button {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    padding: 0 22px;
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(var(--secondary-rgb), 0.18);
}

.partner-search-field {
    position: relative;
    flex: 1 1 auto;
    min-width: 180px;
    width: min(100%, 440px);
}

.partner-filter-bar input {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d5e4de;
    border-radius: 8px;
    padding: 0 52px 0 16px;
    background: #fff;
    color: #143b32;
    font-size: 15px;
    outline: none;
}

.partner-filter-bar input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.12);
}

.partner-filter-bar .partner-search-submit {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    width: 38px;
    height: 38px;
    border-radius: 7px;
    padding: 0;
    box-shadow: none;
}

.partner-index-panel {
    margin: -6px 0 22px;
    border: 1px solid #dce9e4;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(12, 67, 51, 0.06);
}

.partner-index-panel[hidden] {
    display: none;
}

.partner-index-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #083f33;
    font-size: 15px;
}

.partner-index-clear {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 0 10px;
    background: #eef7f3;
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.partner-index-clear:hover {
    color: var(--secondary);
    text-decoration: none;
}

.partner-index-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.partner-index-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid #d5e4de;
    border-radius: 999px;
    padding: 0 14px;
    background: #fff;
    color: #24433b;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.partner-index-pill:hover,
.partner-index-pill.is-active {
    border-color: transparent;
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    color: #fff;
    text-decoration: none;
}

.partner-table-scroll {
    overflow-x: auto;
    border: 1px solid #dce9e4;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(12, 67, 51, 0.08);
}

.partner-test-table {
    width: 100%;
    min-width: 980px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    color: #24433b;
    font-size: 15px;
}

.partner-test-table .partner-col-index {
    width: 70px;
}

.partner-test-table .partner-col-name {
    width: 28%;
}

.partner-test-table .partner-col-sample {
    width: 14%;
}

.partner-test-table .partner-col-storage {
    width: 25%;
}

.partner-test-table .partner-col-time {
    width: 15%;
}

.partner-test-table .partner-col-method {
    width: 18%;
}

.partner-test-table th,
.partner-test-table td {
    border-bottom: 1px solid #e5efeb;
    padding: 16px 18px;
    text-align: left;
    vertical-align: middle;
}

.partner-test-table th {
    background: var(--primary-dark);
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
}

.partner-test-table th + th {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.partner-test-table th:first-child,
.partner-test-table td:first-child {
    width: 72px;
    text-align: center;
}

.partner-test-table tbody tr:nth-child(even) {
    background: #f8fcfa;
}

.partner-test-table tbody tr:hover {
    background: #eef9f4;
}

.partner-test-table tbody tr:last-child td {
    border-bottom: 0;
}

.partner-test-table .partner-storage-cell {
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.test-tag {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border-radius: 999px;
    padding: 4px 12px;
    background: #e9f5ff;
    color: #1268a8;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.test-tag.tag-elisa {
    background: #e8f8ef;
    color: #0a7e4d;
}

.test-tag.tag-pcr {
    background: #fff4de;
    color: #9a6200;
}

.test-tag.tag-marker {
    background: #eef1ff;
    color: #4a57b7;
}

.partner-pagination,
.package-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 28px 0 0;
}

.partner-pagination .page-numbers,
.package-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #fff;
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(20, 61, 50, 0.06);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.partner-pagination a.page-numbers:hover,
.package-pagination a.page-numbers:hover {
    background: rgba(var(--secondary-rgb), 0.1);
    color: var(--secondary);
    text-decoration: none;
    transform: translateY(-1px);
}

.partner-pagination .page-numbers.current,
.package-pagination .page-numbers.current {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    color: #fff;
}

.partner-pagination .page-numbers.dots,
.package-pagination .page-numbers.dots {
    min-width: 30px;
    background: transparent;
    color: var(--primary);
    box-shadow: none;
    pointer-events: none;
}

.partner-pagination .prev,
.partner-pagination .next,
.package-pagination .prev,
.package-pagination .next {
    min-width: 28px;
    background: transparent;
    color: var(--primary);
    font-size: 34px;
    font-weight: 400;
    box-shadow: none;
}

.partner-note-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.partner-note-grid article {
    border: 1px solid #dce9e4;
    border-radius: 10px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(12, 67, 51, 0.06);
}

.partner-note-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #e7f6ef;
    color: var(--primary);
    font-size: 18px;
}

.partner-note-grid h2 {
    margin: 0 0 10px;
    color: #103d33;
    font-size: 19px;
    font-weight: 800;
}

.partner-note-grid p {
    margin: 0;
    color: #516b64;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .partner-note-grid {
        grid-template-columns: 1fr;
    }

    .partner-catalog-inner h1 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .partner-hero {
        min-height: 220px;
        background-position: center top;
    }

    .partner-catalog-section {
        padding: 36px 0 52px;
    }

    .partner-filter-bar {
        align-items: center;
        flex-direction: row;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .partner-filter-bar button {
        flex: 0 0 auto;
        min-width: max-content;
        padding-left: 14px;
        padding-right: 14px;
        white-space: nowrap;
    }

    .partner-search-field {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
    }

    .partner-filter-bar input {
        min-width: 0;
    }
}

.career-contact-inner {
    /*max-width: 720px;*/
}

.career-contact-section h2 {
    color: #26344f;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 12px;
}

.career-contact-section p {
    color: #5e6773;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0 auto 30px;
    max-width: 620px;
}

.career-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 520px;
}

.career-contact-grid div {
    display: grid;
    gap: 4px;
    padding: 0 24px;
}

.career-contact-grid div + div {
    border-left: 1px solid #d7dce1;
}

.career-contact-grid span {
    color: #6d7480;
    font-size: 11px;
    font-weight: 600;
}

.career-contact-grid a {
    color: #008f49;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
}

.career-benefits-section .career-eyebrow {
    font-size: 14px;
    margin-bottom: 10px;
}

.career-benefits-section .career-benefits-inner > h2 {
    font-size: 36px;
    margin-bottom: 44px;
}

.career-benefits-section .career-benefit-grid {
    gap: 18px;
    margin-bottom: 36px;
}

.career-benefits-section .career-benefit-grid h3 {
    font-size: 17px;
    margin-bottom: 14px;
}

.career-benefits-section .career-benefit-grid p {
    font-size: 13px;
    line-height: 1.5;
}

.career-benefits-section .career-lab-section {
    margin-top: 30px;
}

.career-benefits-section .career-lab-copy {
    min-height: 360px;
    padding: 64px 58px 48px;
}

.career-benefits-section .career-lab-copy h2 {
    font-size: 38px;
    margin-bottom: 24px;
}

.career-benefits-section .career-lab-copy p {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 42px;
}

.career-benefits-section .career-lab-stats {
    gap: 28px;
    padding-top: 28px;
}

.career-benefits-section .career-lab-stats div {
    gap: 4px 12px;
    grid-template-columns: 34px 1fr;
}

.career-benefits-section .career-lab-stats i {
    font-size: 29px;
}

.career-benefits-section .career-lab-stats i img {
    height: 30px;
    width: 30px;
}

.career-benefits-section .career-lab-stats strong {
    font-size: 30px;
}

.career-benefits-section .career-lab-stats span {
    font-size: 12px;
}

.career-contact-section h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.career-contact-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 38px;
    max-width: 780px;
}

.career-contact-grid {
    max-width: 680px;
}

.career-contact-grid div {
    gap: 8px;
    padding: 0 34px;
}

.career-contact-grid span {
    font-size: 14px;
}

.career-contact-grid a {
    font-size: 22px;
}

.promotion-list-section {
    background: #fff;
    padding: 16px 0 58px;
}

.promotion-list-inner {
    /*max-width: 960px;*/
}

.promotion-search {
    align-items: center;
    border: 1px solid #dfe6e4;
    border-radius: 999px;
    display: grid;
    grid-template-columns: 1fr 34px;
    height: 32px;
    margin: 0 auto 40px;
    max-width: 650px;
    padding: 0 8px 0 26px;
}

.promotion-search input {
    border: 0;
    color: #26344f;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    outline: 0;
    width: 100%;
}

.promotion-search input::placeholder {
    color: #c5cbcf;
}

.promotion-search button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #c6cccf;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.promotion-grid-scroll {
/*     --promotion-card-height: 284px; */
    --promotion-gap: 20px;
    max-height: calc((var(--promotion-card-height) * 2) + var(--promotion-gap));
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-color: #bfe6cf transparent;
    scrollbar-width: thin;
}

.promotion-grid-scroll::-webkit-scrollbar {
    width: 5px;
}

.promotion-grid-scroll::-webkit-scrollbar-thumb {
    background: #bfe6cf;
    border-radius: 999px;
}

.promotion-grid {
    display: grid;
    gap: var(--promotion-gap) 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promotion-card {
    cursor: pointer;
    height: var(--promotion-card-height);
}

.promotion-card:focus {
    outline: 2px solid rgba(0, 183, 79, 0.35);
    outline-offset: 4px;
}

.promotion-card img {
    border: 1px solid #d9dde1;
    border-radius: 9px;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
	max-height: 202px;
}

.promotion-card h2 {
    color: #26344f;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 16px 0 6px;
}

.promotion-card p {
    color: #4d5868;
    display: -webkit-box;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.promotion-more-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #9aa1aa;
    border-radius: 999px;
    color: #8d9299;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 31px;
    justify-content: center;
    margin: 34px auto 0;
    min-width: 286px;
    padding: 0 22px;
}

.promotion-detail-modal {
    z-index: 1090;
}

.promotion-detail-modal .modal-dialog {
    max-width: 660px;
}

.promotion-detail-modal .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.promotion-detail-close {
    color: #7b8490;
    font-size: 18px;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 12px;
    z-index: 2;
}

.promotion-detail-head {
    border-bottom: 1px solid #8f97a2;
    padding: 22px 52px 18px 24px;
}

.promotion-detail-head h2 {
    color: var(--primary);
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
    text-transform: uppercase;
}

.promotion-detail-body {
    padding: 22px 24px 28px;
}

.promotion-detail-body h3 {
    color: #26344f;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 18px;
}

.promotion-detail-meta {
    align-items: center;
    background: linear-gradient(90deg, #00b65c 0%, #278a9d 100%);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 22px;
    max-width: 420px;
    min-height: 40px;
    padding: 5px;
}

.promotion-detail-meta span {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    padding: 0 10px;
}

.promotion-detail-meta button {
    background: #fff;
    border: 0;
    border-radius: 3px;
    color: #26344f;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    height: 18px;
    padding: 0 13px;
    text-transform: uppercase;
}

.promotion-detail-content h4 {
    color: #26344f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    margin: 18px 0 12px;
}

.promotion-detail-content h4:first-child {
    margin-top: 0;
}

.promotion-detail-content p {
    color: #26344f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 14px;
}

.promotion-detail-content img{
	 max-width: 612px;
}

.package-home-hero-section {
    background: #fff;
    overflow: hidden;
}

.package-home-hero-inner {
    align-items: center;
    background:
            linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 34%, rgba(255, 255, 255, 0.45) 52%, rgba(255, 255, 255, 0) 72%),
            var(--package-home-hero-bg, url("../img/lay-mau-tai-nha/cover-lay-mau-tai-nha.png")) right center/auto 100% no-repeat;
    display: flex;
    /*max-width: 960px;*/
    min-height: 320px;
    padding-bottom: 28px;
    padding-top: 18px;
}

.package-home-hero-copy {
    max-width: 340px;
    padding: 28px 0 26px;
}

.package-home-hero-copy h1 {
    color: var(--primary);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.package-home-hero-copy h1 span {
    color: #df1f26;
}

.package-home-benefits {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.package-home-benefits li {
    align-items: flex-start;
    color: #3d454d;
    display: grid;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    grid-template-columns: 16px 1fr;
    line-height: 1.22;
}

.package-home-benefits img {
    display: block;
    height: 16px;
    margin-top: 1px;
    width: 16px;
}

.package-home-hero-btn {
    background: linear-gradient(90deg, #00b65c 0%, #268a9d 100%);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    height: 24px;
    min-width: 172px;
    padding: 0 28px;
}

.package-home-hero-btn:hover {
    color: #fff;
    filter: brightness(0.96);
}

.package-home-offer-section {
    background: #fff;
    padding: 64px 0 34px;
}

.package-home-offer-section .container {
    /*max-width: 760px;*/
}

.package-home-offer-title {
    background: linear-gradient(90deg, #00b65c 0%, #278a9d 100%);
    border-radius: 0 16px 0 16px;
    display: inline-block;
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 34px;
    min-width: 350px;
    padding: 9px 28px;
    text-transform: none;
}

.package-home-offer-slider {
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1.2fr) 34px minmax(0, 1fr);
    margin: 0 auto;
    /*max-width: 720px;*/
}

.package-home-offer-section .offer-card,
.package-home-offer-section .offer-card img {
    border-radius: 10px;
}

.package-home-offer-section .offer-card.is-active {
    box-shadow: 0 12px 24px rgba(46, 58, 91, 0.16);
}

.package-home-offer-section .offer-card.is-side {
    opacity: 0.72;
    transform: scale(0.9);
}

.package-home-offer-section .offer-nav {
    color: #e6eee9;
    font-size: 42px;
    height: 32px;
    width: 34px;
}

.package-home-offer-section .offer-nav:hover {
    color: #c8eadb;
}

.sampling-process-section {
    background: #fff;
    padding: 58px 0 64px;
}

.sampling-process-inner {
    /*max-width: 720px;*/
}

.sampling-process-inner h2 {
    color: #26344f;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 34px;
    text-align: center;
}

.sampling-process-grid {
    display: grid;
    gap: 50px 65px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    /*max-width: 790px;*/
    position: relative;
}

.sampling-process-item {
    margin: 0;
    position: relative;
}

.sampling-process-item > img {
    aspect-ratio: 252 / 159;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.sampling-process-steps {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 170px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sampling-process-card {
    align-items: center;
    background: #159646;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 170px;
    justify-content: center;
    padding: 6px 6px 6px;
    text-align: center;
    width: 170px;
}

.sampling-process-card:nth-child(1) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
}

.sampling-process-card:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px;
}

.sampling-process-card:nth-child(3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
}

.sampling-process-card:nth-child(4) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
}

.sampling-process-card strong {
    display: block;
    font-size: 60px;
    font-weight: 900;
    line-height: 0.86;
    margin-bottom: 12px;
}

.sampling-process-card span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.18;
}

@media (max-width: 991.98px) {
    .career-hero-inner {
        background-position: 58% center;
        max-width: 720px;
    }

    .career-benefits-inner {
        max-width: 720px;
    }

    .career-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .promotion-hero-inner {
        gap: 30px;
        grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
        max-width: 720px;
    }

    .promotion-hero-carousel {
        max-width: 430px;
    }

    .promotion-hero-prev {
        left: -34px;
    }

    .promotion-hero-next {
        right: -34px;
    }

    .promotion-list-inner {
        max-width: 720px;
    }

    .promotion-grid-scroll {
        --promotion-card-height: 260px;
        --promotion-gap: 28px;
    }

    .promotion-card h2 {
        font-size: 14px;
    }

    .package-home-hero-inner {
        background-position: 58% center;
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .career-hero-inner {
        background:
                linear-gradient(90deg, rgba(239, 251, 251, 0.98) 0%, rgba(239, 251, 251, 0.9) 62%, rgba(239, 251, 251, 0.35) 100%),
                url("../img/tuyen-dung/cover-tuyen-dung.png") 60% center/cover no-repeat;
        min-height: 320px;
        padding: 28px var(--mobile-gutter);
    }

    .career-hero-copy {
        max-width: 330px;
    }

    .career-hero-copy h1 {
        font-size: 30px;
    }

    .career-hero-copy p {
        font-size: 14px;
    }

    .career-hero-actions a {
        font-size: 12px;
        height: 36px;
    }

    .career-benefits-section .career-benefits-inner > h2,
    .career-contact-section h2 {
        font-size: 28px;
    }

    .career-benefits-section .career-benefit-grid h3 {
        font-size: 15px;
    }

    .career-benefits-section .career-benefit-grid p {
        font-size: 12px;
    }

    .career-benefits-section .career-lab-copy h2 {
        font-size: 30px;
    }

    .career-benefits-section .career-lab-copy p,
    .career-contact-section p {
        font-size: 14px;
    }

    .career-benefits-section {
        padding: 38px 0 46px;
    }

    .career-benefits-inner {
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }

    .career-lab-section {
        grid-template-columns: 1fr;
    }

    .career-lab-copy {
        min-height: 0;
        padding: 30px 24px;
    }

    .career-lab-media img {
        height: auto;
    }

    .career-section-head h2::before,
    .career-section-head h2::after {
        width: 76px;
    }

    .career-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .career-team-card,
    .career-team-more {
        min-height: 184px;
    }

    .career-job-content {
        max-width: none;
    }

    .promotion-hero-inner {
        gap: 24px;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 30px var(--mobile-gutter) 34px;
    }

    .promotion-hero-copy {
        max-width: 360px;
    }

    .promotion-hero-copy h1 {
        font-size: 24px;
    }

    .promotion-hero-copy p {
        margin-bottom: 22px;
    }

    .promotion-hero-carousel {
        max-width: 100%;
    }

    .promotion-hero-control {
        background: rgba(255, 255, 255, 0.85);
        border-radius: 50%;
        font-size: 18px;
        height: 38px;
        top: 50%;
        width: 38px;
    }

    .promotion-hero-prev {
        left: 8px;
    }

    .promotion-hero-next {
        right: 8px;
    }

    .promotion-list-section {
        padding: 22px 0 42px;
    }

    .promotion-search {
        margin-bottom: 28px;
        max-width: none;
    }

    .promotion-grid-scroll {
        --promotion-card-height: 238px;
        --promotion-gap: 22px;
        max-height: calc((var(--promotion-card-height) * 3) + (var(--promotion-gap) * 2));
        padding-right: 6px;
    }

    .promotion-grid {
        gap: var(--promotion-gap) 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .promotion-card h2 {
        font-size: 13px;
        margin: 12px 0 10px;
    }

    .promotion-card p {
        font-size: 10px;
        -webkit-line-clamp: 3;
    }

    .package-home-hero-inner {
        background:
                linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 62%, rgba(255, 255, 255, 0.36) 100%),
                url("../img/lay-mau-tai-nha/cover-lay-mau-tai-nha.png") 58% center/cover no-repeat;
        min-height: 360px;
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }

    .package-home-hero-copy {
        max-width: 300px;
    }

    .package-home-hero-copy h1 {
        font-size: 22px;
    }

    .package-home-offer-section {
        padding: 42px 0 30px;
    }

    .package-home-offer-title {
        font-size: 19px;
        min-width: 0;
        width: fit-content;
    }

    .package-home-offer-slider {
        gap: 20px;
    }

    .sampling-process-section {
        padding: 42px 0 48px;
    }

    .sampling-process-inner {
        max-width: 640px;
    }

    .sampling-process-grid {
        gap: 58px 82px;
    }

    .sampling-process-steps {
        grid-template-columns: repeat(2, 108px);
    }

    .sampling-process-card {
        height: 108px;
        width: 108px;
    }

    .sampling-process-card strong {
        font-size: 44px;
    }

    .sampling-process-card span {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .career-hero-inner {
        align-items: flex-start;
        background:
                linear-gradient(180deg, rgba(239, 251, 251, 0.98) 0%, rgba(239, 251, 251, 0.9) 52%, rgba(239, 251, 251, 0.24) 100%),
                url("../img/tuyen-dung/cover-tuyen-dung.png") 62% bottom/auto 70% no-repeat;
        min-height: 500px;
    }

    .career-hero-copy h1 {
        font-size: 27px;
    }

    .career-hero-copy p {
        font-size: 13px;
    }

    .career-benefit-grid {
        grid-template-columns: 1fr;
    }

    .career-benefit-grid article {
        min-height: 0;
    }

    .career-lab-stats {
        grid-template-columns: 1fr;
    }

    .career-team-section {
        padding-bottom: 42px;
    }

    .career-section-head h2 {
        font-size: 22px;
    }

    .career-section-head h2::before,
    .career-section-head h2::after {
        display: none;
    }

    .career-team-grid {
        grid-template-columns: 1fr;
    }

    .career-team-card,
    .career-team-more {
        min-height: 210px;
    }

    .career-contact-section {
        padding-bottom: 46px;
    }

    .career-job-detail-section {
        padding-bottom: 42px;
    }

    .career-job-detail-inner h2 {
        font-size: 19px;
    }

    .career-job-meta {
        align-items: center;
        font-size: 11px;
        max-width: none;
        padding: 8px 16px;
        text-align: center;
        white-space: normal;
    }

    .career-job-content {
        font-size: 11px;
        line-height: 1.5;
    }

    .career-contact-section h2 {
        font-size: 21px;
    }

    .career-contact-grid {
        gap: 18px;
        grid-template-columns: 1fr;
    }

    .career-contact-grid div {
        padding: 0;
    }

    .career-contact-grid div + div {
        border-left: 0;
        border-top: 1px solid #d7dce1;
        padding-top: 18px;
    }

    .promotion-hero-copy h1 {
        font-size: 22px;
    }

    .promotion-hero-actions {
        max-width: 180px;
    }

    .promotion-hero-carousel img {
        min-height: 190px;
    }

    .promotion-grid-scroll {
        --promotion-card-height: 220px;
        --promotion-gap: 18px;
    }

    .promotion-more-btn {
        min-width: 0;
        width: 100%;
    }

    .package-home-hero-inner {
        align-items: flex-start;
        background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.32) 100%),
                url("../img/lay-mau-tai-nha/cover-lay-mau-tai-nha.png") 58% bottom/auto 74% no-repeat;
        min-height: 520px;
    }

    .package-home-hero-copy {
        max-width: 100%;
        padding-top: 30px;
    }

    .package-home-offer-title {
        border-radius: 0 14px 0 14px;
        font-size: 17px;
        padding: 9px 18px;
    }

    .package-home-offer-slider {
        gap: 10px;
        grid-template-columns: 34px minmax(0, 1fr) 34px;
    }

    .package-home-offer-section .offer-nav {
        font-size: 38px;
    }

    .sampling-process-inner h2 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .sampling-process-grid {
        gap: 18px;
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .sampling-process-steps {
        grid-template-columns: repeat(2, 1fr);
        left: auto;
        order: 5;
        position: static;
        top: auto;
        transform: none;
        width: 100%;
    }

    .sampling-process-card {
        border-radius: 8px;
        height: 96px;
        width: 100%;
    }

    .sampling-process-card strong {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .sampling-process-card span {
        font-size: 8px;
    }
}

/* Package listing page */
.package-page {
    background: #fff;
}

.package-hero-section {
    background: #eefbfb;
    overflow: hidden;
}

.package-hero-inner {
    align-items: center;
    background:
            linear-gradient(90deg, rgba(241, 252, 252, 0.96) 0%, rgba(241, 252, 252, 0.84) 34%, rgba(241, 252, 252, 0.15) 62%, rgba(241, 252, 252, 0) 100%),
            var(--package-hero-bg, url("../img/cac-goi-xet-nghiem-png/cover-cac-goi-xn.png")) no-repeat center right / auto 100%;
    display: flex;
    min-height: 320px;
}

.package-hero-copy {
    margin-left: calc((100% - 960px) / 2);
    max-width: 520px;
    padding: 54px 0 60px;
}

.package-hero-copy h1 {
    color: var(--secondary);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.package-hero-copy p {
    color: #505050;
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 34px;
    max-width: 460px;
}

.package-price-pill {
    align-items: center;
    background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(0, 143, 76, 0.22);
    color: #fff !important;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    min-height: 42px;
    padding: 10px 28px;
}

.package-list-section {
    background: #fff;
    padding: 28px 0 96px;
}

.package-filter-bar {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto 24px;
}

.package-filter-btn,
.package-search-field {
    background: #fff;
    border: 1px solid #e3ece8;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(46, 58, 91, 0.05);
    color: #87918d;
    min-height: 42px;
}

.package-filter-btn {
    cursor: pointer;
    font-size: 14px;
    min-width: 58px;
    padding: 9px 16px;
}

.package-filter-btn[aria-expanded="true"] {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border-color: transparent;
    color: #fff;
}

.package-search-field {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 3px 16px;
    width: min(310px, calc(100% - 80px));
}

.package-search-field i {
    color: #b9c6c0;
    font-size: 11px;
}

.package-search-field input {
    border: 0;
    color: #4d5a55;
    flex: 1;
    font-size: 11px;
    min-width: 0;
    outline: 0;
}

.package-search-field input::placeholder {
    color: #a4afaa;
}

.package-category-panel {
    background: #fff;
    border: 1px solid #e3ece8;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(46, 58, 91, 0.14);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: -10px auto 24px;
    /*max-width: 960px;*/
    padding: 16px;
}

.package-category-panel a {
    align-items: center;
    background: #f8fffb;
    border: 1px solid #cfe9da;
    border-radius: 999px;
    color: #2f3438 !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.25;
    min-height: 34px;
    padding: 8px 12px;
    text-align: center;
}

.package-category-panel a:hover,
.package-category-panel a.is-active {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border-color: transparent;
    color: #fff !important;
}

.package-list-shell {
    margin: 0 auto;
    max-height: 485px;
    /*max-width: 960px;*/
    overflow-y: auto;
    padding: 2px 28px 2px 0;
    scrollbar-color: #a8b3af transparent;
    scrollbar-width: thin;
}

.package-list-shell::-webkit-scrollbar {
    width: 4px;
}

.package-list-shell::-webkit-scrollbar-thumb {
    background: #a8b3af;
    border-radius: 999px;
}

.package-result-grid {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-result-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(235, 242, 238, 0.86);
    border-radius: 8px;
    box-shadow: 0 7px 18px rgba(46, 58, 91, 0.12);
    color: #222 !important;
    display: flex;
    justify-content: space-between;
    min-height: 88px;
    padding: 16px 20px 16px 24px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.package-result-card:hover {
    border-color: rgba(0, 183, 79, 0.32);
    box-shadow: 0 14px 26px rgba(46, 58, 91, 0.18);
    transform: translateY(-2px);
}

.package-result-text {
    display: block;
    min-width: 0;
    padding-right: 14px;
}

.package-result-text strong,
.package-result-text small {
    display: block;
}

.package-result-text strong {
    color: #171717;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.package-result-text small {
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.package-result-icon {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #eefcf4 100%);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 143, 76, 0.15);
    display: inline-flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.package-result-icon img {
    display: block;
    max-height: 32px;
    max-width: 32px;
}

@media (max-width: 991.98px) {
    .package-hero-inner {
        background:
                linear-gradient(90deg, rgba(241, 252, 252, 0.98) 0%, rgba(241, 252, 252, 0.9) 44%, rgba(241, 252, 252, 0.38) 100%),
                var(--package-hero-bg, url("../img/cac-goi-xet-nghiem-png/cover-cac-goi-xn.png")) no-repeat center right / auto 100%;
        min-height: 280px;
    }

    .package-hero-copy {
        margin-left: 0;
        max-width: 430px;
        padding: 42px 0 46px;
    }

    .package-hero-copy h1 {
        font-size: 30px;
    }

    .package-result-grid {
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .package-hero-section {
        padding: 0;
    }

    .package-hero-inner {
        min-height: 250px;
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }

    .package-hero-copy {
        max-width: 72%;
        padding: 34px 0 38px;
    }

    .package-hero-copy h1 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .package-hero-copy p {
        font-size: 11px;
        line-height: 1.42;
        margin-bottom: 20px;
    }

    .package-price-pill {
        font-size: 16px;
        min-height: 40px;
        padding: 9px 22px;
    }

    .package-list-section {
        padding: 20px 0 58px;
    }

    .package-filter-bar {
        margin-bottom: 18px;
        padding: 0 var(--mobile-gutter);
    }

    .package-category-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: -8px var(--mobile-gutter) 18px;
        padding: 12px;
    }

    .package-list-shell {
        max-height: none;
        max-width: none;
        overflow: visible;
        padding: 0 var(--mobile-gutter);
    }

    .package-result-grid {
        grid-template-columns: 1fr;
    }

    .package-result-card {
        border-radius: 10px;
        min-height: 86px;
        padding: 15px 16px;
    }

    .package-result-text strong {
        font-size: 14px;
        line-height: 1.28;
        margin-bottom: 8px;
    }

    .package-result-text small {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .package-hero-inner {
        background:
                linear-gradient(90deg, rgba(241, 252, 252, 0.98) 0%, rgba(241, 252, 252, 0.92) 56%, rgba(241, 252, 252, 0.58) 100%),
                var(--package-hero-bg, url("../img/cac-goi-xet-nghiem-png/cover-cac-goi-xn.png")) no-repeat 62% center / auto 100%;
    }

    .package-hero-copy {
        max-width: 86%;
    }

    .package-hero-copy h1 {
        font-size: 22px;
    }

    .package-hero-copy p {
        max-width: 280px;
    }

    .package-search-field {
        flex: 1;
        width: auto;
    }

    .package-category-panel {
        grid-template-columns: 1fr;
    }
}

/* Theme setting widget */
.theme-setting {
    bottom: 18px;
    left: 18px;
    position: fixed;
    z-index: 1090;
}

.theme-setting-toggle {
    align-items: center;
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    border: 0;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(46, 58, 91, 0.24);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    height: 46px;
    justify-content: center;
    transition: filter 180ms ease, transform 180ms ease;
    width: 46px;
}

.theme-setting-toggle:hover,
.theme-setting-toggle[aria-expanded="true"] {
    filter: brightness(0.96);
    transform: translateY(-2px);
}

.theme-setting-panel {
    background: #fff;
    border: 1px solid #e2eee8;
    border-radius: 8px;
    bottom: 58px;
    box-shadow: 0 18px 42px rgba(46, 58, 91, 0.22);
    left: 0;
    padding: 14px;
    position: absolute;
    width: 260px;
}

.theme-setting-title {
    color: #1f2d28;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.theme-color-field {
    align-items: center;
    color: #4b5a54;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin: 0 0 12px;
}

.theme-color-field input {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 34px;
    padding: 0;
    width: 58px;
}

.theme-preset-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 12px;
}

.theme-preset {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #dce9e3;
    cursor: pointer;
    height: 26px;
    padding: 0;
    width: 26px;
}

.theme-reset-btn {
    background: #f4fbf7;
    border: 1px solid #cde8d8;
    border-radius: 999px;
    color: var(--primary-dark);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    min-height: 34px;
    padding: 6px 12px;
    width: 100%;
}

@media (max-width: 768px) {
    .theme-setting {
        bottom: 18px;
        left: 12px;
    }

    .theme-setting-panel {
        width: min(260px, calc(100vw - 28px));
    }
}

/* Package detail page */
.package-detail-page {
    background: #fff;
}

.package-detail-narrow {
    /*max-width: 960px;*/
}

.package-detail-hero {
    background: #eefbfb;
}

.package-detail-hero-inner {
    align-items: center;
    display: grid;
    gap: 46px;
    grid-template-columns: 1fr 420px;
    /*max-width: 960px;*/
    min-height: 320px;
    padding-bottom: 28px;
    padding-top: 18px;
}

.package-breadcrumb {
    margin-bottom: 16px;
}

.package-breadcrumb a {
    background: rgba(0, 183, 79, 0.13);
    border-radius: 999px;
    color: var(--primary-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 18px;
}

.package-detail-copy h1 {
    color: #22304a;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.package-detail-copy h1 span {
    color: var(--secondary);
}

.package-detail-copy p {
    color: #34423d;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 28px;
    max-width: 460px;
}

.package-hero-checks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.package-hero-checks li {
    color: #24322d;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
}

.package-hero-checks li::before {
    align-items: center;
    background: var(--secondary);
    border-radius: 50%;
    color: #fff;
    content: "\f00c";
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 900;
    height: 16px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.package-detail-media img {
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(46, 58, 91, 0.12);
    display: block;
    width: 100%;
}

.package-hero-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
}

.package-action-primary,
.package-action-secondary {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    text-align: center;
    text-transform: uppercase;
}

.package-action-primary {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    color: #fff !important;
}

.package-action-secondary {
    background: #fff;
    border: 1px solid #d7e5df;
    box-shadow: 0 5px 14px rgba(46, 58, 91, 0.1);
    color: var(--primary-dark) !important;
}

.package-detail-body {
    padding-bottom: 0;
}

.detail-accordion {
    margin: 8px auto 34px;
}

.detail-accordion details {
    background: #effbfd;
    border-bottom: 1px solid #d9eef0;
}

.detail-accordion summary {
    color: #26344c;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    list-style: none;
    padding: 15px 28px;
    position: relative;
    text-transform: uppercase;
}

.detail-accordion summary::-webkit-details-marker {
    display: none;
}

.detail-accordion summary::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #77858c;
    content: "";
    position: absolute;
    right: 24px;
    top: 20px;
}

.detail-accordion details[open] summary::after {
    transform: rotate(180deg);
}

.detail-accordion p {
    color: #596761;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
    padding: 0 28px 16px;
}

.detail-section {
    margin-bottom: 52px;
}

.detail-section h2 {
    color: #27344f;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.detail-section-desc {
    color: #5b6762;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 22px;
}

.package-price-layout {
    --package-plan-col-width: 170px;
    position: relative;
}

.service-tier-scroll {
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
}

.service-tier-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(var(--package-plan-count), minmax(0, var(--package-plan-col-width)));
    min-width: var(--package-price-table-min-width, 820px);
}

.service-tier-card {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 8px 22px rgba(46, 58, 91, 0.1);
    margin: 0 5px;
    overflow: hidden;
    padding-bottom: 14px;
    text-align: center;
}

.tier-head {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 18px 8px 24px;
    text-transform: uppercase;
}

.tier-silver .tier-head {
    background: linear-gradient(135deg, #c9c9c9, #7c7c7c);
}

.tier-gold .tier-head {
    background: linear-gradient(135deg, #f2dc9d, #bd9549);
}

.tier-diamond .tier-head {
    background: linear-gradient(135deg, #eec5ac, #ba744b);
}

.tier-special .tier-head {
    background: linear-gradient(135deg, var(--secondary), var(--primary));
}

.tier-count {
    background: #fff;
    border: 1px solid #aeb9b5;
    border-radius: 999px;
    color: #4e5c57;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    margin-top: -14px;
    min-width: 86px;
    padding: 3px 12px;
}

.service-tier-card strong {
    color: #075b77;
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 10px 0 7px;
}

.service-tier-card del {
    color: #6d7773;
    display: block;
    font-size: 13px;
    margin: 8px 0 -5px;
}

.service-tier-card a {
    color: #1f2b28;
    font-size: 15px;
    font-weight: 600;
}

.detail-table-wrap {
    border: 1px solid #e5e5e5;
/*     max-height: 610px; */
    overflow: auto;
}

.detail-price-table {
    border-collapse: collapse;
    min-width: var(--package-price-table-min-width, 820px);
    table-layout: fixed;
    width: 100%;
}

.detail-price-table col.package-plan-col {
    width: var(--package-plan-col-width);
}

.detail-price-table th,
.detail-price-table td {
    border-bottom: 1px solid #e9e9e9;
    color: #1f2b28;
    font-size: 12px;
    padding: 11px 12px;
    text-align: center;
}

.detail-price-table th:first-child,
.detail-price-table td:first-child {
    text-align: left;
}

.detail-price-table thead th:first-child {
    text-align: center;
}

.detail-price-table thead th {
    background: #f2f2f2;
    font-weight: 800;
    position: sticky;
    top: 0;
    z-index: 1;
}

.detail-price-table .group-row td {
    background: #ededed;
    font-weight: 800;
}

.detail-price-table .group-row {
    cursor: pointer;
}

.detail-price-table .group-row td::after {
    content: "-";
    float: right;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.detail-price-table .group-row.collapsed td::after {
    content: "+";
}

.detail-price-table .group-row:focus td {
    box-shadow: inset 0 0 0 2px rgba(0, 183, 79, 0.18);
    outline: 0;
}

.detail-price-table .package-table-title-wrap {
    align-items: center;
    display: flex;
    gap: 8px;
    min-width: 0;
    text-align: left;
}

.detail-price-table .package-table-cell-inner {
    align-items: center;
    display: flex;
    gap: 2px;
    justify-content: center;
    min-height: 22px;
}

.detail-price-table .quantitative-row td {
    vertical-align: bottom;
}

.detail-price-table .quantitative-row.is-even td {
    background: #ffffff;
}

.detail-price-table .quantitative-row.is-odd td {
    background: #f8fbfa;
}

.detail-price-table .quantitative-row.has-note td {
    border-bottom-color: #d9e9e2;
}

.detail-price-table .quantitative-row.has-note .package-table-title-wrap {
    font-weight: 700;
}

.detail-price-table .quantitative-row.has-note:has(+ .quantitative-note-row:not([hidden])) td {
    border-bottom-color: transparent;
}

.detail-price-table .quantitative-row .package-table-cell-inner {
    align-items: flex-end;
}

.detail-price-table .package-table-first-cell .package-table-cell-inner {
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

.detail-price-table .package-table-first-cell .package-table-title-wrap {
    flex: 1 1 auto;
}

.detail-price-table .package-table-first-cell .package-cell-check {
    align-self: center;
    margin-top: 7px;
}

.detail-price-table .package-table-last-cell .package-table-cell-inner {
    align-items: end;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: normal;
}

.detail-price-table .package-table-retail-price {
    color: #075b77;
    font-weight: 800;
    grid-column: 3;
    justify-self: end;
    white-space: nowrap;
}

.detail-price-table .package-cell-check {
    flex: 0 0 auto;
    line-height: 0;
}

.detail-price-table .package-cell-check.is-empty i {
    background: #c9d1d5;
}

.detail-price-table .package-table-last-cell .package-cell-check {
    grid-column: 2;
    justify-self: center;
}

.quantitative-note-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #cfd8d4;
    border-radius: 50%;
    color: var(--primary);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 22px;
    font-size: 13px;
    font-weight: 900;
    height: 22px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 22px;
}

.quantitative-note-toggle:hover,
.quantitative-note-toggle:focus {
    background: #eaf8ef;
    border-color: var(--primary);
    outline: none;
}

.detail-price-table .quantitative-note-row td {
    background: #edf8f3;
    border-bottom: 1px solid #cce6da;
    border-top: 0;
    padding: 0;
    text-align: left;
}

.detail-price-table .quantitative-note-row.is-even td {
    background: #eefaf4;
}

.detail-price-table .quantitative-note-row.is-odd td {
    background: #f3fbf8;
}

.quantitative-note-content {
    background: rgba(255, 255, 255, 0.72);
    border-left: 4px solid var(--primary);
    border-radius: 0 0 8px 8px;
    box-shadow: inset 0 1px 0 rgba(11, 143, 99, 0.08);
    color: #465851;
    font-size: 12px;
    line-height: 1.55;
    margin: 0 12px 10px;
    padding: 12px 16px 12px 38px;
    position: relative;
}

.quantitative-note-content p {
    margin: 0 0 8px;
}

.quantitative-note-content p:last-child {
    margin-bottom: 0;
}

.detail-price-table i {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    position: relative;
    width: 9px;
}

.detail-price-table i::after {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 5px;
    font-weight: 900;
    left: 2px;
    position: absolute;
    top: 6px;
}

@media (min-width: 992px) {
    .package-service-section {
        display: contents;
    }

    .package-service-section h2 {
        margin-bottom: 16px;
    }

    .package-service-section .detail-section-desc {
        margin-bottom: 22px;
    }

    .service-tier-scroll {
        background: #fff;
        box-shadow: 0 8px 18px rgba(39, 52, 79, 0.08);
        margin-bottom: 18px;
        padding-top: 10px;
        position: sticky;
        top: calc(var(--wp-adminbar-sticky-height) + var(--topbar-sticky-height) + 78px);
        z-index: 30;
    }

    .service-tier-grid {
        grid-template-columns: repeat(var(--package-plan-count), minmax(0, 1fr));
        min-width: 100%;
    }

    .detail-price-table {
        min-width: 100%;
    }

    .detail-price-table col.package-plan-col {
        width: auto;
    }
}

.detail-note-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}

.detail-note-grid article {
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px;
}

.detail-note-grid i {
    color: #4a5450;
    font-size: 18px;
    margin-bottom: 10px;
}

.detail-note-grid h3 {
    color: #25304a;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.detail-note-grid p {
    color: #59635f;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.related-section {
    padding-top: 14px;
}

.related-subtitle {
    color: #27344f !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 9px;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.related-card-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-card {
    background: #fff;
    border: 1px solid #eef2ef;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(46, 58, 91, 0.12);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.related-card:hover {
    box-shadow: 0 14px 28px rgba(46, 58, 91, 0.16);
    transform: translateY(-2px);
}

.related-card-image {
    background: #f2f6f4;
    display: block;
    overflow: hidden;
}

.related-card-image img {
    aspect-ratio: 260 / 126;
    display: block;
    height: auto;
    object-fit: cover;
    transition: transform 0.25s ease;
    width: 100%;
}

.related-card:hover .related-card-image img {
    transform: scale(1.035);
}

.related-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 18px 18px;
}

.related-card h3 {
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.related-card h3 a {
    color: inherit !important;
    text-decoration: none;
}

.related-card h3 a:hover {
    color: var(--primary-dark) !important;
}

.related-card p {
    color: #303a35;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 0 14px;
}

.related-card strong {
    color: #303a35;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    margin-top: auto;
}

.quick-form-section {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr 1fr;
}

.detail-form-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(46, 58, 91, 0.08);
    padding: 18px;
}

.detail-form-card h2 {
    color: #222;
    font-size: 25px;
    margin-bottom: 14px;
    text-transform: none;
}

.detail-form-card label {
    color: #313b37;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.detail-form-card input,
.detail-form-card textarea {
    border: 1px solid #e1e7e4;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin-top: 6px;
    padding: 8px 10px;
    resize: none;
    width: 100%;
}

.captcha-box {
    align-items: center;
    border: 1px solid #d8d8d8;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    max-width: 236px;
    min-height: 56px;
    padding: 10px;
}

.captcha-box span {
    border: 1px solid #9b9b9b;
    display: block;
    height: 22px;
    width: 22px;
}

.captcha-box p {
    color: #222;
    flex: 1;
    font-size: 11px;
    margin: 0;
}

.captcha-box small {
    color: #8a8a8a;
    font-size: 9px;
}

.form-note {
    color: #4b5651;
    font-size: 9px;
    line-height: 1.5;
}

.detail-form-card button {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    min-height: 18px;
    text-transform: uppercase;
    width: 100%;
}

.detail-offer-section {
    padding: 16px 0 58px;
}

.detail-offer-section.package-home-offer-section {
    padding: 64px 0 34px;
}

.detail-offer-section h2 {
    color: #27344f;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.detail-offer-section .package-home-offer-title {
    background: linear-gradient(90deg, #00b65c 0%, #278a9d 100%);
    border-radius: 0 16px 0 16px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 30px;
    min-width: min(100%, 720px);
    padding: 12px 30px;
    text-transform: uppercase;
}

.offer-detail-carousel {
    align-items: center;
    display: block;
    margin: 0 auto;
    /*max-width: 960px;*/
    position: relative;
}

.offer-detail-carousel::before,
.offer-detail-carousel::after {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 112px;
    z-index: 2;
}

.offer-detail-carousel::before {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.82) 35%, rgba(255, 255, 255, 0) 100%);
    left: 0;
}

.offer-detail-carousel::after {
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.82) 35%, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

.offer-detail-slider {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1.45fr 1fr;
}

.offer-detail-slider img {
    border-radius: 10px;
    opacity: 0.72;
    transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.offer-detail-slider .is-active {
    box-shadow: 0 14px 30px rgba(46, 58, 91, 0.18);
    opacity: 1;
    transform: scale(1.02);
}

.offer-detail-arrow {
    align-items: center;
    background: transparent;
    border: 0;
    color: #c7f1df;
    cursor: pointer;
    display: inline-flex;
    font-size: 44px;
    height: 64px;
    justify-content: center;
    margin-top: -32px;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: color 180ms ease, transform 180ms ease;
    width: 44px;
    z-index: 3;
}

.offer-detail-prev {
    left: 250px;
}

.offer-detail-next {
    right: 250px;
}

.offer-detail-arrow:hover {
    color: var(--secondary);
    transform: scale(1.08);
}

.detail-home-sampling {
    background:
            linear-gradient(90deg, #effbfb 0%, #effbfb 45%, rgba(239, 251, 251, 0.78) 55%, rgba(239, 251, 251, 0) 65%),
            var(--detail-home-sampling-bg, url("../img/goi-xet-nghiem-chi-tiet/anh-bia-dich-vu-lay-mau-tai-nha.png")) no-repeat calc(50% + 290px) center / auto 100%,
            #effbfb;
}

.detail-home-sampling-inner {
    align-items: center;
    display: flex;
    min-height: 232px;
}

.detail-home-sampling h2 {
    color: var(--secondary);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.detail-home-sampling h3 {
    color: #27344f;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.detail-home-sampling p {
    color: #4b5b55;
    font-size: 12.5px;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 410px;
}

.sampling-hotline {
    color: #26352f !important;
    font-weight: 700;
}

.detail-home-sampling a {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border-radius: 5px;
    color: #fff !important;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    margin-top: 4px;
    padding: 8px 14px;
}

@media (max-width: 991.98px) {
    .package-detail-hero-inner {
        gap: 28px;
        grid-template-columns: 1fr;
        justify-items: start;
        max-width: 720px;
    }

    .package-detail-copy {
        max-width: 560px;
        width: 100%;
    }

    .package-detail-media {
        justify-self: center;
        max-width: 520px;
        width: 100%;
    }

    .detail-home-sampling {
        background:
                linear-gradient(90deg, #effbfb 0%, rgba(239, 251, 251, 0.96) 58%, rgba(239, 251, 251, 0.45) 100%),
                var(--detail-home-sampling-bg, url("../img/goi-xet-nghiem-chi-tiet/anh-bia-dich-vu-lay-mau-tai-nha.png")) no-repeat right center / auto 100%,
                #effbfb;
    }

    .related-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer-detail-carousel {
        max-width: 720px;
    }

    .offer-detail-slider {
        gap: 18px;
    }

    .offer-detail-prev {
        left: 210px;
    }

    .offer-detail-next {
        right: 210px;
    }
}

@media (max-width: 768px) {
    .package-detail-hero-inner {
        gap: 22px;
        padding: 22px var(--mobile-gutter) 28px;
    }

    .package-detail-copy h1 {
        font-size: 18px;
    }

    .package-detail-copy p {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .package-hero-checks {
        display: grid;
        gap: 10px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-hero-checks li {
        margin-bottom: 0;
    }

    .package-detail-narrow {
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }

    .detail-accordion summary {
        padding: 14px 18px;
    }

    .detail-section h2,
    .detail-offer-section h2,
    .detail-home-sampling h2 {
        font-size: 22px;
    }

    .detail-note-grid,
    .related-card-grid,
    .quick-form-section {
        grid-template-columns: 1fr;
    }

    .package-service-section {
        display: contents;
    }

    .package-service-section h2,
    .package-service-section .detail-section-desc {
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }

    .package-service-section h2 {
        margin-bottom: 8px;
    }

    .package-service-section .detail-section-desc {
        margin-bottom: 12px;
    }

    .service-tier-scroll {
        background: #fff;
        box-shadow: 0 8px 18px rgba(39, 52, 79, 0.08);
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        margin-bottom: 10px;
        overflow: visible;
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
        padding-top: 10px;
        position: sticky;
        top: calc(var(--wp-adminbar-sticky-height) + var(--topbar-sticky-height) + 64px);
        z-index: 20;
    }

    .service-tier-grid {
        grid-template-columns: repeat(var(--package-plan-count), minmax(0, 1fr));
        min-width: 100%;
    }

    .service-tier-card {
        box-shadow: 0 5px 14px rgba(46, 58, 91, 0.12);
        margin-left: 2px;
        margin-right: 2px;
        padding-bottom: 8px;
    }

    .tier-head {
        font-size: 8px;
        line-height: 1.15;
        min-height: 38px;
        padding: 9px 3px 16px;
        word-break: break-word;
    }

    .tier-count {
        font-size: 9px;
        margin-top: -11px;
        min-width: 48px;
        padding: 2px 4px;
    }

    .service-tier-card strong {
        font-size: 12px;
        margin: 6px 0 4px;
        white-space: normal;
    }

    .service-tier-card del {
        font-size: 9px;
        margin-top: 5px;
    }

    .service-tier-card a {
        font-size: 9px;
        line-height: 1.2;
    }

    .detail-table-wrap {
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        overflow-x: hidden;
        overflow-y: auto;
    }

    .detail-price-table {
        min-width: 100%;
    }

    .detail-price-table col.package-plan-col {
        width: auto;
    }

    .detail-price-table th,
    .detail-price-table td {
        font-size: 9.5px;
        line-height: 1.25;
        padding: 8px 4px;
        word-break: break-word;
    }

    .detail-price-table thead th {
        font-size: 9px;
        padding: 7px 3px;
    }

    .detail-price-table .quantitative-row td {
        vertical-align: bottom;
    }

    .detail-price-table .package-table-cell-inner {
        align-items: flex-end;
        gap: 5px;
        min-height: 3px;
    }

    .detail-price-table .package-table-last-cell .package-table-cell-inner {
        align-items: end;
    }

    .detail-price-table .package-table-title-wrap {
        gap: 5px;
        overflow: visible;
    }

    .detail-price-table .package-table-first-cell {
        overflow: visible;
        position: relative;
        z-index: 2;
    }

    .detail-price-table .package-table-first-cell .package-table-title-wrap {
        max-width: none;
        width: max-content;
    }

    .detail-price-table .package-table-first-cell .quantitative-title {
        display: inline-block;
        max-width: none;
        white-space: nowrap;
    }

    .detail-price-table .package-table-first-cell .package-cell-check {
        margin-top: 5px;
    }

    .detail-price-table .package-table-retail-price {
        font-size: 9px;
        white-space: normal;
    }

    .quantitative-note-toggle {
        flex-basis: 18px;
        font-size: 12px;
        height: 18px;
        width: 18px;
    }

    .detail-price-table i {
        height: 8px;
        width: 8px;
    }

    .detail-price-table i::after {
        font-size: 4px;
        left: 2px;
        top: 1px;
    }

    .offer-detail-carousel {
        display: block;
        max-width: none;
        position: relative;
    }

    .offer-detail-carousel::before,
    .offer-detail-carousel::after {
        width: 58px;
    }

    .offer-detail-slider {
        display: flex;
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        overflow-x: auto;
        padding: 0 calc(var(--mobile-gutter) + 38px) 10px;
        scroll-snap-type: x mandatory;
    }

    .offer-detail-slider img {
        flex: 0 0 250px;
        scroll-snap-align: center;
    }

    .offer-detail-arrow {
        background: rgba(255, 255, 255, 0.86);
        border-radius: 50%;
        box-shadow: 0 5px 16px rgba(46, 58, 91, 0.12);
        font-size: 24px;
        height: 38px;
        margin-top: 0;
        top: 38%;
        width: 38px;
        z-index: 2;
    }

    .offer-detail-prev {
        left: 0;
    }

    .offer-detail-next {
        right: 0;
    }

    .detail-home-sampling-inner {
        min-height: 260px;
        padding-bottom: 22px;
        padding-top: 28px;
    }
}

@media (max-width: 480px) {
    .detail-home-sampling {
        background:
            linear-gradient(90deg, #effbfb 0%, rgba(239, 251, 251, 0.96) 72%, rgba(239, 251, 251, 0.74) 100%),
            var(--detail-home-sampling-bg, url("../img/goi-xet-nghiem-chi-tiet/anh-bia-dich-vu-lay-mau-tai-nha.png")) no-repeat 75% bottom / auto 78%,
            #effbfb;
    }

    .package-detail-hero-inner {
        padding-bottom: 24px;
        padding-top: 18px;
    }

    .package-hero-actions {
        grid-template-columns: 1fr;
    }

    .package-detail-copy h1 {
        font-size: 24px;
        line-height: 1.08;
        margin-bottom: 12px;
    }

    .package-detail-copy p {
        font-size: 13px;
        line-height: 1.45;
    }

    .package-hero-checks {
        grid-template-columns: 1fr;
    }

    .package-detail-media img {
        border-radius: 8px;
    }

    .service-tier-card strong {
        font-size: 12px;
    }
}
/*=============================================================================================*/
/* News detail page */
.single-detail-page {
    background: #fff;
    padding: 36px 0 56px;
}

.single-detail-layout {
    align-items: flex-start;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 330px;
}

.single-article {
    min-width: 0;
}

.single-article-header {
    border-bottom: 1px solid #e8eef0;
    margin-bottom: 22px;
    padding-bottom: 16px;
}

.single-article-header h1 {
    color: var(--primary-dark);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 12px;
}

.single-article-header time {
    color: #7a838c;
    display: block;
    font-size: 14px;
}

.single-article-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.single-article-terms a,
.single-article-terms span {
    align-items: center;
    background: rgba(var(--secondary-rgb), 0.1);
    border: 1px solid rgba(var(--primary-rgb), 0.18);
    border-radius: 999px;
    color: var(--primary-dark);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    min-height: 30px;
    padding: 0 12px;
    text-decoration: none !important;
}

.single-article-terms span {
    cursor: default;
}

.single-article-terms a:hover {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border-color: transparent;
    color: #fff;
}

.single-toc {
    background: #f8fffb;
    border: 1px solid #d9f0e3;
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 18px 22px;
}

.single-toc h2 {
    align-items: center;
    color: var(--primary-dark);
    display: flex;
    font-size: 20px;
    gap: 10px;
    margin: 0 0 12px;
}

.single-toc ol {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.single-toc li {
    margin: 7px 0;
}

.single-toc li.is-sub-heading {
    margin-left: 22px;
}

.single-toc a {
    align-items: flex-start;
    color: #27333c;
    display: flex;
    gap: 4px;
    font-weight: 600;
}

.single-toc-number {
    color: var(--primary);
    flex: 0 0 auto;
    font-weight: 800;
    min-width: 20px;
}

.single-article-content {
    color: #26323a;
    font-size: 16px;
    line-height: 1.75;
}

.single-article-content h2,
.single-article-content h3 {
    color: var(--primary-dark);
    font-weight: 900;
    line-height: 1.28;
    margin: 30px 0 14px;
}

.single-article-content h2 {
    font-size: 27px;
}

.single-article-content h3 {
    font-size: 22px;
}

.single-article-content img {
    border-radius: 10px;
    height: auto;
    max-width: 100%;
}

.single-article-content .aligncenter,
.single-article-content .wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-article-content .wp-caption {
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
}

.single-article-content .wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-article-content .wp-caption-text {
    color: #5f6b73;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.45;
    margin: 8px auto 0;
    max-width: 100%;
    text-align: center;
}

.single-article-content table {
    border-collapse: collapse;
    margin: 22px 0;
    width: 100%;
}

.single-article-content th,
.single-article-content td {
    border: 1px solid #dfe8e5;
    padding: 10px 12px;
    vertical-align: top;
}

.single-article-content th {
    background: #f0fbf4;
    color: var(--primary-dark);
}

.single-quick-booking {
    margin-top: 34px;
}

.single-booking-form {
    background: #f8fffb;
    border: 1px solid #d9f0e3;
    border-radius: 12px;
    padding: 24px;
}

.single-booking-form h2 {
    color: var(--primary-dark);
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 16px;
}

.single-booking-form label {
    color: #24313b;
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
}

.single-booking-form input {
    border: 1px solid #cfd9d5;
    border-radius: 8px;
    display: block;
    margin-top: 6px;
    min-height: 42px;
    padding: 8px 12px;
    width: 100%;
}

.single-booking-form p {
    color: #65717a;
    font-size: 14px;
    line-height: 1.55;
}

.single-booking-form button {
    background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 100%);
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
    min-height: 44px;
    padding: 10px 20px;
}

/* 404 */
.not-found-section {
    background: linear-gradient(180deg, #f4fbf8 0%, #fff 68%);
    padding: 70px 0 84px;
}

.not-found-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
}

.not-found-code {
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    -webkit-background-clip: text;
    color: transparent;
    font-size: 112px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.95;
    margin-bottom: 14px;
}

.not-found-eyebrow {
    color: var(--primary-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.not-found-inner h1 {
    color: #26344f;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 auto 14px;
    max-width: 680px;
}

.not-found-desc {
    color: #5e6773;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0 auto 26px;
    max-width: 620px;
}

.not-found-search {
    margin-bottom: 22px;
    max-width: 520px;
    width: 100%;
}

.not-found-search form {
    display: flex;
    gap: 10px;
    margin: 0;
}

.not-found-search input[type="search"],
.not-found-search input[type="text"] {
    background: #fff;
    border: 1px solid #dce9e2;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(46, 58, 91, 0.08);
    color: #26344f;
    flex: 1;
    font-size: 14px;
    min-height: 46px;
    padding: 0 18px;
}

.not-found-search input[type="submit"],
.not-found-search button[type="submit"] {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    min-height: 46px;
    padding: 0 22px;
}

.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.not-found-primary,
.not-found-secondary {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    text-decoration: none;
}

.not-found-primary {
    background: linear-gradient(90deg, var(--secondary), var(--primary));
    color: #fff !important;
}

.not-found-secondary {
    background: #fff;
    border: 1px solid #dce9e2;
    color: var(--primary-dark);
}

.not-found-primary:hover,
.not-found-secondary:hover {
    filter: brightness(0.97);
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .not-found-section {
        padding: 48px 0 58px;
    }

    .not-found-inner {
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
    }

    .not-found-code {
        font-size: 82px;
    }

    .not-found-inner h1 {
        font-size: 23px;
    }

    .not-found-search form {
        flex-direction: column;
    }

    .not-found-actions,
    .not-found-primary,
    .not-found-secondary {
        width: 100%;
    }
}

.single-sidebar {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 92px;
}

.sidebar-card {
    background: #fff;
    border: 1px solid #e3ece8;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(46, 58, 91, 0.08);
    overflow: hidden;
    padding: 18px;
}

.sidebar-card h2 {
    color: var(--primary-dark);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 14px;
}

.sidebar-audience a {
    align-items: center;
    border-bottom: 1px solid #edf3f0;
    color: #24313b;
    display: flex;
    font-weight: 700;
    gap: 10px;
    padding: 10px 0;
}

.sidebar-audience a:last-child {
    border-bottom: 0;
}

.sidebar-audience img {
    border-radius: 50%;
    height: 42px;
    object-fit: cover;
    width: 42px;
}

.sidebar-related a {
    border-bottom: 1px solid #edf3f0;
    display: block;
    padding: 12px 0;
}

.sidebar-related a:last-child {
    border-bottom: 0;
}

.sidebar-related strong {
    color: #24313b;
    display: block;
    font-size: 15px;
    line-height: 1.5;
}

.sidebar-related time {
    color: #7a838c;
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

@media (max-width: 991.98px) {
    .single-detail-layout {
        grid-template-columns: 1fr;
    }

    .single-sidebar {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .single-detail-page {
        padding: 24px 0 40px;
    }

    .single-article-header h1 {
        font-size: 25px;
    }

    .single-article-content {
        font-size: 15px;
    }

    .single-booking-form,
    .sidebar-card,
    .single-toc {
        border-radius: 10px;
        padding: 16px;
    }
}
/*=============================================================================================*/

/* News listing page */
.list-news-grid-scroll {
    --list-news-card-height: 300px;
    --list-news-gap: 24px;
    max-height: calc((var(--list-news-card-height) * 4) + (var(--list-news-gap) * 3));
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-color: #bfe6cf transparent;
    scrollbar-width: thin;
}

.list-news-grid-scroll::-webkit-scrollbar {
    width: 5px;
}

.list-news-grid-scroll::-webkit-scrollbar-thumb {
    background: #bfe6cf;
    border-radius: 999px;
}

.list-news-grid {
    display: grid;
    gap: var(--list-news-gap) 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.list-news-grid .news-card {
    height: var(--list-news-card-height) !important;
}

.list-news-grid .news-card img {
    height: 160px;
}

.list-news-grid .news-card .small:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-news-title {
    color: var(--primary);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 22px;
    text-align: left;
    text-transform: uppercase;
}

.list-news-search-result {
    align-items: center;
    background: #f3fbf8;
    border: 1px solid #bfe6cf;
    border-left: 4px solid #13aa52;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(17, 148, 73, .08);
    color: #24313b;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 14px;
    line-height: 1.5;
    margin: 0 0 22px;
    max-width: 100%;
    padding: 11px 12px 11px 16px;
}

.list-news-search-result span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.list-news-search-clear {
    align-items: center;
    background: #fff;
    border: 1px solid #b7dcca;
    border-radius: 50%;
    color: #176b74;
    display: inline-flex;
    flex: 0 0 26px;
    font-size: 18px;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 26px;
}

.list-news-search-clear:hover {
    background: #13aa52;
    border-color: #13aa52;
    color: #fff;
    text-decoration: none;
}

.list-news-category {
    background: #fff;
    border: 1px solid #edf5f2;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(46, 58, 91, 0.04);
    padding: 20px 18px 22px;
}

.list-news-category h2 {
    border-bottom: 2px solid #d8dee2;
    color: #1f2933;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 18px;
    padding-bottom: 12px;
}

.list-news-category a {
    border-radius: 8px;
    color: #34434a;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 9px;
    min-height: 42px;
    padding: 0 12px;
}

.list-news-category a:hover,
.list-news-category a.is-active {
    background: #e9f6f5;
    color: #176b74 !important;
    text-decoration: none;
}

.list-news-category a strong {
    font-size: 14px;
    font-weight: 500;
}

.list-news-category a time {
    color: #4f6470;
    font-size: 12px;
    font-weight: 700;
}

.list-news-category .badge {
    align-items: center;
    background: #0b6b7c;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    min-width: 44px;
    padding: 0 8px;
}

@media (max-width: 768px) {
    .list-news-grid-scroll {
        --list-news-card-height: 240px;
        --list-news-gap: 14px;
        margin-left: 0;
        margin-right: 0;
        max-height: calc((var(--list-news-card-height) * 2) + var(--list-news-gap));
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 6px 0 0;
    }

    .list-news-grid {
        gap: var(--list-news-gap) 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0;
        width: auto;
    }

    .list-news-grid .news-card img {
        height: 105px;
    }

    .list-news-title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .list-news-category {
        padding: 18px 16px;
    }
}

/* About page */
.about-page {
    background: #fff;
}

.about-hero {
    background: #eefbfb;
    overflow: hidden;
}

.about-hero-inner {
    align-items: stretch;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) 430px;
    /*max-width: 920px;*/
    min-height: 340px;
    padding-bottom: 0;
    padding-top: 0;
}

.about-hero-copy h1 {
    color: #177885;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 42px 0 16px;
    max-width: 430px;
    text-transform: uppercase;
}

.about-hero-copy h1 span {
    color: #ec3d41;
    display: block;
}

.about-hero-copy p {
    color: #26344f;
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 22px;
    max-width: 440px;
}

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

.about-hero-stat-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 420px;
    padding-bottom: 30px;
}

.about-hero-stat-grid div {
    align-items: center;
    background: linear-gradient(90deg, var(--button-start, var(--secondary)), var(--button-end, var(--primary)));
    border-radius: 6px;
    color: #fff;
    display: grid;
    gap: 0 10px;
    grid-template-columns: 34px 1fr;
    min-height: 52px;
    padding: 8px 12px;
}

.about-hero-stat-grid img {
    filter: brightness(0) invert(1);
    grid-row: span 2;
    height: 25px;
    object-fit: contain;
    width: 25px;
}

.about-hero-stat-grid strong {
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
}

.about-hero-stat-grid span {
    display: block;
    font-size: 7px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.about-intro-section {
    padding: 32px 0 44px;
}

.about-two-column {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 300px;
    /*max-width: 920px;*/
}

.about-intro-copy h2 {
    color: #26344f;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 18px;
}

.about-intro-copy > p {
    color: #52615c;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 24px;
    max-width: 560px;
}

.about-service-list {
    display: grid;
    gap: 18px;
    max-width: 560px;
}

.about-service-list article {
    align-items: flex-start;
    display: grid;
    gap: 14px;
    grid-template-columns: 34px 1fr;
}

.about-service-list img {
    background: var(--primary);
    border-radius: 5px;
    height: 26px;
    object-fit: contain;
    padding: 6px;
    width: 26px;
}

.about-service-list h3 {
    color: #26344f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.about-service-list p {
    color: #52615c;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

.about-intro-media img {
    aspect-ratio: 415 / 393;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.about-doctor-section {
    padding: 34px 0 66px;
}

.about-doctor-title {
    color: #26344f;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 28px;
    text-align: center;
}

.about-doctor-grid {
    display: grid;
    gap: 28px 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 720px;
}

.about-doctor-grid article {
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}

.about-doctor-grid img {
    display: block;
    width: 100%;
}

.about-doctor-name {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 11px;
    font-weight: 900;
    justify-content: center;
    left: 42px;
    line-height: 1.2;
    min-height: 11%;
    padding: 6px 10px;
    position: absolute;
    right: 8px;
    top: 72.2%;
    text-transform: uppercase;
}

.about-doctor-grid p {
    align-items: center;
    bottom: 1.5%;
    color: #fff;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    justify-content: center;
    left: 22px;
    line-height: 1.5;
    margin: 0;
    padding: 6px 14px 12px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 84.2%;
}

.about-doctor-action {
    margin-top: 32px;
    text-align: center;
}

.about-doctor-action a {
    align-items: center;
    border: 1px solid #9ea7a3;
    border-radius: 999px;
    color: #616d68;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 40px;
    min-width: 180px;
    padding: 8px 24px;
}

.about-doctor-action a:hover {
    border-color: var(--secondary);
    color: var(--secondary);
    text-decoration: none;
}

.about-equipment-section {
    padding: 28px 0 58px;
}

.about-equipment-title {
    color: #26344f;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 24px;
    text-align: center;
}

.about-equipment-carousel {
    margin: 0 auto;
    max-width: 760px;
    padding: 0 34px;
}

.about-equipment-row {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-equipment-row img {
    aspect-ratio: 272 / 254;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.about-equipment-control {
    color: #e4f4dc;
    opacity: 1;
    width: 28px;
}

.about-equipment-control:hover,
.about-equipment-control:focus {
    color: #cdebc2;
}

.about-equipment-control i {
    font-size: 30px;
}

.about-equipment-control.carousel-control-prev {
    left: 0;
}

.about-equipment-control.carousel-control-next {
    right: 0;
}

.about-equipment-desc {
    color: #52615c;
    font-size: 12px;
    line-height: 1.45;
    margin: 18px auto 0;
    max-width: 760px;
}

.about-partner-section {
    padding: 28px 0 66px;
}

.about-partner-title {
    color: #26344f;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 24px;
    text-align: center;
}

.about-partner-carousel {
    margin: 0 auto;
    /*max-width: 820px;*/
    padding: 0 34px;
}

.about-partner-carousel-mobile {
    display: none;
}

.about-partner-row {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(var(--about-partner-items, 5), minmax(0, 1fr));
}

.about-partner-row img {
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 0 auto;
    object-fit: contain;
    width: 80px;
}

.about-partner-control {
    color: #e4f4dc;
    opacity: 1;
    width: 28px;
}

.about-partner-control:hover,
.about-partner-control:focus {
    color: #cdebc2;
}

.about-partner-control i {
    font-size: 30px;
}

.about-partner-control.carousel-control-prev {
    left: 0;
}

.about-partner-control.carousel-control-next {
    right: 0;
}

.about-tracking-section {
    padding: 28px 0 70px;
}

.about-tracking-title {
    color: #26344f;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 26px;
    text-align: center;
}

.about-tracking-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    /*max-width: 820px;*/
}

.about-tracking-card {
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 120px;
    min-height: 260px;
    overflow: hidden;
    padding: 38px 28px 28px;
}

.about-tracking-partner {
    background: #159646;
    color: #fff;
}

.about-tracking-customer {
    background: #eef7e9;
    color: #159646;
}

.about-tracking-copy span {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin-bottom: 18px;
    min-height: 18px;
    min-width: 132px;
    padding: 4px 16px;
}

.about-tracking-partner .about-tracking-copy span {
    background: #e8f8e9;
    color: #159646;
}

.about-tracking-customer .about-tracking-copy span {
    background: #159646;
    color: #fff;
}

.about-tracking-copy h3 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.about-tracking-partner .about-tracking-copy h3 {
    color: #fff;
}

.about-tracking-customer .about-tracking-copy h3 {
    color: #159646;
    margin-bottom: 24px;
}

.about-tracking-copy ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.about-tracking-copy li {
    align-items: center;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    gap: 8px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.about-tracking-copy li::before {
    align-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "\f00c";
    display: inline-flex;
    flex: 0 0 13px;
    font-family: "Font Awesome 5 Free";
    font-size: 7px;
    font-weight: 900;
    height: 13px;
    justify-content: center;
    width: 13px;
}

.about-tracking-copy p {
    color: #36433f;
    font-size: 11px;
    line-height: 1.45;
    margin: 0 0 18px;
    max-width: 240px;
}

.about-tracking-copy > a,
.about-tracking-actions a {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    justify-content: center;
    min-height: 34px;
    min-width: 124px;
    padding: 7px 18px;
}

.about-tracking-copy > a {
    background: #fff;
    color: #159646;
}

.about-tracking-actions {
    display: grid;
    gap: 10px;
    justify-items: start;
}

.about-tracking-actions a:first-child {
    background: #fff;
    color: #159646;
}

.about-tracking-actions a:last-child {
    background: #159646;
    color: #fff;
}

.about-tracking-copy a:hover {
    filter: brightness(0.96);
    text-decoration: none;
}

.about-tracking-card > img {
    align-self: center;
    display: block;
    max-height: 210px;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 991.98px) {
    .about-hero-inner,
    .about-two-column {
        gap: 30px;
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .about-hero-media,
    .about-intro-media {
        max-width: 560px;
    }

    .about-doctor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 520px;
    }

    .about-equipment-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-partner-row {
        grid-template-columns: repeat(var(--about-partner-items, 5), minmax(0, 1fr));
        row-gap: 16px;
    }

    .about-tracking-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

@media (max-width: 768px) {
    .about-hero-inner,
    .about-intro-section,
    .about-doctor-section,
    .about-equipment-section,
    .about-partner-section,
    .about-tracking-section {
        padding-bottom: 36px;
        padding-top: 36px;
    }

    .about-hero-copy h1 {
        font-size: 18px;
        margin-top: 0;
    }

    .about-hero-stat-grid {
        grid-template-columns: 1fr;
        max-width: none;
        padding-bottom: 0;
    }

    .about-hero-media img {
        height: auto;
    }

    .about-intro-copy h2 {
        font-size: 26px;
    }

    .about-doctor-title {
        font-size: 22px;
    }

    .about-doctor-grid {
        grid-template-columns: 1fr;
        max-width: 260px;
    }

    .about-equipment-title {
        font-size: 22px;
    }

    .about-equipment-carousel {
        padding: 0 26px;
    }

    .about-equipment-row {
        grid-template-columns: 1fr;
    }

    .about-equipment-control i {
        font-size: 24px;
    }

    .about-partner-title {
        font-size: 21px;
    }

    .about-partner-carousel {
        padding: 0 26px;
    }

    .about-partner-row {
        grid-template-columns: repeat(var(--about-partner-items, 5), minmax(0, 1fr));
    }

    .about-partner-row img {
        height: 50px;
        width: 50px;
    }

    .about-partner-control i {
        font-size: 24px;
    }

    .about-tracking-title {
        font-size: 22px;
    }

    .about-tracking-card {
        grid-template-columns: 1fr;
        padding: 26px 20px;
    }

    .about-tracking-card > img {
        justify-self: center;
        max-height: 260px;
        max-width: 160px;
    }
}

/* Figma scale adjustments for package home visual sections */
@media (min-width: 769px) {
    .package-home-hero-inner {
        min-height: 430px;
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .package-home-hero-copy {
        max-width: 500px;
        padding: 42px 0 38px;
    }

    .package-home-hero-copy h1 {
        font-size: 40px;
        margin-bottom: 28px;
    }

    .package-home-benefits {
        gap: 14px;
        margin-bottom: 30px;
    }

    .package-home-benefits li {
        font-size: 15px;
        grid-template-columns: 22px 1fr;
    }

    .package-home-benefits img {
        height: 20px;
        width: 20px;
    }

    .package-home-hero-btn {
        font-size: 14px;
        height: 44px;
        padding: 0 30px;
    }

    .package-home-offer-section {
        padding: 78px 0 44px;
    }

    .package-home-offer-title {
        border-radius: 0 20px 0 20px;
        font-size: 28px;
        margin-bottom: 42px;
        padding: 14px 42px;
    }

    .package-home-offer-slider {
        gap: 30px;
    }

    .package-home-offer-section .offer-nav {
        font-size: 50px;
        height: 42px;
        width: 42px;
    }

    .sampling-process-section {
        padding: 76px 0 84px;
    }

    .sampling-process-inner h2 {
        font-size: 32px;
        margin-bottom: 42px;
    }

    .sampling-process-grid {
        gap: 64px 84px;
    }

    .sampling-process-item > img {
        border-radius: 12px;
    }

    .sampling-process-steps {
        grid-template-columns: repeat(2, 190px);
    }

    .sampling-process-card {
        height: 190px;
        width: 190px;
    }

    .sampling-process-card strong {
        font-size: 68px;
    }

    .sampling-process-card span {
        font-size: 14px;
        line-height: 1.22;
    }

    .about-partner-section {
        padding: 46px 0 82px;
    }

    .about-partner-title {
        font-size: 32px;
        margin-bottom: 38px;
    }

    .about-partner-row {
        gap: 18px;
    }

    .about-partner-row img {
        height: 96px;
        width: 96px;
    }

    .about-partner-control {
        width: 38px;
    }

    .about-partner-control i {
        font-size: 38px;
    }

    .cert-carousel-title {
        color: #26344f;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.25;
        margin-bottom: 24px !important;
    }

    .cert-carousel {
        padding: 0 58px;
    }

    .cert-logos-row {
        gap: 16px;
        min-height: 270px;
    }

    .cert-logos-row img {
        flex-basis: calc(20% - 13px);
        height: 270px;
        max-width: calc(20% - 13px);
        padding: 12px;
    }

    .cert-control {
        height: 44px;
        width: 44px;
    }

    .cert-control i {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .package-home-hero-copy h1 {
        font-size: 28px;
    }

    .package-home-benefits li {
        font-size: 13px;
        grid-template-columns: 20px 1fr;
    }

    .package-home-benefits img {
        height: 18px;
        width: 18px;
    }

    .package-home-offer-title {
        font-size: 22px;
        padding: 11px 24px;
    }

    .sampling-process-inner h2 {
        font-size: 24px;
    }

    .sampling-process-card {
        height: 118px;
        width: 118px;
    }

    .sampling-process-steps {
        grid-template-columns: repeat(2, 118px);
    }

    .sampling-process-card span {
        font-size: 10px;
    }

    .about-partner-title {
        font-size: 24px;
    }

    .about-partner-row img {
        height: 66px;
        width: 66px;
    }

    .cert-carousel-title {
        color: #26344f;
        font-size: 22px;
        line-height: 1.25;
    }

    .cert-logos-row img {
        height: 190px;
    }
}

@media (max-width: 480px) {
    .package-home-hero-copy h1 {
        font-size: 24px;
    }

    .package-home-offer-title {
        font-size: 18px;
    }

    .sampling-process-card span {
        font-size: 9px;
    }

    .sampling-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .sampling-process-card {
        height: 104px;
        width: 100%;
    }

    .about-partner-row img {
        height: 58px;
        width: 58px;
    }

    .cert-logos-row img {
        height: 150px;
    }
}

/* Figma scale adjustments for About page visual sections */
@media (min-width: 992px) {
    .about-hero-inner {
        gap: 64px;
        grid-template-columns: minmax(0, 1fr) 520px;
        min-height: 430px;
    }

    .about-hero-copy h1 {
        font-size: 42px;
        margin: 58px 0 22px;
        max-width: 620px;
    }

    .about-hero-copy p {
        font-size: 17px;
        line-height: 1.55;
        margin-bottom: 32px;
        max-width: 620px;
    }

    .about-hero-stat-grid {
        gap: 14px;
        max-width: 560px;
        padding-bottom: 44px;
    }

    .about-hero-stat-grid div {
        border-radius: 10px;
        grid-template-columns: 48px 1fr;
        min-height: 76px;
        padding: 14px 18px;
    }

    .about-hero-stat-grid img {
        height: 36px;
        width: 36px;
    }

    .about-hero-stat-grid strong {
        font-size: 24px;
    }

    .about-hero-stat-grid span {
        font-size: 11px;
        line-height: 1.25;
    }

    .about-intro-section {
        padding: 64px 0 72px;
    }

    .about-two-column {
        gap: 84px;
        grid-template-columns: minmax(0, 1fr) 430px;
    }

    .about-intro-copy h2,
    .about-doctor-title,
    .about-equipment-title,
    .about-partner-title,
    .about-tracking-title,
    .about-page .section-title,
    .latest-news-section .section-title {
        font-size: 24px;
        line-height: 1.16;
        margin-bottom: 36px;
    }

    .about-intro-copy > p {
        font-size: 16px;
        line-height: 1.6;
        max-width: 680px;
    }

    .about-service-list {
        gap: 28px;
        max-width: 720px;
    }

    .about-service-list article {
        gap: 20px;
        grid-template-columns: 54px 1fr;
    }

    .about-service-list img {
        border-radius: 10px;
        height: 44px;
        padding: 10px;
        width: 44px;
    }

    .about-service-list h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .about-service-list p {
        font-size: 15px;
        line-height: 1.55;
    }

    .about-intro-media img,
    .about-equipment-row img {
        border-radius: 12px;
    }

    .about-doctor-section {
        padding: 58px 0 86px;
    }

    .about-doctor-grid {
        gap: 34px 28px;
        max-width: 960px;
    }

    .about-doctor-grid article {
        border-radius: 12px;
    }

    .about-doctor-name {
        font-size: 15px;
        left: 56px;
        min-height: 12%;
        padding: 8px 0;
        right: 12px;
    }

    .about-doctor-grid article:nth-last-child(-n+3) .about-doctor-name {
        padding: 15px 0;
    }

    .about-doctor-grid p {
        font-size: 14px;
        left: 34px;
        padding: 8px 20px 16px;
        right: 26px;
    }

    .about-doctor-action {
        margin-top: 44px;
    }

    .about-doctor-action a {
        font-size: 15px;
        min-height: 48px;
        min-width: 220px;
        padding: 10px 30px;
    }

    .about-equipment-section,
    .about-partner-section,
    .about-tracking-section {
        padding: 58px 0 86px;
    }

    .about-equipment-carousel {
        max-width: 1040px;
        padding: 0 48px;
    }

    .about-equipment-row {
        gap: 20px;
    }

    .about-equipment-control,
    .about-partner-control {
        width: 42px;
    }

    .about-equipment-control i,
    .about-partner-control i {
        font-size: 42px;
    }

    .about-equipment-desc {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 28px;
        max-width: 980px;
    }

    .about-partner-carousel {
        padding: 0 48px;
    }

    .about-partner-row {
        gap: 22px;
    }

    .about-partner-row img {
        height: 112px;
        width: 112px;
    }

    .about-tracking-grid {
        gap: 28px;
    }

    .about-tracking-card {
        border-radius: 14px;
        gap: 28px;
        grid-template-columns: minmax(0, 1fr) 170px;
        min-height: 340px;
        padding: 52px 42px 40px;
    }

    .about-tracking-copy span {
        font-size: 13px;
        margin-bottom: 24px;
        min-height: 28px;
        min-width: 168px;
        padding: 7px 22px;
    }

    .about-tracking-copy h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about-tracking-copy li {
        font-size: 14px;
        gap: 10px;
        margin-bottom: 13px;
    }

    .about-tracking-copy li::before {
        flex-basis: 18px;
        font-size: 9px;
        height: 18px;
        width: 18px;
    }

    .about-tracking-copy p {
        font-size: 15px;
        line-height: 1.55;
        max-width: 340px;
    }

    .about-tracking-copy > a,
    .about-tracking-actions a {
        font-size: 14px;
        min-height: 44px;
        min-width: 160px;
        padding: 10px 26px;
    }

    .about-tracking-card > img {
        max-height: 285px;
    }

    .latest-news-section .news-card img {
        height: 160px;
    }

    .latest-news-section .news-title {
        font-size: 17px;
        line-height: 1.35;
    }

    .latest-news-section .news-card .small {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .about-hero-copy h1 {
        font-size: 30px;
    }

    .about-hero-copy p,
    .about-intro-copy > p,
    .about-service-list p,
    .about-equipment-desc,
    .about-tracking-copy p {
        font-size: 14px;
    }

    .about-service-list img {
        height: 36px;
        width: 36px;
    }

    .about-service-list article {
        grid-template-columns: 46px 1fr;
    }

    .about-service-list h3 {
        font-size: 18px;
    }

    .about-doctor-grid {
        max-width: 640px;
    }

    .about-equipment-carousel {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .about-hero-copy h1,
    .about-intro-copy h2,
    .about-doctor-title,
    .about-equipment-title,
    .about-partner-title,
    .about-tracking-title,
    .about-page .section-title,
    .latest-news-section .section-title {
        font-size: 26px;
    }

    .about-hero-stat-grid div {
        min-height: 64px;
    }

    .about-hero-stat-grid strong {
        font-size: 20px;
    }

    .about-hero-stat-grid span {
        font-size: 10px;
    }

    .about-doctor-grid {
        max-width: 360px;
    }

    .about-doctor-name,
    .about-doctor-grid p {
        font-size: 13px;
    }

    .about-doctor-grid {
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        max-width: none;
        overflow-x: auto;
        padding: 0 var(--mobile-gutter) 10px;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .about-doctor-grid::-webkit-scrollbar {
        height: 5px;
    }

    .about-doctor-grid::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .about-doctor-grid article {
        flex: 0 0 clamp(248px, 72vw, 320px);
        max-width: none;
        min-width: 0;
        scroll-snap-align: start;
        width: clamp(248px, 72vw, 320px);
    }

    .about-doctor-name {
        font-size: 13px;
        left: 54px;
        line-height: 1.2;
        padding: 6px 10px;
        right: 12px;
        top: 72.2%;
    }

    .about-doctor-grid p {
        bottom: 1.8%;
        font-size: 12px;
        left: 32px;
        line-height: 1.35;
        padding: 6px 14px 10px;
        right: 22px;
        top: 84.2%;
    }

    .about-equipment-row {
        gap: 16px;
    }

    .about-equipment-carousel {
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        max-width: none;
        padding: 0;
    }

    .about-equipment-carousel .carousel-inner {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        padding: 0 var(--mobile-gutter) 10px;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .about-equipment-carousel .carousel-inner::-webkit-scrollbar {
        height: 5px;
    }

    .about-equipment-carousel .carousel-inner::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .about-equipment-carousel .carousel-item {
        display: block;
        float: none;
        margin-right: 14px;
        transition: none;
        width: auto;
    }

    .about-equipment-carousel .carousel-item:not(.active) {
        display: block;
    }

    .about-equipment-carousel .carousel-inner {
        display: flex;
    }

    .about-equipment-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        width: max-content;
    }

    .about-equipment-row img {
        flex: 0 0 clamp(248px, 72vw, 320px);
        max-width: none;
        scroll-snap-align: start;
        width: clamp(248px, 72vw, 320px);
    }

    .about-equipment-control {
        display: none;
    }

    .about-partner-row img {
        height: 72px;
        width: 72px;
    }

    .about-tracking-card {
        border-radius: 12px;
        min-height: 0;
    }

    .about-tracking-copy h3 {
        font-size: 24px;
    }

    .partner-logos {
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        overflow-x: auto;
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .partner-logos::-webkit-scrollbar {
        height: 5px;
    }

    .partner-logos::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .partner-logos a,
    .partner-logos img {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .partner-logos img {
        height: 64px;
        margin: 0 14px 8px 0;
        width: 64px;
    }

    .about-partner-carousel {
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        max-width: none;
        padding: 0;
    }

    .about-partner-carousel .carousel-inner {
        -webkit-overflow-scrolling: touch;
        display: flex;
        overflow-x: auto;
        padding: 0 var(--mobile-gutter) 10px;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .about-partner-carousel .carousel-inner::-webkit-scrollbar {
        height: 5px;
    }

    .about-partner-carousel .carousel-inner::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .about-partner-carousel .carousel-item,
    .about-partner-carousel .carousel-item:not(.active) {
        display: block;
        float: none;
        margin-right: 16px;
        transition: none;
        width: auto;
    }

    .about-partner-row {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: max-content;
    }

    .about-partner-row img {
        flex: 0 0 64px;
        height: 64px;
        margin: 0;
        scroll-snap-align: start;
        width: 64px;
    }

    .about-partner-control {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section,
    .career-hero-section,
    .package-home-hero-section {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-section > .container,
    .career-hero-inner,
    .package-home-hero-inner {
        align-items: stretch !important;
        background: #f1fcff !important;
        display: flex !important;
        flex-direction: column;
        min-height: 0 !important;
        overflow: hidden;
        padding: 0 !important;
    }

    .hero-section > .container::before,
    .career-hero-inner::before,
    .package-home-hero-inner::before {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        flex: 0 0 auto;
        width: 100%;
    }

    .hero-section > .container::before {
        aspect-ratio: 1290 / 388;
        background-color: #f1fcff;
        background-image: var(--hero-banner-bg, url("img/hero-home-slide.png"));
        background-position: 140% top;
        background-size: 110% auto;
        min-height: 120px;
    }

    .career-hero-inner::before {
        aspect-ratio: 792 / 417;
        background-color: #effbfb;
        background-image: var(--career-hero-bg, url("../img/tuyen-dung/cover-tuyen-dung.png"));
        min-height: 190px;
    }

    .package-home-hero-inner::before {
        aspect-ratio: 689 / 513;
        background-color: #fff;
        background-image: var(--package-home-hero-bg, url("../img/lay-mau-tai-nha/cover-lay-mau-tai-nha.png"));
        min-height: 250px;
    }

    .hero-section .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .hero-content,
    .career-hero-copy,
    .package-home-hero-copy {
        max-width: 100% !important;
        padding: 24px var(--mobile-gutter) 30px !important;
    }

    .career-hero-actions {
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .hero-content,
    .career-hero-copy,
    .package-home-hero-copy {
        padding-bottom: 26px !important;
        padding-top: 22px !important;
    }

    .career-hero-inner::before {
        min-height: 178px;
    }

    .package-home-hero-inner::before {
        min-height: 232px;
    }
}

/* Shared hero typography */
.hero-title,
.hero-subtitle,
.about-hero-copy h1,
.package-home-hero-copy h1,
.promotion-hero-copy h1,
.career-hero-copy h1 {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.hero-desc,
.about-hero-copy p,
.promotion-hero-copy p,
.career-hero-copy p {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.32;
}

.promotion-hero-inner {
    gap: 34px;
    grid-template-columns: minmax(360px, 440px) minmax(0, 1fr);
    min-height: 354px;
    padding-bottom: 28px;
    padding-top: 28px;
}

.promotion-hero-copy {
    max-width: 440px;
}

.promotion-hero-copy h1 {
    color: var(--primary);
}

.promotion-hero-copy p {
    color: #303642;
    margin: 0 0 28px;
    max-width: 420px;
}

.promotion-hero-actions {
    gap: 10px;
    max-width: 154px;
}

.career-hero-actions {
    max-width: 280px;
}

.career-hero-actions a,
.career-primary-btn,
.career-secondary-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0 28px;
    text-transform: uppercase;
}

.career-primary-btn {
    background: linear-gradient(90deg, var(--button-start, var(--secondary)) 0%, var(--button-end, var(--primary)) 100%);
    border: 0;
    color: #fff !important;
}

.career-secondary-btn {
    background: #fff;
    border: 1px solid var(--button-end, var(--primary));
    color: var(--button-end, var(--primary)) !important;
}

.career-primary-btn:hover,
.career-secondary-btn:hover {
    color: #fff !important;
    filter: brightness(0.96);
    text-decoration: none;
}

.career-secondary-btn:hover {
    background: linear-gradient(90deg, var(--button-start, var(--secondary)) 0%, var(--button-end, var(--primary)) 100%);
    border-color: transparent;
}

.about-hero-copy h1,
.package-home-hero-copy h1,
.promotion-hero-copy h1,
.career-hero-copy h1 {
    margin-bottom: 18px;
}

@media (max-width: 991.98px) {
    .hero-title,
    .hero-subtitle,
    .about-hero-copy h1,
    .package-home-hero-copy h1,
    .promotion-hero-copy h1,
    .career-hero-copy h1 {
        font-size: 1.8rem;
        line-height: 1.12;
    }

    .hero-desc,
    .about-hero-copy p,
    .promotion-hero-copy p,
    .career-hero-copy p {
        font-size: 0.95rem;
        line-height: 1.42;
    }
}

@media (max-width: 768px) {
    .promotion-hero-inner {
        gap: 24px;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 30px var(--mobile-gutter) 34px;
    }

    .promotion-hero-copy {
        max-width: 420px;
    }
}

@media (max-width: 480px) {
    .hero-title,
    .hero-subtitle,
    .about-hero-copy h1,
    .package-home-hero-copy h1,
    .promotion-hero-copy h1,
    .career-hero-copy h1 {
        font-size: 1.65rem;
        line-height: 1.14;
    }

    .hero-desc,
    .about-hero-copy p,
    .promotion-hero-copy p,
    .career-hero-copy p {
        font-size: 0.95rem;
        line-height: 1.45;
    }
}

@media (max-width: 480px) {
    .about-hero-copy h1,
    .about-intro-copy h2,
    .about-doctor-title,
    .about-equipment-title,
    .about-partner-title,
    .about-tracking-title,
    .about-page .section-title,
    .latest-news-section .section-title {
        font-size: 24px;
    }

    .about-service-list h3 {
        font-size: 16px;
    }

    .about-partner-row img {
        height: 62px;
        width: 62px;
    }

    .partner-logos {
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        overflow-x: auto;
        padding-left: var(--mobile-gutter);
        padding-right: var(--mobile-gutter);
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .partner-logos::-webkit-scrollbar {
        height: 5px;
    }

    .partner-logos::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .partner-logos a,
    .partner-logos img {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .partner-logos img {
        height: 64px;
        margin: 0 14px 8px 0;
        width: 64px;
    }

    .about-partner-carousel {
        margin-left: calc(-1 * var(--mobile-gutter));
        margin-right: calc(-1 * var(--mobile-gutter));
        max-width: none;
        padding: 0;
    }

    .about-partner-carousel .carousel-inner {
        -webkit-overflow-scrolling: touch;
        display: flex;
        overflow-x: auto;
        padding: 0 var(--mobile-gutter) 10px;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scrollbar-color: #bfe6cf transparent;
        scrollbar-width: thin;
    }

    .about-partner-carousel .carousel-inner::-webkit-scrollbar {
        height: 5px;
    }

    .about-partner-carousel .carousel-inner::-webkit-scrollbar-thumb {
        background: #bfe6cf;
        border-radius: 999px;
    }

    .about-partner-carousel .carousel-item,
    .about-partner-carousel .carousel-item:not(.active) {
        display: block;
        float: none;
        margin-right: 16px;
        transition: none;
        width: auto;
    }

    .about-partner-row {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: max-content;
    }

    .about-partner-row img {
        flex: 0 0 64px;
        height: 64px;
        margin: 0;
        scroll-snap-align: start;
        width: 64px;
    }

    .about-partner-control {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .about-partner-row {
        grid-template-columns: repeat(var(--about-partner-items, 5), minmax(0, 1fr));
        row-gap: 0;
    }
}

@media (max-width: 768px) {
    .about-partner-carousel {
        margin-left: auto;
        margin-right: auto;
        padding: 0 24px;
    }

    .about-partner-carousel .carousel-inner {
        display: block;
        overflow: hidden;
        padding: 0;
        scroll-snap-type: none;
        scrollbar-width: auto;
    }

    .about-partner-carousel .carousel-item,
    .about-partner-carousel .carousel-item:not(.active) {
        display: block;
        float: left;
        margin-right: -100%;
        transition: transform 0.6s ease-in-out;
        width: 100%;
    }

    .about-partner-carousel .carousel-item:not(.active):not(.carousel-item-next):not(.carousel-item-prev) {
        display: none;
    }

    .about-partner-row {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(var(--about-partner-items, 5), minmax(0, 1fr));
        width: auto;
    }

    .about-partner-row img {
        flex: none;
        height: 50px;
        margin: 0 auto;
        width: 50px;
    }

    .about-partner-control {
        display: flex;
    }
}

@media (min-width: 769px) {
    .about-partner-row img {
        height: 80px;
        width: 80px;
    }

    .partner-logo-row img {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 991.98px) {
    .partner-logo-row {
        grid-template-columns: repeat(var(--partner-logo-items, 10), minmax(0, 1fr));
        row-gap: 0;
    }
}

@media (max-width: 768px) {
    .about-partner-carousel-desktop,
    .partner-logo-carousel-desktop {
        display: none;
    }

    .about-partner-carousel-mobile,
    .partner-logo-carousel-mobile {
        display: block;
    }

    .partner-logo-carousel {
        padding: 0 24px;
    }

    .partner-logo-carousel .carousel-inner {
        display: block;
        overflow: hidden;
    }

    .partner-logo-carousel .carousel-item,
    .partner-logo-carousel .carousel-item:not(.active) {
        display: block;
        float: left;
        margin-right: -100%;
        transition: transform 0.6s ease-in-out;
        width: 100%;
    }

    .partner-logo-carousel .carousel-item:not(.active):not(.carousel-item-next):not(.carousel-item-prev) {
        display: none;
    }

    .partner-logo-row {
        gap: 8px;
        grid-template-columns: repeat(var(--partner-logo-items, 10), minmax(0, 1fr));
    }

    .partner-logo-row img {
        height: 50px;
        width: 50px;
    }

    .partner-logo-control {
        display: flex;
    }
}

.about-partner-carousel,
.partner-logo-carousel {
    --about-partner-control-y: 40px;
    --partner-logo-control-y: 40px;
    position: relative;
}

.about-partner-control,
.partner-logo-control {
    align-items: center;
    bottom: auto;
    display: flex;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-align: center;
    top: var(--about-partner-control-y);
    transform: translateY(-50%);
}

.partner-logo-control {
    top: var(--partner-logo-control-y);
}

.about-partner-control i,
.partner-logo-control i {
    display: block;
    line-height: 1;
}

@media (max-width: 768px) {
    .about-partner-carousel,
    .partner-logo-carousel {
        --about-partner-control-y: 25px;
        --partner-logo-control-y: 25px;
    }

    .about-partner-control,
    .partner-logo-control {
        height: 30px;
        width: 30px;
    }
}
