﻿/*template 04*/
:root {
    --pri-cl: #005791 !important;
    --vz-primary: #327C23 !important;
    --vz-secondary: #327C23 !important;
}

.temp-logo {
    width: 200px;
}

.form-radio-secondary .form-check-input:checked {
    border-color: #327C23;
    background-color: #327C23;
}

.form-switch-secondary .form-check-input:checked {
    background-color: #327C23;
    border-color: #327C23;
}

.form-check-secondary .form-check-input:checked {
    background-color: #327C23;
    border-color: #327C23;
}

.btn-secondary {
    background-color: #327C23;
}

/*Custom form search*/
.home-banner #dtc-search-form {
    background-color: #919bba87 !important;
}

.dtc-btn-search {
    background: #327C23 !important;
}

.dtc-group-header-title {
    background: #327C23 !important;
}

.nav-item {
    position: relative;
}

.nav-link {
    padding: 8px 12px !important;
    color: #333;
    font-size: 16px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e ");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e ");
}

.accordion .accordion-body {
    color: white;
}

.bg-overlay {
    background-color: #000;
    opacity: 0.35;
}

.home-banner {
    position: relative;
    min-height: 500px;
    background: #0F294D;
}

    .home-banner .banner-info {
        z-index: 2;
        padding: 5rem 1rem;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .home-banner .banner-swiper {
        height: 550px;
    }

        .home-banner .banner-swiper .banner-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .home-banner #dtc-search-form {
        border: none;
        background-color: #ffffffa3 !important;
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
    }

        .home-banner #dtc-search-form .dtc-form-floating .dtc-form-control {
            border: none;
        }

        .home-banner #dtc-search-form .dtc-search-input .dtc-search-input-route .dtc-start-point {
            border-right: 1px solid var(--neu3-cl);
        }

        .home-banner #dtc-search-form .dtc-search-input .dtc-search-input-date .dtc-depart-date {
            border-right: 1px solid var(--neu3-cl);
        }

.home-slogan {
    margin-top: 50px;
}

.card-left-top-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.card-right-top-img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}

.card-relate-img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}

.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);
}

/*Form Search*/
.spinedit {
    display: flex;
    align-items: center;
}

    .spinedit .spin {
        cursor: pointer;
        border: none;
        padding: 0;
        background: none;
        color: var(--vz-secondary);
        font-size: 22px;
    }

        .spinedit .spin:disabled {
            color: #cacaca;
            cursor: default;
        }

    .spinedit span {
        font-size: 16px;
        width: 40px;
        display: block;
        text-align: center;
    }

.itinerary-select {
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #EAECF0;
}

.btn-check-itin + .btn {
    padding: 12px 50px;
    border-radius: 0;
    border: none;
    font-size: 16px;
}

.btn-check-itin:checked + .btn {
    background-color: white !important;
    color: #00558F;
    border: none;
}

.btn-check-itin:not(:checked) + .btn {
    background: rgba(16, 24, 40, 0.60) !important;
    color: white;
    border: none;
}

#box-route {
    background-color: white;
    padding: 16px 24px 48px 24px;
    border-radius: 0 16px 16px 16px;
}

#btnOption {
    color: #667085;
}

    #btnOption:hover {
        color: black;
    }

.switch-point {
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
    width: 30px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .switch-point > i {
        background: #00558F;
        color: #fff;
        border-radius: 100%;
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

    .switch-point:hover > i {
        background: #E7F1FF;
        color: #0A58CA
    }

.div-btn-search {
    justify-content: flex-end;
}

#btnSearchFlight {
    background-color: #327C23;
    border-radius: 8px;
    color: #fff;
    margin-top: -27px;
    margin-right: 24px;
}

.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(--vz-primary);
        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;
    }

.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;
    }

#txtPassenger{
    width: fit-content;
}
@media (max-width: 991px) {
    .head-right {
        display: none !important;
    }

    .target {
        display: none;
    }

    .nav-link {
        color: black !important;
    }

        .nav-link:hover {
            color: black;
        }

    .navbar-toggler {
        border: 1px solid black;
    }

    #navbarMenu {
        position: absolute;
        background: white;
        width: 50vw;
        padding: 12px;
        border-radius: 4px;
        top: 37px;
        right: 0px;
        z-index: 999;
        box-shadow: 16px 16px 16px 16px #0F294D14;
    }

        #navbarMenu .navbar-nav .nav-item {
            margin-bottom: 12px;
        }

    .btn-check-itin + .btn {
        padding: 12px 30px;
    }
}

@media (max-width: 768px) {
    .home-banner .banner-swiper {
        display: none;
    }

    .home-banner .banner-info {
        position: unset;
        -webkit-transform: none;
        transform: none;
    }

    .home-slogan {
        margin-bottom: 24px !important;
    }

    .dtc-list-flight {
        padding-left: 0px !important;
    }

    #footer-bottom {
        flex-direction: column;
    }

    .head-right {
        display: none !important;
    }

    .target {
        display: none;
    }

    .titleSlide {
        font-size: 18px !important;
    }

    .subTitleSlide {
        font-size: 12px !important;
    }

    .swiper-pagination {
        display: none;
    }

    /*Form search*/
    .switch-point {
        top: 32px;
        right: 20px;
    }

        .switch-point > i {
            transform: rotate(90deg)
        }

    .itinerary-select {
        width: 100%;
    }

    #box-route {
        border-radius: 0px 0px 16px 16px;
    }

    .btn-check-itin + .btn {
        padding: 12px 20px;
    }

    .btn-del-route {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px !important;
    }

    .btn-add-route {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    /*.home-banner {
        height: 100vh;
    }

    .home-banner .banner-swiper {
        height: 100vh;
    }*/
    .mb-none {
        display: none;
    }

    .lb-itin {
        padding: 10px !important;
    }

    .head-right {
        display: none !important;
    }

    #navbarMenu {
        position: absolute;
        background: white;
        width: 100vw;
        padding: 8px;
        border-radius: 4px;
        top: 40px;
        right: -20px;
        z-index: 999;
        box-shadow: 16px 8px 16px 16px rgba(15, 41, 77, 0.08);
    }

        #navbarMenu .navbar-nav .nav-item {
            margin-bottom: 6px;
        }

    #logoWeb {
        flex-grow: 1;
        width: 75%;
    }

    .titleSlide {
        font-size: 18px !important;
    }

    .subTitleSlide {
        font-size: 12px !important;
    }

    .swiper-pagination {
        display: none;
    }

    #footer-bottom {
        flex-direction: column;
    }

    .btn-more {
        padding: 8px 4px;
    }

    .target {
        display: none;
    }

    .home-slogan {
        margin-top: 20px;
    }

    /*Form search*/
    .switch-point {
        top: 32px;
        right: 20px;
    }

        .switch-point > i {
            transform: rotate(90deg)
        }

    .itinerary-select {
        width: 100%;
    }

    #box-route {
        border-radius: 0 0px 16px 16px;
    }

    .btn-check-itin + .btn {
        padding: 12px 20px;
    }

    .btn-del-route {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px !important;
    }

    .btn-add-route {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px !important;
    }

    .div-btn-search {
        justify-content: center;
    }

    #btnSearchFlight {
        margin-right: 0px;
    }
}
