﻿* {
    font-family: "Open Sans", sans-serif !important;
}

.wrap-slide {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

#boxStar .active {
    color: var(--color-white);
    background-color: var(--color-blue-1)
}


.box-avatar-news {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.box-avatar-info {
    position: absolute;
    bottom: -20px;
    width: 50%;
    background: white;
    line-height: 40px;
    left: 25%;
    border: 1px solid #dddddd;
    padding: 0 10px;
    text-align: center;
    border-radius: 8px;
}

.box-avatar-news .line {
    padding: 0 20px;
}

.heading {
    font-size: 24px;
}


.masthead.-type-1 .masthead__bg {
    background-size: cover;
    background-repeat: no-repeat;
}


#footer_contact {
    position: fixed;
    width: 60px;
    padding: 0;
    bottom: 20px;
    right: 10px;
    z-index: 99999;
    text-align: center;
}

    #footer_contact a {
        margin-top: 8px;
        display: inline-block;
    }

        #footer_contact a img {
            width: 48px;
        }

.paging-li a {
    padding: 10px;
}


.bg-popup {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.5);
}

.modal-dialog {
    padding: 20px;
    background: #fff;
    position: fixed;
    z-index: 999;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 15px;
    /*max-height: calc(100vh - 180px);*/
    top: 90px;
    height: calc(100vh - 180px);
}

.modal-content {
    min-height: 200px;
}

    .modal-content .modal-header {
        float: left;
        width: 100%;
        text-align: left;
        font-weight: bold;
    }

span.button_close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px;
    cursor: pointer;
}

