.flight_categories_search {
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    padding: 2px;
    margin-bottom: 15px;
}

.flight_categories_search .nav-tabs .nav-link {
    color: #fff;
    transition: 0.3s ease;

}

.flight_categories_search .nav-tabs .nav-link.active {
    background: #fff;
    border-radius: 24px;
}

.top_form_search_button button {
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    width: 64px;
    height: 64px;
}

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

.zi-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.zi-color-main {
    color: var(--main-color);
}

.flight_Search_boxed .drop-list.desktop {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    width: 100%;
    border-radius: 24px;
    z-index: 2000;
    overflow-y: auto;
    max-height: calc(100vh - 500px);
}


.flight_Search_boxed .drop-list.desktop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.flight_Search_boxed .drop-list.desktop::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.flight_Search_boxed .drop-list.desktop::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    margin-right: 10px;
}

.flight_Search_boxed .drop-list>ul>li span,
    .flight_Search_boxed .drop-list>ul>li a {
    padding: 9px 15px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.flight_Search_boxed .drop-list .city-list li, .flight_Search_boxed .drop-list .city-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8999a0;
    cursor: pointer;
}

.flight_Search_boxed .drop-list .city-list li{
    border-bottom: 1px solid #ddd !important;
}

.flight_Search_boxed .drop-list .city-list li:hover {
    background-color: #EBF7FF;
    color: #333;
}

.flight_Search_boxed .drop-list>ul::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.drop-list ul li.li-area {
    background-color: var(--bg-color);
    color: var(--main-color) !important;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.autocompleteFlight .drop-list .drop-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 20px;
    cursor: pointer;
}

.autocompleteFlight .drop-list .drop-list-head h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}



/* Prev, Next */
.autoplay-slide .slick-prev {
    left: 2px;
}

.autoplay-slide .slick-next {
    right: -2px;
}

.autoplay-slide .slick-prev,
.autoplay-slide .slick-next {
    opacity: 1;
    font-size: 25px;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccc;
    border-radius: 100%;
    background: #fff;
    color: #000;
}

.autoplay-slide .slick-prev:hover,
.autoplay-slide .slick-next:hover {
    color: var(--main-color) !important;
    border: 2px solid var(--main-color);
}

.autoplay-slide .slick-prev:before,
.autoplay-slide .slick-next:before {
    content: unset;
}

.autoplay-slide .slick-prev i,
.autoplay-slide .slick-next i {
    font-size: 18px;
}

/* End Prev, Next */

.theme_two_box_content img.icon {
    width: 15px;
    object-fit: contain;
}

.theme_two_box_content img.icon {
    pointer-events: none;
}

.oneway_train_box {
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.btn_more {
    font-size: 15px;
    font-weight: bold;
    padding: 12px;
    display: inline-block;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid var(--zi-main-color);
    color: #78909c;
    transition: 0.3s;
    min-width: 100px;
    text-align: center;
}

.btn_more:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.form-check-input:checked {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.js_train_seat {
    cursor: pointer;
    z-index: 10;
    /* border-left: 1px solid rgba(0, 0, 0, 0.15); */
}


.zi-border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.train_item .xxx {
    border-bottom: 1px solid #dee2e6;
}

.train_item .xxx:last-child {
    border: none !important;
}

.js_train_seat:hover {
    color: var(--main-color);
    transition: .3s;
    font-weight: 600;
}

.next-booking {
    font-size: 15px;
    font-weight: bold;
    padding: 12px 56px;
    display: inline-block;
    border-radius: 12px;
    color: white;
    background-color: var(--zi-main-color);
}

.edit-tool {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    visibility: hidden;
    transition: opacity 0.3s ease;
    border-radius: 3px;
}

.js_train_seat.js-selected:hover .edit-tool {
    visibility: visible !important;
}

.js_train_seat .seat-content {
    visibility: visible;
    z-index: -1;
}

.js_train_seat.js-selected:hover .seat-content {
    /* visibility: hidden; */
}

.js_train_seat.js-selected .seat-content {
    color: var(--main-color);
    font-weight: bold;
}

.radio-label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
}

.checkbox_label::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--main-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
}

input[type="radio"]:checked+.radio-label::before,
input[type="checkbox"]:checked+.checkbox_label::before {
    background-color: #ffffff;
    border-color: var(--main-color);
}

.radio-label::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.2s ease-in-out;
}

.checkbox_label::after {
    position: absolute;
    left: 0;
    top: 20%;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    ;
    background: 50% / 50% 50% no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

input[type="checkbox"]:checked+.checkbox_label::after {
    background-color: var(--main-color);
}

input[type="radio"]:checked+.radio-label::after {
    transform: translateY(-50%) scale(1);
    background-color: var(--main-color);
}

.p-class {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 24px;
}

.title-flight {
    background: #F1F1F1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px !important;
}

.title-p {
    font-size: 13px !important;
    color: #9f9d9d !important;
    font-weight: 500;
}

.color-m {
    color: var(--main-color) !important;
}

.passengers-type .image img {
    width: 22px;
}

.sprice {
    font-size: 40px;
    color: var(--main-color);
    font-weight: 600;
}


/* Box filter */
.box-filter .step-buy {
    margin-bottom: 35px;
    position: relative;
}

.box-filter .step-buy::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px dashed var(--main-color);
    opacity: 0.5;
    z-index: 1;
    top: 50%;
}

.box-filter .step-buy>div {
    position: relative;
    z-index: 3;
}

