.section-1 {
  padding-left: 10%;
  padding-right: 10%;
}
.section-1 .navigation .breadcrumb a {
  transition: 0.3s ease;
  color: black;
  text-decoration: none;
}
.section-1 .navigation .breadcrumb a:hover {
  transition: 0.3s ease;
  color: rgb(1, 148, 243);
}
.section-1 .box-ready-room {
  display: flex;
  background-image: linear-gradient(136.94deg, #1a2f78 0%, #1870c9 46.1%, #5195e3 96.84%);
  position: relative;
  padding: 50px;
  border-radius: 10px;
}
.section-1 .box-ready-room .image {
  top: -45px;
  height: 200px;
  width: 26%;
  position: absolute;
  right: 300px;
}
.section-1 .box-ready-room .image img {
  position: absolute;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-1 .box-ready-room .title-ready {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  color: white;
  font-weight: bold;
}
.section-1 .box-ready-room .title-ready a {
  font-size: 15px;
  width: 30%;
  background: rgb(255, 94, 31);
  color: white;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
}
.section-1 .box-booking {
  display: flex;
  flex-direction: column;
}
.section-1 .box-content .free-transaction {
  color: rgb(0, 135, 90);
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
}
.section-1 .box-content .bed {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}
.section-1 .box-content .room {
  font-size: 11px;
  margin-top: 10px;
}
.section-1 .box-content .breakfast {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
}
.section-1 .box-room {
  margin-bottom: 100px;
  transition: 0.5s ease;
  border-radius: 10px;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("https://ik.imagekit.io/tvlk/image/imageResource/2023/12/22/1703230740804-7c3d1c3e64557331e6f5f66d7a28e262.svg?tr=q-75&quot");
}
.section-1 .box-room .booking-room {
  display: flex;
  gap: 20px;
}
.section-1 .box-room .booking-room .image img {
  border-radius: 10px;
}
.section-1 .box-room .booking-room .booking {
  width: 80%;
  border-radius: 3px;
  overflow: hidden;
}
.section-1 .box-room .booking-room .booking table {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 10px;
}
.section-1 .box-room .booking-room .booking table th {
  background: rgb(247, 249, 250);
  font-size: 14px;
}
.section-1 .box-room .booking-room .booking table td {
  padding: 10px;
}
.section-1 .box-room .booking-room .booking table td .select-room {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  color: red;
}
.section-1 .box-room .booking-room .booking table td .select-room a {
  background: rgb(1, 148, 243);
  padding: 10px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  font-size: 14px;
}
.section-1 .box-room .booking-room .booking table td .room-quantity {
  text-align: center;
}
.section-1 .box-room .booking-room .booking table td .box-price {
  text-align: end;
  font-size: 12px;
  flex-direction: column;
  display: flex;
}
.section-1 .box-room .booking-room .booking table td .box-price .saleprice {
  color: rgb(255, 94, 31);
  font-weight: 700;
  font-size: 16px;
}
.section-1 .box-room .booking-room .booking table td .box-price .price {
  color: rgb(104, 113, 118);
  font-size: 12px;
  margin-top: 10px;
}
.section-1 .box-room .booking-room .booking table td .box-price .special {
  background: rgb(255, 244, 239);
  width: 60%;
  color: rgb(143, 143, 143);
  border-radius: 10px;
  font-size: 11px;
  padding: 4px;
  margin-left: auto;
  text-align: center;
}
.section-1 .box-room .booking-room .booking table td .box-guest {
  text-align: center;
}
.section-1 .box-room .title h3 {
  font-size: 20px;
  color: black;
}
.section-1 .box-room:hover {
  transition: 0.5s ease;
  box-shadow: rgba(1, 148, 243, 0.5) 1px 1px 6px;
}
.section-1 .box {
  display: flex;
  gap: 1%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.section-1 .box .box-description {
  border: 1px solid #828181;
  border-radius: 10px;
  padding: 4%;
}
.section-1 .box .box-score {
  text-align: center;
  width: 120px;
  padding: 10px;
}
.section-1 .box .box-score h2 {
  font-size: 22px;
}
.section-1 .box .box-score .background-score {
  border-radius: 10px;
  background-image: linear-gradient(137deg, rgb(245, 251, 255) 0%, rgb(209, 240, 255) 46.1%, rgb(245, 251, 255) 96.84%);
  padding: 10px;
}
.section-1 .box .box-score .background-score .score {
  margin: 0;
  color: rgb(1, 148, 243);
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  border: 5px solid white;
  padding: 23px 20px;
  border-radius: 10px;
}
.section-1 .box .box-utilities {
  width: 80%;
  border: 2px solid #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  background-image: url("https://ik.imagekit.io/tvlk/image/imageResource/2025/01/24/1737685064221-e1246a49bcedbc31510ce828a22b06ee.svg?tr=q-75");
  background-repeat: no-repeat;
}
.section-1 .box .box-utilities .title {
  color: rgb(255, 94, 31);
  text-align: center;
}
.section-1 .box .box-utilities .utilities {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.section-1 .box .box-utilities .utilities .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-1 .box .box-utilities .utilities .item img {
  width: 30px;
}
.section-1 .detail {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
}
.section-1 .detail .box-hotel {
  display: flex;
  justify-content: space-between;
}
.section-1 .detail .select-hotel {
  display: flex;
  gap: 10px;
  align-items: center;
}
.section-1 .detail .select-hotel .select-room {
  transition: 0.3s ease;
  background: rgb(255, 94, 31);
  color: white;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}
.section-1 .detail .select-hotel .select-room:hover {
  transition: 0.3s ease;
  background: rgb(220, 100, 52);
}
.section-1 .detail .select-hotel .price {
  font-size: 12px;
  text-align: end;
  font-weight: 500;
  color: rgb(104, 113, 118);
}
.section-1 .detail .select-hotel .price .price-detail {
  font-size: 20px;
  color: rgb(255, 94, 31);
  font-weight: 700;
}
.section-1 .detail .hotel-star {
  display: flex;
}
.section-1 .detail .hotel-star .hotel {
  background: rgb(236, 248, 255);
  color: rgb(2, 100, 200);
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
}
.section-1 .detail .hotel-star .star i {
  color: rgb(255, 220, 0);
}
.section-1 .detail h1 {
  margin: 0;
  font-size: 24px;
}
.section-1 .detail h3 {
  color: rgb(104, 113, 118);
  font-size: 16px;
  margin: 0;
}
.section-1 .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-1 .swiper-wrapper {
  height:300px;
}
.section-1 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 300px;
}
.section-1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.section-1 .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

/*# sourceMappingURL=section-1.css.map */
/* =============================================
   RESPONSIVE
   ============================================= */

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .section-1 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 100px;
  }

  .section-1 .box-ready-room {
    padding: 30px;
  }

  .section-1 .box-ready-room .image {
    right: 150px;
    width: 30%;
    height: 170px;
    top: -30px;
  }

  .section-1 .box-ready-room .title-ready {
    font-size: 20px;
  }

  .section-1 .box-ready-room .title-ready a {
    width: 40%;
    font-size: 14px;
  }

  .section-1 .swiper-wrapper {
    height: 250px;
  }

  .section-1 .swiper-slide {
    width: 400px;
    height: 250px;
  }

  .section-1 .detail h1 {
    font-size: 20px;
  }

  .section-1 .detail h3 {
    font-size: 14px;
  }

  .section-1 .detail .box-hotel {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .section-1 .detail .select-hotel {
    width: 100%;
    justify-content: space-between;
  }

  .section-1 .box {
    flex-direction: column;
    gap: 20px;
  }

  .section-1 .box .box-score {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
  }

  .section-1 .box .box-score .background-score {
    flex-shrink: 0;
  }

  .section-1 .box .box-utilities {
    width: 100%;
  }

  .section-1 .box-room .booking-room {
    flex-direction: column;
  }

  .section-1 .box-room .booking-room .image {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    border-radius: 10px;
  }

  .section-1 .box-room .booking-room .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .section-1 .box-room .booking-room .booking {
    width: 100%;
  }

  .section-1 .box-room .booking-room .booking table {
    font-size: 13px;
  }

  .section-1 .box-room .booking-room .booking table td .box-price .special {
    width: 80%;
  }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .section-1 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 90px;
  }

  .section-1 .box-ready-room {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }

  .section-1 .box-ready-room .image {
    display: none;
  }

  .section-1 .box-ready-room .title-ready {
    font-size: 18px;
    align-items: center;
  }

  .section-1 .box-ready-room .title-ready a {
    width: 60%;
  }

  .section-1 .swiper-wrapper {
    height: 200px;
  }

  .section-1 .swiper-slide {
    width: 300px;
    height: 200px;
  }

  .section-1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
  }

  .section-1 .detail {
    padding: 15px;
  }

  .section-1 .detail h1 {
    font-size: 18px;
  }

  .section-1 .detail h3 {
    font-size: 13px;
  }

  .section-1 .detail .hotel-star {
    flex-wrap: wrap;
    gap: 5px;
  }

  .section-1 .detail .select-hotel {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .section-1 .detail .select-hotel .select-room {
    width: 100%;
    text-align: center;
  }

  .section-1 .box .box-description {
    font-size: 13px;
  }

  .section-1 .box .box-utilities .utilities {
    gap: 10px;
  }

  .section-1 .box .box-utilities .utilities .item {
    font-size: 13px;
  }

  .section-1 .box .box-utilities .utilities .item img {
    width: 24px;
  }

  .section-1 .box-room {
    padding: 15px;
    margin-bottom: 20px;
  }

  .section-1 .box-room .title h3 {
    font-size: 18px;
  }

  .section-1 .box-room .booking-room .booking table {
    display: block;
    overflow-x: auto;
  }

  .section-1 .box-room .booking-room .booking table th {
    font-size: 12px;
    white-space: nowrap;
    padding: 8px;
  }

  .section-1 .box-room .booking-room .booking table td {
    font-size: 12px;
    padding: 8px;
    white-space: nowrap;
  }

  .section-1 .box-room .booking-room .booking table td .select-room {
    width: 70%;
    font-size: 12px;
  }

  .section-1 .box-room .booking-room .booking table td .select-room a {
    font-size: 12px;
    padding: 8px;
  }

  .section-1 .box-room .booking-room .booking table td .box-price .saleprice {
    font-size: 14px;
  }

  .section-1 .box-room .booking-room .booking table td .box-price .special {
    width: 90%;
    font-size: 10px;
  }
}

/* Mobile nhỏ (≤480px) */
@media (max-width: 480px) {
  .section-1 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 80px;
  }

  .section-1 .navigation .breadcrumb {
    font-size: 12px;
  }

  .section-1 .box-ready-room {
    padding: 15px;
    border-radius: 8px;
  }

  .section-1 .box-ready-room .title-ready {
    font-size: 16px;
  }

  .section-1 .box-ready-room .title-ready a {
    width: 80%;
    font-size: 13px;
    padding: 8px;
  }

  .section-1 .swiper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-1 .swiper-wrapper {
    height: 180px;
  }

  .section-1 .swiper-slide {
    width: 250px;
    height: 180px;
  }

  .section-1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
  }

  .section-1 .detail {
    padding: 12px;
  }

  .section-1 .detail h1 {
    font-size: 16px;
  }

  .section-1 .detail h3 {
    font-size: 12px;
  }

  .section-1 .detail .hotel-star .hotel {
    font-size: 10px;
    padding: 3px 6px;
  }

  .section-1 .box .box-score {
    flex-direction: column;
    align-items: center;
  }

  .section-1 .box .box-score h2 {
    font-size: 18px;
  }

  .section-1 .box .box-score .background-score .score {
    font-size: 20px;
    padding: 15px;
  }

  .section-1 .box .box-utilities {
    padding: 8px;
  }

  .section-1 .box .box-utilities .utilities {
    gap: 8px;
  }

  .section-1 .box .box-utilities .utilities .item {
    font-size: 12px;
    gap: 6px;
  }

  .section-1 .box .box-utilities .utilities .item img {
    width: 20px;
  }

  .section-1 .box-room {
    padding: 10px;
  }

  .section-1 .box-room .title h3 {
    font-size: 16px;
  }

  .section-1 .box-room .booking-room .image {
    max-height: 160px;
  }

  .section-1 .box-room .booking-room .image img {
    height: 160px;
  }

  .section-1 .box-room .booking-room .booking table th {
    font-size: 11px;
    padding: 6px;
  }

  .section-1 .box-room .booking-room .booking table td {
    font-size: 11px;
    padding: 6px;
  }

  .section-1 .box-room .booking-room .booking table td .select-room {
    width: 80%;
    font-size: 11px;
  }

  .section-1 .box-room .booking-room .booking table td .select-room a {
    font-size: 11px;
    padding: 6px;
  }

  .section-1 .box-room .booking-room .booking table td .box-price .saleprice {
    font-size: 13px;
  }

  .section-1 .box-content .free-transaction {
    font-size: 11px;
  }

  .section-1 .box-content .bed {
    font-size: 11px;
  }

  .section-1 .box-content .room {
    font-size: 10px;
  }

  .section-1 .box-content .breakfast {
    font-size: 13px;
  }
}

/* Mobile cực nhỏ (≤360px) */
@media (max-width: 360px) {
  .section-1 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .section-1 .box-ready-room .title-ready {
    font-size: 14px;
  }

  .section-1 .box-ready-room .title-ready a {
    width: 100%;
    font-size: 12px;
  }

  .section-1 .swiper-wrapper {
    height: 150px;
  }

  .section-1 .swiper-slide {
    width: 220px;
    height: 150px;
  }

  .section-1 .detail h1 {
    font-size: 15px;
  }

  .section-1 .box-room .booking-room .booking table {
    font-size: 10px;
  }

  .section-1 .box-room .booking-room .booking table td .select-room {
    width: 90%;
  }
}