/* Duc code css */
.hotelPolicy__head {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.hotelPolicy__head .arrow {
  transition: transform 0.3s ease;
  color: #024363;
  font-size: 16px;
}

.hotelPolicy__content {
  display: none;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.accordion-header p{
    color: #024363;
    font-weight: 600;
  font-size: 20px;
}
.hotelPolicy__block.active .hotelPolicy__content {
  display: block;
}

.hotelPolicy__block.active .arrow {
  transform: rotate(180deg);
}

/* .hotelGallery__item:nth-child(n+6) {
  display: none !important;
} */
.hotelGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cột đều nhau */
  grid-template-rows: repeat(2, auto); /* 2 hàng */
  gap: 12px;
}

.hotelGallery__item {
  aspect-ratio: 16/10; /* hoặc 4/3, tuỳ tỷ lệ bạn muốn */
  border-radius: 12px;
  overflow: hidden;
}

.hotelGallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.packageSchedule .accordion-button::after {
  display: block !important;
}
.packageContent .tourDetail__title{
    cursor: pointer;
}
.packageContent .tourContent__content{
    display: block;
}
.packageContent .tourDetail__title span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.packageContent .tourDetail__title span.rotate {
  transform: rotate(180deg);
}
/*  */
@media only screen and (max-width: 850px) {
  .header__mobi {
    position: fixed;
    top: 0;
    left: -0%;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: 1001;
    transition: left 0.35s ease;
    padding: 60px 20px 30px;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    display: none;
  }

  /* Khi mở menu */
  .header__mobi.active {
    left: 0;
  }

  /* Overlay nền tối */
  .header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 1000;
  }
  .header__overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* Menu items */
  .header__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .header__menu li a {
    color: #024363;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .header__menu li a:hover {
    color: #009eff;
  }

  /* Nút mở menu */
  .openMenu {
    background: unset !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer;
  }
  .openMenu i {
    font-size: 24px;
    color: #024363;
  }

  /* Nút đóng menu */
  .closeMenu {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1002;
  }

  /* 2 gạch tạo thành dấu X */
  .closeMenu::before,
  .closeMenu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background-color: #024363;
    transition: 0.3s;
    transform-origin: center;
  }

  .closeMenu::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .closeMenu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media only screen and (max-width: 576px) {
  .heroSlider__item img,
  .heroSlider__item {
    height: 600px !important;
  }
  .hotelSearch {
    display: none;
  }
  .homeAbout__subtitle {
    font-size: 18px;
  }
  .homeAbout__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    max-width: unset;
  }
  .homeAbout__text {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    max-width: unset;
  }
  .homeAbout .row-gap-3 {
    row-gap: 10px !important;
  }
  .secTitle {
    font-size: 24px;
  }
  .secTitle.mb-3 {
    margin-bottom: 8px !important;
  }
  .secText {
    font-size: 18px;
  }
  .homeHotel__grid,
  .homePackage__grid,
  .homeNews__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .homePackage .secHead,
  .hotelLocation .secHead {
    align-items: flex-start !important;
  }
  .homePackage .secViewmore,
  .homeNews .secViewmore,
  .hotelLocation .secViewmore {
    margin-left: auto;
    margin-top: 20px;
  }
  .homeCta__title {
    font-size: 24px;
  }
  .homeCta__link {
    padding: 12px 35px;
  }
  .tourAbout__content .h2,
  .tourAbout__content h2,
  .packageAbout__content .h2,
  .packageAbout__content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .tourSummary .summaryHead__title {
    color: #024363;
    font-size: 24px;
  }
  .tourSummary .summaryHead__price strong {
    font-size: 28px;
  }
  .tourContent__itinerary.accordion .accordion-item .accordion-button {
    padding-left: 0;
  }
  .tourContent__itinerary.accordion .accordion-item .accordion-button::before {
    display: none;
  }
  .tourContent__itinerary.accordion .accordion-item .accordion-collapse,
  .packageSchedule .accordion-collapse {
    padding-left: 0;
  }
  .tourRelated .secHead {
    flex-direction: row !important;
    align-items: center !important;
  }
  .modalBookingTour .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .bnTop img {
    height: 300px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* .resultItem__action a {
    width: 100%;
  }
  .resultItem__action .hotel__rate {
    width: 100%;
  } */
  .resultItem__action {
    width: 100% !important;
  }
  .packageSchedule .accordion-item:first-child .accordion-button::before {
    width: 30px;
    height: 30px;
  }
  .packageSchedule .accordion-header {
    padding-left: 45px !important;
  }
  .cmtHead__hl {
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmtHead__hl .number {
    font-size: 40px;
  }
  .cmtHead__hl .text {
    font-size: 16px;
  }
  .cmtHead .divider {
    height: 0;
    width: 150px;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .cmtHead__process {
    align-items: unset !important;
  }
  .full-breadcrumbs {
    padding-bottom: 0px !important;
  }
  .breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .aboutContent__text h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .aboutAchie__item .title {
    font-size: 40px;
  }
  .aboutAchie__item .text {
    font-size: 16px;
  }
  .secAboutAchie__bn {
    margin-left: auto;
    max-width: 540px;
    height: 400px !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .aboutAchie__item {
    text-align: center;
  }
  .secAboutAchie::before {
    height: 100%;
  }
  .newsList__navs {
    justify-content: flex-start !important;
  }
  .secSinglePost__title{
    font-size: 28px;
    line-height: 36px;
  }
}
/*# sourceMappingURL=responsive.css.map */