@media only screen and (min-width: 1500px) {
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
}

@media (max-width: 1024px) {
  /* header {
    display: none;
  }

  .pnvn-menu-mobile {
    display: block;
  } */
  section {
    overflow: hidden;
  }
  section .container,
  footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .lenis-scrollbar {
    display: none;
  }
  /* ======= Navbar style ======= */
  .hydro-nav-desktop {
    display: none;
  }
  .hydro-site-menu-mobile-toggle {
    display: flex;
  }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.about .section-subtitle {
    display: flex;
    justify-content: center;
  }
  section.about .section-title {
    text-align: center;
  }
  .hydro-gioi-thieu-ngan {
    text-align: justify;
  }
  .container {
    width: 92%;
  }
  .hydro-site-about-hero {
    background-attachment: initial;
    height: 50vh;
    min-height: 420px;
  }
  .hydro-site-album-overlay { 
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .vh-btn-dang-hang-form .vh-btn-dat-hang {
    width: 100%;
  }

  .vh-quay-lai {
    width: 100%;
  }

  .vh-quay-lai a {
    width: 100%;
    justify-content: center;
  }
  .lenis-scrollbar {
    width: 3px;
  }
  .lenis-scrollbar.visible {
    width: 5px;
  }
  .hydro-site-cac-diem-noi-bat-divider {
    margin: 0 auto 20px;
  }
  .hydro-site-cac-diem-noi-bat-feature-inner {
    padding: 30px 25px;
  }
  .mada-swiper-button-next {
    right: -5px;
  }
  .mada-swiper-button-prev {
    left: -5px;
  }

  .bento-grid-container {
    column-count: 2 !important;
  }
  .hydro-site-about-hero-content {
    padding-top: 13%;
  }

  .hydro-site-about-timeline-item:nth-child(even)
    .hydro-site-about-timeline-content {
    margin-left: 5%;
  }
  .hydro-site-about-timeline-content {
    width: 95%;
  }
  .hydro-site-about-timeline-item:nth-child(odd)
    .hydro-site-about-timeline-content {
    margin-right: initial;
    margin-left: 5%;
  }
  .hydro-site-about-timeline-line {
    left: 0%;
  }
  .hydro-site-about-timeline-dot {
    left: 0%;
  }
  .hydro-site-about-timeline-item {
    margin-bottom: 30px;
  }
  .hydro-site-about-timeline-container {
    padding-bottom: 0;
  }
  .hydro-site-about-intro-text {
    line-height: 1.6;
  }
  .hydro-site-about-activities-overlay {
    padding: 15px;
  }
  .hydro-site-about-activities-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .hydro-site-about-activities-content {
    margin-bottom: 10px;
  }
  .hydro-site-about-activities-box {
    --bs-aspect-ratio: calc(9 / 10 * 100%);
  }
  .hydro-site-about-activities-button {
    display: inline-block;
    padding: 12px 18px;
    font-size: 0.9rem;
  }
  .hydro-site-about-activities-content {
    margin-bottom: 0;
  }
  .hydro-site-booking-success-check-container {
    width: 100px;
    height: 100px;
  }
  .hydro-site-booking-success-details-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .hydro-site-booking-success-card {
    padding: 30px;
  }
  .hydro-site-booking-form-container {
    padding: 20px;
  }
  .hydro-site-news-detail-social {
    display: none;
  }
  .hydro-site-news-detail-header {
    margin-bottom: 0;
  }
  .container {
    width: 94%;
  }
  .hydro-site-news-detail-content-quote,
  .tin-tuc-detail blockquote {
    margin: 20px 0;
  }
  .hydro-site-news-detail-content-block {
    line-height: 1.65;
    margin-bottom: 20px;
  }
  .hydro-site-news-detail-author {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .hydro-site-news-detail-author-image {
    margin: 0 auto;
  }
  .hydro-site-news-detail-author-content {
    text-align: center;
  }
  .hydro-site-news-detail-author-social {
    justify-content: center;
  }
  .hydro-site-news-detail-author-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
  }
  .hydro-site-news-detail-author-bio {
    max-width: 500px;
    margin: 0 auto;
  }
  .hydro-site-news-detail-content-wrapper {
    overflow: hidden;
  }
  .hydro-btn-album {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  
  .hydro-site-album-overlay i {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .icon-about-us {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .tin-tuc-detail .hydro-site-news-detail-breadcrumbs-current, .san-pham-detail .hydro-site-news-detail-breadcrumbs-current {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 330px) {
}