.box-filter .step-buy span {
    font-size: 16px;
    color: #333;
    padding-right: 20px;
    background-color: #fff;
    padding-left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.box-filter .step-buy i {
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: none;
}

.box-filter .step-buy span.active {
    color: var(--main-color);
}


.box-filter .filter_config {
    margin-bottom: 20px;
}

.box-filter .filter_config .btn:focus {
    box-shadow: 0 0 0 0;
}

/* End Box Filter */


.checkbox input[type="checkbox"]:checked+label:before,
.checkbox input[type="radio"]:checked+label:before {
    background-color: var(--zi-main-color);
    border-color: var(--zi-main-color);
}

.checkbox input[type="checkbox"]:checked+label:after,
.checkbox input[type="radio"]:checked+label:after {
    display: block;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* box inner component */
.box_inner_show_component .timeline {
    border-right: 2px solid #a8b3cb;
    padding-right: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 100%;
    min-height: 160px;
}

.box_inner_show_component .timeline::before,
.box_inner_show_component .timeline::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: rgb(107, 115, 136);
    border-radius: 50%;
    right: -5.2px;
}

.box_inner_show_component .timeline::before {
    top: 0;
}

.box_inner_show_component .timeline::after {
    bottom: 0;
}

.box_inner_show_component .event {
    display: flex;
    align-items: center;
    position: relative;
}

.box_inner_show_component .content {
    margin-left: 10px;
}

.box_inner_show_component .location {
    font-weight: bold;
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    color: #24262c;
    font-family: 'Roboto', sans-serif;
}

.box_inner_show_component .time {
    color: #666;
    font-size: 14px;
}

/* end */


.top-25 {
    top: 25% !important;
}

.top-35 {
    top: 35% !important;
}

.top-45 {
    top: 45% !important;
}

/* Timeline schedule */
.timeline {
    display: flex;
    align-items: center;
    width: 100%;
}

.timeline-route {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
}

.timeline-route .timeline-step {
    color: #090909;
}

.timeline-route .circle {
    background-color: currentColor;
}

.timeline-route .label {
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #CECECE;
}

.timeline-step .circle {
    border-radius: 50%;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.timeline-step.active {
    color: #090909;
}

.label {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.timeline-line {
    flex-grow: 1;
    height: 1px;
    background-color: var(--main-color);
    margin: 0 10px;
    position: relative;
    top: -20px;
}

.timeline-line-route {
    flex-grow: 1;
    height: 1px;
    margin: 0 10px;
    position: relative;
    top: -15px;
    border-top: 2px dashed var(--main-color);
}

/* end timeline chedule */


.zi-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 6.5em;
    line-height: 1.5em;
}


.best-seller .prep_text {
    width: 100%;
    font-size: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}


.best-seller .blog_img>img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
}



/* Footer */
.footer {
    background: linear-gradient(201.62deg, #f2f6f9 27.51%, #fff 77.73%);
    position: relative;
    padding-top: 25px;
    margin-top: 25px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.footer .logo a img {
    max-height: 73px;
    max-width: 175px;
}

.footer .menu-footer {
    text-align: left;
}

.footer .title-ft {
    font-weight: 500;
    font-size: 18px;
    line-height: calc(30 / 18);
    color: var(--main-color);
    margin-bottom: 11px;
    text-transform: uppercase;
}

.footer .hotline-ft {
    border: 1px solid var(--main-color);
    border-radius: 99px;
    display: inline-block;
    font-size: 14px;
    color: var(--main-color);
    padding: 12px 28px;
    width: 100%;
    margin-bottom: 15px;
}

.border-x {
    border: 1px solid #4594f1 !important;
    color: #4594f1 !important;
}

.btn-theme {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    padding: 12px 45px;
    position: relative;
    -webkit-box-shadow: 0 3px 4px 0 transparent;
    box-shadow: 0 3px 4px 0 transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a.btn-theme:hover {
    color: #fff !important;
}

.footer .copy-right {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.footer .copy-right .icon {
    margin-right: 5px;
    line-height: 0;
    display: inline-block;
    vertical-align: -11px;
}

.footer .copy-right .text {
    line-height: calc(30 / 14);
    display: inline-block;
}

#title_heading_payment_error .accordion-button {
    background: transparent;
    box-shadow: unset;
    width: unset;
    margin: 0 auto;
    color: #333;
    font-weight: 500;
}

#title_heading_payment_error .accordion-button:not(.collapsed) {
    color: #333;
}

#title_heading_payment_error .accordion-button:not(.collapsed)::after {
    filter: invert(100%) brightness(0);
}

#title_heading_payment_error .accordion-button:not(.collapsed)::after {
    margin-left: 10px;
}

#title_heading_payment_error .accordion-button::after {
    margin-left: 10px;
}

/* End Footer */


/* marquee */





/* end marquee */


/* header */

/* endheader */


.title_heading_search_boxed h5 {
    color: var(--black-color);
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
}

.border-top-radius {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.border-bottom-radius {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.footer_first_area .navbar-nav .nav-link {
    color: #7B7B7B;
    display: inline-block;
}

.ls-flight__footer .footer_first_area .navbar-nav .nav-link {
    color: #333 !important;
}

.footer_first_area .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.menu-content .drop-list-head h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.menu-content .header_first_area .menu-ul {
    padding: 0;
}

.menu-content .header_first_area .menu-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8999a0;
    cursor: pointer;
    border-bottom: 1px solid #ddd !important;
    margin-right: 0;
}

.menu-content .header_first_area .menu-ul li a {
    padding: 9px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: block;
    width: 100%;
}

.dropdown-menu.menu-card {
    min-width: 300px;
    border-radius: 24px !important;
}

.menu-content .header_first_area .menu-ul li::before {
    display: none;
}

.menu-content .header_first_area .menu-ul li:hover {
    background-color: #EBF7FF;
    color: #333;
}

.cursor-pointer {
    cursor: pointer;
}

.zi-box-shadow {
    border: 1px solid #d2d2d275;
    border-radius: 14px;
}

.sidebar-menu ul.menu-ul li a {
    color: #333;
}

.sidebar-menu ul.menu-ul li a i {
    color: #7B7B7B;
}

.sidebar-menu ul.menu-ul li.active a {
    color: var(--main-color);
    font-weight: 500;
}

.zi-content>p,
.zi-content ol li,
.zi-content ul li,
.zi-content ul li p {
    color: #333 !important;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.zi-content table {
    margin: 15px 0;
    border-collapse: unset;
    border: 0;
    width: 100%;
    border-spacing: unset;
    display: block;
    overflow-x: auto;
}

.zi-content table td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: center;
    font-size: 15px;
}

