.has-search-map {
    height: 100%
}

    .has-search-map .bc_wrap {
        display: flex;
        height: 100%;
        flex-direction: column
    }

        .has-search-map .bc_wrap .bc_header {
            background: #fff
        }

            .has-search-map .bc_wrap .bc_header .content {
                background: transparent
            }

            .has-search-map .bc_wrap .bc_header .header-left {
                width: 80%
            }

@media (max-width: 1366px) {
    .has-search-map .bc_wrap .bc_header .header-left {
        width: 75%
    }
}

.has-search-map .bc_wrap .bc_header .header-right {
    width: 20%
}

@media (max-width: 1366px) {
    .has-search-map .bc_wrap .bc_header .header-right {
        width: 25%
    }
}

.has-search-map .bc_wrap .bc_search_tour {
    flex-grow: 1;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    margin: -1px 0 0
}

@media (max-width: 991px) {
    .has-search-map .bc_wrap .bc_search_tour {
        overflow-y: visible
    }
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map {
    border-top: solid 1px #e0e0e0;
    flex-shrink: 0;
    padding: 12px
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item {
        padding: 0 8px;
        flex-grow: 1
    }

@media (max-width: 990px) {
    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item {
        border-bottom: 1px solid #e0e0e0
    }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item:last-child {
            border-bottom: none
        }
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item .dropdown-menu {
    margin-top: -1px;
    box-shadow: 1px 1px 4px #0003;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    min-width: 250px;
    border-radius: 0
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .filter-item .dropdown-toggle:after {
    display: none
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form {
    background: #fff;
    box-shadow: none
}

@media (max-width: 990px) {
    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form {
        display: block !important;
        border: solid 1px #ccc;
        border-bottom: none;
        box-shadow: 0 1px 2px #0003
    }
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-group {
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    height: 42px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 990px) {
    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-group {
        border: none
    }
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .border-right {
    border-right: 1px solid #D7DCE3
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-detination {
    position: relative;
    padding: 8px;
    transition: all .3s
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-detination #dropdown-destination {
        padding-left: 40px
    }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-detination #dropdown-destination .form-control {
            border: none;
            box-shadow: none;
            padding: 0;
            font-size: 14px;
            color: #4b4b4b;
            position: relative;
            left: -5px;
            height: 25px !important
        }

            .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-detination #dropdown-destination .form-control option {
                color: #000
            }

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form label {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
    margin-bottom: 0
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .render {
    font-size: 14px;
    color: #4b4b4b
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .field-icon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 23px;
    color: #5e6d77;
    left: 8px
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel {
    position: relative;
    transition: all .3s
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .date-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .date-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .date-wrapper {
        padding-left: 15px
    }

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .start_date, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .start_date, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .start_date {
        position: absolute
    }

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper {
        padding-left: 10px
    }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper .check-out-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper .check-in-render, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper .check-out-render {
            display: inline-block;
            width: auto
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper span, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper span {
            color: #5e6d77;
            position: relative;
            padding: 0 5px
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .guest-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .guest-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-wrapper label, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .guest-wrapper label {
            display: block
        }

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search .check-in-out, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-guest-search .check-in-out, .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-date-search-hotel .check-in-out {
        position: absolute;
        left: -15px;
        bottom: 1px;
        z-index: -1;
        opacity: 0
    }

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .filter-simple .filter-title {
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .g-button-submit {
    position: relative;
    min-height: 66px;
    margin: 0 -1px 0 -15px
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .g-button-submit button {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 100%;
        width: 100%;
        margin-right: -15px;
        border-radius: 0;
        background: #5191fa;
        border: none;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer
    }

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search {
    position: initial
}

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text {
        font-size: 14px;
        color: #4b4b4b
    }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text::-webkit-input-placeholder {
            color: #4b4b4b
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text::-moz-placeholder {
            color: #4b4b4b
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text:-ms-input-placeholder {
            color: #4b4b4b
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text:-moz-placeholder {
            color: #4b4b4b
        }

        .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search .parent_text::placeholder {
            color: #4b4b4b
        }

    .has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .smart-search:after {
        color: #4b4b4b;
        top: 18px;
        right: 15px
    }

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .bc-autocomplete {
    margin-top: 1px;
    right: -1px;
    left: -1px
}

.has-search-map .bc_wrap .bc_search_tour .bc_form_search_map .bc_form .form-content .g-map-place > .form-control {
    height: 25px
}

.has-search-map .bc_wrap .bc_form_search_map .bc_form .form-control {
    height: 40px
}

.has-search-map .bc_wrap .bc_form_search_map .advance-filters .filter-title {
    background: #297cbb;
    color: #fff
}

.has-search-map .bc_search_map {
    display: flex;
    flex-grow: 1;
    min-height: 0px;
    border-top: solid 1px #e0e0e0;
    direction: ltr
}

@media (max-width: 990px) {
    .has-search-map .bc_search_map {
        display: block
    }
}

.has-search-map .bc_search_map .results_map {
    flex-shrink: 0;
    width: 35%;
    left: 0;
    border-right: solid 1px #e0e0e0;
    position: relative;
    order: 1
}

@media (max-width: 990px) {
    .has-search-map .bc_search_map .results_map {
        width: 100%;
        height: 300px;
        padding: 15px;
        border-right: none;
        background: #fff
    }
}

.has-search-map .bc_search_map .results_map .map_loading {
    display: none
}

.has-search-map .bc_search_map .results_map .results_map_inner {
    height: 100%;
    z-index: 1
}

.has-search-map .bc_search_map .results_item {
    flex-grow: 1;
    position: relative;
    order: 2
}

    .has-search-map .bc_search_map .results_item #advance_filters {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        z-index: 999999;
        flex-direction: column;
        background: #fff
    }

@media (max-width: 990px) {
    .has-search-map .bc_search_map .results_item #advance_filters {
        position: fixed;
        bottom: 0
    }
}

.has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b {
    flex-grow: 1;
    min-height: 0px;
    overflow-y: auto;
    padding: 30px 30px 0
}

    .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-item {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-item:last-child {
            border-bottom: 0px
        }

    .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-title {
        margin-bottom: 10px;
        font-size: 15px
    }

    .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-items {
        padding: 0;
        list-style: none
    }

        .has-search-map .bc_search_map .results_item #advance_filters .ad-filter-b .filter-items .filter-term-item label {
            margin-bottom: 8px
        }

.has-search-map .bc_search_map .results_item #advance_filters .ad-filter-f {
    border-top: 1px solid #ececec;
    background-color: #fafafa;
    flex-shrink: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #dad8d8
}

.has-search-map .bc_search_map .results_item .text-paginate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 0 0;
    color: #818181
}

    .has-search-map .bc_search_map .results_item .text-paginate h2 {
        font-size: 22px;
        color: #000;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 18px
    }

    .has-search-map .bc_search_map .results_item .text-paginate .count-string {
        font-size: 14px
    }

.has-search-map .bc_search_map .results_item .listing_items {
    height: 100%;
    overflow-y: auto
}

    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item {
        height: 100%;
        padding: 0 30px
    }

@media (max-width: 1023px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item {
        height: auto
    }
}

@media (max-width: 766px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item {
        padding: 0 15px
    }
}

.has-search-map .bc_search_map .results_item .listing_items .bc-list-item.not-found {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex
}

@media (max-width: 1280px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .row .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 766px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .row .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour {
    background: #fff
}

    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour .thumb-image {
        max-height: 170px
    }

@media (max-width: 766px) {
    .has-search-map .bc_search_map .results_item .listing_items .bc-list-item .list-item .item-tour .thumb-image {
        max-height: 180px
    }
}

.has-search-map .bc_search_map .results_item .listing_items .bc-list-item .bc-pagination {
    padding: 0 0 30px
}

.has-search-map .bc_search_map.map_right .results_map {
    order: 2
}

.has-search-map .bc_search_map.map_right .results_item {
    order: 1
}

.has-search-map .bc-filter-price .irs--flat .irs-from, .has-search-map .bc-filter-price .irs--flat .irs-to, .has-search-map .bc-filter-price .irs--flat .irs-single {
    font-size: 11px;
    background-color: #5191fa
}

.has-search-map .bc-filter-price .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #5191fa
}

.has-search-map .bc-filter-price .irs--flat .irs-handle > i:first-child {
    background-color: #5191fa
}

.has-search-map .bc-filter-price .irs--flat .irs-from:before, .has-search-map .bc-filter-price .irs--flat .irs-to:before, .has-search-map .bc-filter-price .irs--flat .irs-single:before {
    border-top-color: #5191fa
}

.modal-backdrop.show {
    opacity: .7
}

.bc_wrap .bc_search_car {
    margin: 50px 0
}

    .bc_wrap .bc_search_car .bc-list-item .topbar-search .text {
        font-size: 24px;
        color: #1a2b48;
        font-weight: 400;
        margin: 0
    }

    .bc_wrap .bc_search_car .bc-list-item .list-item {
        margin-top: 15px
    }

.bc_wrap .list-item .item-loop .icon-passenger {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053.2%20(72643)%20-%20https://sketchapp.com%20--%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cg%20id='01_Home'%20transform='translate(-155.000000,%20-2016.000000)'%20stroke='%231A2B50'%20stroke-width='0.5'%3e%3cg%20id='trending-car'%20transform='translate(135.000000,%201603.000000)'%3e%3cg%20id='one_tour'%20transform='translate(0.000000,%2086.000000)'%3e%3cg%20id='tour'%3e%3cg%20id='Group-4'%20transform='translate(20.000000,%20327.000000)'%3e%3cg%20id='Regular'%3e%3ccircle%20id='Oval'%20cx='10'%20cy='3.125'%20r='2.5'%3e%3c/circle%3e%3cpath%20d='M13.125,11.875%20L13.125,10%20C13.125,8.27411016%2011.7258898,6.875%2010,6.875%20C8.27411016,6.875%206.875,8.27411016%206.875,10%20L6.875,11.875%20L8.125,11.875%20L8.75,16.875%20L11.25,16.875%20L11.875,11.875%20L13.125,11.875%20Z'%20id='Shape'%3e%3c/path%3e%3ccircle%20id='Oval'%20cx='3.75'%20cy='5'%20r='1.875'%3e%3c/circle%3e%3cpath%20d='M4.75,8.28916667%20C3.79624791,7.9682092%202.74632008,8.12578507%201.92880562,8.71257878%20C1.11129116,9.29937249%200.626070499,10.2436921%200.625,11.25%20L0.625,11.875%20L1.875,11.875%20L2.5,15.625%20L5,15.625%20L5.31333333,13.745'%20id='Shape'%3e%3c/path%3e%3ccircle%20id='Oval'%20cx='16.25'%20cy='5'%20r='1.875'%3e%3c/circle%3e%3cpath%20d='M15.25,8.28916667%20C16.2037521,7.9682092%2017.2536799,8.12578507%2018.0711944,8.71257878%20C18.8887088,9.29937249%2019.3739295,10.2436921%2019.375,11.25%20L19.375,11.875%20L18.125,11.875%20L17.5,15.625%20L15,15.625%20L14.6866667,13.745'%20id='Shape'%3e%3c/path%3e%3cpath%20d='M19.375,17.5%20C19.375,18.5358333%2015.1775,19.375%2010,19.375%20C4.8225,19.375%200.625,18.5358333%200.625,17.5'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat
}

.bc_wrap .list-item .item-loop .icon-baggage {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../../../../../../module/car/css/baggage.svg);
    background-position: center;
    background-repeat: no-repeat
}

.bc_wrap .list-item .item-loop .icon-door {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2020%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053.2%20(72643)%20-%20https://sketchapp.com%20--%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='01_Home'%20transform='translate(-309.000000,%20-2015.000000)'%20fill='%231A2B50'%20fill-rule='nonzero'%20stroke='%23FFFFFF'%3e%3cg%20id='trending-car'%20transform='translate(135.000000,%201603.000000)'%3e%3cg%20id='one_tour'%20transform='translate(0.000000,%2086.000000)'%3e%3cg%20id='tour'%3e%3cg%20id='suitcase'%20transform='translate(125.000000,%20326.000000)'%3e%3cg%20id='Group-2'%20transform='translate(6.000000,%200.042132)'%3e%3cg%20id='Group'%3e%3cg%20id='doors'%20transform='translate(44.000000,%200.957868)'%3e%3cpath%20d='M14.4049515,11.1208738%20L14.4049515,8.15165049%20L17.2397087,10.9865049%20C17.3819417,11.1287379%2017.5682524,11.1998058%2017.7546602,11.1998058%20C17.9409709,11.1998058%2018.1273786,11.1287379%2018.2696117,10.9865049%20C18.5539806,10.7021359%2018.5539806,10.241068%2018.2696117,9.95679612%20L14.4049515,6.09203883%20L14.4049515,5.65330097%20L14.4049515,2.16990291%20C14.4049515,0.973398058%2013.3596117,0%2012.0748544,0%20L6.49135922,0%20C5.20660194,0%204.16126214,0.973398058%204.16126214,2.16990291%20L4.16126214,5.65330097%20L4.16126214,6.09203883%20L0.296601942,9.95679612%20C0.0122330097,10.241165%200.0122330097,10.702233%200.296601942,10.9865049%20C0.438834951,11.1286408%200.625242718,11.1998058%200.811553398,11.1998058%20C0.997864078,11.1998058%201.18427184,11.1287379%201.32650485,10.9865049%20L4.16126214,8.15165049%20L4.16126214,11.1209709%20L0.296601942,14.9858252%20C0.0122330097,15.2701942%200.0122330097,15.7312621%200.296699029,16.0156311%20C0.438834951,16.1578641%200.625242718,16.228932%200.811553398,16.228932%20C0.997864078,16.228932%201.18427184,16.1578641%201.32650485,16.0156311%20L4.16126214,13.1806796%20L4.16126214,15.6059223%20L4.16126214,17.7557282%20C4.16126214,18.952233%205.20660194,19.9256311%206.49135922,19.9256311%20L12.0748544,19.9256311%20C13.3596117,19.9256311%2014.4049515,18.952233%2014.4049515,17.7557282%20L14.4049515,15.6058252%20L14.4049515,13.1805825%20L17.2397087,16.015534%20C17.3819417,16.157767%2017.5682524,16.228835%2017.7546602,16.228835%20C17.9409709,16.228835%2018.1273786,16.157767%2018.2695146,16.015534%20C18.5539806,15.731165%2018.5539806,15.2701942%2018.2696117,14.9857282%20L14.4049515,11.1208738%20Z%20M12.9486408,11.4228155%20L12.9486408,14.8776699%20L5.61757282,14.8776699%20L5.61757282,11.4228155%20C5.61757282,11.4226214%205.61757282,11.4225243%205.61757282,11.4223301%20L5.61757282,6.39417476%20C5.61757282,6.3938835%205.61757282,6.39349515%205.61757282,6.39320388%20L5.61757282,6.38145631%20L12.9486408,6.38145631%20L12.9486408,6.39320388%20C12.9486408,6.39349515%2012.9486408,6.3938835%2012.9486408,6.39417476%20L12.9486408,11.4223301%20C12.9486408,11.4224272%2012.9486408,11.4226214%2012.9486408,11.4228155%20Z%20M6.49135922,1.45631068%20L12.0748544,1.45631068%20C12.5485437,1.45631068%2012.9486408,1.7831068%2012.9486408,2.16990291%20L12.9486408,4.92514563%20L5.61757282,4.92514563%20L5.61757282,2.16990291%20C5.61757282,1.7831068%206.0176699,1.45631068%206.49135922,1.45631068%20Z%20M12.0748544,18.4691262%20L6.49135922,18.4691262%20C6.0176699,18.4691262%205.61757282,18.1423301%205.61757282,17.755534%20L5.61757282,16.3339806%20L12.9486408,16.3339806%20L12.9486408,17.7556311%20C12.9486408,18.1424272%2012.5485437,18.4691262%2012.0748544,18.4691262%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat
}

.bc_wrap .list-item .item-loop .icon-gear {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../../../../../../module/car/css/gear.svg);
    background-position: center;
    background-repeat: no-repeat
}

.bc_wrap .bc_detail_car .bc_content {
    margin: 50px 0
}

    .bc_wrap .bc_detail_car .bc_content .icon-passenger {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url("data:image/svg+xml,%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053.2%20(72643)%20-%20https://sketchapp.com%20--%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cg%20id='01_Home'%20transform='translate(-155.000000,%20-2016.000000)'%20stroke='%231A2B50'%20stroke-width='0.5'%3e%3cg%20id='trending-car'%20transform='translate(135.000000,%201603.000000)'%3e%3cg%20id='one_tour'%20transform='translate(0.000000,%2086.000000)'%3e%3cg%20id='tour'%3e%3cg%20id='Group-4'%20transform='translate(20.000000,%20327.000000)'%3e%3cg%20id='Regular'%3e%3ccircle%20id='Oval'%20cx='10'%20cy='3.125'%20r='2.5'%3e%3c/circle%3e%3cpath%20d='M13.125,11.875%20L13.125,10%20C13.125,8.27411016%2011.7258898,6.875%2010,6.875%20C8.27411016,6.875%206.875,8.27411016%206.875,10%20L6.875,11.875%20L8.125,11.875%20L8.75,16.875%20L11.25,16.875%20L11.875,11.875%20L13.125,11.875%20Z'%20id='Shape'%3e%3c/path%3e%3ccircle%20id='Oval'%20cx='3.75'%20cy='5'%20r='1.875'%3e%3c/circle%3e%3cpath%20d='M4.75,8.28916667%20C3.79624791,7.9682092%202.74632008,8.12578507%201.92880562,8.71257878%20C1.11129116,9.29937249%200.626070499,10.2436921%200.625,11.25%20L0.625,11.875%20L1.875,11.875%20L2.5,15.625%20L5,15.625%20L5.31333333,13.745'%20id='Shape'%3e%3c/path%3e%3ccircle%20id='Oval'%20cx='16.25'%20cy='5'%20r='1.875'%3e%3c/circle%3e%3cpath%20d='M15.25,8.28916667%20C16.2037521,7.9682092%2017.2536799,8.12578507%2018.0711944,8.71257878%20C18.8887088,9.29937249%2019.3739295,10.2436921%2019.375,11.25%20L19.375,11.875%20L18.125,11.875%20L17.5,15.625%20L15,15.625%20L14.6866667,13.745'%20id='Shape'%3e%3c/path%3e%3cpath%20d='M19.375,17.5%20C19.375,18.5358333%2015.1775,19.375%2010,19.375%20C4.8225,19.375%200.625,18.5358333%200.625,17.5'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .bc_wrap .bc_detail_car .bc_content .icon-baggage {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url(../../../../../../../module/car/css/baggage.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .bc_wrap .bc_detail_car .bc_content .icon-door {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url("data:image/svg+xml,%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2020%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053.2%20(72643)%20-%20https://sketchapp.com%20--%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='01_Home'%20transform='translate(-309.000000,%20-2015.000000)'%20fill='%231A2B50'%20fill-rule='nonzero'%20stroke='%23FFFFFF'%3e%3cg%20id='trending-car'%20transform='translate(135.000000,%201603.000000)'%3e%3cg%20id='one_tour'%20transform='translate(0.000000,%2086.000000)'%3e%3cg%20id='tour'%3e%3cg%20id='suitcase'%20transform='translate(125.000000,%20326.000000)'%3e%3cg%20id='Group-2'%20transform='translate(6.000000,%200.042132)'%3e%3cg%20id='Group'%3e%3cg%20id='doors'%20transform='translate(44.000000,%200.957868)'%3e%3cpath%20d='M14.4049515,11.1208738%20L14.4049515,8.15165049%20L17.2397087,10.9865049%20C17.3819417,11.1287379%2017.5682524,11.1998058%2017.7546602,11.1998058%20C17.9409709,11.1998058%2018.1273786,11.1287379%2018.2696117,10.9865049%20C18.5539806,10.7021359%2018.5539806,10.241068%2018.2696117,9.95679612%20L14.4049515,6.09203883%20L14.4049515,5.65330097%20L14.4049515,2.16990291%20C14.4049515,0.973398058%2013.3596117,0%2012.0748544,0%20L6.49135922,0%20C5.20660194,0%204.16126214,0.973398058%204.16126214,2.16990291%20L4.16126214,5.65330097%20L4.16126214,6.09203883%20L0.296601942,9.95679612%20C0.0122330097,10.241165%200.0122330097,10.702233%200.296601942,10.9865049%20C0.438834951,11.1286408%200.625242718,11.1998058%200.811553398,11.1998058%20C0.997864078,11.1998058%201.18427184,11.1287379%201.32650485,10.9865049%20L4.16126214,8.15165049%20L4.16126214,11.1209709%20L0.296601942,14.9858252%20C0.0122330097,15.2701942%200.0122330097,15.7312621%200.296699029,16.0156311%20C0.438834951,16.1578641%200.625242718,16.228932%200.811553398,16.228932%20C0.997864078,16.228932%201.18427184,16.1578641%201.32650485,16.0156311%20L4.16126214,13.1806796%20L4.16126214,15.6059223%20L4.16126214,17.7557282%20C4.16126214,18.952233%205.20660194,19.9256311%206.49135922,19.9256311%20L12.0748544,19.9256311%20C13.3596117,19.9256311%2014.4049515,18.952233%2014.4049515,17.7557282%20L14.4049515,15.6058252%20L14.4049515,13.1805825%20L17.2397087,16.015534%20C17.3819417,16.157767%2017.5682524,16.228835%2017.7546602,16.228835%20C17.9409709,16.228835%2018.1273786,16.157767%2018.2695146,16.015534%20C18.5539806,15.731165%2018.5539806,15.2701942%2018.2696117,14.9857282%20L14.4049515,11.1208738%20Z%20M12.9486408,11.4228155%20L12.9486408,14.8776699%20L5.61757282,14.8776699%20L5.61757282,11.4228155%20C5.61757282,11.4226214%205.61757282,11.4225243%205.61757282,11.4223301%20L5.61757282,6.39417476%20C5.61757282,6.3938835%205.61757282,6.39349515%205.61757282,6.39320388%20L5.61757282,6.38145631%20L12.9486408,6.38145631%20L12.9486408,6.39320388%20C12.9486408,6.39349515%2012.9486408,6.3938835%2012.9486408,6.39417476%20L12.9486408,11.4223301%20C12.9486408,11.4224272%2012.9486408,11.4226214%2012.9486408,11.4228155%20Z%20M6.49135922,1.45631068%20L12.0748544,1.45631068%20C12.5485437,1.45631068%2012.9486408,1.7831068%2012.9486408,2.16990291%20L12.9486408,4.92514563%20L5.61757282,4.92514563%20L5.61757282,2.16990291%20C5.61757282,1.7831068%206.0176699,1.45631068%206.49135922,1.45631068%20Z%20M12.0748544,18.4691262%20L6.49135922,18.4691262%20C6.0176699,18.4691262%205.61757282,18.1423301%205.61757282,17.755534%20L5.61757282,16.3339806%20L12.9486408,16.3339806%20L12.9486408,17.7556311%20C12.9486408,18.1424272%2012.5485437,18.4691262%2012.0748544,18.4691262%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .bc_wrap .bc_detail_car .bc_content .icon-gear {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url(../../../../../../../module/car/css/gear.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .bc_wrap .bc_detail_car .bc_content .description {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #5e6d77;
        font-weight: 400;
        position: relative
    }

@media (max-width: 766px) {
    .bc_wrap .bc_detail_car .bc_content .description {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.bc_wrap .bc_detail_car .bc_content .description img {
    max-width: 100%;
    height: auto
}

.bc_wrap .bc_detail_car .bc_content .description h4, .bc_wrap .bc_detail_car .bc_content .description strong {
    font-size: 16px;
    color: #343a40;
    font-weight: 500;
    margin-bottom: 30px
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_car .bc_content .description h4, .bc_wrap .bc_detail_car .bc_content .description strong {
        margin-bottom: 10px
    }
}

.bc_wrap .bc_detail_car .bc_content .description ul {
    padding-left: 25px
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_car .bc_content .description ul {
        padding-left: 15px
    }
}

.bc_wrap .bc_detail_car .bc_content .description ul li {
    color: #5e6d77;
    margin-bottom: 10px;
    list-style: none
}

    .bc_wrap .bc_detail_car .bc_content .description ul li:before {
        content: "";
        border: 1px solid #5191fa;
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 20px
    }

@media (max-width: 990px) {
    .bc_wrap .bc_detail_car .bc_content .description ul li:before {
        margin-right: 10px
    }
}

.bc_wrap .bc_detail_car .bc_content .location-map iframe {
    width: 100%
}

.bc_wrap .bc_detail_car .bc_content .location-map #map_content {
    height: 450px
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_car .bc_content .location-map #map_content {
        height: 300px
    }
}

.bc_wrap .bc_detail_car .bc_content .list-attributes img {
    max-width: 40px
}

.bc_wrap .bc_detail_car .bc_content .g-faq {
    border-bottom: solid 1px #d7dce3;
    margin-bottom: 25px;
    border-top: solid 1px #d7dce3;
    padding-top: 25px
}

    .bc_wrap .bc_detail_car .bc_content .g-faq .item {
        border-bottom: 1px solid #d7dce3;
        margin-bottom: 10px
    }

        .bc_wrap .bc_detail_car .bc_content .g-faq .item:last-child {
            border: none
        }

        .bc_wrap .bc_detail_car .bc_content .g-faq .item .header {
            margin-bottom: 10px;
            overflow: hidden;
            padding-top: 15px;
            cursor: pointer
        }

            .bc_wrap .bc_detail_car .bc_content .g-faq .item .header .field-icon {
                float: left;
                font-size: 25px;
                margin-right: 10px;
                top: -3px;
                position: relative
            }

            .bc_wrap .bc_detail_car .bc_content .g-faq .item .header h5 {
                float: left;
                margin-top: 0;
                margin-bottom: 0;
                font-size: 16px;
                color: #1a2b48
            }

@media (max-width: 990px) {
    .bc_wrap .bc_detail_car .bc_content .g-faq .item .header h5 {
        font-size: 14px
    }
}

.bc_wrap .bc_detail_car .bc_content .g-faq .item .header .arrow {
    float: right;
    font-size: 20px;
    position: relative;
    top: -8px
}

.bc_wrap .bc_detail_car .bc_content .g-faq .item .body {
    font-size: 14px;
    color: #5e6d77;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 0px;
    overflow: hidden;
    padding-bottom: 0
}

.bc_wrap .bc_detail_car .bc_content .g-faq .item.active .header .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bc_wrap .bc_detail_car .bc_content .g-faq .item.active .body {
    height: auto;
    padding-bottom: 20px
}

.bc_wrap .bc_detail_car .bc-list-car-related .field-icon {
    width: 22px;
    height: 22px
}

.bc_wrap .bc_detail_car .bc_single_book_wrap {
    margin-top: 10px
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_car .bc_single_book_wrap {
        display: none;
        margin: 0
    }

        .bc_wrap .bc_detail_car .bc_single_book_wrap #sticky-wrapper .bc_tour_book {
            position: relative !important;
            top: 0 !important;
            width: auto !important
        }

        .bc_wrap .bc_detail_car .bc_single_book_wrap.show {
            position: fixed;
            z-index: 3000;
            left: 0;
            right: 0;
            padding: 20px !important;
            overflow: scroll;
            height: 100%;
            top: 0;
            display: flex !important;
            width: 100%;
            flex-wrap: wrap;
            align-items: center
        }

            .bc_wrap .bc_detail_car .bc_single_book_wrap.show .bc_tour_book {
                flex-grow: 1
            }

            .bc_wrap .bc_detail_car .bc_single_book_wrap.show #sticky-wrapper {
                height: auto !important;
                flex: 1
            }

            .bc_wrap .bc_detail_car .bc_single_book_wrap.show .form-head {
                padding: 10px 15px
            }

                .bc_wrap .bc_detail_car .bc_single_book_wrap.show .form-head .price .value .onsale {
                    display: inline-block;
                    font-size: 16px
                }

            .bc_wrap .bc_detail_car .bc_single_book_wrap.show label {
                margin: 0 !important
            }

            .bc_wrap .bc_detail_car .bc_single_book_wrap.show .form-section-group .form-section-title {
                font-size: 16px
            }

            .bc_wrap .bc_detail_car .bc_single_book_wrap.show .form-section-group .form-group {
                padding-top: 0
            }

                .bc_wrap .bc_detail_car .bc_single_book_wrap.show .form-section-group .form-group:last-child {
                    padding-bottom: 0
                }

            .bc_wrap .bc_detail_car .bc_single_book_wrap.show .submit-group {
                padding: 10px 15px;
                text-align: right
            }

                .bc_wrap .bc_detail_car .bc_single_book_wrap.show .submit-group .btn {
                    padding: 7px 16px 5px;
                    font-size: 14px;
                    width: auto
                }
}

.bc_wrap .bc_detail_car .bc_single_book {
    position: relative;
    width: 100%
}

    .bc_wrap .bc_detail_car .bc_single_book > div {
        background: #fff
    }

    .bc_wrap .bc_detail_car .bc_single_book .sale-box {
        position: absolute;
        right: 15px;
        top: 0
    }

    .bc_wrap .bc_detail_car .bc_single_book .submit-group {
        border-top: 1px solid #d7dce3;
        padding: 20px
    }

        .bc_wrap .bc_detail_car .bc_single_book .submit-group .btn {
            width: 100%;
            font-size: 16px;
            padding: 12px 25px;
            color: #fff
        }

        .bc_wrap .bc_detail_car .bc_single_book .submit-group .alert-text {
            margin-top: 10px
        }

    .bc_wrap .bc_detail_car .bc_single_book .form-section-total label {
        font-size: 16px;
        margin-bottom: 0
    }

    .bc_wrap .bc_detail_car .bc_single_book .form-section-total .price {
        float: right
    }

    .bc_wrap .bc_detail_car .bc_single_book .nav-enquiry {
        background: #f9f9f9;
        padding: 20px;
        border-bottom: solid 1px #d7dce3;
        display: flex
    }

        .bc_wrap .bc_detail_car .bc_single_book .nav-enquiry .enquiry-item {
            flex: 0 0 50%;
            text-align: center
        }

            .bc_wrap .bc_detail_car .bc_single_book .nav-enquiry .enquiry-item span {
                color: #1a2b4e;
                text-transform: uppercase;
                font-weight: 500;
                display: inline-block;
                border-bottom: solid 1px transparent;
                cursor: pointer
            }

            .bc_wrap .bc_detail_car .bc_single_book .nav-enquiry .enquiry-item.active span {
                border-bottom: solid 1px #5191fa;
                color: #5191fa
            }

    .bc_wrap .bc_detail_car .bc_single_book .form-enquiry {
        padding: 20px
    }

        .bc_wrap .bc_detail_car .bc_single_book .form-enquiry .btn-primary {
            width: 100%;
            color: #fff;
            font-size: 16px
        }

            .bc_wrap .bc_detail_car .bc_single_book .form-enquiry .btn-primary.is-success {
                background: #797979 !important
            }

                .bc_wrap .bc_detail_car .bc_single_book .form-enquiry .btn-primary.is-success .fa {
                    display: none
                }

        .bc_wrap .bc_detail_car .bc_single_book .form-enquiry .form-control {
            border-top: none;
            border-left: none;
            border-right: none
        }

        .bc_wrap .bc_detail_car .bc_single_book .form-enquiry textarea {
            height: 100px
        }

        .bc_wrap .bc_detail_car .bc_single_book .form-enquiry .alert-text {
            margin-top: 10px
        }

    .bc_wrap .bc_detail_car .bc_single_book .form-send-enquiry {
        text-align: center;
        margin: 20px 0
    }

.bc_wrap .bc_detail_car .bc-more-book-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11;
    display: none;
    border-top: solid 1px #ddd
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_car .bc-more-book-mobile {
        display: block
    }
}

.bc_wrap .bc_detail_car .bc-more-book-mobile .container {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    height: 65px;
    flex-wrap: wrap
}

.bc_wrap .bc_detail_car .bc-more-book-mobile .left, .bc_wrap .bc_detail_car .bc-more-book-mobile .right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

    .bc_wrap .bc_detail_car .bc-more-book-mobile .left .g-price .prefix {
        color: #5e6d77;
        display: inline-block
    }

        .bc_wrap .bc_detail_car .bc-more-book-mobile .left .g-price .prefix i {
            font-size: 16px;
            color: #ffc107
        }

    .bc_wrap .bc_detail_car .bc-more-book-mobile .left .g-price .fr_text {
        font-size: 12px
    }

    .bc_wrap .bc_detail_car .bc-more-book-mobile .left .g-price .price {
        position: relative;
        display: inline-block
    }

        .bc_wrap .bc_detail_car .bc-more-book-mobile .left .g-price .price .text-price {
            font-size: 20px;
            color: #1a2b48;
            font-weight: 500
        }

        .bc_wrap .bc_detail_car .bc-more-book-mobile .left .g-price .price .onsale {
            text-decoration: line-through;
            font-size: 16px;
            color: #c03 !important;
            font-weight: 400
        }

    .bc_wrap .bc_detail_car .bc-more-book-mobile .left .g-price i {
        font-size: 18px
    }

    .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .list-star {
        display: inline-block;
        line-height: 13px;
        position: relative
    }

        .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars {
            padding: 0;
            margin: 0;
            width: 90px
        }

            .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before, .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after {
                content: "";
                display: table;
                clear: both
            }

            .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li {
                list-style: none;
                float: left;
                margin-right: 5px
            }

                .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child {
                    margin-right: 0
                }

                .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa {
                    font-size: 15px;
                    color: #ffdc00
                }

        .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active {
            position: absolute;
            width: 0;
            top: 0;
            left: 0;
            overflow: hidden
        }

    .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .review {
        position: relative;
        top: -2px;
        font-size: 13px;
        color: #768092;
        margin-left: 10px
    }

@media (max-width: 340px) {
    .bc_wrap .bc_detail_car .bc-more-book-mobile .left .service-review .review {
        display: none
    }
}

.bc_wrap .bc_detail_car .bc-more-book-mobile .right {
    text-align: right
}

.bc_wrap .bc_detail_car .bc-more-book-mobile .btn-primary {
    padding: 8px 20px 6px;
    color: #fff;
    text-transform: uppercase
}

.bc_wrap .bc_detail_car .hotel_rooms_form .nav-enquiry {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: solid 1px #d7dce3;
    display: flex;
    border-top: solid 5px #5191fa;
    border-left: solid 1px #d7dce3;
    border-right: solid 1px #d7dce3
}

    .bc_wrap .bc_detail_car .hotel_rooms_form .nav-enquiry .enquiry-item {
        flex: 0 0 50%;
        text-align: center
    }

        .bc_wrap .bc_detail_car .hotel_rooms_form .nav-enquiry .enquiry-item span {
            color: #1a2b4e;
            text-transform: uppercase;
            font-weight: 500;
            display: inline-block;
            border-bottom: solid 1px transparent;
            cursor: pointer
        }

        .bc_wrap .bc_detail_car .hotel_rooms_form .nav-enquiry .enquiry-item.active span {
            border-bottom: solid 1px #5191fa;
            color: #5191fa
        }

.bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry {
    padding: 20px
}

    .bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry .btn-primary {
        width: 100%;
        color: #fff;
        font-size: 16px
    }

        .bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry .btn-primary.is-success {
            background: #797979 !important
        }

            .bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry .btn-primary.is-success .fa {
                display: none
            }

    .bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry .form-control {
        border-top: none;
        border-left: none;
        border-right: none
    }

    .bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry textarea {
        height: 100px
    }

    .bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry .alert-text {
        margin-top: 10px
    }

.bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry {
    border: solid 1px #d7dce3;
    border-top: none
}

    .bc_wrap .bc_detail_car .hotel_rooms_form .form-enquiry .btn-primary {
        width: 180px
    }

.bc_wrap .bc_detail_car #enquiry_form_modal, .bc_wrap .bc_detail_car #enquiry_form_modal .modal-dialog {
    z-index: 9999
}

    .bc_wrap .bc_detail_car #enquiry_form_modal:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #000;
        z-index: 9998;
        opacity: .8
    }

.bc_wrap .bc_search_map .list-item {
    margin-top: 15px
}

.cart-total-group {
    border-top: 1px solid #d7dce3
}

    .cart-total-group ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .cart-total-group li {
        display: flex;
        justify-content: space-between;
        padding: 7px 0
    }

        .cart-total-group li .label {
            flex-grow: 1;
            color: #1a2b48;
            font-weight: 500
        }

        .cart-total-group li .val {
            flex-shrink: 0
        }

        .cart-total-group li.line-end-total {
            border-top: 1px solid #d7dce3
        }

        .cart-total-group li.line-new-section {
            border-top: 1px solid #d7dce3;
            color: #1a2b48;
            font-weight: 500;
            font-size: 16px
        }

        .cart-total-group li.line-end-total .label {
            font-size: 16px
        }

        .cart-total-group li.line-end-total .val {
            color: #5191fa;
            font-weight: 500;
            font-size: 16px
        }

.has-search-map .bc_search_map .results_map .item-loop .icon-passenger {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053.2%20(72643)%20-%20https://sketchapp.com%20--%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cg%20id='01_Home'%20transform='translate(-155.000000,%20-2016.000000)'%20stroke='%231A2B50'%20stroke-width='0.5'%3e%3cg%20id='trending-car'%20transform='translate(135.000000,%201603.000000)'%3e%3cg%20id='one_tour'%20transform='translate(0.000000,%2086.000000)'%3e%3cg%20id='tour'%3e%3cg%20id='Group-4'%20transform='translate(20.000000,%20327.000000)'%3e%3cg%20id='Regular'%3e%3ccircle%20id='Oval'%20cx='10'%20cy='3.125'%20r='2.5'%3e%3c/circle%3e%3cpath%20d='M13.125,11.875%20L13.125,10%20C13.125,8.27411016%2011.7258898,6.875%2010,6.875%20C8.27411016,6.875%206.875,8.27411016%206.875,10%20L6.875,11.875%20L8.125,11.875%20L8.75,16.875%20L11.25,16.875%20L11.875,11.875%20L13.125,11.875%20Z'%20id='Shape'%3e%3c/path%3e%3ccircle%20id='Oval'%20cx='3.75'%20cy='5'%20r='1.875'%3e%3c/circle%3e%3cpath%20d='M4.75,8.28916667%20C3.79624791,7.9682092%202.74632008,8.12578507%201.92880562,8.71257878%20C1.11129116,9.29937249%200.626070499,10.2436921%200.625,11.25%20L0.625,11.875%20L1.875,11.875%20L2.5,15.625%20L5,15.625%20L5.31333333,13.745'%20id='Shape'%3e%3c/path%3e%3ccircle%20id='Oval'%20cx='16.25'%20cy='5'%20r='1.875'%3e%3c/circle%3e%3cpath%20d='M15.25,8.28916667%20C16.2037521,7.9682092%2017.2536799,8.12578507%2018.0711944,8.71257878%20C18.8887088,9.29937249%2019.3739295,10.2436921%2019.375,11.25%20L19.375,11.875%20L18.125,11.875%20L17.5,15.625%20L15,15.625%20L14.6866667,13.745'%20id='Shape'%3e%3c/path%3e%3cpath%20d='M19.375,17.5%20C19.375,18.5358333%2015.1775,19.375%2010,19.375%20C4.8225,19.375%200.625,18.5358333%200.625,17.5'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat
}

.has-search-map .bc_search_map .results_map .item-loop .icon-baggage {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../../../../../../module/car/css/baggage.svg);
    background-position: center;
    background-repeat: no-repeat
}

.has-search-map .bc_search_map .results_map .item-loop .icon-door {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3csvg%20width='22px'%20height='22px'%20viewBox='0%200%2020%2022'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2053.2%20(72643)%20-%20https://sketchapp.com%20--%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='01_Home'%20transform='translate(-309.000000,%20-2015.000000)'%20fill='%231A2B50'%20fill-rule='nonzero'%20stroke='%23FFFFFF'%3e%3cg%20id='trending-car'%20transform='translate(135.000000,%201603.000000)'%3e%3cg%20id='one_tour'%20transform='translate(0.000000,%2086.000000)'%3e%3cg%20id='tour'%3e%3cg%20id='suitcase'%20transform='translate(125.000000,%20326.000000)'%3e%3cg%20id='Group-2'%20transform='translate(6.000000,%200.042132)'%3e%3cg%20id='Group'%3e%3cg%20id='doors'%20transform='translate(44.000000,%200.957868)'%3e%3cpath%20d='M14.4049515,11.1208738%20L14.4049515,8.15165049%20L17.2397087,10.9865049%20C17.3819417,11.1287379%2017.5682524,11.1998058%2017.7546602,11.1998058%20C17.9409709,11.1998058%2018.1273786,11.1287379%2018.2696117,10.9865049%20C18.5539806,10.7021359%2018.5539806,10.241068%2018.2696117,9.95679612%20L14.4049515,6.09203883%20L14.4049515,5.65330097%20L14.4049515,2.16990291%20C14.4049515,0.973398058%2013.3596117,0%2012.0748544,0%20L6.49135922,0%20C5.20660194,0%204.16126214,0.973398058%204.16126214,2.16990291%20L4.16126214,5.65330097%20L4.16126214,6.09203883%20L0.296601942,9.95679612%20C0.0122330097,10.241165%200.0122330097,10.702233%200.296601942,10.9865049%20C0.438834951,11.1286408%200.625242718,11.1998058%200.811553398,11.1998058%20C0.997864078,11.1998058%201.18427184,11.1287379%201.32650485,10.9865049%20L4.16126214,8.15165049%20L4.16126214,11.1209709%20L0.296601942,14.9858252%20C0.0122330097,15.2701942%200.0122330097,15.7312621%200.296699029,16.0156311%20C0.438834951,16.1578641%200.625242718,16.228932%200.811553398,16.228932%20C0.997864078,16.228932%201.18427184,16.1578641%201.32650485,16.0156311%20L4.16126214,13.1806796%20L4.16126214,15.6059223%20L4.16126214,17.7557282%20C4.16126214,18.952233%205.20660194,19.9256311%206.49135922,19.9256311%20L12.0748544,19.9256311%20C13.3596117,19.9256311%2014.4049515,18.952233%2014.4049515,17.7557282%20L14.4049515,15.6058252%20L14.4049515,13.1805825%20L17.2397087,16.015534%20C17.3819417,16.157767%2017.5682524,16.228835%2017.7546602,16.228835%20C17.9409709,16.228835%2018.1273786,16.157767%2018.2695146,16.015534%20C18.5539806,15.731165%2018.5539806,15.2701942%2018.2696117,14.9857282%20L14.4049515,11.1208738%20Z%20M12.9486408,11.4228155%20L12.9486408,14.8776699%20L5.61757282,14.8776699%20L5.61757282,11.4228155%20C5.61757282,11.4226214%205.61757282,11.4225243%205.61757282,11.4223301%20L5.61757282,6.39417476%20C5.61757282,6.3938835%205.61757282,6.39349515%205.61757282,6.39320388%20L5.61757282,6.38145631%20L12.9486408,6.38145631%20L12.9486408,6.39320388%20C12.9486408,6.39349515%2012.9486408,6.3938835%2012.9486408,6.39417476%20L12.9486408,11.4223301%20C12.9486408,11.4224272%2012.9486408,11.4226214%2012.9486408,11.4228155%20Z%20M6.49135922,1.45631068%20L12.0748544,1.45631068%20C12.5485437,1.45631068%2012.9486408,1.7831068%2012.9486408,2.16990291%20L12.9486408,4.92514563%20L5.61757282,4.92514563%20L5.61757282,2.16990291%20C5.61757282,1.7831068%206.0176699,1.45631068%206.49135922,1.45631068%20Z%20M12.0748544,18.4691262%20L6.49135922,18.4691262%20C6.0176699,18.4691262%205.61757282,18.1423301%205.61757282,17.755534%20L5.61757282,16.3339806%20L12.9486408,16.3339806%20L12.9486408,17.7556311%20C12.9486408,18.1424272%2012.5485437,18.4691262%2012.0748544,18.4691262%20Z'%20id='Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat
}

.has-search-map .bc_search_map .results_map .item-loop .icon-gear {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../../../../../../module/car/css/gear.svg);
    background-position: center;
    background-repeat: no-repeat
}
