@charset "UTF-8";
#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;
}

.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%);
}

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

.layout-tour {
  z-index: 1;
}
.layout-tour .items-tour {
  width: calc((100% - 60px) / 4);
}
.layout-tour .items-tour .layout-image {
  border-radius: 15px;
  max-width: 100%;
  overflow: hidden;
}
.layout-tour .items-tour .layout-image img {
  border-radius: 15px;
  max-height: 450px;
  min-height: 450px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.layout-tour .items-tour .layout-image img:hover {
  transform: scale(1.12);
}
.layout-tour .items-tour .layout-content {
  padding: 12px;
  width: 100%;
  border-radius: 15px;
  transition: all 0.4s;
}
.layout-tour .items-tour .layout-content .title-main {
  border-radius: 15px;
  -webkit-backdrop-filter: blur(0.9375rem);
          backdrop-filter: blur(0.9375rem);
  background: rgba(255, 255, 255, 0.0509803922);
  padding: 16px;
  transition: all 0.4s;
}
.layout-tour .items-tour .layout-content .title-main .top p,
.layout-tour .items-tour .layout-content .title-main .top li {
  transition: all 0.4s;
  color: #e1e2e6;
}
.layout-tour .items-tour .layout-content .title-main .bottom {
  height: 26px;
}
.layout-tour .items-tour .layout-content .title-main .bottom p {
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 26px;
  transition: all 0.4s;
  color: #ffffff;
}
.layout-tour .items-tour .layout-evaluate {
  padding: 12px;
}
.layout-tour .items-tour .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: 10px;
}
.layout-tour .items-tour:hover .layout-content .title-main {
  transition: all 0.4s;
  -webkit-backdrop-filter: blur(0.9375rem);
          backdrop-filter: blur(0.9375rem);
  background: #ffffff;
}
.layout-tour .items-tour:hover .layout-content .title-main .top p,
.layout-tour .items-tour:hover .layout-content .title-main .top li {
  transition: all 0.4s;
  color: #9ea3ae;
}
.layout-tour .items-tour:hover .layout-content .title-main .bottom {
  max-height: 100%;
  height: 100%;
}
.layout-tour .items-tour:hover .layout-content .title-main .bottom p {
  -webkit-line-clamp: 2;
  max-height: 52px;
  transition: all 0.4s;
  color: #17233e;
  max-height: 100%;
}
.layout-tour .items-tour:hover .layout-content .title-main .bottom .price p {
  color: #e5c403;
}

#visit {
  padding: 10rem 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(220, 245, 252, 0.5) 50%, rgba(255, 255, 255, 0.95) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(220, 245, 252, 0.4) 50%, rgba(255, 255, 255, 0.8) 105%);
  background-size: 100% auto !important;
  background-repeat: no-repeat;
}

.layout-box-visit {
  gap: 24px;
}
.layout-box-visit .items-visit {
  width: calc((100% - 72px) / 4);
}
.layout-box-visit .items-visit .img-visit img {
  max-height: 202px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.layout-box-visit .items-visit .visit-summary {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}

#StayActive .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;
  transition: all 0.4s;
}
#StayActive .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;
}
#StayActive .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;
}
#StayActive .layout-hotel .items-hotels .layout-content p.address {
  color: #abb0ba;
}
#StayActive .layout-hotel .items-hotels .layout-content .form-price .price p.font-bold {
  color: #e5c403;
}
#StayActive .layout-hotel .items-hotels .layout-content .form-price .price span {
  color: #828897;
}
#StayActive .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;
}
#StayActive .layout-hotel .items-hotels:hover {
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.12);
}
#StayActive .layout-hotel .items-hotels:hover .layout-image {
  max-height: 160px;
}
#StayActive .layout-hotel .items-hotels:hover .layout-image img {
  transform: rotate(-5deg) scale(1.2);
}
#StayActive .layout-hotel .items-hotels:hover .mw-p1,
#StayActive .layout-hotel .items-hotels:hover .mw-p2 {
  transform: translateY(-10px);
  -webkit-line-clamp: 2;
  max-height: 100%;
}
#StayActive .layout-hotel .items-hotels .layout-image {
  transition: max-height 0.4s, border-radius 0.4s;
}
#StayActive .layout-hotel .items-hotels .layout-image img {
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}
#StayActive .layout-hotel .items-hotels .mw-p1,
#StayActive .layout-hotel .items-hotels .mw-p2 {
  transition: transform 0.7s, max-height 0.7s;
}
#StayActive .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;
}
#StayActive .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-item .section-banner #banner .name {
    font-size: 30px;
  }
  .section-item .section-banner #banner .content {
    width: 98% !important;
  }
  .app-main-content .travel .view .summary-content {
    width: 95% !important;
  }
  .href-link {
    position: relative !important;
    margin-top: -3.4% !important;
    margin-bottom: 1% !important;
  }
  .container .view h3 {
    font-size: 28px;
  }
  .container .view .summary-content {
    width: 95% !important;
  }
  .container .view .summary-content p {
    text-align: justify;
  }
  .layout-tour .slick-list {
    position: relative;
    overflow: hidden; /* Giữ chỉ hiển thị trong vùng nhìn thấy */
    display: flex !important; /* Thay block bằng flex */
    flex-wrap: nowrap; /* Ngăn xuống dòng */
    margin: 0;
    padding: 0;
  }
  .layout-tour .slick-track {
    display: flex !important; /* Giữ các slide trên một hàng */
    flex-wrap: nowrap;
  }
  .layout-tour .items-tour {
    width: 280px !important;
    margin-right: 12px;
    flex: 0 0 auto;
  }
  .layout-box-visit {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 3%;
    margin-right: 3%;
  }
  .img-visit img {
    max-height: 130px !important;
  }
  .items-visit {
    width: 100% !important;
  }
  .layout-hotel {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .layout-hotel .items-hotels {
    width: 100% !important;
    max-height: 370px !important;
    height: 370px !important;
  }
  .layout-hotel .items-hotels .layout-image {
    height: auto !important;
    max-height: 250px !important;
  }
  .layout-hotel .items-hotels .layout-image img {
    max-height: 250px !important;
    height: 250px !important;
  }
}
@media (max-width: 768px) {
  #visit {
    padding: 0.2rem 0 0 0;
    background-size: 100vw 150vh !important;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .layout-tour .items-tour .layout-content {
    padding-left: 2px;
    padding-right: 2px;
  }
  .layout-tour .items-tour .layout-content .title-main {
    padding: 4px;
  }
}/*# sourceMappingURL=product.css.map */