.zi-content table th,
.zi-content table thead td {
    text-align: center;
    background: #1e2d5f;
    border: 1px solid #ccc;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
}

.zi-content table thead th:first-child,
.zi-content table thead td:first-child {
    border-top-left-radius: 12px;
}

.zi-content table thead th:last-child,
.zi-content table thead td:last-child {
    border-top-right-radius: 12px;
}

.zi-content table td,
.zi-content table th {
    padding: 20px 24px;
    font-size: 16px;
    line-height: 24px;
}

.zi-content table td p{
    color: #333;
}


.input-group .border-theme-6::placeholder,
.input-group.border-theme-6 option[value=""] {
    color: rgb(211 41 41 / 1);
}

.border-theme-6 {
    border-color: rgb(211 41 41 / 1) !important;
}

.text-theme-6 {
    color: rgb(211 41 41 / 1);
    font-size: 14px;
    line-height: 22px;
}

.zi-content table tr th,
.zi-content table tr th a,
.zi-content table tr th a:hover {
    color: #FFF;
    font-weight: bold;
}

.zi-content table tr th>p,
.zi-content table tr td>p>strong {
    color: #fff;
}

.zi-content>p>img {
    /* width: 100%; */
    margin: 15px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zi-content a {
    font-size: 15px;
    color: var(--main-color) !important;
}


.quick-form-item {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #dddddd;
    cursor: pointer;
    flex: 1 1 25%;
}

.quick-form-item:hover {
    color: var(--main-color);
    transition: background-color, outline-color .2s ease-in-out, border-color .2s ease-in-out;
}

.quick-form-item.active {
    border-bottom: 2px solid var(--main-color);
}

.quick-form-item h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.quick-form-item p {
    font-size: 16px;
    font-weight: 400;
}

.quick-form-item .topbar-others-options li::before {
    display: none;
}

.topbar-others-options .sortby-option button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 0;
    right: -22px;
    font-size: 18px;
    border-color: #fff;
}

.topbar-others-options .sortby-option button::after {
    display: none
}

.topbar-others-options button.quickform-btn {
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
}



/* select 2 */


.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: rgba(42, 47, 52, .75);
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices [hidden] {
    display: none !important
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0;
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: .5rem .9rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    font-size: .875rem;
    border-radius: .25rem;
    color: var(--mbox-body-color);
    margin-bottom: 10px
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
    content: "\f078";
    position: absolute;
    border: 0;
    right: 11.5px;
    left: auto;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    width: auto;
    height: auto;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
}

.choices[data-type*=select-one].is-open:after {
    margin-top: 0;
    transform: translateY(-50%) rotate(-180deg)
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text;
    padding-right: .9rem
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-multiple] .choices__list--dropdown,
.choices[data-type*=text] .choices__list--dropdown {
    padding-bottom: 10px
}

.choices[data-type*=select-multiple] .choices__list--dropdown .choices__list,
.choices[data-type*=text] .choices__list--dropdown .choices__list {
    margin-bottom: 0
}

.choices[data-type*=select-multiple] .choices__input {
    padding-top: 3px
}

.input-light .choices__inner {
    background-color: #2a2f34;
    border: none
}

.choices__inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: #fff;
    /* padding: .25rem 3.6rem .1rem .5rem; */
    padding: 0px 15px 0px 6px;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    font-size: .875rem;
    min-height: 37.5px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #81bbe2
}

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

.choices__list--single {
    display: inline-block;
    padding: 7px 16px 4px 4px;
    width: 100%
}

.choices__list--single .choices__item {
    width: 100%;
    font-size: 16px;
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: initial;
    border-radius: 7px;
    padding: 2px 7px;
    font-size: 11px;
    font-weight: 400;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    margin-top: 2px;
    background-color: #0276c4;
    border: 1px solid #0276c4;
    word-break: break-all;
    box-sizing: border-box;
    color: #fff;
    box-shadow: none
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #0276c4;
    border: 1px solid #0276c4
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #5b71b9;
    border: 1px solid #5b71b9
}


.choices__list--dropdown {
    visibility: hidden;
    z-index: 1000;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e9ebec;
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
    top: 100%;
    margin-top: 0;
    padding: 10px 10px 20px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateY(1px)
}

.choices__list--dropdown.is-active {
    visibility: visible;
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide
}


.dropdown-menu[data-popper-placement=top-start] {
    -webkit-animation-name: DropDownSlideDown;
    animation-name: DropDownSlideDown
}

@-webkit-keyframes DropDownSlide {
    to {
        margin-top: -1px
    }

    0% {
        margin-top: 8px
    }
}

@keyframes DropDownSlide {
    to {
        margin-top: -1px
    }

    0% {
        margin-top: 8px
    }
}

@-webkit-keyframes DropDownSlideDown {
    to {
        margin-bottom: 0
    }

    0% {
        margin-bottom: 8px
    }
}

