﻿@font-face {
    font-family: "Koho";
    src: url(../fonts/KoHo/KoHo-Medium.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Koho";
    src: url(../fonts/KoHo/KoHo-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Jambono;
    src: url(../fonts/Jambono/JambonoMedium.ttf);
}

@font-face {
    font-family: Jambono;
    src: url(../fonts/Jambono/JambonoBlack.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Jambono;
    src: url(../fonts/Jambono/JambonoLight.ttf);
    font-weight: 300;
}

body {
    font-family: "Koho";
    font-size: 14px;
}

.bg-red {
    background-color: #c30e13 !important;
}

.wrapper__header {
    box-shadow: 0px 0px 16px rgba(238, 61, 97, 0.1);
}

.navbar > .container {
    flex-wrap: nowrap;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
}

.navbar__top .btn-link,
.navbar__top .nav-link {
    border-radius: 8px;
    border-width: 0;
}

.navbar-language {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-lang > a {
    color: #fff;
    display: flex;
    align-items: center;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.navbar__top,
.navbar__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-basis: 100%;
    font-size: 16px;
}

.navbar__top {
    font-size: 14px;
}

.navbar-user .dropdown-menu {
    width: 220px;
}

.dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

hr {
    opacity: 0.05;
}

.mobile__menu {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all linear 240ms;
}

.navbar__top .nav-lang .nav-link:focus,
.navbar__top .nav-lang .nav-link:hover {
    color: #fff;
}

.logged-in p {
    margin-bottom: 0;
    padding: 5px 0 5px 5px;
}

.mobile__menu .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.active__menu .mobile__menu .overlay {
    opacity: 1;
}

.mobile__menu .navbar-nav {
    width: 100%;
}

.mobile-navbar {
    background: #fff;
    max-width: 260px;
    height: 100%;
    position: relative;
    margin-left: auto;
    padding: 15px;
    transform: translateX(220px);
    transition: all linear 240ms;
    display: inherit;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .mobile-navbar .navbar-user .nav-link {
        padding-left: 0;
    }

.mobile__menu .navbar-search-flight {
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

.mobile__menu .navbar-top {
    text-decoration: none;
}

    .mobile__menu .navbar-top .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

.mb__user__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mb__user__link a {
        color: #3c3c3c;
    }

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

.navbar__top .nav-link:hover,
.navbar__top .btn-link:hover,
.navbar-language .nav-link:hover {
    background-color: rgb(0 0 0 / 10%);
    color: #fff !important;
}

.navbar-language .nav-link {
    border-radius: 8px;
}

.nav-lang .dropdown-menu {
    left: auto;
    right: 0;
}

.wrapper__header .submenu {
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
    position: absolute;
    z-index: 3;
    background: #fff;
    list-style-type: none;
    padding-left: 0;
    border-radius: 10px;
    padding: 8px;
    width: 240px;
    display: none;
}

.submenu li a {
    color: #212529 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 8px;
    display: block;
}

    .submenu li a:hover {
        background-color: #f1f1f1;
    }

.mobile-navbar .navbar-nav .submenu {
    padding-left: 15px;
    list-style-type: none;
    border-left: 1px solid #f1f1f1;
    margin-left: 10px;
}

    .mobile-navbar .navbar-nav .submenu li a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.navbar-nav li:hover > .submenu {
    display: block;
}

.dropdown-menu {
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
    border: none;
}

.mobile-navbar a {
    color: #3c3c3c !important;
    font-size: 14px !important;
}

.active__menu .mobile__menu {
    opacity: 1;
    pointer-events: all;
}

.active__menu .mobile-navbar {
    transform: translateX(0);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

h1 {
    font-size: 2rem;
}

.text-large {
    font-size: 2.2rem;
}

.bold {
    font-weight: bold;
}

.btn-theme-primary {
    background: linear-gradient(135deg, #eb1e68 19.57%, #fc6d05 93.6%);
    color: #fff;
    font-weight: bold;
}

    .btn-theme-primary:hover {
        color: #fff;
        background: linear-gradient(135deg, #fd649b 19.57%, #ff8227 93.6%);
    }

.btn-theme-primary-light {
    background-color: rgba(255, 240, 236, 1);
    color: rgba(252, 109, 5, 1);
    font-weight: bold;
}

    .btn-theme-primary-light:hover {
        background: linear-gradient(135deg, #eb1e68 19.57%, #fc6d05 93.6%);
        color: #fff;
    }

.btn-thirdcondary {
    background: linear-gradient( 85.35deg, #0046cd -0.01%, #0361ee 25.7%, #0066ff 101.93% );
    border-radius: 10px;
    color: #fff;
}

    .btn-thirdcondary:hover {
        color: #fff;
    }

.banner__logo_2 img + img {
    max-width: 420px;
    margin: 30px auto 0;
    display: block;
    width: 100%;
}

.input-icon .input-group-icon {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background-color: #fff;
}

.form-control {
    border-radius: 6px;
    padding: 10px 15px;
}

.form-select {
    padding: 10px 30px 10px 15px;
    border-radius: 6px;
}

    .form-select.form-select-sm {
        padding: 6.5px 30px 6.5px 15px;
    }

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.input-icon input {
    border-left-width: 0;
}

.wrapper__main {
    /* background: linear-gradient(154.17deg, #FFE6EA -10.9%, #FBEFE7 110.77%); */
    min-height: calc(100vh - 96px);
    background: url(../../images/bg_may.png) no-repeat;
    background-size: cover;
    padding-bottom: 95px;
}

.title-color {
    color: #2f3492;
}

.section__header {
    margin-bottom: 30px;
}

.locations__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
    padding-top: 10px;
    flex-wrap: wrap;
}

.pagination-theme a {
    color: #000;
    border-width: 0;
    width: 36px;
    height: 36px;
    line-height: 2;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}

.page-item.current a {
    background: linear-gradient(135deg, #eb1e68 19.57%, #fc6d05 93.6%);
    color: #fff;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0;
}

.wrapper__footer {
    position: relative;
    background: url(../../images/bg-footer-2.png);
    padding: 60px 0 10px;
    background-size: cover;
    background-position: top center;
}

    .wrapper__footer::before {
        content: "";
        position: absolute;
        background-image: url(../../images/curver_2.png);
        background-repeat: repeat-x;
        height: 95px;
        width: 100%;
        top: -95px;
        background-position: 48px top;
        /* background-size: contain; */
    }

    .wrapper__footer::after {
        content: "";
        position: absolute;
        background: url(../../images/red-corner.png) no-repeat;
        background-size: contain;
        height: 180px;
        width: 236px;
        bottom: 0;
        right: 0;
    }

.col-banner img {
    width: 100%;
    margin-bottom: 20px;
}

.wrapper__footer ul {
    list-style-type: none;
}

.footer__one {
    margin-bottom: 30px;
}

    .footer__one .address ul {
        margin-bottom: 0;
    }

        .footer__one .address ul li + li {
            margin-top: 10px;
        }

.nav-lang img {
    max-width: 24px;
    vertical-align: text-bottom;
    margin-right: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.navbar-dark .navbar-toggler {
    border-width: 0;
    box-shadow: none;
    width: 40px;
    padding: 0;
    font-size: 16px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .bi-x {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    background: rgb(0 0 0 / 10%);
    color: #fff;
    border-radius: 6px;
}

.bi-x::before {
    font-weight: 600 !important;
}

section {
    margin-bottom: 40px;
}

body.active__menu {
    overflow: hidden;
}

.wrapper__main {
    position: relative;
}

.social__follow,
.stores {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

    .social__follow li a {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    .social__follow li,
    .stores li {
        margin-right: 6px;
        margin-bottom: 6px;
    }

.footer__title {
    margin-bottom: 15px;
    font-size: 16px;
}

img {
    max-width: 100%;
}

.footer__content p {
    margin-bottom: 5px;
}

.col-ft {
    margin-bottom: 30px;
}
/*======page content======*/
.wrapper__content {
    padding-top: 60px;
}

.page__content {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px 160px 60px;
}

.header-page__content {
    margin-bottom: 30px;
}

.vj-title {
    font-family: Jambono;
    color: rgba(232, 49, 86, 1);
}

.btn-vj {
    font-family: Jambono;
    border-width: 0;
    min-height: 45px;
    min-width: 180px;
    border-radius: 6px;
    font-size: 16px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient( 360deg, #f9a51a 0%, #fbb612 21.42%, #ffdd00 70.65% );
    color: #212529;
    border-width: 0;
    border-radius: 6px;
    outline: none;
}

    .btn-primary:hover {
        box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
        color: rgb(33 37 41);
        border-color: transparent;
    }

    .btn-check:active + .btn-primary:focus,
    .btn-check:checked + .btn-primary:focus,
    .btn-primary.active:focus,
    .btn-primary:active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

.btn-default {
    background: linear-gradient(265.1deg, #f1f1f1 3.16%, #dfdfdf 101.49%);
    border-width: 0;
    border-radius: 6px;
}

.btn-vj:hover {
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    color: #212529;
}

/*======= account page ======*/

.container-850 {
    max-width: 850px;
}

.header-account__page,
.header-checkout__page {
    margin-bottom: 30px;
}

.mandatory {
    color: rgba(232, 49, 86, 1);
}

label.form-check-label {
    font-weight: normal;
    cursor: pointer;
}

.form-check-label a {
    text-decoration: none;
}

::placeholder {
    color: rgba(185, 185, 185, 1) !important;
}

.form-floating .form-control::placeholder {
    color: transparent !important;
}

.mr-3 {
    margin-right: 1rem;
}

.text-success {
    color: #25af60;
}

/*========my account page========*/

.home__slider .slick-dots {
    bottom: 0;
}

    .home__slider .slick-dots li button:before {
        font-size: 12px;
        color: rgb(255 255 255);
    }

.slick-dots li.slick-active button:before {
    color: red;
}

.slick-slider .slick-arrow {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: block;
    top: calc(50% - 15px);
    opacity: 0;
    cursor: pointer;
}

    .slick-slider .slick-arrow svg {
        width: 100%;
        opacity: 0.6;
    }

.slick-slider .arr-prev {
    left: 0;
}

.slick-slider .arr-next {
    right: 0;
}

.slick-slider .slick-arrow svg {
    fill: #000;
}

.home__slider .slick-dots li {
    margin-left: 0;
    margin-right: 0;
}

.home__slider .slick-slide img {
    border-radius: 10px;
    width: 100%;
}

.btn-small.btn-vj {
    font-size: 14px;
    min-height: 45px;
    max-width: 160px;
    min-width: 140px;
}

.btn-secondary {
    color: #eb5757;
    background-color: #ffe8e8;
    border-color: #ffe8e8;
    border-radius: 10px;
    min-width: 100px;
    font-weight: bold;
}

    .btn-secondary:hover {
        color: #eb5757;
        background-color: #ffe8e8;
        border-color: #ffe8e8;
    }

/* Chrome, Safari, Edge, Opera */
input.quantity__number::-webkit-outer-spin-button,
input.quantity__number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"].quantity__number {
    -moz-appearance: textfield;
}

.form__group {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

button:focus:not(:focus-visible) {
    color: inherit;
}

.sr-only {
    display: none;
    opacity: 0;
}

.template_type {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
}

.btn-edit i {
    margin-right: 5px;
}

.daterangepicker .calendar-table th:not(.month) {
    color: #ee0810 !important;
}

.daterangepicker {
    border-width: 0;
    border-radius: 5px;
    box-shadow: 0px 6px 8px -4px #0000007a;
    font-family: Koho;
}

    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        height: 40px;
        font-size: 13px;
        min-width: 40px;
    }

        .daterangepicker .calendar-table td.today {
            border-color: #ee0810;
        }

    .daterangepicker .calendar-table table {
        border-collapse: inherit;
    }

    .daterangepicker .drp-calendar.left {
        padding: 15px 0 15px 15px;
        width: 50%;
    }

    .daterangepicker .drp-calendar.right {
        padding: 15px;
        width: 50%;
    }

    .daterangepicker .drp-selected {
        display: none;
    }

    .daterangepicker .drp-calendar {
        max-width: 100%;
    }

    /* .in-range.available:not(.end-date), 
.in-range.available:not(.active){
    border-radius: 0 !important;
} */
    .daterangepicker td.start-date.end-date {
        border-radius: 5px;
    }

    .daterangepicker td.off,
    .daterangepicker td.off.in-range,
    .daterangepicker td.off.start-date,
    .daterangepicker td.off.end-date {
        text-decoration: inherit;
        opacity: 0.5;
        pointer-events: none;
        background-color: transparent !important;
        border-color: transparent !important;
        color: #999 !important;
    }

    .daterangepicker td.active:not(.start-date),
    .daterangepicker td.active:not(.start-date):hover {
        background-color: transparent;
        border-color: #ee0810;
        color: inherit;
    }

    .daterangepicker .calendar-table th.month {
        font-size: 16px;
    }

    .daterangepicker td.start-date {
        border-radius: 5px 0 0 5px;
        background-color: #ee0810 !important;
        color: #fff !important;
    }

    .daterangepicker td.end-date {
        border-radius: 0 5px 5px 0;
        background-color: #ee0810 !important;
        color: #fff !important;
    }

    .daterangepicker .drp-buttons .btn {
        height: 46px;
        min-width: 160px;
        font-size: 16px;
        border-radius: 5px;
        background: #f1f1f1;
    }

    .daterangepicker .drp-buttons {
        padding: 15px 20px;
    }

    .daterangepicker.start.opensright:after,
    .daterangepicker.opensleft:after {
        content: none;
        right: 10px;
        left: auto;
    }

    .daterangepicker.start.opensright:before,
    .daterangepicker.opensleft:before {
        content: none;
        right: 10px;
        left: auto;
    }

    .daterangepicker.auto-apply-bystep .drp-buttons .cancelBtn,
    .daterangepicker.auto-apply-bystep .drp-buttons .applyBtn {
        display: none;
    }

    .daterangepicker.opensright:after,
    .daterangepicker.opensright:before,
    .daterangepicker.opensleft:before,
    .daterangepicker.opensleft:after {
        content: none;
    }

.cursor-pointer {
    cursor: pointer;
}

.vj-icon {
    display: inline-block;
    line-height: 0;
}

    .vj-icon.size-12 svg {
        width: 12px;
        height: 12px;
    }

    .vj-icon.size-14 svg {
        width: 14px;
        height: 14px;
    }

.vj-check {
    padding-left: 0;
}

    .vj-check .form-check-input {
        display: none;
        opacity: 0;
    }

    .vj-check .form-check-label {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
    }

        .vj-check .form-check-label::after,
        .vj-check .form-check-label::before {
            content: "";
            position: absolute;
        }

        .vj-check .form-check-label:after {
            width: 20px;
            height: 20px;
            border: 2px solid #c2c2c2;
            left: 0;
            border-radius: 3px;
        }

        .vj-check .form-check-label:before {
            width: 8px;
            height: 12px;
            border-right: 2px solid red;
            border-bottom: 2px solid red;
            transform: rotate(45deg) scale(0.5);
            opacity: 0;
            left: 6px;
            top: 2px;
        }

    .vj-check .form-check-input:checked ~ .form-check-label:before {
        opacity: 1;
        transform: rotate(45deg) scale(1);
    }

    .vj-check .form-check-input:checked ~ .form-check-label:after {
        border-color: red;
    }

.hero-top-banner {
    width: 100%;
    max-height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-top-banner img {
        /* width: 100%; */
        /* height: 100%; */
        object-fit: cover;
        object-position: center;
    }

.ticket-item {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    height: 100%;
}

.ticket-item__thumbnail {
    width: 100%;
    padding-top: 52.25%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .ticket-item__thumbnail img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ticket-item__content h3 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
}

.ticket-item__content {
    background-color: #fff;
    padding: 8px;
}

.ticket-item a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 1399px) {
    .flight__sector--box .box__sector + .box__sector {
        padding-left: 0;
        margin-left: 0;
        border-left-width: 0;
    }
}

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

@media screen and (max-width: 991.98px) {
    h1,
    h1.voucher-title,
    .voucher_title_detail {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    .wrapper__header .navbar {
        height: 50px;
    }

    .navbar-brand img {
        max-width: 130px;
    }

    .navbar-right .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wrapper__main {
        min-height: calc(100vh - 50px);
    }

    .wrapper__footer::after {
        height: 140px;
        width: 183px;
    }

    .wrapper__footer::before {
        height: 60px;
        background-size: cover;
        top: -60px;
    }

    .wrapper__content {
        padding-top: 40px;
    }

    .page__content {
        padding: 30px 15px 30px;
    }

    .body-template {
        padding: 30px 15px 30px;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .btn-vj {
        width: 100%;
        min-width: auto;
    }

    .buttons {
        display: block;
    }

        .buttons .btn-default {
            margin-right: 0 !important;
        }
}

@media screen and (max-width: 767.98px) {
    .form__group {
        flex-wrap: wrap;
    }

    .hero-top-banner {
        max-height: 240px;
    }
}

@media screen and (max-width: 575.98px) {
    .hero-top-banner {
        max-height: 160px;
    }
}

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

/* =======================================================
       CSS GIAO DIỆN CHUYẾN BAY (NGANG TRÊN DESKTOP - DỌC TRÊN MOBILE)
       ======================================================= */
.flight-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

/* HEADER TÓM TẮT */
.fc-header {
    padding: 25px;
    background: linear-gradient(to right, #ffffff, #fcfbfb);
    border-bottom: 1px dashed #eaeaea;
    cursor: pointer;
    transition: background 0.2s;
}

    .fc-header:hover {
        background: #f9f9f9;
    }

.airport-code {
    font-size: 2.2rem;
    font-weight: 900;
    color: #222;
    line-height: 1.1;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.airport-time {
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
}

.route-line {
    height: 2px;
    background-image: linear-gradient(to right, #ccc 50%, transparent 50%);
    background-size: 8px 8px;
    background-repeat: repeat-x;
}

.dot-start {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #dc3545;
    background: #fff;
    z-index: 2;
    flex-shrink: 0;
}

.dot-end {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #198754;
    background: #fff;
    z-index: 2;
    flex-shrink: 0;
}

.toggle-icon {
    font-size: 1.3rem;
    color: #888;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.journey-summary[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
    color: #dc3545;
}

/* KHỐI BODY CHI TIẾT */
.fc-body {
    background: #fafafa;
    padding: 25px;
    border-top: 1px dashed #eaeaea;
}

.segment-row {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.seg-time {
    font-size: 1.3rem;
    font-weight: 900;
    color: #333;
    line-height: 1;
}

.seg-airport {
    font-weight: bold;
    color: #dc3545;
    font-size: 1.1rem;
    margin-top: 5px;
}

.seg-line-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

    .seg-line-wrap i {
        position: absolute;
        background: #fff;
        padding: 0 5px;
        color: #dc3545;
        font-size: 1.2rem;
    }

.layover-pill {
    background: #fff8e1;
    color: #856404;
    border: 1px dashed #ffeeba;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: bold;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    margin-top: 5px;
}

/* RESPONSIVE DESKTOP VS MOBILE */
@media (min-width: 768px) {
    .border-start-md {
        border-left: 1px dashed #ddd;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .border-start-md {
        border-top: 1px dashed #ddd;
        padding-top: 20px;
        margin-top: 20px !important;
        width: 100%;
    }

    .segment-row > .row > div {
        margin-bottom: 15px;
    }

        .segment-row > .row > div:last-child {
            margin-bottom: 0;
        }
}

.smart-notice-bar {
    background-color: #f8f9fa;
    padding: 10px 0; /* SỬA LẠI DÒNG NÀY: Đổi 10px 20px thành 10px 0 */
    border-bottom: 1px solid #eaeaea;
    width: 100%;
}

.notice-text {
    transition: opacity 0.3s ease-in-out;
    color: #333;
    font-size: 0.95rem;
}

    .notice-text a {
        color: #333;
        text-decoration: none;
    }

        .notice-text a:hover {
            color: #dc3545; /* Đỏ Vietjet khi hover */
            text-decoration: underline;
        }

.notice-btn {
    background: #e9ecef;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    transition: all 0.2s;
}

    .notice-btn:hover {
        background: #dde2e6;
        color: #000;
    }

.btn-close-notice {
    background: transparent !important;
    font-size: 1.1rem;
}

    .btn-close-notice:hover {
        color: #dc3545 !important;
    }

/* Reponsive cho Mobile */
@media (max-width: 768px) {
    .smart-notice-bar {
        padding: 8px 10px;
    }

    .notice-text {
        font-size: 0.85rem;
    }

    .notice-btn {
        width: 28px;
        height: 28px;
    }
}
/* =======================================================
   CSS TỐI ƯU UX CHO KHỐI CHỌN CHÍNH SÁCH HOÀN 
   ======================================================= */
.policy-group-box {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.policy-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #dc3545; /* Đỏ Vietjet */
    color: white;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.policy-option-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease-in-out;
}

    .policy-option-card:hover {
        background-color: #fff5f5;
        border-color: #dc3545;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.1);
    }

    /* Khi nút radio được chọn, dùng JS để add class này vào viền ngoài */
    .policy-option-card.active-selected {
        background-color: #fff5f5;
        border: 2px solid #dc3545;
    }


/* =======================================================
       CSS FAQ V3 - TỐI ƯU BOX & CHỐNG GIẬT LAG
       ======================================================= */
.faq-page-wrapper {
    background-color: #f8f9fa;
    background-image: url('/images/bg_may.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0 100px 0;
}

.faq-glass-container {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 40px;
    min-height: 85vh; /* Khóa chiều cao tổng thể */
}

/* SideBar Menu */
.faq-sidebar {
    position: sticky;
    top: 20px;
}

.faq-sidebar-title {
    font-size: 0.9rem;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.faq-menu-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-menu-item {
    background: transparent;
    border: none;
    padding: 12px 15px;
    text-align: left;
    font-size: 1rem;
    color: #555;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s;
}

    .faq-menu-item img {
        width: 22px;
        height: 22px;
        filter: grayscale(100%);
        opacity: 0.5;
    }

    .faq-menu-item:hover {
        background: #fdf2f2;
        color: #dc3545;
    }

    .faq-menu-item.active {
        background: #dc3545;
        color: #fff;
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
    }

        .faq-menu-item.active img {
            filter: grayscale(0%) brightness(200%);
            opacity: 1;
        }

/* Content Area */
.faq-right-content {
    padding-left: 30px;
    border-left: 1px solid #f0f0f0;
    min-height: 600px;
}

.faq-search-box {
    position: relative;
    margin-bottom: 35px;
}

    .faq-search-box i {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        color: #dc3545;
        font-size: 1.2rem;
    }

    .faq-search-box input {
        width: 100%;
        padding: 16px 20px 16px 55px;
        border-radius: 12px;
        border: 1px solid #ddd;
        font-size: 1rem;
        background: #fff;
        transition: 0.3s;
    }

        .faq-search-box input:focus {
            border-color: #dc3545;
            outline: none;
            box-shadow: 0 0 15px rgba(220, 53, 69, 0.1);
        }

.faq-category-header {
    font-size: 1.6rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 25px;
}

/* Accordion Box Style - Dễ nhìn, phân biệt rõ */
.faq-accordion .accordion-item {
    border: 1px solid #eee;
    border-radius: 12px !important;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .faq-accordion .accordion-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        border-color: #dc354566;
    }

.faq-accordion .accordion-button {
    font-weight: 700;
    color: #333;
    padding: 20px;
    background: transparent;
    box-shadow: none;
    font-size: 1rem;
}

    .faq-accordion .accordion-button:not(.collapsed) {
        color: #dc3545;
        background: #fffafa;
        border-bottom: 1px dashed #eee;
    }

.faq-accordion .accordion-body {
    padding: 20px;
    color: #555;
    line-height: 1.7;
}

/* Skeleton Loading */
.skel-line {
    background: linear-gradient(90deg, #f8f8f8 25%, #f0f0f0 50%, #f8f8f8 75%);
    background-size: 200% 100%;
    animation: skeletonLoading 1.5s infinite;
    border-radius: 10px;
    height: 60px;
    margin-bottom: 12px;
}

@keyframes skeletonLoading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.fade-in-up {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width: 991px) {
    .faq-glass-container {
        padding: 20px;
    }

    .faq-right-content {
        border-left: none;
        padding-left: 0;
    }

    .faq-menu-list {
        flex-direction: row;
        overflow-x: auto;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .faq-menu-item {
        white-space: nowrap;
    }
}
/* =======================================================
   FIX LỖI ICON & SCROLL NGANG MOBILE
   ======================================================= */

@media (max-width: 991px) {
    .faq-menu-list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* QUAN TRỌNG: Ngăn chặn việc xuống hàng gây mất scroll */
        overflow-x: auto !important;
        gap: 10px;
        padding: 10px 25px 15px 5px !important; /* Padding phải để không cụt menu */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .faq-menu-list::-webkit-scrollbar {
            display: none; /* Ẩn thanh scroll xấu xí trên mobile */
        }

    .faq-menu-item {
        display: flex;
        align-items: center;
        flex-shrink: 0 !important; /* QUAN TRỌNG: Giữ nguyên kích thước nút, không cho co lại */
        white-space: nowrap !important;
        padding: 10px 18px;
        border-radius: 12px;
        border: 1px solid #eee;
        background: #fff;
    }
}

/* Fix lỗi mất hình icon khi Active */
.faq-menu-item.active {
    background-color: #dc3545 !important;
    color: #ffffff !important;
}

    .faq-menu-item.active img {
        /* Thay vì dùng invert làm trắng toàn bộ, ta dùng filter nhẹ 
       để giữ lại chi tiết icon nhưng vẫn sáng rõ trên nền đỏ */
       /* filter: brightness(0) invert(1) !important;*/
        opacity: 1 !important;
        display: inline-block !important; /* Đảm bảo icon không bị ẩn */
    }

    /* Loại bỏ trạng thái hover gây đổi màu đen khi đang active */
    .faq-menu-item.active:hover {
        color: #fff !important;
    }
