﻿:root {
    /*--pri-cl: #F6A600 !important;
    --vz-primary: #0a58ca !important;*/
    --pri-cl: #0a58ca !important;
    --vz-primary: #F6A600 !important;
    --vz-secondary: #F6F8FA !important;
}

.tw-custom {
    color: white;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1024px;
}

.temp-logo {
    max-height: 36px;
}

.text-temp5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.bg-main {
    background: var(--vz-secondary);
}

input[type="radio"]:checked + label {
    background-color: transparent !important;
}

.div-body {
    display: flex;
}

.div-left {
    z-index: 9;
    width: 368px;
    height: calc(100vh - 66px);
    position: fixed;
    /*box-shadow: 2px 0px 10px 1px rgb(0 0 0 / 12%);*/
    /*border-right: var(--vz-border-width) var(--vz-border-style) var(--vz-border-color) !important;*/
    overflow-y: auto;
    padding: 20px;
    /*border-right: 1px solid #CED4DA;*/
    background: var(--Gray-White, #FFF);
    /* Small Shadow */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.div-right {
    width: calc(100% - 368px);
    margin-left: 368px;
    min-height: 50vh;
}

.object-fit-cover {
    object-fit: cover;
}

.list-style-none {
    list-style: none;
}

.btn-temp5 {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 47px;
    padding: 0px 24px;
    border-radius: 6px;
    border: 1px solid;
}

    .btn-temp5:hover {
        color: #fff;
        background-color: var(--vz-primary);
    }

.search-custom {
    position: fixed;
    height: 100%;
    z-index: 1;
}

.dtc-group-header-title {
    background-image: url('/img/searchbgtop.png') !important;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

    .dtc-group-header-title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        opacity: .85;
        background-color: var(--pri-cl);
        background-position: center;
        border-top-left-radius: var(--box-radius);
        border-top-right-radius: var(--box-radius);
        z-index: 0;
    }

    .dtc-group-header-title .dtc-group-header-flight,
    .dtc-group-header-title .dtc-header-loader {
        z-index: 1;
    }

.content-custom {
    margin-left: 390px;
}

.form-custom {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.col-search {
    max-width: 390px;
}
/*navbar*/
.navbar {
    border-bottom: 1px solid var(--Gray-400, #CED4DA);
    background: #FFF;
    /* Small Shadow */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.navbar-landing .navbar-nav .nav-item .nav-link {
    border-radius: 4px;
    background: var(--vz-secondary);
    padding: 12px;
    line-height: 120%;
    font-size: unset;
    font-weight: normal;
}

.nav-item {
    position: relative;
}

.navbar-landing .navbar-nav .nav-item .nav-link:hover, .navbar-landing .navbar-nav .nav-item .nav-link.active, .navbar-landing .navbar-nav .nav-item .nav-link:focus {
    color: var(--vz-primary) !important;
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.main-news {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

    .main-news:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.img-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: var(--vz-border-radius);
}

.img-home {
    object-fit: cover;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.navbar-landing .navbar-nav .nav-item {
    position: relative;
    margin: 0 8px;
}

/*Form search*/
.grid-3 > * {
    flex: 1 1 calc(33.333% - 10px); /* Mỗi phần tử chiếm 1/3 chiều rộng */
    margin: 5px; /* Khoảng cách giữa các phần tử */
    box-sizing: border-box; /* Đảm bảo padding và border không làm ảnh hưởng đến kích thước */
}

.spinedit {
    display: flex;
    align-items: center;
}

    .spinedit .spin {
        cursor: pointer;
        border: none;
        padding: 0;
        background: none;
        color: var(--pri-cl);
        font-size: 22px;
        line-height: 1;
    }

        .spinedit .spin:disabled {
            color: #cacaca;
            cursor: default;
        }

    .spinedit span {
        font-size: 16px;
        width: 40px;
        display: block;
        text-align: center;
        line-height: 1;
    }

.itinerary-select {
    padding: 8px 10px;
    border-radius: 8px;
    background: var(--vz-secondary);
}

#btnQuickSearch {
    background-color: var(--vz-primary);
    border: none;
}

.search-control {
    height: 52px;
    border: none;
    border-radius: 8px;
    background: var(--vz-secondary);
}

.multi .departDate {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.switch-point {
    position: absolute;
    top: calc(100% + 4px);
    right: 10px;
    transform: translate(0, -50%);
    height: 50px;
    width: 50px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .switch-point > i {
        border-radius: 8px;
        border: 4px solid var(--Gray-White, #FFF);
        background: var(--vz-secondary);
        font-size: 18px;
        width: 42px;
        height: 42px;
        line-height: 35px;
        vertical-align: middle;
        transform: rotate(90deg);
    }

    .switch-point:hover > i {
        background: var(--vz-primary);
        color: #fff
    }

.pax-select {
    border-radius: 8px;
    background: var(--vz-secondary);
    padding: 16px;
}

#btnSearchFlight {
    border-radius: 8px;
    background: var(--vz-primary);
}

.select-city {
    width: 100% !important;
}

/*Custom plugin*/
.list-point > li > a {
    padding: 4px 15px !important;
}

.region-container .tab-content {
    padding: 0px !important;
}

    .region-container .tab-content .region-title5 {
        padding: 8px 15px !important;
        background-color: var(--vz-secondary);
    }

.dtc-form-radio .dtc-form-radio-input:checked, .dtc-form-check .dtc-form-check-input:checked {
    background-color: var(--pri-cl) !important;
    border-color: var(--pri-cl) !important;
}

.dtc-pri-cl {
    color: var(--pri-cl) !important;
}

.dtc-btn-soft-primary {
    background: var(--sec-cl);
    color: var(--pri-cl) !important;
}
/*color-payment*/
.dtc-payment-content .dtc-payment-list {
    background: linear-gradient(90deg, var(--vz-primary) 0%, #c38606 100%) !important;
}

.ui-datepicker-calendar .ui-state-default:hover, .dtc-btn-primary {
    background-color: var(--vz-primary) !important;
}

footer {
    background: var(--Gray-900, #212529);
}

a.tw-custom:hover {
    color: #ccc !important;
}

.social-content {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 999;
}

.btn-contact-list {
    display: none;
}

    .btn-contact-list.show {
        animation: .3s fadeInUp forwards;
        display: block;
    }

    .btn-contact-list.hide {
        animation: .3s fadeInDown forwards;
    }

@media(min-width: 768px) and (max-width: 1500px) {
    .slide-text-temp5 > div {
        font-size: 28px !important;
    }

    .swiper-wrapper .btn-slide-temp5-container {
        width: 100%;
        margin-top: 8px;
    }

    .btn-slide-temp5 {
        width: 100%;
    }

    .div-right {
        width: calc(100% - 368px);
        margin-left: 368px;
    }
}

@media(max-width: 576px) {
    .div-body .div-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .swiper-slide > img {
        height: 400px;
        overflow: hidden;
        max-width: none !important;
    }

    .swiper-wrapper .btn-slide-temp5-container {
        width: 100%;
    }

    .btn-slide-temp5 {
        width: 100%;
    }

    .swiper-button-next, .swiper-button-prev {
        background-color: transparent !important;
    }

    .div-right {
        padding-top: 10px;
    }

    .dtc-search-mobile-wrap {
        z-index: 1031 !important;
    }

    .dtc-search-mobile.dtc-modal-show {
        display: block !important;
    }

    .flight-page .div-left {
        display: none;
    }

    .swiper-slide {
        height: 300px;
    }

    .card-overlay {
        height: 300px;
    }
}

@media(max-width: 768px) {
    #navbarSupportedContent {
        box-shadow: 0px 12px 24px 0px rgba(56, 65, 74, .12) !important;
        background-color: #fff;
    }

    .div-body {
        display: block;
    }

    .div-left {
        width: 100%;
        position: unset;
        height: auto;
        padding-left: 100px;
        padding-right: 100px;
    }

    .div-right {
        width: 100%;
        margin-left: 0px;
        padding-top: calc(var(--vz-gutter-x) * .5);
    }

    .slide-overlay {
        width: 100% !important;
    }

    .slide-text-temp5 {
        text-align: center;
    }

        .slide-text-temp5 > div {
            font-size: 24px !important;
        }

        .slide-text-temp5 > span {
            font-size: 16px !important;
        }

    .swiper-wrapper .btn-slide-temp5-container {
        width: 100%;
        margin-top: 8px;
    }

    .btn-slide-temp5 {
        width: 100%;
    }

    .img-top-banner {
        max-height: 228px !important;
    }

    .img-articles {
        width: 100% !important;
    }

    .navbar-nav .nav-item .nav-link {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
}

@media(max-width: 991px) {
    .search-custom {
        position: relative !important;
        width: 100% !important;
    }

    .content-custom {
        margin-left: 0 !important;
    }

    .col-search {
        max-width: none;
    }

    .navbar-landing .navbar-nav .nav-item {
        margin: 8px 16px;
    }
}
/*slide*/
.swiper-3d .swiper-slide-shadow-left {
    background-image: none !important;
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: none !important;
}

.swiper-button-next {
    background-color: #ffffff;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    right: 0;
}

    .swiper-button-next:after {
        content: '\ea6e' !important;
        font-size: 20px !important;
        font-weight: 700;
    }

.swiper-button-prev {
    background-color: #ffffff;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    left: 0;
}

    .swiper-button-prev::after {
        content: '\ea6e' !important;
        font-size: 20px !important;
        font-weight: 700;
        transform: rotate(180deg);
    }

.btn-slide-temp5 {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: var(--vz-primary);
    border: 0;
}

    .btn-slide-temp5:hover {
        background-color: var(--vz-primary);
    }

.slide-overlay {
    /*border-radius: 0 0 16px 16px;*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 43.88%, #000 100%);
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    border: 0;
}

/*accordion*/
.accordion-button-temp5:after {
    margin-left: 8px;
}


.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}

/*category*/
.bg-gradient-t5 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.88%, #000000 100%);
}

.img-top-banner {
    max-height: 480px;
    object-fit: cover;
    object-position: top;
}

.rounded-075rem {
    border-radius: 0.75rem !important;
}

.rounded-05rem {
    border-radius: 0.5rem !important;
}

.topic-text {
    font-size: 16px;
    font-weight: 500;
}

/*content*/
.card-relate-img {
    padding: 4px;
    height: 80px;
    min-width: 133px;
}

.rounded-top-05 {
    border-start-start-radius: 0.5rem !important;
    border-start-end-radius: 0.5rem !important;
}