@keyframes DropDownSlideDown {
    to {
        margin-bottom: 0
    }

    0% {
        margin-bottom: 8px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f3f6f9;
}

.choices__list--dropdown .choices__list {
    margin: 0 -14px -14px;
}

.choices__list--dropdown .has-no-results {
    font-style: italic;
    font-weight: 500
}

.choices__list--dropdown .choices__item--selectable:after {
    display: none
}

.is-open .choices__list--dropdown {
    border-color: #e9ebec
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.is-flipped .choices__list--dropdown.is-active {
    -webkit-animation-name: DropDownSlideDown;
    animation-name: DropDownSlideDown;
    transform: translateY(-1px)
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    font-size: .875rem;
    padding: .35rem 1.2rem .35rem 16px
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
        opacity: .5
    }
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid #e9ebec;
    color: #878a99
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #fff;
    color: var(--mbox-body-color);
    font-size: .875rem;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 2px 0 2px 2px
}

.choices__input:focus {
    outline: 0
}

.choices__input::-moz-placeholder {
    color: #878a99
}

.choices__input::placeholder {
    color: #878a99
}

.choices__placeholder {
    color: #878a99;
    opacity: 1
}

[data-layout-mode=dark] .choices[data-type*=select-one] .choices__button {
    filter: invert(1) grayscale(100%) brightness(200%)
}

/* end select 2 */


.flight_Search_boxed input::placeholder {
    font-size: 16px;
}


/* animation */

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

/* end animation */

.passenger-footer .passenger-select {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 0 20px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.41'%3E%3Cpath d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z' transform='translate(-6 -8.59)'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center right 14px;
    background-repeat: no-repeat;
    cursor: pointer
}

.zi-passengersButton {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zi-airline-detail .airline-details {
    color: #898989;
    font-weight: 500;
    font-size: 14px;
}

.zi-airline-detail .airport {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #4c4c4c;
}

.no-available {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

.no-available h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}


/* Checkbox Input */
/* Checkbox Input */
#filterRegion .form-check input {
    padding: 0;
    height: initial;
    width: initial;
    display: none
}

#filterRegion .form-check label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
}

#filterRegion .form-check input:checked+label:after,
#filterRegion .form-check label:before {
    content: '';
    position: absolute;
}

/* Checkbox style - giữ nguyên hình vuông */
#filterRegion .form-check input[type="checkbox"] + label:before {
    background-color: transparent;
    border: 1px solid #d9d9d9;
    padding: 8px;
    display: inline-block;
    top: 2px;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
}

/* Radio style - thêm hình tròn */
#filterRegion .form-check input[type="radio"] + label:before {
    background-color: transparent;
    border: 1px solid #d9d9d9;
    padding: 9px;
    display: inline-block;
    top: 2px;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%; /* Thay đổi từ 4px thành 50% để tạo hình tròn */
}

#filterRegion .form-check input[type="checkbox"]:checked+label:before,
#filterRegion .form-check input[type="radio"]:checked+label:before {
    background-color: var(--zi-main-color);
    border-color: var(--zi-main-color);
}

#filterRegion .form-check input[type="checkbox"]:checked+label:after {
    display: block;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Radio checked style - tạo dấu chấm tròn ở giữa */
#filterRegion .form-check input[type="radio"]:checked+label:after {
    display: block;
    top: 8px;
    left: 6;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    transform: none;
}

/* End checkbox Input */

.re-change-btn {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0px;
    display: inline-block;
    border-radius: 100px;
    background-color: transparent;
    border: 0;
    color: var(--zi-main-color);
}

#_filterSortBy .tab-radio {
    display: none;
}

.quick-form-item {
    cursor: pointer;
    position: relative;
    padding: 10px;
    text-align: center;
    flex-grow: 1;
}

/* tab filter quick form */
.homeSearchTour__tabUnderline {
    height: 2px;
    background: var(--zi-main-color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: left 0.3s ease-in-out;
}

.tab-flight_detail:checked~.homeSearchTour__tabUnderline {
    left: 0;
    width: 33.33%;
}
.tab-fare_detail:checked~.homeSearchTour__tabUnderline {
    left: 33.33%;
    width: 33.33%;
}
.tab-luggage:checked~.homeSearchTour__tabUnderline {
    left: 66.66%;
    width: 33.33%;
}

/*  */
#tab-cheapest:checked~.homeSearchTour__tabUnderline {
    left: 0;
    width: 25%;
}

#tab-fastest:checked~.homeSearchTour__tabUnderline {
    left: 25%;
    width: 25%;
}

#tab-best:checked~.homeSearchTour__tabUnderline {
    left: 50%;
    width: 25%;
}


#tab-flight_detail:checked+.quick-form-item,
#tab-cheapest:checked+.quick-form-item,
#tab-fastest:checked+.quick-form-item,
#tab-best:checked+.quick-form-item,
#tab-sortby:checked+.quick-form-item {
    font-weight: bold;
    color: var(--zi-main-color);
}

#tab-cheapest:checked+.quick-form-item p,
#tab-fastest:checked+.quick-form-item p,
#tab-best:checked+.quick-form-item p,
#tab-sortby:checked+.quick-form-item p {
    color: var(--zi-main-color);
}

.quick-form-item:hover {
    color: var(--zi-main-color);
}

.quick-form-item:hover p {
    color: var(--zi-main-color);
}

.quick-form-item:hover svg.fill {
    fill: var(--zi-main-color);
}

/* tab filter quick form */


/* image  masory */
.image-mansory {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr .5fr 1fr 1fr 1fr;
    grid-auto-rows: 15rem;
    grid-auto-flow: dense;
    width: 100%
}

.image-mansory .first {
    grid-column: span 2;
    grid-row: span 2
}

.image-mansory .wide {
    grid-column: span 2
}



.image-mansory .tall {
    grid-row: span 2
}

.image-mansory .special {
    grid-column: span 2
}

.image-mansory .big {
    grid-column: span 2;
    grid-row: span 2
}

