#banner img.img-fluid {
  width: 100%;
}
#banner .banner .layout-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(205, 239, 252) 8%, rgba(255, 255, 255, 0) 45%);
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: width 0.3s ease-in;
  z-index: 1;
  /* border-radius: 15px; */
}
#banner .z-index-10 {
  z-index: 10;
}

#MenuDestination.Destination-down {
  display: block;
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 70px;
  background: #ffffff;
  transition: all 0.4s;
}

#MenuDestination1 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 1200px;
  margin: auto;
  z-index: 100;
  transition: all 0.4s;
}
#MenuDestination1 .item img {
  width: 64px;
}

#MenuDestination {
  gap: 20px;
  transition: all 0.4s;
  position: sticky;
  top: 60px;
  padding: 0;
  z-index: 1;
}
#MenuDestination .item .label {
  position: absolute;
  opacity: 0;
  z-index: 0;
  bottom: 0;
  transform: translateY(100%);
  text-align: left;
}
#MenuDestination .item .search-destination {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  background: #e5c403;
  color: #fff;
  height: 48px;
  width: 200px;
  border-radius: 10px;
}
#MenuDestination .item .label.item-label {
  position: relative;
  opacity: 1;
  z-index: 0;
  bottom: 0;
  transform: translateY(0%);
  margin-bottom: 10px;
}

#MenuDestination.Destination-up {
  transition: all 0.4s;
}

.href-link {
  z-index: 1;
}
.href-link a {
  display: block;
  overflow: hidden;
  background: #e5c403;
  border-radius: 5px;
  text-align: center;
  padding: 7px;
  color: #fff;
  margin: 5px auto 15px;
  width: 100%;
  max-width: 190px;
  height: 36px;
  transition: all 0.4s;
}
.href-link a:hover {
  background: #b39902;
}

.opacity-1 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.layout-becrums {
  justify-content: space-evenly;
}
.layout-becrums .item {
  transition: all 0.2s;
}
.layout-becrums .item img.active {
  display: none;
}
.layout-becrums .item img {
  transition: all 0.2s;
}
.layout-becrums .item a {
  display: grid;
  justify-items: center;
  align-items: center;
}
.layout-becrums .item a p {
  transition: all 0.2s;
  color: #828897;
}
.layout-becrums .item.active img.active {
  display: block;
}
.layout-becrums .item.active img {
  display: none;
}
.layout-becrums .item.active a p {
  color: #e5c403;
}
.layout-becrums .item:hover {
  transition: all 0.2s;
}
.layout-becrums .item:hover img.active {
  display: block;
}
.layout-becrums .item:hover img {
  display: none;
}
.layout-becrums .item:hover a p {
  color: #e5c403;
}
.layout-becrums .item.active:hover img.active {
  display: block;
}
.layout-becrums .item.active:hover img {
  display: none;
}

.view .w-60 {
  max-width: 60%;
  width: 60%;
  margin: auto;
}

.z-index0 {
  z-index: 0;
}

.Tours {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(205, 239, 252) 50%, rgba(255, 255, 255, 0) 100%);
}

span.select2.select2-container.select2-container--default {
  height: 48px;
  width: 245px !important;
  border: 1px solid #e1e2e6 !important;
  border-radius: 10px;
  padding: 10px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  background: #fff;
}

.select2-container--default .select2-selection--single {
  border: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

@media (max-width: 768px) {
  .layout-hotel {
    display: grid !important;
    grid-template-columns: 1fr;
    margin-left: 4%;
    margin-right: 4%;
  }
}
.layout-hotel .items-hotels {
  border-radius: 15px;
  width: calc((100% - 72px) / 4);
  background-color: rgb(250, 251, 251);
  transition: max-height 0.4s, background-color 0.4s;
  overflow: hidden;
  max-height: 304px;
  height: 304px;
}
@media (max-width: 768px) {
  .layout-hotel .items-hotels {
    width: 100%;
  }
}
.layout-hotel .items-hotels .layout-image {
  border-radius: 15px;
  transition: max-height 0.4s, border-radius 0.4s;
  background-color: rgb(250, 251, 251);
  width: 100%;
  height: auto;
  max-height: 191px;
  overflow: hidden;
}
.layout-hotel .items-hotels .layout-image img {
  border-radius: 15px;
  width: 100%;
  max-height: 191px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}
.layout-hotel .items-hotels .layout-content p.address {
  color: #abb0ba;
}
.layout-hotel .items-hotels .layout-content .form-price .price p.font-bold {
  color: #e5c403;
}
.layout-hotel .items-hotels .layout-content .form-price .price span {
  color: #828897;
}
.layout-hotel .items-hotels .layout-evaluate .borders {
  color: #ffffff;
  -webkit-backdrop-filter: blur(0.9375rem);
  backdrop-filter: blur(0.9375rem);
  background: rgba(255, 255, 255, 0.0509803922);
  padding: 5px 12px;
  border-radius: 15px;
}
.layout-hotel .items-hotels:hover {
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.12);
}
.layout-hotel .items-hotels:hover .layout-image {
  max-height: 160px;
}
.layout-hotel .items-hotels:hover .layout-image img {
  transform: rotate(-5deg) scale(1.2);
}
.layout-hotel .items-hotels:hover .mw-p1,
.layout-hotel .items-hotels:hover .mw-p2 {
  transform: translateY(-10px);
  -webkit-line-clamp: 2;
  max-height: 100%;
}
.layout-hotel .items-hotels .layout-image {
  transition: max-height 0.4s, border-radius 0.4s;
}
.layout-hotel .items-hotels .layout-image img {
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}
.layout-hotel .items-hotels .mw-p1,
.layout-hotel .items-hotels .mw-p2 {
  transition: transform 0.7s, max-height 0.7s;
}
.layout-hotel .mw-p1 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 21px;
  transition: max-height 0.7s, transform 0.7s;
}
.layout-hotel .mw-p2 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 42px;
  min-height: 42px;
  transition: max-height 0.7s, transform 0.7s;
}

@media (max-width: 768px) {
  .section-banner .banner .banner-name .name {
    font-size: 30px;
  }
  .section-banner .banner .banner-name .content {
    width: 98% !important;
    text-align: justify;
  }
  .view {
    margin-top: -54px !important;
    margin-bottom: -50px !important;
  }
  .view h3 {
    font-size: 28px;
  }
  .view .summary-content {
    width: 95%;
  }
  .view .summary-content p {
    text-align: justify;
  }
  .href-link {
    margin-top: 1px !important;
    margin-bottom: -45px !important;
  }
  #MenuDestination {
    display: grid !important;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 3%;
    margin-right: 3%;
  }
  #MenuDestination .item .search-destination {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #MenuDestination.Destination-down {
    display: flex !important;
    overflow: scroll;
    overflow-x: auto;
    scroll-padding-left: 69%;
    padding-left: 69%;
  }
  #MenuDestination.Destination-down span.select2.select2-container.select2-container--default {
    width: 140px !important;
  }
  #MenuDestination.Destination-down span.select2.select2-container.select2-container--default .item .search-destination {
    width: 170px !important;
  }
  #MenuDestination.Destination-up {
    display: grid !important;
    top: -100% !important;
  }
  span.select2.select2-container.select2-container--default {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .items-hotels {
    max-height: 370px !important;
    height: 370px !important;
  }
  .items-hotels .layout-image {
    height: auto !important;
    max-height: 250px !important;
  }
  .items-hotels .layout-image img {
    max-height: 250px !important;
    height: 250px !important;
  }
}/*# sourceMappingURL=search_hotel.css.map */