.modal-body {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.modal-body-image {
    width: 50%;
    float: left;
}

.modal-body-content {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 40px;
}

    .modal-body-content .room-name {
        font-size: 24px;
        font-weight: bold;
        color: var(--bs-body-color);
    }

.body-image-main {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.body-image-grid {
    float: left;
    width: 100%;
}

.box-price {
    float: left;
    width: 100%;
}

    .box-price .price {
        float: left;
        font-size: 24px;
    }

    .box-price .input-price {
        float: right;
        border: 1px solid #dddddd;
        width: 70px;
        text-align: center;
    }

    .box-price .input-price-add, .box-price .input-price-minus {
        float: right;
        width: 50px;
        border: 1px solid #dddddd;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
    }

    .box-price .input-price-add {
        border-left: none;
    }

    .box-price .input-price-minus {
        border-right: none;
    }

.btn_view_image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: var(--bs-body-color);
    background: white;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

    .btn_view_image:hover {
        color: white;
        background: var(--bs-blue);
    }

.box-info {
    float: left;
    width: 100%;
}

.booking {
    color: var(--color-white);
    background: var(--color-blue-1);
    line-height: 40px;
    float: left;
    width: 100%;
    font-size: 22px;
}

.amenities {
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 490px);
}

.float-right {
    float: right;
}


.text-orange {
    color: rgb(255, 126, 41) !important;
}

.bg-orange {
    background-color: rgb(255, 126, 41) !important;
}

.align-items-center {
    margin: 0 auto;
}

.roomGrid__grid {
    grid-template-columns: 190px auto;
}

.roomGrid__content {
    grid-template-columns: 1fr 200px;
}

.roomGrid__header {
    display: block;
}

.list-room, .list-person {
    float: left;
    width: 100%;
}

    .list-room .room-item {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

.room-item .input-room-box {
    float: left;
    width: 30px;
}

    .room-item .input-room-box .input-room {
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,.5);
        text-align: center;
    }

.room-item .input-room-box-name {
    float: left;
    width: 40%;
}

.room-item .input-one-night {
    float: left;
    margin-left: 5px;
}

.room-item .input-result {
    float: right;
    color: rgb(255, 126, 41);
}

.list-person .personItem {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .list-person .personItem .person-label {
        float: left;
        width: 85px;
    }

    .list-person .personItem .person-input {
        float: left;
        margin-left: 10px;
        width: calc(100% - 95px);
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,.5);
        padding-left: 30px;
    }


.box-result {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.box-booking {
    float: left;
    width: 100%;
}

    .box-booking .input-price-add, .box-booking .input-price-minus {
        float: left;
        width: 50px;
        border: 1px solid #dddddd;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
    }

    .box-booking .input-price {
        float: left;
        border: 1px solid #dddddd;
        width: 70px;
        text-align: center;
    }

.text-price {
    float: left;
    width: 100%;
    text-align: center;
}

.box-result .fw-700.text-20 {
    line-height: 45px;
}

.total-money {
    float: right;
}

.w-100 {
    width: 100px;
}

.image-hotel {
    float: left;
    width: 150px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.hotel-booking {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.list-room-booking {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid rgb(0, 0, 0);
    padding-top: 30px;
}

    .list-room-booking .image {
        float: left;
        width: 100px;
        margin-right: 30px;
    }

.room-booking-name {
    float: left;
    width: calc(100% - 130px);
}

.price-type {
    float: left;
    width: 200px;
}

.room-price-item .box-booking {
    width: 130px;
}

    .room-price-item .box-booking .input-price-add, .room-price-item .box-booking .input-price-minus {
        width: 30px;
    }

    .room-price-item .box-booking .input-price {
        width: 50px;
    }

.booking-night, .booking-price {
    float: left;
    line-height: 34px;
}

.booking-price {
    color: rgb(255, 126, 41);
    padding-left: 30px;
}

.booking-price-result {
    float: right;
    line-height: 34px;
    color: rgb(255, 126, 41);
    font-size: 18px;
}

.room-price-item {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.room-name-title {
    font-size: 18px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.list-room-booking .image {
    overflow: hidden;
    border-radius: 10px;
}

.booking-total {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid;
    padding-top: 20px;
}

.tool-tip {
    background: rgb(189 113 0 / 10%);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .tool-tip p {
        color: orange;
    }

.daterangepicker.opensright:before {
    display: none;
}

.bg-common {
    background-color: #ff9c01;
}

.roomGrid {
    margin-bottom: 20px;
}

@media screen and (max-width:575px) {
    .tabs__controls > .col-auto {
        margin-bottom: 10px;
    }

    .tabs__controls {
        flex-wrap: nowrap;
        margin-left: 0px;
        margin-right: 0px;
        justify-content: inherit !important;
    }

    .box-vigotrip {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }


    .galleryGrid.-type-1 {
        grid-template-rows: 1fr;
    }

    .blogCard__image .ratio {
        width: calc(100vw - 10px);
    }

    .mainSearch.-w-900 {
        width: calc(100vw - 30px);
    }
}


.searchMenu-loc__field.-is-active {
    max-height: 400px;
    overflow: auto;
}


ul#ui-id-1 {
    width: 500px !important;
    max-height: 400px !important;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
}

.ui-menu .ui-menu-item-wrapper {
    display: block;
    font-size: 15px;
    padding: 5px 15px;
}

.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
    background: rgba(53, 84, 209, 0.05) !important;
}

.ui-menu .ui-menu-item-wrapper span {
    padding-right: 15px;
}

.ui-widget-content .ui-menu-item-wrapper.heading-search {
    font-weight: bold !important;
}

.ui-menu-item-wrapper.heading-search span, .ui-menu-item-wrapper.no-span span {
    display: none;
}

.label-money {
    width: 100%;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.pre-line {
    white-space: pre-line;
}

.mainSearch.tourSearch .button-grid {
    grid-template-columns: 1fr 200px auto
}

.frmBookingTour .inputPriceTour {
    float: left;
    margin-left: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .5);
    padding-left: 30px;
    margin-top: 10px;
}

.frmBookingTour .price-tour {
    color: rgb(255, 126, 41);
}

#boxListCity, #boxListProvince {
    height: 335px;
    overflow-y: auto;
    overflow-x: hidden;
}

    /* width */
    #boxListCity::-webkit-scrollbar, #boxListProvince::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    #boxListCity::-webkit-scrollbar-track, #boxListProvince::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    #boxListCity::-webkit-scrollbar-thumb, #boxListProvince::-webkit-scrollbar-thumb {
        background: rgb(255, 126, 41);
    }

        /* Handle on hover */
        #boxListCity::-webkit-scrollbar-thumb:hover, #boxListProvince::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


#divContent {
    text-align: justify;
}

.justify {
    text-align: justify !important;
}

.tiktok {
    width: 10px;
    height: 14px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.hasChild {
    position: relative;
}
    .hasChild > a:after {
        content: "▶";
        font-size: 12px;
        position: absolute;
        right: 5px;
        top: 10px;
    }

.subMenu {
    margin-left: 100%;
    width: 100%;
    background: white;
    position: absolute;
    top: 0px;
    display: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
    .subMenu li{
        padding:5px 0px;
    }
    .subMenu li:hover {
        color: var(--color-blue-1);
        background-color: rgba(53, 84, 209, 0.05);
    }
    .subMenu li a {
        padding: 5px 15px;
    }

.hasChild:hover .subMenu {
    display: block;
}

.header .header-menu .menu .subnav {
    padding: 0px;
}