.image-mansory>div>a {
    display: flex;
    justify-content: center;
    align-items: center
}

.image-mansory>div>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.image-mansory__item--wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem
}

@media(max-width: 768px) {
    .image-mansory__item--wrapper {
        border-radius: .5rem
    }
}

.image-mansory__item--loading {
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px
}

.image-mansory__item--image {
    max-width: 100% !important;
    width: 100%;
    height: auto;
    display: inline-block;
    object-fit: cover;
    filter: brightness(80%) !important;
    transition: all .3s ease
}

@media(max-width: 768px) {
    .image-mansory__item--image {
        filter: brightness(70%) !important
    }
}

.image-mansory__item--overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.image-mansory__item--overlay--text {
    font-size: 1.8rem;
    /* font-weight: 700; */
    font-weight: 500;
    text-align: center;
    color: #fff;
    /* text-transform: uppercase; */
    margin: 0;
    z-index: 2
}

.image-mansory__item--overlay--button {
    display: none;
    padding: 1rem 2rem
}

@media(hover: hover) {
    .image-mansory__item:hover .image-mansory__item--overlay {
        gap: 2rem
    }

    .image-mansory__item:hover .image-mansory__item--image {
        transform: scale(1.1);
        cursor: pointer;
        filter: brightness(40%) !important
    }

    .image-mansory__item:hover .image-mansory__item--overlay--divider {
        display: block;
        background-color: #fff;
        height: 1px;
        width: 6rem;
        z-index: 2
    }

    .image-mansory__item:hover .image-mansory__item--overlay--button {
        display: inline;
        z-index: 2;
        cursor: pointer
    }
}

@media screen and (max-width: 768px) {
    .image-mansory {
        grid-template-columns: 1fr .5fr 1fr;
        grid-auto-rows: 13rem
    }

    .image-mansory .full-width {
        grid-column: span 3
    }

    .image-mansory .mobile-tall {
        grid-column: span 2;
        grid-row: span 2
    }

    .image-mansory__item--overlay {
        gap: 0 !important
    }

    .image-mansory__item--overlay--text {
        font-size: 1.4rem !important
    }

    .image-mansory__item--overlay--divider {
        width: 3rem !important
    }
}

/* end image masory */

.section_heading_center.train h2:after{
    display: none;
}

.cheaper_flight_section .slick-slide img.img-main {
    max-width: 220px;
    height: 223px;
}

.cheaper_flight_section .slick-slide img.img-main:hover {
    transform: scale(1.03);
    transition-timing-function: ease-out;
    transition-duration: 1s
}

.box-shadow {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15) !important;
    border-radius: 5px;
}

.flex-1 {
    flex: 1 !important;
}


.flight-cheap-link {
    margin-left: 20px;
}

.flight-cheap-link li a {
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: var(--zi-main-color);
    text-decoration: none;
}

.flight-cheap-link li a:hover {
    text-decoration: underline;
}

.sig-flight-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 267px;
    max-height: 267px;
    width: 100%;
    height: 100%;
}

.flight-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1;
    color: white;
    font-weight: 500;
    width: 100%;
}

.sig-flight-caption img {
    height: 100%;
    border-radius: 10px;
}

.object-cover {
    object-fit: cover;
}


/* Slick dot style */


.autoplay-slide .slick-dots {
    bottom: -10px;
    z-index: 1000;
}

.autoplay-slide .slick-dots li button {
    /* background: #E5E6F2;
    border-radius: 50%;
    width: 15px;
    height: 15px; */

    width: 8px;
    height: 8px;
    margin: 0 .4rem;
    background-color: #e9ecef;
    border-radius: .4rem;
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.autoplay-slide .slick-dots li.slick-active button {
    /* background: var(--main-color); */
    width: 20px;
    border-radius: .4rem;
    background-color: #4d629f;
}

.autoplay-slide .slick-dots li button:before {
    display: none;
}

/* End Slick dot */


/* partner airline */
.bctcd_list .bctcd_list_all {
    flex: 0 0 11.1111%;
    max-width: 11.1111%;
    padding: 15px 5px 5px;
}

.bctcd_item {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 125px;
}

.bctcd_item_img {
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    margin-bottom: 8px;
}

.bctcd_item_img img {
    max-width: 65px;
    width: 100%;
}

.bctcd_item_txt {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    display: block;
}

.bctcd_item:hover {
    text-decoration: none;
}

/* end partner airline */


.tips-on {
    color: var(--zi-main-color);
}

.tips-on a {
    color: var(--zi-main-color);
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

.passenger_accordion_wrapper .accordion-header .accordion-button {
    background: #03295f;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.passenger_accordion_wrapper .accordion-button:not(.collapsed)::after {
    filter: invert(100%) brightness(1000%);
}

.passenger_accordion_wrapper .accordion-button::after {
    filter: invert(100%) brightness(1000%)
}


.passenger_accordion_wrapper .accordion-item {
    border: unset;
    box-shadow: 0 2px 8px #a9a5a51c;
    border: 1px solid #eeeeeecc !important;
}

.checkbox input:checked+label:before {
    background-color: var(--zi-main-color);
    border-color: var(--zi-main-color)
}

.checkbox input:checked+label:after {
    display: block;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}


.flight-review__checkbox .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    display: none
}

.flight-review__checkbox .checkbox label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
}

.flight-review__checkbox .checkbox input:checked+label:after,
.checkbox label:before {
    content: '';
    position: absolute
}


.flight-review__checkbox .checkbox label:before {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .55);
    padding: 8px;
    display: inline-block;
    top: 2px;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px
}

.text-muted-custom {
    color: rgba(0, 0, 0, .85);
    font-size: 15px;
}

.tips-wrapper {
    background-color: var(--bg-main-color);
    border-radius: 6px;
}


