.modal-backdrop.show {
    opacity: .7
}

.bravo_wrap .bravo_detail_location .bravo_banner {
    background-color: #1a2b48;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 200px 0;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_banner {
        padding: 150px 0
    }
}

.bravo_wrap .bravo_detail_location .bravo_banner .container {
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery {
    height: 500px;
    position: relative
}

@media (max-width:1024px) {
    .bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery {
        height: 300px
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery {
        height: 200px
    }
}

.bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery .modal .modal-dialog {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: -10px auto 0
}

.bravo_wrap .bravo_detail_location .bravo_banner .bravo_gallery .modal .modal-content {
    padding: 0;
    background: transparent;
    border: none
}

.bravo_wrap .bravo_detail_location .bravo_banner h1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    margin: 0
}

.bravo_wrap .bravo_detail_location .bravo_banner .btn-group {
    position: absolute;
    bottom: 30px;
    right: 0
}

.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .btn {
    margin-left: 10px;
    background: rgba(26, 43, 72, .5);
    font-size: 14px;
    color: #fff;
    padding: 10px 15px
}

.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .btn:hover {
    background: #1a2b48
}

.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .btn .fa {
    margin-right: 10px
}

.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .has-icon {
    display: flex;
    align-items: center
}

.bravo_wrap .bravo_detail_location .bravo_content {
    padding-top: 20px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header {
    margin-bottom: 10px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: space-between;
    align-items: center
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header h2 {
    margin-top: 0;
    color: #1a2b48;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-header h2 {
        font-size: 24px
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-header h2 {
        font-size: 18px
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .sub-heading {
    color: #5e6d77;
    font-size: 14px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .sub-heading .fa {
    position: relative;
    top: 2px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score {
    text-align: right
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .head-rating {
    font-size: 14px;
    color: #1a2b48;
    font-weight: 500;
    display: block
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .st-stars .fa {
    font-size: 16px !important;
    cursor: pointer;
    color: #ffdc00
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .st-stars i:not(:last-child) {
    margin-right: 2px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star {
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
    float: right
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #ffdc00
}

.bravo_wrap .bravo_detail_location .bravo_content .g-header .review-score .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    overflow: hidden
}

.bravo_wrap .bravo_detail_location .bravo_content .g-overview .description {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #1a2b48;
    letter-spacing: 0;
    font-weight: 300
}

@media (max-width:1024px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-overview .description {
        margin: 15px 0
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location {
    margin-bottom: 30px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location h3 {
    margin-bottom: 20px
}

@media (max-width:990px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location h3 {
        font-size: 1.5rem
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location h3 {
        font-size: 1.3rem
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location iframe {
    width: 100%
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location #map_content {
    height: 450px
}

@media (max-width:768px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea {
        margin-bottom: 50px !important;
        border-bottom: 1px solid #afafaf
    }

    .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .col-lg-4 {
        display: none
    }

    .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea:last-child {
        border-bottom: none
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .trip-idea-category {
    font-size: 14px;
    color: #5191fa;
    letter-spacing: 0
}

.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea h2 {
    font-weight: 300;
    font-size: 36px;
    color: #1a2b48;
    letter-spacing: 0;
    line-height: 1.7
}

@media (max-width:1024px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea h2 {
        font-size: 34px;
        line-height: 46px
    }
}

@media (max-width:768px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea h2 {
        font-size: 32px;
        line-height: 42px
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .description {
    font-size: 16px;
    color: #5e6d77;
    letter-spacing: 0;
    margin-top: 40px;
    margin-bottom: 48px
}

@media (max-width:1024px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .description {
        margin: 0
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .read-more {
    border: 1px solid #d7dce3;
    border-radius: 3px;
    font-size: 14px;
    color: #1a2b48;
    letter-spacing: 0;
    padding: 8px 10px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea .read-more:hover {
    text-decoration: none
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .sale_info {
    position: absolute;
    width: 80px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -13px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c03
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .featured {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    z-index: 8;
    background: #5191fa;
    border-radius: 0 3px 3px 0;
    padding: 6px 10px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .thumb-image {
    overflow: hidden;
    height: 170px;
    background: #ccc
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .thumb-image a img {
    transition: all .3s;
    max-width: 100%
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .thumb-image a:hover img {
    transform: scale(1.1)
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    bottom: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .thumb-image .service-wishlist i {
    transition: all .3s;
    font-size: 16px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 15px 15px 10px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .location i {
    position: relative;
    font-size: 16px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .category {
    padding: 0 15px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .category .fa {
    color: #687882;
    opacity: .6
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review {
    padding: 10px 15px 15px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #ffdc00
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .service-review .review {
    position: relative;
    top: -2px;
    font-size: 13px;
    color: #768092;
    margin-left: 10px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .item-title {
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    min-height: 45px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .item-title {
        min-height: auto
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .item-title a {
    color: #1a2b50
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info {
    padding: 0 15px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info:after,
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info:before {
    content: "";
    display: table;
    clear: both
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info .duration {
    width: 40%;
    float: left;
    align-items: center;
    color: #5e6d77;
    position: relative;
    top: 5px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info .duration i {
    position: relative;
    font-size: 17px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info .g-price {
    width: 60%;
    float: left;
    text-align: right
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info .g-price .price {
    position: relative;
    display: inline-block
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour .info .g-price .price .onsale {
    position: absolute;
    right: 0;
    top: -15px;
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour.infobox-item {
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-tour.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .featured:after {
    position: absolute;
    content: "";
    top: -9px;
    right: -10px;
    border: 10px solid transparent;
    border-bottom: 29px solid #ed0925;
    z-index: 1
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .amenities {
    margin: 15px 15px 0;
    padding-top: 15px;
    border-top: 1px solid #e4e8ed;
    display: flex;
    font-size: 13px;
    justify-content: space-between
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .amenities .amenity {
    align-items: center
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .amenities .amenity .input-icon {
    margin-right: 5px;
    font-size: 20px;
    color: #505050;
    position: relative;
    top: 1px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image {
    overflow: hidden;
    height: 185px;
    background: #ccc;
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image a img {
    transition: all .3s;
    max-width: 100%
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, .75));
    top: 0;
    z-index: 1
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .price-wrapper .price .unit {
    font-size: 14px;
    color: #fff
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .service-wishlist i {
    transition: all .3s;
    font-size: 16px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 0 15px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .location i {
    position: relative;
    font-size: 16px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .category {
    padding: 0 15px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .category .fa {
    color: #687882;
    opacity: .6
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .service-review {
    padding: 10px 15px 0
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .service-review .rate {
    color: #5191fa
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .item-title {
    padding: 20px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .item-title {
        min-height: auto
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .item-title a {
    color: #1a2b50
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info {
    padding: 0 15px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info:after,
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info:before {
    content: "";
    display: table;
    clear: both
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info .g-price {
    text-align: left
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info .g-price .price {
    position: relative;
    display: inline-block
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .info .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .star-rate {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop.infobox-item {
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    display: flex
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list {
        flex-wrap: wrap
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list a {
    text-decoration: none;
    transition: all .3s
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image {
    overflow: hidden;
    height: 190px;
    background: #ccc;
    position: relative;
    flex: 0 0 30%;
    padding: 0
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image {
        flex: 0 0 100%
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image:hover a img {
    transform: scale(1.1)
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image a img {
    transition: all .3s;
    max-width: 100%
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, .75));
    top: 0;
    z-index: 1
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .price-wrapper .price .unit {
    font-size: 14px;
    color: #fff
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .service-wishlist {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    color: #fff;
    padding: 20px;
    cursor: pointer
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .service-wishlist i {
    transition: all .3s;
    font-size: 18px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .service-wishlist:hover i {
    color: #ff9290
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .thumb-image .service-wishlist.active i {
    color: red
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review {
    padding: 10px 0 0;
    display: none
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review .rate {
    color: #5191fa
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review {
        display: block
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc .head {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 400;
    line-height: 25px;
    justify-content: flex-end
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc .head .left {
    text-align: right
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc .head .left .head-rating {
    display: block;
    line-height: 13px;
    margin-top: 8px;
    margin-bottom: 1px;
    font-weight: 500
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc .head .left .text-rating {
    color: #5191fa;
    font-size: 14px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc .head .score {
    position: relative;
    float: right;
    margin-left: 12px;
    padding: 7px 7px 0 9px;
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    min-height: 38px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc .head .score span {
    font-size: 14px;
    color: #fff
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc .head .score:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: -8px;
    border: 15px solid transparent;
    border-bottom-color: #5191fa
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc .foot {
    color: #5e6d77;
    font-size: 14px;
    text-align: right
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .service-review-pc {
        display: none
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info {
    flex: 0 0 45%;
    padding: 15px;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info {
        flex: 0 0 100%;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row
    }

    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info>div {
        flex: 0 0 100%
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .item-title {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .item-title {
        min-height: auto;
        order: 2;
        margin-bottom: 0
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .item-title a {
    color: #1a2b50
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .location {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 13px;
    color: #5e6d77
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .location {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 5px;
        order: 3;
        margin-bottom: 3px
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .location i {
    position: relative;
    font-size: 16px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .star-rate {
    z-index: 1
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .star-rate {
        order: 1
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
    font-size: 14px;
    color: #fa5636
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms {
        order: 4
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms .attr-title {
    display: inline-block;
    margin-right: 5px;
    color: #5e6d77;
    font-size: 13px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms .attr-title i {
    margin-right: 2px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms .g-attributes .item {
    margin-right: 5px;
    color: #5e6d77;
    font-size: 13px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms .g-attributes .item:before {
    content: "";
    height: 2px;
    width: 2px;
    display: inline-block;
    background: grey;
    vertical-align: middle;
    margin-right: 5px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
    display: none
}

@media (max-width:1280px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms .g-attributes {
        display: none
    }
}

@media (max-width:1280px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms .g-attributes:first-child {
        display: block
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-info .terms .g-attributes {
        display: block
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price {
    flex: 1;
    padding: 15px 15px 15px 0;
    position: relative
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price {
        flex: 0 0 100%;
        padding: 0 15px 10px
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    border-right: 1px solid #dfdfdf
}

@media (max-width:1280px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price:before {
        left: 0
    }
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price:before {
        display: none
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 10px;
    float: right
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price {
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        text-align: left;
        border-top: 1px solid #dfdfdf;
        margin-top: 10px;
        padding-top: 5px
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    left: -3px;
    position: relative
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price .prefix i {
    font-size: 16px;
    color: #ffc107
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price .price {
    position: relative;
    display: inline-block
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price .text-review {
    float: right;
    position: relative;
    top: 5px;
    color: #4b4b4c;
    display: none
}

@media (max-width:766px) {
    .bravo_wrap .bravo_detail_location .bravo_content .g-location-module .item-loop-list .g-rate-price .g-price .text-review {
        display: block
    }
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .location-module-nav li a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 8px 10px;
    color: #1a2b48
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .location-module-nav li a:hover {
    text-decoration: none
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .location-module-nav li a.active {
    border-bottom: 1px solid #5191fa;
    color: #5191fa
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .view-more {
    border: 1px solid #d7dce3;
    border-radius: 3px;
    font-size: 14px;
    color: #1a2b48;
    letter-spacing: 0;
    padding: 8px 10px
}

.bravo_wrap .bravo_detail_location .bravo_content .g-location-module .view-more:hover {
    text-decoration: none
}

.bravo_wrap .bravo_detail_location .bravo_content .g-thumbnail {
    box-shadow: -15px 15px 0 0 #1a2b48
}

p,h2 {
    font-family: century gothic !important;
}

.parent {
    text-align: center;
    float: left;
    width: 80%;
    border-bottom: 2px solid #5faaa5;
}

.all-news-btn.active {
    background-color: #387a76;
    border-left: 2px solid #387a76;
    border-top: 2px solid #387a76;
    border-right: 2px solid #387a76;
    border-bottom: 2px solid #387a76;
    outline: none;
    color: white;
}

.tabcontent {
    display: none;
}
ul.location-module-nav.nav.nav-pills.justify-content-lg-end li:first-child {
    order: 3;
}
ul.location-module-nav.nav.nav-pills.justify-content-lg-end li:nth-child(2) {
    order: 2;
}
.all-news-btn {

    background: #5faaa5;

    -webkit-border-top-left-radius: 3;
    -webkit-border-top-right-radius: 3;
    -moz-border-top-left-radius: 3;
    -moz-border-top-right-radius: 3;
    border: #5faaa5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    color: #ffffff;
    font-size: 15px !important;
    padding: 7px 8px 7px 7px;
    text-decoration: none;
    margin-left: 3px;

    min-width: 50px;
    min-height: 30px;
}

.all-news-btn:hover {
    text-decoration: none;
}
.left {
    float: left;
    width: 10%;
}
.right {
    float: right;
    width: 10%;
}
.right-sign {
    float: right;
}

@media only screen and (max-width:480px) {
    .all-news-btn {max-width: 160px; margin-bottom: 5px; font-size: 4.25em; }
    .parent {
        width: 94%;
    }
    .right {
        float: right;
        width: 3%;

    }
    .left {
        float: left;
        width: 3%;

    }
}