.modal-backdrop.show {
  opacity: 0.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_detail_location {
  padding-top: 35px;
  padding-bottom: 40px;
  background: #f8f8f8;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_banner
  .bravo_gallery
  .modal
  .modal-dialog {
  margin: -10px auto 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_banner
  .bravo_gallery
  .modal
  .modal-content {
  background: transparent;
  border: none;
  padding: 0;
}
.bravo_wrap .bravo_detail_location .bravo_banner h1 {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
}
.bravo_wrap .bravo_detail_location .bravo_banner .btn-group {
  bottom: 30px;
  position: absolute;
  right: 0;
}
.bravo_wrap .bravo_detail_location .bravo_banner .btn-group .btn {
  background: rgba(26, 43, 72, 0.5);
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  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 {
  align-items: center;
  display: flex;
}
.bravo_wrap .bravo_detail_location .bravo_content .title-location {
  font-size: 32px;
  line-height: 40px;
  color: #2a2a2a;
  margin-bottom: 24px;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-header {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.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 {
  color: #1a2b48;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-header
  .review-score
  .st-stars
  .fa {
  color: #ffdc00;
  cursor: pointer;
  font-size: 16px !important;
}
.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 {
  float: right;
  margin: 0;
  padding: 0;
  width: 90px;
}
.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 {
  clear: both;
  content: "";
  display: table;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-header
  .review-score
  .list-star
  .booking-item-rating-stars
  li {
  float: left;
  list-style: none;
  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 {
  color: #ffdc00;
  font-size: 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-header
  .review-score
  .list-star
  .booking-item-rating-stars-active {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 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 {
    border-bottom: 1px solid #afafaf;
    margin-bottom: 50px !important;
  }
  .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 {
  color: #5191fa;
  font-size: 14px;
  letter-spacing: 0;
}
.bravo_wrap .bravo_detail_location .bravo_content .g-trip-ideas .trip-idea h2 {
  color: #1a2b48;
  font-size: 36px;
  font-weight: 300;
  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 {
  color: #5e6d77;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 48px;
  margin-top: 40px;
}
@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;
  color: #1a2b48;
  font-size: 14px;
  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
  .view-more {
  border: 1px solid #d7dce3;
  border-radius: 3px;
  color: #1a2b48;
  font-size: 14px;
  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-location-module
  #module-hotel
  .item-loop {
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .sale_info {
  align-items: center;
  background-color: #5191fa;
  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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image {
  background: #ccc;
  height: 185px;
  overflow: hidden;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image:hover
  a
  img {
  transform: scale(1.1);
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  a
  img {
  max-width: 100%;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  a:before {
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 0,
    transparent 65%,
    rgba(0, 0, 0, 0.75)
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  .price-wrapper {
  bottom: 10px;
  color: #fff;
  font-size: 22px;
  left: 15px;
  position: absolute;
  z-index: 10;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  .price-wrapper
  .price {
  display: inline-block;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  .price-wrapper
  .price
  .text-price {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  .price-wrapper
  .price
  .unit {
  color: #fff;
  font-size: 14px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  .service-wishlist
  i {
  font-size: 16px;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  .service-wishlist.loading
  i,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  .service-wishlist:hover
  i {
  color: #ff9290;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .thumb-image
  .service-wishlist.active
  i {
  color: red;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .location {
  color: #5e6d77;
  font-size: 13px;
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .location
  i {
  font-size: 16px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .category {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .category
  .fa {
  color: #687882;
  opacity: 0.6;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .service-review {
  margin: 10px 15px 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .service-review
  .rate {
  color: #5191fa;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .service-review
  .review {
  color: #6a7a84;
  margin-left: 30px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .item-title {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 15px 5px;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop
    .item-title {
    min-height: auto;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .item-title
  a {
  color: #1a2b50;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .item-title
  i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .info {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .info:after,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .info:before {
  clear: both;
  content: "";
  display: table;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .info
  .g-price {
  text-align: left;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
  #module-hotel
  .item-loop
  .info
  .g-price
  .prefix
  i {
  color: #ffc107;
  font-size: 16px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .info
  .g-price
  .price {
  display: inline-block;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .info
  .g-price
  .price
  .text-price {
  color: #1a2b48;
  font-size: 18px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .info
  .g-price
  .price
  .onsale {
  color: #c03 !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .info
  .g-price
  .price
  .unit {
  color: #5e6d77;
  font-size: 14px;
  font-weight: 400;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .star-rate {
  bottom: 10px;
  left: 15px;
  position: absolute;
  z-index: 1;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .list-star
  .booking-item-rating-stars {
  margin: 0;
  padding: 0;
  width: 90px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .list-star
  .booking-item-rating-stars:after,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .list-star
  .booking-item-rating-stars:before {
  clear: both;
  content: "";
  display: table;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .list-star
  .booking-item-rating-stars
  li {
  float: left;
  list-style: none;
  margin-right: 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .list-star
  .booking-item-rating-stars
  li:last-child {
  margin-right: 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop
  .list-star
  .booking-item-rating-stars
  li
  .fa {
  color: #fa5636;
  font-size: 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop.infobox-item {
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list {
  border: 1px solid #dfdfdf;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list {
    flex-wrap: wrap;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .sale_info {
  align-items: center;
  background-color: #5191fa;
  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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .thumb-image {
    flex: 0 0 100%;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image:hover
  a
  img {
  transform: scale(1.1);
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  a
  img {
  max-width: 100%;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  a:before {
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 0,
    transparent 65%,
    rgba(0, 0, 0, 0.75)
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  .price-wrapper
  .price {
  display: inline-block;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  .price-wrapper
  .price
  .text-price {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  .price-wrapper
  .price
  .unit {
  color: #fff;
  font-size: 14px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  .service-wishlist
  i {
  font-size: 18px;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  .service-wishlist.loading
  i,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  .service-wishlist:hover
  i {
  color: #ff9290;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .thumb-image
  .service-wishlist.active
  i {
  color: red;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .service-review {
  display: none;
  padding: 10px 0 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .service-review
  .rate {
  color: #5191fa;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .service-review
  .review {
  color: #6a7a84;
  margin-left: 30px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .service-review {
    display: block;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .service-review-pc
  .head {
  align-items: center;
  color: #1a2b48;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: flex-end;
  line-height: 25px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .service-review-pc
  .head
  .left {
  text-align: right;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
  #module-hotel
  .item-loop-list
  .service-review-pc
  .head
  .score {
  background: #5191fa;
  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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .service-review-pc
  .head
  .score
  span {
  color: #fff;
  font-size: 14px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .service-review-pc
  .head
  .score:after {
  border: 15px solid transparent;
  border-bottom-color: #5191fa;
  bottom: 0;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  width: 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
    #module-hotel
    .item-loop-list
    .service-review-pc {
    display: none;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
    #module-hotel
    .item-loop-list
    .g-info {
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .g-info
    > div {
    flex: 0 0 100%;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .g-info
    .item-title {
    margin-bottom: 0;
    min-height: auto;
    order: 2;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .item-title
  a {
  color: #1a2b50;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
  #module-hotel
  .item-loop-list
  .g-info
  .location {
  bottom: 10px;
  color: #5e6d77;
  font-size: 13px;
  left: 15px;
  position: absolute;
}
@media (max-width: 766px) {
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .g-info
    .location {
    bottom: 0;
    left: 0;
    margin-bottom: 3px;
    margin-top: 5px;
    order: 3;
    position: relative;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .location
  i {
  font-size: 16px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .star-rate {
  z-index: 1;
}
@media (max-width: 766px) {
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .g-info
    .star-rate {
    order: 1;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
  #module-hotel
  .item-loop-list
  .g-info
  .list-star
  .booking-item-rating-stars {
  margin: 0;
  padding: 0;
  width: 90px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .list-star
  .booking-item-rating-stars:after,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .list-star
  .booking-item-rating-stars:before {
  clear: both;
  content: "";
  display: table;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .list-star
  .booking-item-rating-stars
  li {
  float: left;
  list-style: none;
  margin-right: 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
  #module-hotel
  .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_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .g-info
    .terms {
    order: 4;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .terms
  .attr-title {
  color: #5e6d77;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .terms
  .attr-title
  i {
  margin-right: 2px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-info
  .terms
  .g-attributes
  .item {
  color: #5e6d77;
  font-size: 13px;
  margin-right: 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
    #module-hotel
    .item-loop-list
    .g-info
    .terms
    .g-attributes {
    display: none;
  }
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-hotel
    .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
    #module-hotel
    .item-loop-list
    .g-info
    .terms
    .g-attributes {
    display: block;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
    #module-hotel
    .item-loop-list
    .g-rate-price {
    flex: 0 0 100%;
    padding: 0 15px 10px;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .g-rate-price:before {
    left: 0;
  }
}
@media (max-width: 766px) {
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .g-rate-price:before {
    display: none;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
    .bravo_content
    .g-location-module
    #module-hotel
    .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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
  #module-hotel
  .item-loop-list
  .g-rate-price
  .g-price
  .prefix
  i {
  color: #ffc107;
  font-size: 16px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-rate-price
  .g-price
  .price {
  display: inline-block;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-rate-price
  .g-price
  .price
  .text-price {
  color: #1a2b48;
  font-size: 18px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-loop-list
  .g-rate-price
  .g-price
  .price
  .unit {
  color: #5e6d77;
  font-size: 14px;
  font-weight: 400;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .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_location
    .bravo_content
    .g-location-module
    #module-hotel
    .item-loop-list
    .g-rate-price
    .g-price
    .text-review {
    display: block;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  a,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .sale_info {
  background-color: #c03;
  color: #fff;
  font-size: 15px;
  height: 48px;
  line-height: 65px;
  position: absolute;
  right: -30px;
  text-align: center;
  top: -13px;
  transform: rotate(45deg);
  width: 80px;
  z-index: 8;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .featured {
  background: #5191fa;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  left: 0;
  padding: 6px 10px;
  position: absolute;
  top: 20px;
  z-index: 8;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .thumb-image {
  background: #ccc;
  height: 440px;
  overflow: hidden;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image:before,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .thumb-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 0%) 100%);
  pointer-events: none;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image
  a
  img,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .thumb-image
  a
  img {
  max-width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image
  a:hover
  img,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .thumb-image
  a:hover
  img {
  transform: scale(1.1);
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image
  .service-wishlist {
  bottom: 0;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5px;
  z-index: 10;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image
  .service-wishlist
  i {
  font-size: 16px;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image
  .service-wishlist.loading
  i,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image
  .service-wishlist:hover
  i {
  color: #ff9290;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .thumb-image
  .service-wishlist.active
  i {
  color: red;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .tour-grid-wrapper,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .tour-grid-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0 15px 15px 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .location,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .location {
  color: #ffffffe0;
  font-size: 14px;
  margin-bottom: 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .location
  i {
  font-size: 16px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .category {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .category
  .fa {
  color: #687882;
  opacity: 0.6;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .service-review {
  margin: 10px 15px 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .service-review
  .list-star {
  display: inline-block;
  line-height: 13px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .service-review
  .list-star
  .booking-item-rating-stars {
  margin: 0;
  padding: 0;
  width: 90px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .service-review
  .list-star
  .booking-item-rating-stars:after,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .service-review
  .list-star
  .booking-item-rating-stars:before {
  clear: both;
  content: "";
  display: table;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .service-review
  .list-star
  .booking-item-rating-stars
  li {
  float: left;
  list-style: none;
  margin-right: 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .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
  #module-tour
  .item-tour
  .service-review
  .list-star
  .booking-item-rating-stars
  li
  .fa {
  color: #ffdc00;
  font-size: 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .service-review
  .list-star
  .booking-item-rating-stars-active {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .service-review
  .review {
  color: #768092;
  font-size: 13px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .item-title
  a,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .item-title
  a {
  font-size: 21px;
  line-height: 24px;
  color: #fff;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .info {
  display: flex;
  padding-top: 10px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info
  .duration,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .info
  .duration {
  align-items: center;
  color: #5e6d77;
  flex: auto;
  position: relative;
  top: 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info
  .duration
  i {
  font-size: 17px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info
  .g-price,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .info
  .g-price {
  flex: auto;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info
  .g-price
  .prefix {
  color: #5e6d77;
  display: inline-block;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info
  .g-price
  .prefix
  i {
  color: #ffc107;
  font-size: 16px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info
  .g-price
  .price,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .info
  .g-price
  .price {
  display: flex;
  position: relative;
  flex-direction: column;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info
  .g-price
  .price
  .text-price,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .info
  .g-price
  .price
  .text-price {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .info
  .g-price
  .price
  .text-price
  .price-label {
  font-size: 14px;
  font-weight: 400;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour
  .info
  .g-price
  .price
  .onsale,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-hotel
  .item-tour
  .info
  .g-price
  .price
  .onsale {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour.infobox-item {
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-tour
  .item-tour.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_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop {
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .sale_info {
  align-items: center;
  background-color: #5191fa;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: -7px;
  top: -47px;
  width: 50px;
  z-index: 999;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .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_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .featured:after {
  border: 10px solid transparent;
  border-bottom: 29px solid #ed0925;
  content: "";
  position: absolute;
  right: -10px;
  top: -9px;
  z-index: 1;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image {
  background: #ccc;
  height: 185px;
  overflow: hidden;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image:hover
  a
  img {
  transform: scale(1.1);
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  a
  img {
  max-width: 100%;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  a:before {
  background: linear-gradient(
    180deg,
    transparent 0,
    transparent 0,
    transparent 65%,
    rgba(0, 0, 0, 0.75)
  );
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  .price-wrapper {
  bottom: 10px;
  color: #fff;
  font-size: 22px;
  left: 15px;
  position: absolute;
  z-index: 10;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  .price-wrapper
  .price {
  display: inline-block;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  .price-wrapper
  .price
  .text-price {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .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_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  .price-wrapper
  .price
  .unit {
  color: #fff;
  font-size: 14px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .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_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  .service-wishlist
  i {
  font-size: 16px;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  .service-wishlist.loading
  i,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  .service-wishlist:hover
  i {
  color: #ff9290;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .thumb-image
  .service-wishlist.active
  i {
  color: red;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .location {
  color: #5e6d77;
  font-size: 13px;
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .location
  i {
  font-size: 16px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .category {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .category
  .fa {
  color: #687882;
  opacity: 0.6;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .service-review {
  margin: 10px 15px 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .service-review
  .rate {
  color: #5191fa;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .service-review
  .review {
  color: #6a7a84;
  margin-left: 30px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .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_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .item-title {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 15px 5px;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-space
    .item-loop
    .item-title {
    min-height: auto;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .item-title
  a {
  color: #1a2b50;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .item-title
  i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .info {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .amenities {
  border-top: 1px solid #e4e8ed;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 15px 15px 0;
  padding-top: 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .amenities
  .amenity {
  align-items: center;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop
  .amenities
  .amenity
  .input-icon {
  color: #505050;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .item-loop.infobox-item {
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-space
  .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_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop {
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .sale_info {
  align-items: center;
  background-color: #5191fa;
  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_location
  .bravo_content
  .g-location-module
  #module-car
  .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_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .featured:after {
  border: 10px solid transparent;
  border-bottom: 29px solid #ed0925;
  content: "";
  position: absolute;
  right: -10px;
  top: -9px;
  z-index: 1;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image {
  background: #fff;
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image:hover
  a
  img {
  transform: scale(1.1);
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image
  a
  img {
  max-width: 100%;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image
  .service-wishlist {
  color: #000;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 10;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image
  .service-wishlist
  i {
  font-size: 16px;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image
  .service-wishlist.loading
  i,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image
  .service-wishlist:hover
  i {
  color: #ff9290;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image
  .service-wishlist.active
  i {
  color: red;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .thumb-image
  .service-wishlist.active
  i:before {
  content: "\f004";
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .location {
  color: #5e6d77;
  font-size: 13px;
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .location
  i {
  font-size: 16px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .category {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .category
  .fa {
  color: #687882;
  opacity: 0.6;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .service-review {
  margin: 10px 15px 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .service-review
  .rate {
  color: #5191fa;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .service-review
  .review {
  color: #6a7a84;
  margin-left: 30px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .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_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .item-title {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 15px 5px;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-car
    .item-loop
    .item-title {
    min-height: auto;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .item-title
  a {
  color: #1a2b50;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .item-title
  i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .info {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .info
  .g-price {
  text-align: left;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .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
  #module-car
  .item-loop
  .info
  .g-price
  .prefix
  i {
  color: #ffc107;
  font-size: 16px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .info
  .g-price
  .price {
  display: inline-block;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .info
  .g-price
  .price
  .text-price {
  color: #1a2b48;
  font-size: 18px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .info
  .g-price
  .price
  .onsale {
  color: #c03 !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .info
  .g-price
  .price
  .unit {
  color: #5e6d77;
  font-size: 14px;
  font-weight: 400;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .amenities {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 10px 15px 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .amenities
  .amenity {
  align-items: center;
  text-align: center;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .amenities
  .amenity
  .input-icon {
  color: #505050;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .amenities
  .amenity
  .text {
  display: block;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .amenities
  .icon-passenger {
  background: url(/images/passenger.svg?6f82f69d4c73fd4758c40ee44bb1a9a3);
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  width: 22px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .amenities
  .icon-baggage {
  background: url(/images/baggage.svg?a4bfd57287b4dcedaad9be413b000bd9);
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  width: 22px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .amenities
  .icon-door {
  background: url(/images/door.svg?95d09a24b1f87a458f7190a222d0ec64);
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  width: 22px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop
  .amenities
  .icon-gear {
  background: url(/images/gear.svg?826676a38d810104320cfd08c8cd4ff8);
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 22px;
  width: 22px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .item-loop.infobox-item {
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-car
  .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_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop {
  overflow: hidden;
  position: relative;
  border: 1.5px solid #f4f4f4;
  padding: 25px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .sale_info {
  align-items: center;
  background-color: #d42681;
  border-radius: 10px;
  bottom: 10px;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 45px;
  justify-content: center;
  position: absolute;
  right: 10px;
  width: 45px;
  z-index: 999;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .featured {
  background: #d42681;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  left: 15px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image {
  background: #ccc;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image:hover
  a
  img {
  transform: scale(1.1);
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image
  a
  img {
  max-width: 100%;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image
  .service-wishlist {
  color: #fff;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 10;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image
  .service-wishlist
  i {
  font-size: 16px;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image
  .service-wishlist.loading
  i,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image
  .service-wishlist:hover
  i {
  color: #ff9290;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image
  .service-wishlist.active
  i {
  color: #d42681;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .thumb-image
  .service-wishlist.active
  i:before {
  content: "\f004";
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .location {
  color: #d42681;
  font-size: 13px;
  margin: 15px 15px 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .location
  i {
  font-size: 16px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .service-review {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .service-review
  .rate {
  color: #d42681;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .service-review
  .review {
  color: #6a7a84;
  margin-left: 30px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .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_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .start-time {
  border-bottom: 1px dashed #dfdfdf;
  color: #6a7a84;
  margin: 5px 15px 10px;
  padding-bottom: 10px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .caption {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .item-title {
  font-size: 21px;
  color: #2a2a2a;
  word-break: break-word;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 7px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .text-price {
  color: #feb102;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .item-title
  a {
  color: #1a2b50;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .item-title
  i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .info {
  display: flex;
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .info
  .duration {
  color: #6a7a84;
  flex: 0 0 70px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .info
  .g-price {
  flex: 1;
  text-align: right;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .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
  #module-event
  .item-loop
  .info
  .g-price
  .prefix
  i {
  color: #ffc107;
  font-size: 16px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .info
  .g-price
  .price {
  display: inline-block;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .info
  .g-price
  .price
  .text-price {
  color: #1a2b48;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .info
  .g-price
  .price
  .onsale {
  color: #c03 !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-event
  .item-loop
  .info
  .g-price
  .price
  .unit {
  color: #5e6d77;
  font-size: 14px;
  font-weight: 400;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop {
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  a {
  text-decoration: none;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .sale_info {
  align-items: center;
  background-color: #5191fa;
  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_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .featured {
  background: #1a2b48;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  left: 15px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image {
  background: #fff;
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image:hover
  a
  img {
  transform: scale(1.1);
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image
  a
  img {
  max-width: 100%;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image
  .service-wishlist {
  color: #000;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 10;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image
  .service-wishlist
  i {
  font-size: 16px;
  transition: all 0.3s;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image
  .service-wishlist.loading
  i,
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image
  .service-wishlist:hover
  i {
  color: #ff9290;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image
  .service-wishlist.active
  i {
  color: red;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .thumb-image
  .service-wishlist.active
  i:before {
  content: "\f004";
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .location {
  color: #5e6d77;
  font-size: 13px;
  margin: 15px 15px 0;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .location
  i {
  font-size: 16px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .category {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .category
  .fa {
  color: #687882;
  opacity: 0.6;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .service-review {
  font-size: 13px;
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .service-review
  .rate {
  color: #5191fa;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .service-review
  .review {
  color: #6a7a84;
  margin-left: 15px;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .service-review
  .review:after {
  background: #d0d7dd;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: -10px;
  position: absolute;
  top: 8px;
  width: 4px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .item-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  position: relative;
}
@media (max-width: 766px) {
  .bravo_wrap
    .bravo_detail_location
    .bravo_content
    .g-location-module
    #module-boat
    .item-loop
    .item-title {
    min-height: auto;
  }
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .item-title
  a {
  color: #1a2b50;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .item-title
  i {
  color: #ffc107;
  font-size: 15px;
  margin-right: 2px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .info {
  margin: 0 15px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .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
  #module-boat
  .item-loop
  .info
  .g-price
  .prefix
  i {
  color: #ffc107;
  font-size: 16px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .info
  .g-price
  .price {
  display: inline-block;
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .info
  .g-price
  .price
  .text-price {
  color: #1a2b48;
  font-size: 18px;
  font-weight: 500;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .info
  .g-price
  .price
  .onsale {
  color: #c03 !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .info
  .g-price
  .price
  .unit {
  color: #5e6d77;
  font-size: 14px;
  font-weight: 400;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .amenities {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 10px 15px 5px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .amenities
  .amenity {
  align-items: center;
  text-align: center;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .amenities
  .amenity
  .input-icon {
  color: #1a2b48;
  font-size: 26px;
  position: relative;
  top: 1px;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop
  .amenities
  .amenity
  .text {
  display: block;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .item-loop.infobox-item {
  position: relative;
}
.bravo_wrap
  .bravo_detail_location
  .bravo_content
  .g-location-module
  #module-boat
  .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-list-hotel.layout_normal {
  margin: 0;
}
.bravo_detail_location .g-thumbnail {
  border-radius: 20px;
  overflow: hidden;
}
.g-location-module .global-title {
  display: none;
}
.g-location-module {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  width: 100%;
}
.g-location-module .location-module-nav {
  border: unset;
  width: fit-content;
  background: #f8f8f8;
  padding: 6px;
  border-radius: 15px;
  margin-left: auto;
}

.g-location-module .location-module-nav a {
  display: block;
  padding: 8px 20px;
  border-radius: 10px;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 24px;
  text-decoration: unset;
}

.g-location-module .location-module-nav a.active {
  background-color: #fff !important;
  border-bottom: unset !important;
  color: #2a2a2a !important;
}

.g-location-module .bravo-list-event,
.g-location-module .section-margin,
div#module-hotel {
  margin-top: 30px;
  margin-bottom: 0;
}
.g-location-module h3 {
  color: #2a2a2a;
}

@media (max-width: 991px) {
  .g-location-module .location-module-nav {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .g-location-module {
    margin-top: 45px;
  }
}