/* Date box filter quick form flight */


.home-banner-section__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center */
}

.home-banner-section__container--buttonGroup {
    width: 55%;
    /* gap: 1.5rem */
}

.home-banner-section__container--buttonGroup--scrollable {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

@media(max-width: 1024px) {
    .home-banner-section__container--buttonGroup--scrollable {
        gap: 1rem;
    }
}

@media(max-width: 768px) {
    .home-banner-section__container--buttonGroup--scrollable {
        width: 70%
    }
}

@media(max-width: 576px) {
    .home-banner-section__container--buttonGroup--scrollable {
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
        padding: 0 3.5rem 0 0;
        overflow-x: auto
    }

    .home-banner-section__container--buttonGroup--scrollable::-webkit-scrollbar {
        display: none
    }
}

.home-banner-section__container--buttonGroup--center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media(max-width: 768px) {
    .home-banner-section__container--buttonGroup--center {
        width: 90%;
    }
}

.home-banner-section__container--buttonGroup--button {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    color: #171717;
    font-weight: 650;
    gap: 1rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: 20%;
}

.home-banner-section__container--buttonGroup--button:not(:last-child) {
    border-right: 1px solid rgba(94, 107, 130, 0.32);
}

.home-banner-section__container--buttonGroup--button .banner-button {
    padding: 8px 0;
    /* border-radius: 1rem; */
    background-color: #fff;
    width: 100%;
    /* border: 1px solid rgba(94,107,130,.32); */
    border: 0;
    font-size: 14px;
}

.home-banner-section__container--buttonGroup--button .banner-button.active {
    background-color: var(--bg-color);
    border-bottom: 2px solid var(--main-color);
    color: var(--main-color);
}

.home-banner-section__container--buttonGroup--button .banner-button.active p {
    color: var(--main-color);
}

.home-banner-section__container--buttonGroup--button .banner-button svg {
    transform: scale(1.8);
}

.home-banner-section__container--buttonGroup--button .banner-button svg path {
    fill: #0b5da7;
}

.home-banner-section__container--buttonGroup--button .banner-button.ceremony {
    padding: 0 !important;
}

.home-banner-section__container--buttonGroup--button .banner-button.ceremony img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 1rem;
}

.home-banner-section__container--buttonGroup--button p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}

.home-banner-section__container--buttonGroup--button:hover {
    color: #0b5da7;
    font-weight: 650;
}

.home-banner-section__container--buttonGroup--button:hover .banner-button {
    cursor: pointer;
    box-shadow: rgba(4, 7, 10, 0.24) 0px 2px 7px 0px;
    border-bottom: 2px solid var(--main-color);
    /* transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out; */
}

@media(max-width: 768px) {
    .home-banner-section__container--buttonGroup--button {
        width: 11%;
        padding: 0;
        font-size: 1.2rem
    }
}

@media(max-width: 576px) {
    .home-banner-section__container--buttonGroup--button {
        width: 20%;
        padding: 0;
        font-size: 1.2rem;
        margin: 0
    }
}

.home-banner-section__container--banner {
    width: 95%
}

@media screen and (max-width: 768px) {
    .home-banner-section__container {
        padding: 5rem 0 3rem
    }

    .home-banner-section__container--buttonGroup--button .banner-button {
        padding: .8rem;
        width: 5rem
    }

    .home-banner-section__container--buttonGroup--button .banner-button img {
        width: 3rem;
        height: 3rem
    }

    .home-banner-section__container--buttonGroup--button .banner-button svg {
        transform: scale(1.4)
    }
}

