.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
}

@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
}

@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 {
    padding: 10px 15px 8px;
    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 .form-group .filter-title {
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0;
    font-weight: 400;
    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 {
    padding: 8px 8px 8px 40px
}

.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::-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_search_map {
    display: flex;
    flex-grow: 1;
    min-height: 0px;
    background: #f5f5f5;
    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: 40%;
    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
}

.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: 24px;
    color: #000;
    margin-bottom: 0
}

.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 {
        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 {
        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.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_tour .bc_banner {
    background-color: #1a2b48;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    position: relative
}

.bc_wrap .bc_search_tour .bc_banner h1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    margin: 0
}

@media (max-width: 766px) {
    .bc_wrap .bc_search_tour .bc_banner {
        padding: 70px 0
    }

    .bc_wrap .bc_search_tour .bc_banner h1 {
        font-size: 28px
    }
}

.bc_wrap .bc_search_tour .bc_form_search {
    margin-top: -50px;
    position: relative;
    margin-bottom: 50px
}

@media (max-width: 766px) {
    .bc_wrap .bc_search_tour .bc_form_search {
        margin-top: -30px;
        margin-bottom: 20px
    }
}

.bc_wrap .bc_search_tour .bc_form_search .bc_form .g-field-search {
    flex: 0 0 85%;
    max-width: 85%
}

.bc_wrap .bc_search_tour .bc_form_search .bc_form .g-button-submit {
    flex: 0 0 15%;
    max-width: 15%
}

.bc_wrap .bc_search_tour .bc_filter {
    border: 1px solid #D7DCE3;
    border-radius: 3px;
    margin-bottom: 30px
}

.bc_wrap .bc_search_tour .bc_filter .filter-title {
    font-size: 16px;
    color: #1a2b48;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight: 500
}

@media (max-width: 766px) {
    .bc_wrap .bc_search_tour .bc_filter .filter-title {
        margin-bottom: 10px;
        margin-top: 15px
    }
}

.bc_wrap .bc_search_tour .bc_filter .filter-title:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #004458;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 17px
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item {
    border: none;
    border-top: 1px solid #D7DCE3;
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px
}

@media (max-width: 766px) {
    .bc_wrap .bc_search_tour .bc_filter .g-filter-item {
        padding: 15px 20px
    }
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .hide {
    display: none
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-title {
    cursor: pointer;
    position: relative
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-title .fa {
    font-size: 22px;
    color: #1a2b48;
    right: 0;
    top: 2px;
    position: absolute
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-title h4,
.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-title h3 {
    font-size: 14px;
    color: #1a2b48;
    line-height: 23px;
    margin: 0;
    font-weight: 500
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content {
    margin-top: 20px
}

@media (max-width: 990px) {
    .bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content {
        display: none
    }
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content ul {
    list-style: none
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .btn-more-item {
    font-size: 14px;
    color: #004458;
    padding: 0;
    text-decoration: none
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .btn-apply-price-range {
    font-size: 14px;
    color: #004458;
    margin-top: 20px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    outline: none
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .bc-filter-price .irs--flat .irs-from,
.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .bc-filter-price .irs--flat .irs-to,
.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .bc-filter-price .irs--flat .irs-single {
    font-size: 11px;
    background-color: #004458
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .bc-filter-price .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #004458
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .bc-filter-price .irs--flat .irs-handle>i:first-child {
    background-color: #004458
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .bc-filter-price .irs--flat .irs-from:before,
.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .bc-filter-price .irs--flat .irs-to:before,
.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-content .bc-filter-price .irs--flat .irs-single:before {
    border-top-color: #004458
}

.bc_wrap .bc_search_tour .bc_filter .g-filter-item .item-title.e-close .fa {
    transform: rotate(180deg) !important
}

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

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

.bc_wrap .bc_detail_tour .bc_banner {
    background-color: #fff !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative
}

.bc_wrap .bc_detail_tour .bc_banner .container {
    position: relative
}

.bc_wrap .bc_detail_tour .bc_banner .bc_gallery {
    height: 500px;
    position: relative
}

@media (max-width: 1366px) {
    .bc_wrap .bc_detail_tour .bc_banner .bc_gallery {
        height: 400px
    }
}

@media (max-width: 1024px) {
    .bc_wrap .bc_detail_tour .bc_banner .bc_gallery {
        height: 300px
    }
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_banner .bc_gallery {
        height: 200px
    }
}

.bc_wrap .bc_detail_tour .bc_banner .bc_gallery .modal .modal-dialog {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: -10px auto 0
}

.bc_wrap .bc_detail_tour .bc_banner .bc_gallery .modal .modal-content {
    padding: 0;
    background: transparent;
    border: none
}

.bc_wrap .bc_detail_tour .bc_banner h1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    margin: 0
}

.bc_wrap .bc_detail_tour .bc_banner .btn-group {
    position: absolute;
    bottom: 30px;
    right: 0
}

.bc_wrap .bc_detail_tour .bc_banner .btn-group .btn {
    margin-left: 10px;
    background: #1a2b4880;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px
}

.bc_wrap .bc_detail_tour .bc_banner .btn-group .btn:hover {
    background: #1a2b48
}

.bc_wrap .bc_detail_tour .bc_banner .btn-group .btn .fa {
    margin-right: 10px
}

.bc_wrap .bc_detail_tour .bc_banner .btn-group .has-icon {
    display: flex;
    align-items: center
}

.bc_wrap .bc_detail_tour .bc_content {
    padding-top: 20px
}

.bc_wrap .bc_detail_tour .bc_content h3 {
    font-size: 1.5rem
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_tour .bc_content h3 {
        font-size: 1.4rem
    }
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_content h3 {
        font-size: 1.2rem
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-header {
    margin-bottom: 10px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: space-between
}

.bc_wrap .bc_detail_tour .bc_content .g-header h2,
.bc_wrap .bc_detail_tour .bc_content .g-header h1 {
    margin-top: 0;
    color: #1a2b48;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3
}

@media (max-width: 990px) {

    .bc_wrap .bc_detail_tour .bc_content .g-header h2,
    .bc_wrap .bc_detail_tour .bc_content .g-header h1 {
        font-size: 24px
    }
}

@media (max-width: 766px) {

    .bc_wrap .bc_detail_tour .bc_content .g-header h2,
    .bc_wrap .bc_detail_tour .bc_content .g-header h1 {
        font-size: 18px
    }

    .bc_wrap .bc_detail_tour .bc_content .g-header .address {
        margin-bottom: 5px
    }

    .bc_wrap .bc_detail_tour .bc_content .g-header .left {
        flex: 0 0 100%
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-header .right {
    min-width: 230px
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_content .g-header .right {
        display: none
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-header .sub-heading {
    color: #5e6d77;
    font-size: 14px
}

.bc_wrap .bc_detail_tour .bc_content .g-header .sub-heading .fa {
    position: relative;
    top: 2px
}

.bc_wrap .bc_detail_tour .bc_content .g-header .review-score .head {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 22px;
    color: #1a2b48;
    font-weight: 400;
    line-height: 25px;
    justify-content: flex-end
}

.bc_wrap .bc_detail_tour .bc_content .g-header .review-score .head .left {
    text-align: right
}

.bc_wrap .bc_detail_tour .bc_content .g-header .review-score .head .left .head-rating {
    display: block;
    line-height: 13px;
    margin-top: 8px
}

.bc_wrap .bc_detail_tour .bc_content .g-header .review-score .head .left .text-rating {
    color: #5191fa;
    font-size: 14px
}

.bc_wrap .bc_detail_tour .bc_content .g-header .review-score .head .score {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 10px 10px 0;
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    min-height: 45px
}

.bc_wrap .bc_detail_tour .bc_content .g-header .review-score .head .score span {
    font-size: 14px;
    color: #fff
}

.bc_wrap .bc_detail_tour .bc_content .g-header .review-score .head .score:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: -8px;
    border: 15px solid transparent;
    border-bottom: 25px solid #5191FA
}

.bc_wrap .bc_detail_tour .bc_content .g-header .review-score .foot {
    color: #5e6d77;
    font-size: 14px;
    text-align: right
}

.bc_wrap .bc_detail_tour .bc_content .g-tour-feature {
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid #D7DCE3;
    border-bottom: 1px solid #D7DCE3;
    margin-bottom: 30px
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_content .g-tour-feature {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 15px
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-tour-feature .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_content .g-tour-feature .item {
        margin-bottom: 0
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-tour-feature .item .icon {
    margin-right: 20px;
    font-size: 45px;
    color: #1a2b48
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_content .g-tour-feature .item .icon {
        line-height: 55px;
        font-size: 40px
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-tour-feature .item .info .name {
    font-size: 14px;
    color: #1a2b48;
    margin: 0 0 3px
}

.bc_wrap .bc_detail_tour .bc_content .g-tour-feature .item .info .value {
    font-size: 14px;
    color: #5e6d77;
    margin: 0
}

.bc_wrap .bc_detail_tour .bc_content .g-overview {
    margin-bottom: 30px
}

.bc_wrap .bc_detail_tour .bc_content .g-overview .description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
    position: relative
}

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

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

.bc_wrap .bc_detail_tour .bc_content .g-overview h4,
.bc_wrap .bc_detail_tour .bc_content .g-overview strong {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 500;
    margin-bottom: 30px
}

@media (max-width: 990px) {

    .bc_wrap .bc_detail_tour .bc_content .g-overview h4,
    .bc_wrap .bc_detail_tour .bc_content .g-overview strong {
        margin-bottom: 10px
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-overview ul {
    padding-left: 25px
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_tour .bc_content .g-overview ul {
        padding-left: 15px
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-overview ul li {
    font-size: 14px;
    color: #5e6d77;
    margin-bottom: 20px;
    list-style: none
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_tour .bc_content .g-overview ul li {
        margin-bottom: 10px
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-overview 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_tour .bc_content .g-overview ul li:before {
        margin-right: 10px
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-attributes {
    margin-bottom: 15px
}

.bc_wrap .bc_detail_tour .bc_content .g-attributes .list-attributes {
    display: flex;
    flex-wrap: wrap
}

.bc_wrap .bc_detail_tour .bc_content .g-attributes .list-attributes .item {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 10px
}

.bc_wrap .bc_detail_tour .bc_content .g-attributes .list-attributes .item i {
    font-size: 16px;
    position: relative
}

.bc_wrap .bc_detail_tour .bc_content .g-attributes .list-attributes .item i.icon-default {
    color: #5191fa
}

@media (max-width: 768px) {
    .bc_wrap .bc_detail_tour .bc_content .g-attributes .list-attributes .item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 420px) {
    .bc_wrap .bc_detail_tour .bc_content .g-attributes .list-attributes .item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-location {
    margin-bottom: 30px
}

.bc_wrap .bc_detail_tour .bc_content .g-location .location-title {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_content .g-location .location-title {
        display: block
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-location .location-title .address {
    color: #5e6d77
}

.bc_wrap .bc_detail_tour .bc_content .g-location iframe {
    width: 100%
}

.bc_wrap .bc_detail_tour .bc_content .g-location #map_content {
    height: 450px
}

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

.bc_wrap .bc_detail_tour .bc_content .g-include-exclude,
.bc_wrap .bc_detail_tour .bc_content .g-include-exclude h3 {
    margin-bottom: 15px
}

.bc_wrap .bc_detail_tour .bc_content .g-include-exclude .item {
    font-size: 14px;
    color: #768090;
    margin-bottom: 15px
}

.bc_wrap .bc_detail_tour .bc_content .g-include-exclude .item .icon-include {
    color: #2ecc71;
    font-size: 23px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.bc_wrap .bc_detail_tour .bc_content .g-include-exclude .item .icon-exclude {
    color: #fa5636;
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary,
.bc_wrap .bc_detail_tour .bc_content .g-itinerary h3 {
    margin-bottom: 15px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .list-item .item {
    min-height: 330px;
    background: #ccc;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    z-index: 20
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .list-item .item .header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .list-item .item .item-title {
    background: #004458;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 5px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .list-item .item .item-desc {
    margin: 0;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .list-item .item .body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #1a2b48;
    opacity: 0;
    color: #fff;
    overflow-y: auto;
    transition: all .3s
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .list-item .item .body .item-desc {
    margin-bottom: 10px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .list-item .item .body .item-title {
    padding: 5px 10px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .list-item .item:hover .body {
    opacity: 1
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled {
    display: block
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 3px;
    background: #1a2b48b3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    left: -20px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled .owl-prev:before {
    content: "";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    color: #fff;
    font-size: 30px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled .owl-prev span {
    display: none
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled .owl-prev {
        left: auto;
        top: 60px;
        right: 75px
    }
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 3px;
    background: #1a2b48b3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    right: -20px
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled .owl-next span {
    display: none
}

.bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled .owl-next:before {
    content: "";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    color: #fff;
    font-size: 30px
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc_content .g-itinerary .owl-nav.disabled .owl-next {
        right: 20px;
        top: 60px
    }
}

.bc_wrap .bc_detail_tour .bc-list-tour-related {
    margin-top: 15px;
    border-top: solid 1px #EAEEF3;
    margin-bottom: 15px
}

@media (max-width: 990px) {
    .bc_wrap .bc_detail_tour .bc-list-tour-related {
        border-top: 0
    }
}

.bc_wrap .bc_detail_tour .bc-list-tour-related h2 {
    font-size: 28px;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 35px
}

@media (max-width: 766px) {
    .bc_wrap .bc_detail_tour .bc-list-tour-related h2 {
        margin-top: 10px;
        font-size: 24px;
        margin-bottom: 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
}