.hotel_rooms_form .form-search-rooms {
    border: 1px solid #d7dce3 !important;
    margin-bottom: 25px;
    border-radius: 0 10px 10px 0;
}

@media (max-width:766px) {
    .hotel_rooms_form .form-search-rooms {
        border-bottom: none
    }
}
.hotel_rooms_form .form-search-rooms .form-search-row>div {
    border-right: 1px solid #d7dce3
}

.hotel_rooms_form .form-search-rooms .form-search-row>div:last-child {
    border-right: 0
}

.hotel_rooms_form .form-search-rooms .form-search-row>div .form-group {
    cursor: pointer;
    margin-bottom: 0;
    position: relative
}

.hotel_rooms_form .form-search-rooms .form-search-row>div .form-group .form-content {
    padding: 15px 5px
}

.hotel_rooms_form .form-search-rooms .form-search-row>div .form-group .form-label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0
}

.hotel_rooms_form .form-search-rooms .form-search-row>div .form-group .render {
    color: #81C5BB !important;
    font-size: 16px
}

.hotel_rooms_form .form-search-rooms .form-search-row>div .form-group .start_date {
    bottom: -5px;
    left: -15px;
    position: absolute;
    right: -15px
}

@media (max-width: 766px) {
    .hotel_rooms_form .form-search-rooms .form-search-row {
        flex-direction: column;
    }
    
    .hotel_rooms_form .form-search-rooms .form-search-row>div {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d7dce3;
    }

    .hotel_rooms_form .form-search-rooms .form-search-row>div:last-child {
        border-bottom: none;
    }

    .hotel_rooms_form .form-search-rooms .form-search-row>div .form-group .start_date {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .hotel_rooms_form .form-search-rooms .form-search-row>div .form-group .form-content {
        padding: 12px 15px;
    }

    .hotel_rooms_form .form-search-rooms .form-search-row>div .form-group .render {
        font-size: 14px;
    }
}

.hotel_rooms_form .form-search-rooms .form-search-row>div .form-group .select-guests-dropdown {
    margin-left: -15px;
    margin-right: -16px
}

.hotel_rooms_form .form-search-rooms .form-search-row>div .dropdown-toggle:after {
    display: none
}

body .daterangepicker{
    right: 1136.67px !important;
}

@media (max-width: 766px) {
    body .daterangepicker {
        right: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 95%;
    }
}

.hotel_rooms_form .form-search-rooms .form-search-row>div .arrow {
    color: #81C5BB;
    font-size: 22px;
    margin-top: 0.1px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.modal-content{
    border-radius: 1.3rem !important;
}

.hotel_rooms_form .form-search-rooms .form-search-row>div.col-btn {
    flex-grow: 1;
    padding: 0
}

.hotel_rooms_form .form-search-rooms .form-search-row .g-button-submit {
    display: flex;
    height: 100%;
    width: 100%
}

.hotel_rooms_form .form-search-rooms .form-search-row .g-button-submit .btn {
    border-radius: 0 10px 10px 0;
    flex-grow: 1;
    font-size: 16px;
    margin-right: -1px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase
}

@media (max-width: 766px) {
    .hotel_rooms_form .form-search-rooms .form-search-row .g-button-submit .btn {
        padding: 12px;
        font-size: 14px;
    }
}

.hotel_rooms_form .hotel_room_book_status {
    border: 1px solid #d7dce3;
    margin-top: 20px;
    padding: 15px;
    position: relative
}

@media (max-width:766px) {
    .hotel_rooms_form .hotel_room_book_status {
        padding: 10px 15px
    }
}

.hotel_rooms_form .hotel_room_book_status .control-book {
    text-align: right
}

@media (max-width:766px) {
    .hotel_rooms_form .hotel_room_book_status .control-book {
        margin-top: 0;
        position: static;
        text-align: left
    }

    .hotel_rooms_form .hotel_room_book_status .control-book .total-room-price {
        display: none
    }

    .hotel_rooms_form .hotel_room_book_status .control-book .btn {
        padding: 5px 10px
    }
}

.hotel_rooms_form .hotel_room_book_status label {
    margin-bottom: 0
}

.hotel_rooms_form .hotel_room_book_status .render {
    color: #464646;
    display: inline-block;
    font-size: 12px
}

.hotel_rooms_form .hotel_room_book_status.sticky {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -2px 10px 0 #b5b5b5;
    position: fixed;
    transform: translateY(100%);
    z-index: 10
}

.hotel_rooms_form .hotel_room_book_status.sticky.active {
    transform: translate(0);
    transition: all .3s
}

.hotel_rooms_form .hotel_room_book_status .is_mobile {
    display: none !important
}

@media (max-width:766px) {
    .hotel_rooms_form .hotel_room_book_status .is_mobile {
        display: flex !important
    }
}

.hotel_rooms_form .hotel_room_book_status .total-room-price {
    color: #ff3f19;
    font-size: 23px;
    font-weight: 600
}

.hotel_rooms_form .hotel_room_book_status .total-room-price span {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

@media (max-width:766px) {
    .hotel_rooms_form .hotel_room_book_status .total-room-price {
        font-size: 18px
    }
}

.hotel_rooms_form .hotel_room_book_status .row_extra_service {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}

.hotel_rooms_form .hotel_room_book_status .row_extra_service label {
    display: inline-block;
    margin-bottom: 5px
}

.hotel_rooms_form .hotel_room_book_status .row_extra_service .form-group {
    margin-bottom: 0
}

.hotel_rooms_form .hotel_room_book_status .row_extra_service .extra-item {
    margin-bottom: 5px
}

.hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6 {
    min-height: 70px;
    position: static
}

.hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6:nth-child(2) {
    border-left: 1px solid #ccc
}

@media (max-width:766px) {
    .hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6:nth-child(2) {
        border: none;
        min-height: auto
    }
}

.hotel_rooms_form .heading-section {
    margin: 20px 0
}

.hotel_rooms_form .hotel_list_rooms {
    border: 1px solid #CACDD1;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width:766px) {
    .hotel_rooms_form .hotel_list_rooms {
        border: none
    }
}

.room-list-header {
    display: grid;
    grid-template-columns: 50% 25% 25%;
    background: #81C5BB;
    color: white;
    padding: 12px 20px;
    font-weight: 500;
    border-bottom: 1px solid #81C5BB;
}

.room-items {
    padding: 0;
}

.room-item {
    display: grid;
    grid-template-columns: 50% 25% 25%;
    padding: 20px;
    align-items: center;
}

.room-item > div {
    padding: 10px;
    height: 132%;
}


.room-item .col-select {
    border-right: none;
}

.room-item > div:last-child {
    border-right: none;
}

.col-room-info {
    padding-right: 20px;
}

.col-guests {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-select {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.col-select .alert {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-top: 5px;
    z-index: 100;
    background: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.col-select select {
    position: relative;
    left: 0;
    width: 115px;
    padding: 8px;
    border: 1px solid #CACDD1;
    border-radius: 4px;
    background: white;
}

.room-item:hover {
    background-color: #f8fffe;
}

@media (max-width: 768px) {
    .room-item {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .room-item > div {
        border-right: none;
    }
    
    .room-item > div:last-child {
        border-bottom: none;
    }
}

.hotel_list_rooms .room-item .image {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

@media (max-width:1023px) {
    .hotel_list_rooms .room-item .image {
        max-height: 200px
    }
}

.hotel_list_rooms .room-item .image img {
    height: auto;
    max-width: 100%
}

.hotel_list_rooms .room-item .image .count-gallery {
    background: rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -ms-filter: none;
    filter: none;
    font-size: 13px;
    line-height: 1em;
    opacity: .7;
    opacity: 1;
    padding: 5px 7px;
    position: absolute;
    right: 0;
    transition: .2s
}

.hotel_list_rooms .room-item .image .count-gallery i {
    margin-right: 3px
}

.hotel_list_rooms .room-item .hotel-info {
    padding-bottom: 20px;
    padding-top: 20px
}

@media (max-width:766px) {
    .hotel_list_rooms .room-item .hotel-info {
        padding: 15px
    }
}

.hotel_list_rooms .room-item .hotel-info .room-name {
    color: #0071c2;
    font-size: 18px;
    margin-bottom: 8px;
    cursor: pointer;
}

@media (max-width:766px) {
    .hotel_list_rooms .room-item .hotel-info .room-name {
        margin-bottom: 15px
    }
}

.hotel_list_rooms .room-item .hotel-info .room-meta {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.hotel_list_rooms .room-item .hotel-info .room-meta li {
    display: inline-block;
    padding-right: 10px
}

.hotel_list_rooms .room-item .hotel-info .room-meta li .item {
    color: #000000
}

.hotel_list_rooms .room-item .hotel-info .room-meta li .item .field-icon {
    align-items: center;
    border: 1px solid #eaeef3;
    border-radius: 5px;
    display: flex;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    line-height: normal;
    margin-right: 0;
    padding: 6px 8px;
    text-align: center;
    width: 40px
}

.hotel_list_rooms .room-item .hotel-info .room-meta li .item span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    color: #000000
}

.hotel_list_rooms .room-item .col-price {
    padding: 20px 10px
}

.hotel_list_rooms .room-item .col-price .price {
    display: block;
    margin-bottom: 10px
}

@media (max-width:766px) {
    .hotel_list_rooms .room-item .col-price {
        padding: 0 15px 15px
    }

    .hotel_list_rooms .room-item .col-price .text-center {
        display: inline-block
    }

    .hotel_list_rooms .room-item .col-price .custom-select {
        display: block;
        max-width: 200px;
        position: relative;
        top: -5px
    }
}

.hotel_list_rooms .room-item .price {
    color: #000000;
    font-size: 18px
}

.hotel_list_rooms .room-item .price span {
    color: #000000;
    font-size: 14px
}

@media (min-width:1400px) {
    .hotel_list_rooms .modal-dialog {
        max-width: 1000px
    }
}

.hotel_list_rooms .modal-dialog .modal-content {
    background: #fff;
    border-radius: 0;
    position: relative;
    bottom: 120px;
}

@media (max-width:1023px) {
    .hotel_list_rooms .modal-dialog .modal-header {
        padding: 10px
    }

    .hotel_list_rooms .modal-dialog .modal-header .modal-title {
        font-size: 16px
    }

    .hotel_list_rooms .modal-dialog .modal-header img {
        max-width: 15px
    }

    .hotel_list_rooms .modal-dialog .modal-body {
        padding: 10px
    }
}

.hotel_list_rooms.loading {
    position: relative
}

.hotel_list_rooms.loading:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.hotel_list_rooms .total-price {
    color: #fa5636;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-right: 15px;
    text-align: center
}

.hotel_list_rooms .col-total {
    padding-left: 0;
    padding-top: 20px
}

@media (max-width:768px) {
    .hotel_list_rooms .form-search-row {
        flex-wrap: wrap
    }

    .hotel_list_rooms .form-search-row>div {
        border-bottom: 1px solid #d7dce3
    }

    .hotel_list_rooms .form-search-row>div:last-child {
        border-bottom: 0
    }

    .hotel_list_rooms .room-item .hotel-info {
        padding: 20px
    }

    .hotel_list_rooms .hotel_rooms_form .col-total {
        padding: 15px 20px;
        text-align: center
    }
}

.hotel_list_rooms .room-attribute-item ul {
    list-style: none;
    margin-top: 10px
}

.hotel_list_rooms .room-attribute-item ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 7px
}

.hotel_list_rooms .room-attribute-item ul li i {
    border: 1px solid #eaeef3;
    border-radius: 4px;
    display: block;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 30px
}

.hotel_list_rooms .list-attributes {
    margin-top: 30px
}

.hotel_list_rooms .list-attributes .attribute-item {
    margin-bottom: 20px
}

.hotel_list_rooms .list-attributes .attribute-item .title {
    font-size: 18px;
    margin-bottom: 10px
}

.hotel_list_rooms .list-attributes .attribute-item ul {
    -moz-column-count: 3;
    column-count: 3;
    list-style: none
}

.hotel_list_rooms .list-attributes .attribute-item ul li {
    margin-bottom: 5px;
    margin-right: 15px
}

.hotel_list_rooms .list-attributes .attribute-item ul li i {
    font-size: 18px;
    margin-right: 4px
}

@media (max-width:767px) {
    .hotel_list_rooms .list-attributes {
        margin-top: 20px
    }

    .hotel_list_rooms .list-attributes .attribute-item {
        margin-bottom: 15px
    }

    .hotel_list_rooms .list-attributes .attribute-item .title {
        font-size: 16px
    }

    .hotel_list_rooms .list-attributes .attribute-item ul {
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (max-width:768px) {
    .bootbox.modal .modal-dialog {
        min-width: 0
    }
}

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

.bravo_wrap .bravo_search_hotel .bravo_banner {
    background-color: #000000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative
}

.bravo_wrap .bravo_search_hotel .bravo_banner h1 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0;
    margin: 0;
    text-align: left
}

@media (max-width:766px) {
    .bravo_wrap .bravo_search_hotel .bravo_banner {
        padding: 70px 0
    }

    .bravo_wrap .bravo_search_hotel .bravo_banner h1 {
        font-size: 28px
    }
}

.bravo_wrap .bravo_search_hotel .bravo_form_search {
    margin-bottom: 50px;
    margin-top: -50px;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_search_hotel .bravo_form_search {
        margin-bottom: 20px;
        margin-top: -30px
    }
}

.bravo_wrap .bravo_search_hotel .bravo_filter {
    border: 1px solid #d7dce3;
    border-radius: 3px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bravo_wrap .bravo_search_hotel .bravo_filter .filter-title {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 13px 0;
    line-height: 28px;
}

@media (max-width:766px) {
    .bravo_wrap .bravo_search_hotel .bravo_filter .filter-title {
        margin-bottom: 10px;
        margin-top: 15px
    }
}

.bravo_wrap .bravo_search_hotel .bravo_filter .filter-title:before {
    background: #81C5BB;
    content: "";
    float: left;
    height: 20px;
    margin-right: 17px;
    position: relative;
    top: 4px;
    width: 3px
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item {
    border: none;
    border-radius: 0;
    border-top: 1px solid #d7dce3;
    margin-bottom: 0;
    padding: 5px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item {
        padding: 15px 20px
    }
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .hide {
    display: none
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title {
    cursor: pointer;
    position: relative
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title .fa {
    color: #000000;
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 2px;
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title h3,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title h4 {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 105px;
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content {
    margin-top: 20px
}

@media (max-width:990px) {
    .bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content {
        display: none
    }
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content ul {
    list-style: none
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .btn-more-item {
    color: #81C5BB;
    font-size: 14px;
    padding: 0;
    text-decoration: none
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .btn-apply-price-range {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    outline: none;
    padding: 0;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to {
    background-color: #81C5BB;
    font-size: 11px
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-bar {
    background-color: #81C5BB;
    height: 12px;
    top: 25px
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-handle>i:first-child {
    background-color: #81C5BB
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from:before,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single:before,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to:before {
    border-top-color: #81C5BB
}

.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title.e-close .fa {
    transform: rotate(180deg) !important
}

@media (max-width: 1200px) {
    .bravo_wrap .bravo_search_hotel .bravo_filter {
        border: 1px solid #d7dce3;
        border-radius: 3px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: unset !important;
    }

}

.bravo_wrap .bravo_search_hotel .bravo-list-item .topbar-search .text {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin: 0
}

.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item {
    margin-top: 15px
}

.bravo_wrap .bravo_detail_hotel .bravo_banner {
    background-color: #fff !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .container {
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery {
    height: 500px;
    position: relative
}

@media (max-width:1366px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery {
        height: 400px
    }
}

@media (max-width:1024px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery {
        height: 300px
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery {
        height: 200px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery .modal .modal-dialog {
    margin: -10px auto 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery .modal .modal-content {
    background: transparent;
    border: none;
    padding: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_banner h1 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 0;
    margin: 0;
    text-align: left
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group {
    bottom: 30px;
    position: absolute;
    right: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group .btn {
    background: rgba(26, 43, 72, .5);
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 15px
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group .btn:hover {
    background: #000000
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group .btn .fa {
    margin-right: 10px
}

.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group .has-icon {
    align-items: center;
    display: flex
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map {
    background-color: #fff;
    display: flex;
    min-height: 100px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery {
    flex: 0 0 65%;
    overflow: hidden
}

@media (max-width:1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery {
        flex: 0 0 100%
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .g-gallery {
    height: 100%;
    margin: 0;
    min-height: 75px;
    position: relative;
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .g-gallery .fotorama__nav-wrap {
    display: none
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .fotorama__stage {
    max-height: 580px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .fotorama__stage {
        max-height: 300px
    }

    .bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .fotorama__stage .fotorama__img {
        top: 0 !important
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .icofont-youtube-play {
    position: relative;
    top: -1px
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_map {
    flex: 1
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_map #map_content {
    height: 100%
}

@media (max-width:1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_map {
        display: none
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .modal .modal-dialog {
    margin: -10px auto 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_banner_map .modal .modal-content {
    background: transparent;
    border: none;
    padding: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_content {
    padding-top: 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none !important;
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content h3 {
        font-size: 1.4rem
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content h3 {
        font-size: 1.2rem
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header {
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header h1,
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width:990px) {

    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h1,
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h2 {
        font-size: 24px
    }
}

@media (max-width:766px) {

    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h1,
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h2 {
        font-size: 18px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .address {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header .address {
        margin-bottom: 5px
    }

    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header .left {
        flex: 0 0 100%
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .right {
    min-width: 230px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header .right {
        display: none
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .sub-heading {
    color: #000000;
    font-size: 14px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .sub-heading .fa {
    position: relative;
    top: 2px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head {
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 22px;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 25px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .left {
    text-align: right
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .left .head-rating {
    display: block;
    line-height: 28px;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .left .text-rating {
    color: #81C5BB;
    font-size: 14.3px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .score {
    background: #81C5BB;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 30px;
    font-weight: 400;
    margin-left: 20px;
    min-height: 45px;
    padding: 10px 10px 0;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .score span {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .score:after {
    border: 15px solid transparent;
    border-bottom: 25px solid #81C5BB;
    bottom: 0;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    width: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .foot {
    color: #000000;
    font-size: 15px;
    text-align: right;
    font-weight: 400;
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .star-rate {
    line-height: 16px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .star-rate .fa-star {
    color: #81C5BB;
    font-size: 16px;
    margin-right: 3px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature {
    border-bottom: 1px solid #d7dce3;
    border-top: 1px solid #d7dce3;
    display: none;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-top: 25px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature {
        margin-bottom: 15px;
        padding-bottom: 5px;
        padding-top: 5px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item {
        margin-bottom: 0
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item .icon {
    color: #000000;
    font-size: 45px;
    margin-right: 20px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item .icon {
        font-size: 40px;
        line-height: 55px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item .info .name {
    color: #000000;
    font-size: 14px;
    margin: 0 0 3px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item .info .value {
    color: #000000;
    font-size: 14px;
    margin: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview {
    border-top: 1px solid #d7dce3;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-top: 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview .description {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview .description {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview .description img {
    height: auto;
    max-width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview h4,
.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview strong {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px
}

@media (max-width:990px) {

    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview h4,
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview strong {
        margin-bottom: 10px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul {
    padding-left: 25px
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul {
        padding-left: 15px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li {
        margin-bottom: 10px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li:before {
    background-color: #000000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 20px;
    width: 5px
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li:before {
        margin-right: 10px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute .btn-show-all {
    margin-top: -10px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute.is_mobile {
    display: none
}

@media (max-width:1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute.is_mobile {
        display: block
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute.is_pc {
    display: block
}

@media (max-width:1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute.is_pc {
        display: none
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes {
    margin-top: 30px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes h3 {
    border-bottom: 1px solid #d7dce3;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes h3:after {
    background: #EBD5BC !important;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes {
    display: flex;
    flex-wrap: wrap
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item {
    flex: 0 0 100%;
    margin-bottom: 15px;
    max-width: 100%
}

@media (max-width:1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item i {
    color: #505050 !important;
    font-size: 30px;
    line-height: 14px;
    margin-right: 5px;
    position: relative;
    top: 5px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item i.icon-default {
    font-size: 16px;
    position: relative;
    top: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-location {
    margin-bottom: 30px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-location .location-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-location .location-title {
        display: block
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-location .location-title .address {
    color: #000000
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-location iframe {
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-location #map_content {
    height: 450px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-location #map_content {
        height: 300px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq {
    border-bottom: 1px solid #d7dce3;
    border-top: 1px solid #d7dce3;
    margin-bottom: 25px;
    padding-top: 25px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item {
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 10px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item:last-child {
    border: none
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header {
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 15px
}

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

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header h5 {
    color: #000000;
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header h5 {
        font-size: 14px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header .arrow {
    float: right;
    font-size: 20px;
    position: relative;
    top: -8px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .body {
    color: #000000;
    font-size: 14px;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: all .3s
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item.active .header .arrow {
    transform: rotate(180deg)
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item.active .body {
    height: auto;
    padding-bottom: 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .bravo-hr {
    background: #eaeef3;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules {
    margin-top: 30px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules h3 {
    margin-bottom: 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .description {
    margin-top: 5px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .value {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 4px;
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .key {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #81C5BB;
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .strong {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
    line-height: 24px;
    color: #000000;
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .row {
    margin-bottom: 15px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .item {
    color: #000000;
    margin-bottom: 15px
}

.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .context {
    white-space: pre-wrap
}

.bravo_wrap .bravo_detail_hotel .g-gallery {
    margin: 10px 0;
    min-height: 75px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr.fotorama__arr--prev {
    left: 30px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after {
    background: url(/images/ico_pre.svg?1f22e6895c2248d54a18cb5c5836c1de);
    content: ""
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr.fotorama__arr--next {
    right: 30px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after {
    background: url(/images/ico_next.svg?83040587782b157af640fadcdd8f9206);
    content: ""
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr {
    background: none;
    background-color: rgba(26, 43, 72, .6);
    border-radius: 3px;
    height: 40px;
    width: 40px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr:after {
    height: 24px;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 7px;
    width: 24px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__fullscreen-icon {
    background: none;
    bottom: 30px;
    height: 40px;
    right: 30px;
    top: auto;
    width: 40px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__fullscreen-icon:before {
    background: url(/images/ico_full_3.svg?52aee4c184c2b02bc0639c7059375501);
    content: "";
    height: 24px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    top: 7px;
    width: 24px;
    z-index: 1
}

.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__fullscreen-icon:after {
    background: rgba(26, 43, 72, .5);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social {
    position: absolute;
    right: 30px;
    top: 30px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share {
    display: inline-flex
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share:hover .share-wrapper {
    opacity: 1;
    visibility: visible
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share a {
    text-decoration: none
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .social-icon {
    align-items: center;
    background: rgba(26, 43, 72, .7);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 19px;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    padding-top: 2px;
    width: 40px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .share-wrapper {
    left: 0;
    opacity: 0;
    padding-left: 0;
    padding-top: 5px;
    position: absolute;
    top: 100%;
    transition: all .3s;
    visibility: hidden;
    z-index: 1
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .share-wrapper li {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-bottom: 5px;
    width: 40px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .share-wrapper li a {
    color: #000000
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .service-wishlist {
    align-items: center;
    background: rgba(26, 43, 72, .7);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 19px;
    height: 40px;
    justify-content: center;
    padding-top: 2px;
    width: 40px
}

.bravo_wrap .bravo_detail_hotel .g-gallery .social .service-wishlist.active .fa:before {
    content: "\f004"
}

.bravo_wrap .bravo_detail_hotel .btn-show-all {
    color: #81C5BB;
    cursor: pointer
}

.bravo_wrap .bravo_detail_hotel .btn-show-all i {
    margin-left: 2px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related {
    border-top: 1px solid #eaeef3;
    margin-bottom: 15px;
    margin-top: 15px
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related {
        border-top: 0
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related h2 {
    font-size: 28px;
    margin-bottom: 35px;
    margin-top: 35px;
    text-align: center
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related h2 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 10px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .sale_info {
    align-items: center;
    background-color: #81C5BB;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: -25px;
    width: 50px;
    z-index: 999
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .featured {
    background: #ed0925;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    z-index: 1
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image {
    background: #ccc;
    height: 185px;
    overflow: hidden;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image a img {
    max-width: 100%;
    transition: all .3s
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image a:before {
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, .75));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    z-index: 10
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper .price .onsale {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -18px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper .price .unit {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 10
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all .3s
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist:hover i {
    color: #6C1C18
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist.active i {
    color: #6C1C18
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .location {
    color: #000000;
    font-size: 13px;
    margin: 0 15px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .category {
    margin: 0 15px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .category .fa {
    color: #687882;
    opacity: .6
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .service-review {
    margin: 10px 15px 0
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .service-review .rate {
    color: #81C5BB !important;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .service-review .review {
    color: #6a7a84;
    margin-left: 30px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -18px;
    position: absolute;
    top: 8px;
    width: 4px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 15px 5px;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .item-title {
        min-height: auto
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .item-title a {
    color: #1a2b50
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info {
    margin: 0 15px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info:after,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info:before {
    clear: both;
    content: "";
    display: table
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price {
    text-align: left
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .prefix {
    color: #000000;
    display: inline-block;
    font-weight: 400;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .price .text-price {
    color: #000000;
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .price .onsale {
    color: #c03 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .price .unit {
    color: #000000;
    font-size: 14px;
    font-weight: 400
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .star-rate {
    bottom: 10px;
    left: 15px;
    position: absolute;
    z-index: 1
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars {
    margin: 0;
    padding: 0;
    width: 90px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars:before {
    clear: both;
    content: "";
    display: table
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars li {
    float: left;
    list-style: none;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars li .fa {
    color: #fa5636;
    font-size: 15px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop.infobox-item {
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop.infobox-item:after {
    background: #fff;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    box-shadow: 1px 1px 0 #dfdfdf;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 0
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list {
    border: 1px solid #dfdfdf;
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list {
        flex-wrap: wrap
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .sale_info {
    align-items: center;
    background-color: #81C5BB;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: -25px;
    width: 50px;
    z-index: 999
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .featured {
    background: #ed0925;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    z-index: 1
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image {
    background: #ccc;
    flex: 0 0 30%;
    height: 190px;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image {
        flex: 0 0 100%
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image a img {
    max-width: 100%;
    transition: all .3s
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image a:before {
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, .75));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    z-index: 10
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper .price .onsale {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -18px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper .price .unit {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist i {
    font-size: 18px;
    transition: all .3s
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist:hover i {
    color: #6C1C18
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist.active i {
    color: #6C1C18
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review {
    display: none;
    padding: 10px 0 0
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review .rate {
    color: #81C5BB
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review .review {
    color: #6a7a84;
    margin-left: 30px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -18px;
    position: absolute;
    top: 8px;
    width: 4px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review {
        display: block
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head {
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 25px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .left {
    text-align: right
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .left .head-rating {
    display: block;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 1px;
    margin-top: 8px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .left .text-rating {
    color: #81C5BB;
    font-size: 14px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .score {
    background: #81C5BB;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 400;
    margin-left: 12px;
    min-height: 38px;
    padding: 7px 7px 0 9px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .score span {
    color: #fff;
    font-size: 14px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .score:after {
    border: 15px solid transparent;
    border-bottom-color: #81C5BB;
    bottom: 0;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    width: 0
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .score:after {
    border: 15px solid transparent;
    border-bottom-color: #81C5BB;
    bottom: 0;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    width: 0
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .foot {
    color: #000000;
    font-size: 14px;
    text-align: right
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc {
        display: none
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info {
    flex: 0 0 45%;
    padding: 15px;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info {
        display: flex;
        flex: 0 0 100%;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info>div {
        flex: 0 0 100%
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .item-title {
        margin-bottom: 0;
        min-height: auto;
        order: 2
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .item-title a {
    color: #1a2b50
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .location {
    bottom: 10px;
    color: #000000;
    font-size: 13px;
    left: 15px;
    position: absolute
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .location {
        bottom: 0;
        left: 0;
        margin-bottom: 3px;
        margin-top: 5px;
        order: 3;
        position: relative
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .location i {
    font-size: 16px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .star-rate {
    z-index: 1
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .star-rate {
        order: 1
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars {
    margin: 0;
    padding: 0;
    width: 90px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars:before {
    clear: both;
    content: "";
    display: table
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars li {
    float: left;
    list-style: none;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
    color: #fa5636;
    font-size: 14px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms {
        order: 4
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .attr-title {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .attr-title i {
    margin-right: 2px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes .item {
    color: #000000;
    font-size: 13px;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes .item:before {
    background: gray;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 5px;
    vertical-align: middle;
    width: 2px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
    display: none
}

@media (max-width:1280px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes {
        display: none
    }

    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes:first-child {
        display: block
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes {
        display: block
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price {
    flex: 1;
    padding: 15px 15px 15px 0;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price {
        flex: 0 0 100%;
        padding: 0 15px 10px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price:before {
    border-right: 1px solid #dfdfdf;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    top: 15px
}

@media (max-width:1280px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price:before {
        left: 0
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price:before {
        display: none
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price {
    bottom: 10px;
    float: right;
    position: absolute;
    right: 15px;
    text-align: right
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price {
        border-top: 1px solid #dfdfdf;
        bottom: 0;
        float: none;
        left: 0;
        margin-top: 10px;
        padding-top: 5px;
        position: relative;
        text-align: left
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .prefix {
    color: #000000;
    display: inline-block;
    font-weight: 400;
    left: -3px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .price .text-price {
    color: #000000;
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .price .onsale {
    color: #c03 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .price .unit {
    color: #000000;
    font-size: 14px;
    font-weight: 400
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .text-review {
    color: #4b4b4c;
    display: none;
    float: right;
    position: relative;
    top: 5px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .text-review {
        display: block
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget {
    margin-top: 30px
}

@media (max-width:1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget {
        margin-bottom: 30px
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .heading {
    border-bottom: 1px solid #e2e2e2;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .heading:after {
    background: #EBD5BC !important;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
    padding-bottom: 10px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-left {
    padding-right: 15px;
    width: 100px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-left img {
    max-width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body {
    width: auto
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .media-heading {
    font-size: 14px;
    margin-top: 5px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .price-wrapper {
    color: #000000;
    font-size: 12px;
    margin-top: 8px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .price-wrapper .price {
    color: #000000;
    font-size: 16px;
    font-weight: 500
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .star-rate {
    line-height: 16px
}

.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .star-rate .fa-star {
    color: #81C5BB;
    font-size: 12px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap {
    margin-top: 20px
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap {
        display: none;
        margin: 0
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap #sticky-wrapper .bravo_tour_book {
        position: relative !important;
        top: 0 !important;
        width: auto !important
    }

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

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .bravo_tour_book {
        flex-grow: 1
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show #sticky-wrapper {
        flex: 1;
        height: auto !important
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-head {
        padding: 10px 15px
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-head .price .value .onsale {
        display: inline-block;
        font-size: 16px
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .date-wrapper,
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-guest-search,
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-section-group {
        padding: 10px 15px
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show label {
        margin: 0 !important
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-section-group .form-section-title {
        font-size: 16px
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-section-group .form-group {
        padding-top: 0
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-section-group .form-group:last-child {
        padding-bottom: 0
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .submit-group {
        padding: 10px 15px;
        text-align: right
    }

    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .submit-group .btn {
        font-size: 14px;
        padding: 7px 16px 5px;
        width: auto
    }
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book {
    background: #fff;
    border: 1px solid #d7dce3;
    border-radius: 0 0 4px 4px;
    border-top: 5px solid #81C5BB;
    position: relative;
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .tour-sale-box {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: -5px;
    width: 70px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .tour-sale-box .sale_class {
    background-color: #c03;
    color: #fff;
    font-size: 15px;
    height: 48px;
    line-height: 65px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -9px;
    transform: rotate(45deg);
    width: 90px;
    z-index: 8
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head {
    border-bottom: 1px solid #d7dce3;
    color: #000000;
    font-size: 14px;
    padding: 20px;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price {
    align-items: flex-end;
    color: #000000;
    display: flex;
    font-size: 18px;
    font-weight: 500
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price .label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 0;
    position: relative;
    top: -3px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price .value {
    line-height: 28px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price .value .text-lg {
    color: #00001e;
    font-size: 24px;
    font-weight: 500
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price .value .onsale {
    color: #c03 !important;
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group {
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group .item-disable .icon,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group .item-disable .render,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group .item-disable input,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group .item-disable label {
    color: #888 !important
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-date-search,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-date-search-hotel {
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-date-search .start_date,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-date-search-hotel .start_date {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search {
    align-items: center;
    display: flex;
    padding: 15px 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .check-in-wrapper,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .guest-wrapper,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .check-in-wrapper,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .guest-wrapper {
    float: left;
    padding: 0;
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .check-in-wrapper label,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .guest-wrapper label,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .check-in-wrapper label,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .guest-wrapper label {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .check-in-wrapper .render,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .guest-wrapper .render,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .check-in-wrapper .render,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .guest-wrapper .render {
    color: #000000;
    font-size: 13px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .fa,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .fa {
    font-size: 25px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .input-number-group .input input,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .input-number-group .input input {
    background: none;
    border: none;
    color: #000;
    margin-left: 15px;
    text-align: center;
    width: 35px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group {
    padding: 15px 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group .form-section-title {
    font-size: 18px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group label {
    color: #000000;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group .render {
    color: #000000;
    font-size: 13px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group .form-group {
    border-bottom: 0;
    padding: 10px 0
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .submit-group {
    border-top: 1px solid #d7dce3;
    padding: 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .submit-group .btn {
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .submit-group .alert-text {
    margin-top: 10px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-total {
    border-top: 1px solid #d7dce3;
    padding: 15px 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-total label {
    font-size: 16px;
    margin-bottom: 0
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-total .price {
    float: right
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .nav-enquiry .enquiry-item {
    flex: 0 0 50%;
    text-align: center
}

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

.bravo_wrap .bravo_detail_hotel .bravo_single_book .nav-enquiry .enquiry-item.active span {
    border-bottom: 1px solid #81C5BB;
    color: #81C5BB
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry {
    padding: 20px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .btn-primary {
    color: #fff;
    font-size: 16px;
    width: 100%
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .btn-primary.is-success {
    background: #797979 !important
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .btn-primary.is-success .fa {
    display: none
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .form-control {
    border-left: none;
    border-right: none;
    border-top: none
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry textarea {
    height: 100px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .alert-text {
    margin-top: 10px
}

.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-send-enquiry {
    margin: 20px 0;
    text-align: center
}

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

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile {
        display: block
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .container {
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 65px
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left,
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .right {
    flex: 0 0 50%;
    max-width: 50%
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .prefix {
    color: #000000;
    display: inline-block
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .fr_text {
    font-size: 12px
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .price {
    display: inline-block;
    position: relative
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .price .text-price {
    color: #000000;
    font-size: 20px;
    font-weight: 500
}

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

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price i {
    font-size: 18px
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

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

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

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

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

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

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

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

@media (max-width:340px) {
    .bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .review {
        display: none
    }
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .right {
    text-align: right
}

.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .btn-primary {
    color: #fff;
    padding: 8px 20px 6px;
    text-transform: uppercase
}



.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item span {
    border-bottom: 1px solid transparent;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    margin-top: 5px;
}

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item.active span {
    color: #ffffff;
}


.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry {
    padding: 20px;
}

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

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

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary.is-success .fa {
    display: none
}

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .form-control {
    border-left: none;
    border-right: none;
    border-top: none
}

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry textarea {
    height: 100px
}

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .alert-text {
    margin-top: 10px
}

.bravo_wrap .bravo_detail_hotel #enquiry_form_modal,
.bravo_wrap .bravo_detail_hotel #enquiry_form_modal .modal-dialog {
    z-index: 9999
}

.bravo_wrap .bravo_detail_hotel #enquiry_form_modal:before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998
}

.bravo_wrap .bravo_search_map .list-item {
    margin-top: 15px
}

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

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

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

.cart-total-group li .label {
    color: #000000;
    flex-grow: 1;
    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: #000000;
    font-size: 16px;
    font-weight: 500
}

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

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

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

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

.has-search-map .bravo_wrap .bravo_header .content {
    background: transparent
}

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

.has-search-map .bravo_wrap .bravo_header .header-right {
    width: 20%
}

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

.has-search-map .bravo_wrap .bravo_search_tour {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto
}

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

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map {
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
    padding: 12px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item {
    flex-grow: 1;
    padding: 0 8px
}

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

    .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item:last-child {
        border-bottom: none
    }
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    margin-top: -1px;
    min-width: 250px;
    padding: 20px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item .dropdown-toggle:after {
    display: none
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form {
    background: #fff;
    box-shadow: none
}

@media (max-width:990px) {
    .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form {
        border: 1px solid #ccc;
        border-bottom: none;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
        display: block !important
    }
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-group {
    border: 1px solid #e0e0e0;
    height: 42px;
    margin-bottom: 0;
    position: relative;
    border-radius: 8px;
}

@media (max-width:990px) {
    .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-group {
        border: none
    }
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .border-right {
    border-right: 1px solid #d7dce3
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-detination {
    padding: 8px;
    position: relative;
    transition: all .3s
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-detination #dropdown-destination {
    padding-left: 40px
}

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

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-detination #dropdown-destination .form-control option {
    color: #000
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .render {
    color: #81c5bb;
    font-size: 14px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-icon {
    color: #000000;
    font-size: 23px;
    left: 8px;
    margin-top: -12px;
    position: absolute;
    top: 50%
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search {
    padding: 10px 15px 8px;
    position: relative;
    transition: all .3s
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .date-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .date-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .date-wrapper {
    padding-left: 15px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .start_date,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .start_date,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .start_date {
    position: absolute
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper {
    padding-left: 10px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper .check-out-render {
    display: inline-block;
    width: auto
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper span {
    color: #000000;
    padding: 0 5px;
    position: relative
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper label {
    display: block
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-out,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-out,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-out {
    bottom: 1px;
    left: -15px;
    opacity: 0;
    position: absolute;
    z-index: -1
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .filter-simple .form-group .filter-title {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px;
    color  : #81c5bb;
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .g-button-submit {
    margin: 0 -1px 0 -15px;
    min-height: 66px;
    position: relative
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .g-button-submit button {
    background: #81C5BB;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-weight: 500;
    height: 100%;
    left: 0;
    margin-right: -15px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content {
    padding: 8px 8px 8px 40px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search {
    position: static
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text {
    color: #4b4b4b;
    font-size: 14px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text::-moz-placeholder {
    color: #4b4b4b
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text::placeholder {
    color: #4b4b4b
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search:after {
    color: #4b4b4b;
    right: 15px;
    top: 18px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .bravo-autocomplete {
    left: -1px;
    margin-top: 1px;
    right: -1px
}

.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .g-map-place>.form-control {
    height: 25px
}

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

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

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

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

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

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

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

.has-search-map .bravo_search_map .results_item #advance_filters {
    background: #fff;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    right: 0;
    top: 46%;
    max-height: 100%;
    z-index: 999999
}

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

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

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

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

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

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

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

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

.has-search-map .bravo_search_map .results_item .text-paginate h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 0
}

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

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

@media (max-height: 601px) and (max-width: 1201px) {
    .has-search-map .bravo_search_map .results_item {
        top: 68% !important;
        width: 650px !important;
        height: 345px !important;
    }
    .bravo_wrap .bravo-list-hotel .item-loop {
        width: 270px;
        height: 375px;
    }
    .bravo_wrap .bravo-list-hotel .item-loop .item-title {
        font-size: 13px;
    }
    .bravo_wrap .bravo-list-hotel .item-loop .sale_info{
        top: -49px;
    }
    .bravo_wrap .bravo-list-hotel .item-loop .list-star .fa {
        font-size: 12.5px;
    }
    .bravo_wrap .bravo-list-hotel .item-loop .service-review .rate{
        font-size: 13.5px;
    }
    .bravo_wrap .bravo-list-hotel .item-loop .service-review .review{
        font-size: 13.5px;
    }
    .bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price .text-price{
        font-size: 16px;
    }
    .bravo_wrap .item-loop .amenities{
        position: relative;
        top: -9px;
        padding-top: 12px !important;
    }
}

@media (max-width:990px) {
    .has-search-map .bravo_search_map .results_item #advance_filters {
        top: 61.5%;
        position: fixed
    }
}
@media (max-width:1023px) {
    .has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item {
        height: auto
    }
}

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

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

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

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

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

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

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

.has-search-map .bravo-filter-price .irs--flat .irs-bar {
    background-color: #81C5BB;
    height: 12px;
    top: 25px
}

.has-search-map .bravo-filter-price .irs--flat .irs-handle>i:first-child {
    background-color: #81C5BB
}

.has-search-map .bravo-filter-price .irs--flat .irs-from:before,
.has-search-map .bravo-filter-price .irs--flat .irs-single:before,
.has-search-map .bravo-filter-price .irs--flat .irs-to:before {
    border-top-color: #81C5BB
}

.has-search-map .bravo_search_map .results_map .item-loop {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop a {
    text-decoration: none;
    transition: all .3s
}

.has-search-map .bravo_search_map .results_map .item-loop .sale_info {
    align-items: center;
    background-color: #81C5BB;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: -25px;
    width: 50px;
    z-index: 999
}

.has-search-map .bravo_search_map .results_map .item-loop .featured {
    background: #ed0925;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    z-index: 1
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image {
    background: #ccc;
    height: 185px;
    overflow: hidden;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image:hover a img {
    transform: scale(1.1)
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image a img {
    max-width: 100%;
    transition: all .3s
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image a:before {
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, .75));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    z-index: 10
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper .price {
    display: inline-block;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper .price .onsale {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -18px
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper .price .unit {
    color: #fff;
    font-size: 14px
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 10
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all .3s
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist.loading i,
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist:hover i {
    color: #6C1C18
}

.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist.active i {
   color: #6C1C18
}

.has-search-map .bravo_search_map .results_map .item-loop .location {
    color: #000000;
    font-size: 13px;
    margin: 0 15px
}

.has-search-map .bravo_search_map .results_map .item-loop .location i {
    font-size: 16px;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop .category {
    margin: 0 15px
}

.has-search-map .bravo_search_map .results_map .item-loop .category .fa {
    color: #687882;
    opacity: .6
}

.has-search-map .bravo_search_map .results_map .item-loop .service-review {
    margin: 5px 15px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.has-search-map .bravo_search_map .results_map .item-loop .service-review .rate {
    color: #81C5BB
}

.has-search-map .bravo_search_map .results_map .item-loop .service-review .review {
    color: #6a7a84;
    margin-left: auto;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 15px 5px;
    position: relative
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop .item-title {
        min-height: auto
    }
}

.has-search-map .bravo_search_map .results_map .item-loop .item-title a {
    color: #1a2b50
}

.has-search-map .bravo_search_map .results_map .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.has-search-map .bravo_search_map .results_map .item-loop .info {
    margin: 0 15px
}

.has-search-map .bravo_search_map .results_map .item-loop .info:after,
.has-search-map .bravo_search_map .results_map .item-loop .info:before {
    clear: both;
    content: "";
    display: table
}

.has-search-map .bravo_search_map .results_map .item-loop .info .g-price {
    text-align: left
}

.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .prefix {
    color: #000000;
    display: inline-block;
    font-weight: 400;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .price {
    display: inline-block;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .price .text-price {
    color: #1a2b48;
    font-size: 18px;
    font-weight: 500;
}

.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .price .onsale {
    color: #c03 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .price .unit {
    color: #000000;
    font-size: 14px;
    font-weight: 400
}

.has-search-map .bravo_search_map .results_map .item-loop .star-rate {
    bottom: 10px;
    left: 15px;
    position: absolute;
    z-index: 1
}

.has-search-map .bravo_search_map .results_map .item-loop .list-star {
    display: flex;
    align-items: center;
    gap: 4px;
}

.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars {
    margin: 0;
    padding: 0;
    width: 90px
}

.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars:after,
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars:before {
    clear: both;
    content: "";
    display: table
}

.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li {
    float: left;
    list-style: none;
    margin-right: 5px
}

.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li .fa {
    color: #fa5636;
    font-size: 15px
}

.has-search-map .bravo_search_map .results_map .item-loop.infobox-item:after {
    background: #fff;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    box-shadow: 1px 1px 0 #dfdfdf;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 0
}

.has-search-map .bravo_search_map .results_map .item-loop-list {
    border: 1px solid #dfdfdf;
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list {
        flex-wrap: wrap
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list a {
    text-decoration: none;
    transition: all .3s
}

.has-search-map .bravo_search_map .results_map .item-loop-list .sale_info {
    align-items: center;
    background-color: #81C5BB;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: -25px;
    width: 50px;
    z-index: 999
}

.has-search-map .bravo_search_map .results_map .item-loop-list .featured {
    background: #ed0925;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    z-index: 1
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image {
    background: #ccc;
    flex: 0 0 30%;
    height: 190px;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image {
        flex: 0 0 100%
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image:hover a img {
    transform: scale(1.1)
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image a img {
    max-width: 100%;
    transition: all .3s
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image a:before {
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, .75));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    z-index: 10
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper .price {
    display: inline-block;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper .price .onsale {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -18px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper .price .unit {
    color: #fff;
    font-size: 14px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist i {
    font-size: 18px;
    transition: all .3s
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist.loading i,
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist:hover i {
    color: #6C1C18
}

.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist.active i {
    color: #6C1C18
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review {
    display: none;
    padding: 10px 0 0
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review .rate {
    color: #81C5BB
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review .review {
    color: #6a7a84;
    margin-left: 30px;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review .review:after {
    background: #d0d7dd;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -18px;
    position: absolute;
    top: 8px;
    width: 4px
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .service-review {
        display: block
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head {
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 25px;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .left {
    text-align: right
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .left .head-rating {
    display: block;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 1px;
    margin-top: 8px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .left .text-rating {
    color: #81C5BB;
    font-size: 14px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .score {
    background: #81C5BB;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 400;
    margin-left: 12px;
    min-height: 38px;
    padding: 7px 7px 0 9px;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .score span {
    color: #fff;
    font-size: 14px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .score:after {
    border: 15px solid transparent;
    border-bottom-color: #81C5BB;
    bottom: 0;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    width: 0
}

.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .foot {
    color: #000000;
    font-size: 14px;
    text-align: right
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc {
        display: none
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info {
    flex: 0 0 45%;
    padding: 15px;
    position: relative
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info {
        display: flex;
        flex: 0 0 100%;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info>div {
        flex: 0 0 100%
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .item-title {
        margin-bottom: 0;
        min-height: auto;
        order: 2
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .item-title a {
    color: #1a2b50
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .location {
    bottom: 10px;
    color: #000000;
    font-size: 13px;
    left: 15px;
    position: absolute
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .location {
        bottom: 0;
        left: 0;
        margin-bottom: 3px;
        margin-top: 5px;
        order: 3;
        position: relative
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .location i {
    font-size: 16px;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .star-rate {
    z-index: 1
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .star-rate {
        order: 1
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars {
    margin: 0;
    padding: 0;
    width: 90px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars:after,
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars:before {
    clear: both;
    content: "";
    display: table
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars li {
    float: left;
    list-style: none;
    margin-right: 5px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
    color: #fa5636;
    font-size: 14px
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms {
        order: 4
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .attr-title {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .attr-title i {
    margin-right: 2px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes .item {
    color: #000000;
    font-size: 13px;
    margin-right: 5px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes .item:before {
    background: gray;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 5px;
    vertical-align: middle;
    width: 2px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
    display: none
}

@media (max-width:1280px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes {
        display: none
    }

    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes:first-child {
        display: block
    }
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes {
        display: block
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price {
    flex: 1;
    padding: 15px 15px 15px 0;
    position: relative
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price {
        flex: 0 0 100%;
        padding: 0 15px 10px
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price:before {
    border-right: 1px solid #dfdfdf;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    top: 15px
}

@media (max-width:1280px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price:before {
        left: 0
    }
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price:before {
        display: none
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price {
    bottom: 10px;
    float: right;
    position: absolute;
    right: 15px;
    text-align: right
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price {
        border-top: 1px solid #dfdfdf;
        bottom: 0;
        float: none;
        left: 0;
        margin-top: 10px;
        padding-top: 5px;
        position: relative;
        text-align: left
    }
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .prefix {
    color: #000000;
    display: inline-block;
    font-weight: 400;
    left: -3px;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .prefix i {
    color: #ffc107;
    font-size: 16px
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .price {
    display: inline-block;
    position: relative
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .price .text-price {
    color: #000000;
    font-size: 18px;
    font-weight: 500
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .price .onsale {
    color: #c03 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .price .unit {
    color: #000000;
    font-size: 14px;
    font-weight: 400
}

.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .text-review {
    color: #4b4b4c;
    display: none;
    float: right;
    position: relative;
    top: 5px
}

@media (max-width:766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .text-review {
        display: block
    }
}

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry {
    border-radius: 10px;
    display: flex;
    gap: 3px;
}

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item {
    background: #CAE5E0;
    cursor: pointer;
    color: #ffffff;
    padding: 12px 29px;
    border-radius: 4px 4px 0 0;

}

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item.active {
    background: #81C5BB;
}

.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item:hover {
    background: #4aab93;
}


.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item img {
    width: 27px;
    height: 27px;
}

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

.bravo_form_search .border-right {
    background: #FFFFFF;
    border-right: 1px solid #dee2e6 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.bravo_form_search .border-right:first-child {
    border-radius: 4px 0 0 4px;
}

.bravo_form_search .border-right:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

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

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

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

.cart-total-group li .label {
    color: #000000;
    flex-grow: 1;
    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: #000000;
    font-size: 16px;
    font-weight: 500
}

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

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

.bravo_wrap .bravo_form {
    background: unset;
    border-radius: unset;
    box-shadow: unset;
}

.fa-angle-down {
    color: #81C5BB;
}

.form-group .form-content .smart-search .smart-search-location::placeholder {
    color: #000000 !important;
}

/* .form-group .icon-search-form {
    display: none;
} */

.form-group .field-icon.icofont-beach {
    display: none;
}

.has-search-map .bravo_search_map {
    background: #FFFFFF;
    direction: ltr;
    display: flex;
    flex-grow: 1;
    min-height: 0;
    height: 768px;

}

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

.has-search-map .bravo_search_map .results_map {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

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

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

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

.has-search-map .bravo_search_map .results_item {
    position: absolute;
    top: 65%;
    right: 4.8%;
    transform: translateY(-50%);
    width: 888px;
    height: 500px;
    z-index: 10;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
}

.filter-items li {
    list-style: none;
}

@media (max-width: 990px) {
    .has-search-map .bravo_search_map .results_item {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .thumb-image {
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        overflow: hidden;
    }

    .thumb-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.has-search-map .bravo_search_map #advance_filters {
    top: 33%;
    right: 2.65%;
    position: absolute;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    z-index: 999999;
    overflow-x: hidden;
}

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


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

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

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

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

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

.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-items .filter-term-item label {
    margin-bottom: 8px;
    font-weight: 400px;
    font-style: 16px;
    line-height: 24px;

}

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

.has-search-map .bravo_search_map .results_item .text-paginate {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    padding: 15px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 24px;
}

.has-search-map .bravo_search_map .results_item .text-paginate h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0
}

.has-search-map .bravo_search_map .results_item .listing_items {
    height: 100%;
    overflow-x: hidden;
}

.has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item {
    padding: 0 10px;
}

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

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

@media (max-width: 990px) {
    .has-search-map .bravo_search_map .results_item {
        width: 100%;
        height: auto;
        position: relative;
        transform: none;
        top: 0;

    }
}

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

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

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

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

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

.has-search-map .bravo-filter-price .irs--flat .irs-bar {
    background-color: #81C5BB;
    height: 12px;
    top: 25px
}

.has-search-map .bravo-filter-price .irs--flat .irs-handle>i:first-child {
    background-color: #81C5BB
}

.has-search-map .bravo-filter-price .irs--flat .irs-from:before,
.has-search-map .bravo-filter-price .irs--flat .irs-single:before,
.has-search-map .bravo-filter-price .irs--flat .irs-to:before {
    border-top-color: #81C5BB
}



.bravo_wrap .bravo_header .content .header-left {
    align-items: center;
    display: flex;
    height: 100%;
    min-height: 90px;
    position: relative;
}

.bravo_wrap .bravo_form .form-date-search .date-wrapper::after {
    top: 18px
}

.item-loop {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.bravo_wrap .item-loop .amenities {
    border-top: 1px solid #CACDD1;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    margin: 15px 15px 0;
    padding-top: 15px
}

.bravo_wrap .item-loop .amenities .amenity {
    align-items: center
}

.bravo_wrap .item-loop .amenities .amenity .input-icon {
    color: #505050;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px
}

@media (min-width: 992px) and (max-width: 1200px) {
     .item-loop {
        width: 225px;
        height: 421px;
    }
    .bravo_wrap .item-loop .amenities{
        font-size: 12px;
    }
}

 .item-loop:hover a {
    color: #6C1C18;
}

 .item-loop a {
    text-decoration: none;
    transition: all .3s;
    color: #000000;
}

 .item-loop .sale_info {
    align-items: center;
    background-color: #6C1C18  !important;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 2px;
    top: -45px;
    width: 50px;
    z-index: 999;
}

 .item-loop .featured {
    background: #194461;
    color: #EBDAC7;
    border-radius: 8px 0 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 8px 12px 8px 12px;
    gap: 10px;
    position: absolute;
    z-index: 1;
}

 .item-loop .thumb-image {
    background: #ccc;
    height: 185px;
    overflow: hidden;
    position: relative;
}

 .item-loop .thumb-image:hover a img {
    transform: scale(1.1);
}

 .item-loop .thumb-image a img {
    max-width: 100%;
    transition: all .3s;
}

 .item-loop .thumb-image a:before {
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, .75));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

 .item-loop .thumb-image .price-wrapper {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 15px;
    position: absolute;
    z-index: 10;
}

 .item-loop .thumb-image .price-wrapper .price {
    display: inline-block;
    position: relative;
}

 .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

 .item-loop .thumb-image .price-wrapper .price .onsale {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -18px;
}

 .item-loop .thumb-image .price-wrapper .price .unit {
    color: #fff;
    font-size: 14px;
}

 .item-loop .thumb-image .service-wishlist {
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 10;
}

 .item-loop .thumb-image .service-wishlist i {
    font-size: 16px;
    transition: all .3s;
}

 .item-loop .thumb-image .service-wishlist.loading i,
 .item-loop .thumb-image .service-wishlist:hover i {
    color: #6C1C18;
}

 .item-loop .thumb-image .service-wishlist.active i {
    color: #6C1C18;
}

 .item-loop .location {
    color: #000000;
    font-size: 13px;
    margin: 0 15px;
}

 .item-loop .location i {
    font-size: 16px;
    position: relative;
}

 .item-loop .category {
    margin: 0 15px;
}

 .item-loop .category .fa {
    color: #687882;
    opacity: .6;
}

 .item-loop .service-review {
    margin: 5px 15px;
    display: flex;
    align-items: center;
}

 .item-loop .service-review .rate {
    color: #81C5BB !important;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

 .item-loop .service-review .review {
    color: #6a7a84;
    margin-left: auto;
    position: relative;
}

 .item-loop .item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 15px 5px;
    position: relative;
}

@media (max-width: 766px) {
     .item-loop .item-title {
        min-height: auto;
    }
}

 .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px;
}

 .item-loop .info {
    margin: 0 15px;
}

 .item-loop .info:after,
 .item-loop .info:before {
    clear: both;
    content: "";
    display: table;
}

 .item-loop .info .g-price {
    text-align: left;
}

 .item-loop .info .g-price .prefix {
    color: #000000;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

 .item-loop .info .g-price .prefix i {
    color: #ffc107;
    font-size: 16px;
}

 .item-loop .info .g-price .price {
    display: inline-block;
    position: relative;
}

 .item-loop .info .g-price .price .text-price {
    color: #81C5BB;
    font-size: 18px;
    font-weight: 500;
}

 .item-loop .info .g-price .price .onsale {
    color: #c03 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

 .item-loop .info .g-price .price .unit {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

 .item-loop .star-rate {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 4px 15px;
}

 .item-loop .list-star {
    display: flex;
    align-items: center;
    gap: 4px;
}

 .item-loop .list-star .fa {
    font-size: 16px;
    color: #e0e0e0;
}

 .item-loop .list-star .fa.filled {
    color: #81C5BB;
}

 .item-loop .list-star .rate-text {
    margin-left: 8px;
    color: #333;
    font-weight: 500;
}

 .item-loop .list-star .review-count {
    color: #666;
    margin-left: 8px;
}

div[style*="background-color: white; font-weight: 500; font-family: Roboto, sans-serif;"] {
    display: none !important;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none !important;
}

.relative.z-0.inline-flex {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.relative.z-0.inline-flex .px-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    background-color: unset !important;
    border: unset !important;
    cursor: pointer;
    color: black;
    transition: unset;
}

.relative.z-0.inline-flex .px-2:hover {
    color: #111827;
}

.relative.z-0.inline-flex [aria-current="page"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-weight: bold;
    font-size: 16px;
    color: #2563eb;
    border: 2px solid #2563eb;
    border-radius: 4px;
    background-color: unset;
    transition: unset;
}

.relative.z-0.inline-flex a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    background-color: unset;
    border: unset;
    transition: unset;
}

.relative.z-0.inline-flex a:hover {
    color: #111827;
}

.bravo_header .container-fluid .content .header-right {
    display: none;
}
.bravo_wrap .bravo_header{
   color: #EBD5BC ;
}
.shadow-sm {
    box-shadow: unset !important;
}

.border {
    border: unset !important;
}

.bg-white {
    background-color: unset !important;
}
.relative.z-0.inline-flex {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.shadow-sm {
    box-shadow: unset !important;
}

.relative.z-0.inline-flex .px-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    background-color: unset !important;
    border: unset !important;
    cursor: pointer;
    color: black;
    transition: unset;
}

.bg-white {
    background-color: unset !important;
}

.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.dark\:bg-gray-800.dark\:border-gray-600 {
    color: #81c5bb;
}

.border {
    border: unset !important;
}

.relative.z-0.inline-flex [aria-current="page"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-weight: bold;
    font-size: 16px;
    color: #2563eb;
    border: 2px solid #81c5bb;
    border-radius: 4px;
    background-color: unset;
    transition: unset;
    margin: 0;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

.relative.z-0.inline-flex a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    background-color: unset;
    border: unset;
    transition: unset;
}
.date-wrapper.form-content.d-flex.align-items-center img {
    filter: invert(60%) sepia(21%) saturate(352%) hue-rotate(135deg) brightness(97%) contrast(92%);
    height: 40px;
    width: 40px;
}

.room-name {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.room-name .fa-picture-o {
    font-size: 16px;
    color: #0071c2;
}

.room-name:hover {
    text-decoration: underline;
}

.modal-dialog {
    max-width: 800px;
}

.modal-body .fotorama {
    margin-bottom: 20px;
}

.list-attributes {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
}

.list-attributes .attribute-item {
    margin-bottom: 15px;
}

.list-attributes .attribute-item:last-child {
    margin-bottom: 0;
}

.list-attributes .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.list-attributes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-attributes li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.price-section {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
}

.price-section .price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price-section .price-label {
    font-size: 16px;
    color: #374151;
    font-weight: 500;
}

.price-section .total-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-section .total-price .price {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    line-height: 36px;
}

.price-section .includes-text {
    font-size: 13px;
    color: #6B7280;
}

.price-section .custom-select {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    padding: 8px;
    font-size: 15px;
}

.weekly-rate-section {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #EBF7F5;
    border-radius: 8px;
    border: 1px solid #81C5BB;
}

.weekly-rate-section .rate-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.weekly-rate-section .rate-label {
    font-size: 16px;
    color: #374151;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.weekly-rate-section .rate-label:before {
    content: "★";
    color: #81C5BB;
}

.weekly-rate-section .rate-amount {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.weekly-rate-section .rate-amount .amount {
    font-size: 28px;
    font-weight: 700;
    color: #81C5BB;
    line-height: 36px;
}

.weekly-rate-section .rate-note {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.weekly-rate-section .includes-text {
    font-size: 13px;
    color: #6B7280;
}

/* Điều chỉnh lại style cho price-section hiện tại */
.price-section {
    background: #f8f9fa;
}

.price-section .price-label {
    color: #374151;
}

.price-section .total-price .price {
    color: #000000;
}

.form-date-search {
    position: relative;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 4px;
    background: #fff;
}

.form-date-search .date-wrapper {
    padding-left: 15px;
}

.form-date-search .start_date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.form-date-search .form-label {
    font-size: 14px;
    color: #374151;
    margin-bottom: 4px;
}

.form-date-search .render {
    font-size: 15px;
    color: #81C5BB;
}

.form-date-search .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #81C5BB;
}

.form-date-search img {
    width: 40px;
    height: 40px;
}

/* Giữ nguyên style cho weekly rate và selected period rate */
.weekly-rate-section,
.price-section {
    margin-top: 20px;
}
.room-title-link {
    color: #000000;
    text-decoration: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

@media (max-width: 767px) {
    .room-title-link {
        font-size: 14px;
        margin-bottom: 12px;
        gap: 6px;
    }
}

.room-title-link:hover {
    color: #81C5BB;
    text-decoration: none !important;
}

.room-title-link .fa-picture-o {
    font-size: 16px;
    color: #81C5BB;
}

@media (max-width: 767px) {
    .room-title-link .fa-picture-o {
        font-size: 14px;
    }
}

.modal .fotorama {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .modal .fotorama {
        margin-bottom: 15px;
    }
}

.modal .list-attributes {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .modal .list-attributes {
        padding: 12px;
        border-radius: 12px;
    }
}

.modal .list-attributes .attribute-item {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .modal .list-attributes .attribute-item {
        margin-bottom: 12px;
    }
}

.modal .list-attributes .title {
    font-size: 16px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .modal .list-attributes .title {
        font-size: 14px;
        margin-bottom: 6px;
    }
}

.modal .list-attributes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal .list-attributes li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .modal .list-attributes li {
        gap: 6px;
        margin-bottom: 4px;
        font-size: 13px;
    }
}

#dateWarningModal.modal {
    background: rgba(0, 0, 0, 0.5);
}
#dateWarningModal .modal-dialog {
    max-width: 450px;
    margin: 1.75rem auto;
}
#dateWarningModal .modal-content {
    border: none;
    border-radius: 0;
}
#dateWarningModal .modal-header {
    border-bottom: 1px solid #dee2e6;
    padding: 15px 20px;
    background: #fff;
}
#dateWarningModal .modal-title {
    font-size: 18px;
    font-weight: 500;
    color: #1A2B48;
    line-height: 1.2;
}
#dateWarningModal .close {
    font-size: 28px;
    padding: 0;
    margin: 0;
    opacity: 1;
    color: #1A2B48;
}
#dateWarningModal .modal-body {
    padding: 15px 20px;
    text-align: left;
    color: #1A2B48;
}
#dateWarningModal .modal-body p {
    margin: 0;
}
#dateWarningModal .modal-footer {
    border: none;
    padding: 15px 20px;
    justify-content: flex-end;
}
#dateWarningModal .modal-footer .btn {
    min-width: 80px;
    padding: 7px 20px;
    border-radius: 5px;
    background: #81C5BB;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
}
#dateWarningModal .modal-footer .btn:hover {
    background: #4181EA;
}

.item-loop {
    padding-bottom: 15px;
}

.beachfront, .beach-distance {
    padding: 5px 0;
    color: #5E6D77;
}

.room-type {
    font-weight: 500;
    margin: 5px 0;
}

.bed-types {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 5px 0;
}

.bed-type {
    font-size: 13px;
    color: #5E6D77;
}

.features {
    margin: 10px 0;
}

.feature {
    font-size: 13px;
    color: #008009;
    margin: 3px 0;
}

.last-room {
    margin: 10px 0;
}

.last-room .text-danger {
    color: #ae382f;
    font-weight: bold;
}

.price-section {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.price-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.nights {
    font-size: 14px;
    color: #5E6D77;
}

.total-price {
    font-size: 18px;
    font-weight: bold;
    color: #1A2B48;
}

.includes {
    font-size: 12px;
    color: #5E6D77;
}

.check-options {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 500;
}

.room-amenities {
    margin: 15px 0;
}
.room-amenities .amenities-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.room-amenities .amenity-item {
    font-size: 14px;
    color: #5E6D77;
}
.room-amenities .amenity-item i {
    position: relative;
    font-size: 16px;
}
.room-amenities .amenity-item img {
    display: inline-block;
    vertical-align: middle;
}
.room-amenities .amenity-item span {
    display: inline-block;
    vertical-align: middle;
}

.hotel-card-from-image {
    display: flex;
    margin-bottom: 25px;
    overflow: hidden;
    max-width: 100%;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.hc-image-area {
    flex: 0 0 280px;
    height: 280px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hc-image-area img {
    width: 90%;
    height: 70%;
    object-fit: cover;
    display: block;
}

.hc-details-area {
    padding: 42px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
}

.hc-price-area {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 250px;
    justify-content: center;
}

.hc-price-section {
    text-align: center;
    margin: 32px 0px 10px 0px;
}

.hc-price-line {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
}

.hc-price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #81c5bb;
    line-height: 1;
}

.hc-price-amount .unit {
    font-size: 12px;
    color: #616161;
    font-weight: normal;
    margin-left: 5px;
    font-weight: 500;
}

.hc-price-period {
    color: #616161;
    font-size: 16px;
}

.hc-price-subtitle {
    color: #616161;
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
}

.hc-hotel-name {
    font-size: 22px;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.hc-hotel-rating {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 5px;
}

.hc-rating-star {
    color: #81C5BB;
    font-size: 18px;
    font-weight: bold;
}

.hc-rating-score {
    font-size: 18px;
    font-weight: 500;
    color: #194461;
}

.hc-rating-reviews {
    color: #757575;
    font-size: 12px;
    font-weight: 500;
}

.hc-hotel-location {
    display: flex;
    align-items: center;
    color: #616161;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 500;
    gap: 6px;
}

.hc-location-icon {
    width: 14px;
    height: 14px;
    color: #81c5bb;
}

.hc-beach-distance {
    display: flex;
    align-items: center;
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    gap: 6px;
}

.hc-beach-icon {
    width: 29px;
    height: 22px;
    color: #616161;
}

.hc-room-type {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    margin-bottom: 15px;
}

.hc-promo-text {
    color: #6C1C18CC;
    font-size: 11px;
    font-weight: 400;
    margin: 10px 0 0 0;
    text-align: center;
}

.hc-book-button-container {
    width: 100%;
    margin-top: 15px;
}

.hc-book-now-btn {
    background: #81c5bb;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: none;
    box-shadow: 0 4px 15px rgba(129, 197, 187, 0.3);
}

.hc-book-now-btn:hover {
    background: linear-gradient(135deg, #6fb8ad 0%, #5da99c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(129, 197, 187, 0.4);
}

@media (max-width: 767px) {
    .hotel-card-from-image {
        flex-direction: column;
        max-width: 100%;
        margin: 10px 0;
    }
    .hc-image-area {
        flex: 0 0 220px;
        height: 220px;
    }
    .hc-details-area {
        padding: 20px;
    }
    .hc-price-area {
        flex: none;
        border-left: none;
        border-top: 1px solid #e8e8e8;
        padding: 20px;
    }
    .hc-hotel-name {
        font-size: 22px;
        padding-right: 0;
    }
    .hc-price-section {
        margin: 20px 0;
    }
    .hc-price-amount {
        font-size: 30px;
    }
    .hc-book-now-btn {
        font-size: 16px;
        padding: 12px 0;
        width: 100%;
    }
}