/* End date box */
.is-search-flight-class.desktop {
    padding-top: 90px;
    background-color: #0e0930;
    background-color: var(--main-color);
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

[data-collapse-rotate="rotate"][aria-expanded="true"] i.zi-check {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

[data-collapse-rotate="rotate"][aria-expanded="false"] i.zi-check {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.color-3 {
    color: #333 !important;
}

.section_box_price .tour_bokking_subtotal_area,
.section_box_itinerary .tour_bokking_subtotal_area {
    background: var(--bg-color);
    padding: 15px;
    border-radius: 5px;
}


/* animation process-bar */
.progress-container {
    position: relative;
    width: 100%;
    height: 6px;
    overflow: hidden;
}

.determinate {
    height: 100%;
    width: 0;
    /* Bắt đầu từ 0% */
    background: linear-gradient(90deg, #D92D20 40%, transparent);
    background-size: 400% 400%;
    animation: grow 10s linear forwards, pulse-progress-bar 4s ease infinite, hide-bar 11s forwards;
    transition: opacity 1s ease-out;
}

/* Keyframe for pulsing gradient background */
@keyframes pulse-progress-bar {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

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

/* Keyframe for growing the progress bar */
@keyframes grow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* Keyframe for hiding the progress bar after 10 seconds */
@keyframes hide-bar {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* end animation process-bar */


/* loading component */


.loading-component {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}


.loading-component:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.loading-component .loading-message {
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: calc(50% - 9rem)
}

.loading-component .spinner-border {
    width: 3rem;
    height: 3rem
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

/* end loading */


/* header search */


.header__search-dropdown {
    display: none;
    padding: 2.4rem 0;
    border-bottom: 1px solid #c4ccd4;
    background-color: #fff;
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 2
}

.language-option:hover+.header__search-dropdown,
.header__search-dropdown:hover {
    display: block;
}

.icon-world {
    width: 18px;
    filter: brightness(0) invert(1) contrast(2) opacity(0.9);
}

.header__search-dropdown .header__search-form {
    width: 30%;
}

.header__search-form .form-field {
    flex: 1;
    margin-right: 15px;
}

.header__search-dropdown.show {
    display: block
}

.header__search-popular {
    margin-right: 2.4rem
}

.header__search-title {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 500;
    color: #1e2d5f;
    text-transform: uppercase
}

.header__search-list-popular a {
    margin: .4rem 0;
    margin-right: 1.4rem
}

.header__search-list-popular .btn.btn-secondary {
    font-size: 14px;
    line-height: 2.2rem;
    border-radius: 2.4rem;
    border: 2px solid #1e2d5f;
    padding: 0px 24px;
    color: #1e2d5f;
    background: #fff;
}

.header__search-list-popular .btn.btn-secondary.js-selected {
    color: #fff;
    background-color: #1e2d5f;
}

/* end header search */
.form-field .form-field__input {
    height: 3.6rem;
    padding: 14px;
    padding-top: 2.6rem;
    font-size: 16px;
    line-height: 0;
    border-radius: .8rem;
    border: .1rem solid #c4ccd4;
    color: #132139;
    background-color: #fff;
    text-align: left;
}

/* Đặt icon close ở vị trí thích hợp trong input */
.form-field__trailing {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    /* Ẩn icon mặc định */
}

.form-field__input:not(:placeholder-shown)+label+.form-field__trailing {
    display: block;
}

.form-field__label {
    color: #7B7B7B;
    font-size: 15px;
}

@media (hover: hover) {
    .btn-secondary:not(:disabled):not(.disabled):hover {
        border-color: #4d629f;
        color: #4d629f;
        background-color: #f5f9ff;
        text-decoration: none
    }

    .btn-secondary:not(:disabled):not(.disabled):hover.\--red {
        border-color: rgba(227, 28, 61, .7);
        color: rgba(227, 28, 61, .7)
    }
}

.header__search-list-language a img {
    width: 25px;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
}


.btn-primary {
    color: #fff;
    background-color: #1e2d5f;
    font-size: 16px;
    font-weight: 500;
    line-height: 3.2rem;
    border-radius: 2.4rem;
    border: 2px solid #1e2d5f;
    padding: 0px 40px;
}

@media (hover: hover) {
    .btn-primary:not(:disabled):not(.disabled):hover {
        background-color: #4d629f;
        border: 2px solid #4d629f;
        color: #fff;
        text-decoration: none
    }
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #0f1844
}


.search-result-comp__count-result {
    color: #6c757d;
}


/* breadcrumb */

.breadcrumb {
    padding: 2.4rem 0 1.4rem 0;
}

@media only screen and (max-width: 991px) {
    .breadcrumb {
        display: none
    }
}

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

.breadcrumb__item {
    display: inline;
    color: #132139
}

.breadcrumb__item:not(:last-child):after {
    content: "/";
    padding: 0 1.2rem
}

.breadcrumb__item a {
    font-size: 14px;
    line-height: 2.2rem;
    color: #132139
}

.breadcrumb__item i {
    font-size: 14px;
    margin-right: 10px;
}

.breadcrumb__item a:hover {
    color: #306acf;
    text-decoration: underline;
}

.breadcrumb__item .form-field.\--phone-input .form-field__group .form-select::before,
.breadcrumb__item .icon,
.form-field.\--phone-input .form-field__group .breadcrumb__item .form-select::before {
    padding-right: 1.2rem
}

.breadcrumb__item .txt {
    font-size: 14px;
    line-height: 2rem;
    font-weight: 700
}

/* end breadcrumb */



.footer-bottom {
    padding: 12px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


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

.pt_social p {
    font-size: 14px;
    padding-right: 10px;
}

.pt_social li:first-child {
    font-size: 14px;
}

.pt_social li:not(:last-child) {
    margin-right: 5px;
}

.pt_social li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    border: 1px solid var(--main-color);
    border-radius: 100%;
    background-color: none;
    color: var(--main-color);
}

.pt_social li a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pt_social li a i {
    font-size: 15px;
    line-height: 32px;
}

.zi-between-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Term_of_use .term-body {
    display: block;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: auto;
    /* Đảm bảo thanh cuộn ngang xuất hiện khi cần */
    max-height: calc(100vh - 500px);
    padding: 1rem 1.25rem;
}

#Term_of_use .term-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#Term_of_use .term-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /* Thêm dòng này để áp dụng cho thanh cuộn ngang */
    background-color: #F5F5F5;
    border-radius: 10px;
}

#Term_of_use .term-body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 10px;
    margin-right: 10px;
}


#chartdiv {
    width: 100%;
    height: 98vh;
}

.common_bannner_text .partner-box {
    text-align: center;
    max-width: 780px;
    font-weight: 500;
}

.common_bannner_text .partner-box .img-box img {
    padding: 0 35px;
    background: #fff;
    border-radius: 24px;
    height: 36px;
    width: auto;
    object-fit: cover;
    margin-bottom: 15px;
}


.autoplay-partner-service img {
    max-width: 150px;
    width: 100%;
    /* max-height: 80px; */
    height: 65px;
    display: block;
    object-fit: contain;
}

.partner-service img {
    width: 300px;
    height: 200px;
    display: block;
    object-fit: cover;
}

.partner-airline .nav-tabs .nav-link.active {
    position: relative;
}

.partner-airline .nav-tabs .nav-link.active::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--zi-main-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}


.tab-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    overflow-x: auto
}

.tab-info li, .zi-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.tab-info li a {
    font-weight: 500;
    color: #333;
    padding: 10px 24px;
    display: block;
}

.tab-info li.active a,
.tab-info li:hover a {
    position: relative;
}

.tab-info li.active a:before,
.tab-info li:hover a:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--zi-main-color);
    position: absolute;
    left: 0;
    bottom: -1px
}

.grid-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-auto-columns: 1fr;
    gap: 20px;
    grid-template-areas:
        'one two five five'
        'three four five five'
}

.grid-item {
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.grid-item:nth-child(1) {
    grid-area: one;
}

.grid-item:nth-child(2) {
    grid-area: two;
}

.grid-item:nth-child(3) {
    grid-area: three;
}

.grid-item:nth-child(4) {
    grid-area: four;
}

.grid-item:nth-child(5) {
    grid-area: five;
}

@media (max-width: 640px) {
    .grid-container {
        grid-template-areas:
            'one'
            'two'
            'three'
            'four'
            'five';
    }
}

@media (max-width: 460px) {
    .grid-container {
        grid-template-areas:
            'one'
            'two'
            'three'
            'four'
            'five';
    }
}

.grid-item .single-right-image{
    max-height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 1em;
}


.zi-layoverAfter{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20%;
    background: #eff4fc;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
}


.accordionRelatedJourney .accordion-button:not(.collapsed) {
    color: unset;
    background: unset;
    box-shadow: unset;
}

.accordionRelatedJourney .accordion-button:focus {
    box-shadow: unset;
}

.accordionRelatedJourney .accordion-item {
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
    border-radius: 6px;
    padding: 2px 0;
}


.accordionRelatedJourney .accordion-button::after {
    background-image: url('../img/icon/check-arrow-down.svg');
    background-repeat: no-repeat;
    background-size: cover;
}


.accordionRelatedJourney .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url('../img/icon/check-arrow-up.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.accordionRelatedJourney .journey:after {
    content: "";
    width: 1.5px;
    height: 100%;
    background-color: var(--zi-main-color);
    position: absolute;
    left: -15px;
    top: 0;
}

.accordionRelatedJourney .journey>p {
    font-size: 14px !important;
}


/* xxx */


.otPlaceholder {
    align-items: center;
    background: #fff url('https://static.flashscore.com/res/_fs/build/otBg.1096be3.png');
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    height: 25vh;
    padding-top: 0;
    flex-direction: column;
}

@media only screen and (max-width: 999px) {
    .otPlaceholder {
        align-items:flex-start;
        height: 300px;
        padding-top: 20px
    }
}

@media only screen and (max-width: 425px) {
    .otPlaceholder {
        height:400px
    }
}

.otPlaceholder--hidden {
    display: none;
}

.skOT {
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .skOT {
        flex-flow:column nowrap;
        padding: 15px;
        width: 100%
    }
}

.skOT__co {
    display: flex;
    flex: 1;
    flex-flow: column nowrap;
    margin-right: 30px
}

@media only screen and (max-width: 1024px) {
    .skOT__co {
        margin-right:unset
    }
}

.skOT__co>div {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    background-color: #f2f2f2;
    background-image: linear-gradient(90deg,#f2f2f2 0,#dcdcdc 20%,#f2f2f2 40%,#f2f2f2);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    border-radius: 3px
}

.skOT__co>div:last-child {
    width: 50%
}

.skOT__co:last-child {
    margin-right: 0
}

.skOT__ti {
    height: 24px;
    margin: 2px 4px 8px
}

.skOT__te {
    height: 14px;
    margin: 2px 4px
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}


/* end xxx */


.header__fare-title{
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 500;
    color: #1e2d5f;
}

.tab__fare-detail .card {
    border-radius: 20px;
    /* box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15); */
}

.br-20{
    border-radius: 20px;
}

h5.title-segment{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: var(--main-color);
}

.new-and-event.theme_two_box_content h4{
    font-size: 18px;
}

#flightResult{
    background-color: #f7f8f9;
}

.left_side_search_area
{
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #e6e9f0;
}

.flight_search_result_wrapper{
    background-color: #fff;
    border-radius: 10px;
}

.navbar-area__search .main-navbar{
    background-color: #fff !important;
}

.navbar-area__search .topbar-others-options li .language-option button{
    color: #333;
}

.navbar-area__search .icon-world{
    filter: unset;
}


.pricing-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 20px;
    cursor: pointer;
}

.pricing-container .pricing-card {
    background: white;
    border-radius: 15px;
    padding: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing-container .pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-container .pricing-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.pricing-container .pricing-title {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-container .pricing-code {
    color: #7f8c8d;
    font-size: 14px;
}

.pricing-container .pricing-price {
    margin: 20px 0;
    font-size: 24px;
    line-height: 1.2rem;
    font-weight: 500;
    color: #1e2d5f;
}

.pricing-container .pricing-details {
    margin-bottom: 25px;
}

.pricing-container .pricing-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #34495e;
    font-size: 14px;
}

.pricing-container .pricing-label {
    color: #7f8c8d;
}

.pricing-container .pricing-value {
    font-weight: 500;
}

.pricing-container .pricing-seats {
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 10px;
    color: #2c3e50;
}

.pricing-container .btn-details {
    width: 100%;
    padding: 8px;
    background: transparent;
    color: #3498db;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

.pricing-container .btn-details:hover {
    text-decoration: underline;
}

/* Đánh dấu gói nổi bật */
.pricing-container .pricing-card.featured::before {
    content: "Phổ biến";
    position: absolute;
    top: 20px;
    right: -35px;
    background: #e74c3c;
    color: white;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 12px;
}


button#buttonCreateBooking {
    background-color: grey;
    color: white;
    cursor: not-allowed;
    opacity: 0.6;
    transition: all 0.3s;
}

button#buttonCreateBooking.active {
    background-color: var(--zi-main-color);
    color: white;
    cursor: pointer;
    opacity: 1;
}

.modal-content.train-detail {
    border-radius: 20px;
    border: 0;
}

.img-icon{
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 8px;
    z-index: 1000;
}

.scrollbar-width-thin {
    position: sticky;
    top: 50px;
    height: calc(100vh - 2 * 50px);
    overflow: auto;
    scrollbar-width: thin;
}
