
.relative {
  position: relative;
  z-index: 5;
}

.custom-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  height: 50px;
  border-radius: 5px;
  font-size: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background-color: var(--red);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn:hover {
  background-color: var(--blue);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.ratio img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-arrow {
  position: absolute;
  top: -30%;
  width: 50px;
  height: 50px;
  right: 0;
  border: 1px solid var(--blue);
  padding: 8px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-blue);
  z-index: 5;
  font-size: 0;
  cursor: pointer;
}
.slick-arrow:before {
  content: "";
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  background: var(--blue);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-arrow:hover:before {
  background: var(--yellow);
  color: #fff;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: ">";
}

.slick-prev {
  right: 7%;
}
.slick-prev:before {
  content: "<";
}

.mb-24 {
  margin-bottom: 24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--blue);
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: var(--yellow);
}

svg {
  width: 20px;
}

.title-main {
  text-align: justify;
}
.title-main .heading {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 250%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--blue);
}
.title-main p {
  margin-bottom: 50px;
}

.title-main-2 {
  text-align: center;
  max-width: 655px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-main-2 .heading {
  color: #fff;
  font-size: 250%;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.title-main-2 .text {
  font-weight: 600;
  color: #fff;
  font-size: 125%;
  margin-bottom: 0;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.max-content .heading {
  text-align: center;
}

.row-custom-50 {
  margin: 0px -25px;
}
.row-custom-50 .col-custom-50 {
  padding: 0px 25px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.rank-math-breadcrumb {
  padding-top: 30px;
}
.rank-math-breadcrumb a {
  color: #000;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

/* =========================================
   HERO BACKGROUND
========================================= */
/* Gradient mờ dần từ dưới lên tạo cảm giác liền mạch */
.bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 5;
}

/* =========================================
   HEADER (Thanh điều hướng)
========================================= */
.header-wrapper {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 10;
  width: 100%;
  display:none;
}
.page-template-landingpage .header-wrapper {
  display: block;
}
.page-template-landingpage .header--top, 
.page-template-landingpage .header {
  display: none;
}

.header-pill {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  padding: 10px 25px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Class custom thay thế align-items-center của Bootstrap */
.custom-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111;
}
.logo img {
  max-width: 120px;
}

.nav-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-menu .active a {
  color: #e5a443;
  /* Màu vàng */
  position: relative;
}

.nav-menu .active a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e5a443;
}

.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-inquire {
  background-color: #006b5a;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-inquire:hover {
  background-color: #005245;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
  display: none;
  overflow: auto;
}
.menu-mobile .js-close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 20px 10px;
  font-size: 30px;
  color: #fff;
}
.menu-mobile .js-close span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
.menu-mobile .search {
  width: 95%;
  margin: 0 auto;
}
.menu-mobile .search form {
  position: relative;
}
.menu-mobile .search form button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 40px;
}
.menu-mobile .search form button svg {
  width: 20px;
  fill: #000;
}
.menu-mobile .search input {
  width: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  background: #fff;
  height: 40px;
  border-radius: 1px;
}
.menu-mobile ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 110%;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #979797;
}
.menu-mobile ul li .sub-menu li a {
  padding-left: 30px;
}

.mxh {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mxh a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  color: #000;
}
.mxh a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.mxh a svg {
  width: 15px;
}

.js-uptop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--blue);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
  cursor: pointer;
}
.js-uptop svg {
  fill: #fff;
}
.js-uptop svg path {
  fill: #fff;
}

.footer {
  background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
  color: #fff;
  padding-top: 50px;
}
.footer__content {
  color: #fff;
  margin-bottom: 20px;
}
.footer__content .logo {
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}
.footer__content .the_content h3,
.footer__content .the_content h2 {
  font-size: 125%;
}
.footer .heading-ft {
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer__menu ul li a {
  display: block;
  padding-bottom: 15px;
  color: #fff;
}
.footer__menu ul li a:hover {
  color: var(--red);
}
.footer .mxh-ft a {
  padding-right: 20px;
  color: #fff;
}
.footer .mxh-ft a:last-child {
  padding-right: 0;
}
.footer .mxh-ft a svg {
  margin-right: 10px;
}
.footer .maps {
  margin-top: 20px;
}
.footer .maps iframe {
  height: 200px;
  border-radius: 10px;
}
.footer .address {
  padding-top: 30px;
}
.footer .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .address ul li {
  font-size: 14px;
}
.footer .coppyright {
  border-top: 1px solid #fff;
  padding: 15px 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}

/* =========================================
   HERO BACKGROUND & WRAPPER
========================================= */
.hero-section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* =========================================
   TÙY CHỈNH SLICK SLIDER
========================================= */
.hero-slider,
.slick-list,
.slick-track {
  height: 100%;
  /* Đảm bảo slider phủ kín chiều cao */
}

/* Tùy chỉnh từng Slide */
.slide-item {
  height: 100vh;
  max-height: 900px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* Bắt buộc thêm !important vì Slick thường ghi đè display: block */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  /* Đẩy nội dung xuống một chút để không đè vào Header */
}

/* Tùy chỉnh dấu chấm (Dots) của Slick cho đẹp hơn */
.slick-dots {
  bottom: 30px;
  z-index: 15;
}

.slick-dots li button:before {
  font-size: 15px;
  color: white;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #e5a443;
  /* Đổi màu dot đang active thành màu vàng */
  opacity: 1;
}

/* =========================================
   HERO CONTENT (Box hiệu ứng kính)
========================================= */
.glass-box {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  /* Hiệu ứng kính mờ (Glassmorphism) */
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.badge-tag {
  display: inline-block;
  background-color: #fff;
  color: #cda869;
  /* Màu vàng cát */
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-title span {
  color: #006b5a;
}

.text-green {
  color: #006b5a;
}

.hero-desc {
  font-size: 1.1rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 90%;
  font-weight: 500;
}

.btn-explore {
  background-color: #006b5a;
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  gap: 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-explore:hover {
  background-color: #005245;
}

/* =========================================
   RESPONSIVE (Tùy chỉnh thêm cho Mobile)
========================================= */
@media (max-width: 991px) {
  .nav-menu {
    display: none;
    /* Giấu menu trên mobile */
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .glass-box {
    padding: 30px;
    margin-top: 30px;
  }

  .header-pill {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .glass-box {
    padding: 10px;
    margin-top: 10px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-desc {
    fzont-size: 0.95rem;
    margin-bottom: 20px;
  }

  .slide-item {
    max-height: 600px;
  }
}
/* =========================================
   FEATURES SECTION
========================================= */
.features-section {
  background-color: #e4e2e4;
  /* Màu nền xám nhạt như bản thiết kế */
  padding: 30px 0;
}

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px;
}

.feature-icon {
  color: #006b5a;
  /* Màu xanh lá cây đậm */
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Kích thước đồng đều cho các icon SVG */
.feature-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  /* Nhận màu từ thuộc tính color của class cha */
}

.feature-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.5;
  margin: 0;
  /* Xóa margin mặc định của thẻ p */
}

/* =========================================
   RESPONSIVE FEATURES SECTION
========================================= */
@media (max-width: 991px) {
  /* Trên thiết bị nhỏ, các cột sẽ tự rớt dòng nên cần thêm margin-bottom để không bị dính vào nhau */
  .custom-feature-col {
    margin-bottom: 30px;
  }
}
/* =========================================
   WHY BOOK WITH US SECTION
========================================= */
.why-book-section {
  background-color: #ffffff;
  padding: 80px 0;
}

/* Phần tiêu đề chung */
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.badge-heritage {
  background-color: #006b5a;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.section-title span {
  color: #006b5a;
}

.section-divider {
  width: 60px;
  height: 3px;
  background-color: #006b5a;
  border-radius: 2px;
}

/* Cấu trúc Card */
.reason-card {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 40px 30px;
  height: 100%;
  /* Cực kỳ quan trọng để các card bằng nhau khi ở chung 1 row */
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.reason-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  /* Hiệu ứng nẩy lên nhẹ khi hover */
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.reason-icon-box {
  width: 54px;
  height: 54px;
  background-color: #006b5a;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  color: #ffffff;
  /* Màu trắng cho icon bên trong */
}
.reason-icon-box i {
  font-size: 24px;
}

.reason-icon-box svg {
  width: 24px;
  height: 24px;
  fill: #e5a443;
  /* Màu vàng cát */
}

.reason-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.reason-desc {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.7;
  margin: 0;
}

/* Phần chữ Trusted ở dưới cùng */
.trusted-section {
  text-align: center;
  margin-top: 70px;
}

.trusted-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.trusted-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  /* Khoảng cách giữa các text logo */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Cho phép rớt dòng trên mobile */
}

.trusted-logos span {
  font-size: 0.9rem;
  font-weight: 800;
  color: #a8a8a8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 767px) {
  .custom-card-col {
    margin-bottom: 24px;
    /* Tạo khoảng cách giữa các card khi xếp chồng trên mobile */
  }

  .section-title {
    font-size: 2rem;
  }

  .trusted-logos {
    gap: 20px;
  }
}
/* =========================================
   DISCOVER THE BAYS SECTION
========================================= */
.discover-bays-section {
  background-color: #f7f7f9;
  /* Màu nền xám nhạt */
  padding: 80px 0;
}

/* Phần Header */
.discover-bays-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.discover-bays-section .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

/* Class hỗ trợ để đổi màu chữ nhập từ ACF */
.text-green {
  color: #006b5a;
}

.discover-bays-section .section-subtitle {
  font-size: 1rem;
  color: #555555;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Khoảng cách giữa các cột khi rớt dòng trên Mobile */
.custom-row-gap {
  row-gap: 30px;
}

/* =========================================
   CARD THIẾT KẾ
========================================= */
.bay-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  /* Để ảnh bên trong bo góc theo card */
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  height: 100%;
  /* Giúp các card cao bằng nhau khi text ngắn dài khác nhau */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bay-img-wrapper {
  width: 100%;
  height: 240px;
  /* Cố định chiều cao ảnh để layout đều nhau */
}

.bay-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Cắt cúp ảnh cho vừa vặn không bị méo */
  display: block;
}

.bay-card-body {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* Đẩy nội dung chiếm hết không gian còn lại */
}

.bay-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

/* =========================================
   ĐỊNH DẠNG CHO WYSIWYG EDITOR CỦA ACF
========================================= */
.bay-desc p {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.bay-desc ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.bay-desc li {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* Nút Action ở dưới cùng */
.action-wrapper {
  text-align: center;
  margin-top: 50px;
}

.btn-chat-whatsapp {
  display: inline-block;
  background-color: #eaeaec;
  color: #333333;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-chat-whatsapp:hover {
  background-color: #dcdce0;
  color: #1a1a1a;
}

/* =========================================
   ĐỊNH DẠNG CHO WYSIWYG EDITOR CỦA ACF (CUSTOM CHECK ICON)
========================================= */
.bay-desc p {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.bay-desc ul {
  list-style: none;
  /* Xóa dấu chấm tròn mặc định */
  padding-left: 0;
  /* Reset lại khoảng cách padding */
  margin-bottom: 0;
}

.bay-desc li {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
  /* Tạo khoảng trống bên trái để nhét icon vào */
}

/* Chèn Icon Check của FontAwesome qua pseudo-element ::before */
.bay-desc li::before {
  content: "\f00c";
  /* Mã unicode của icon check */
  font-family: "Font Awesome 5 Free";
  /* Hoặc "Font Awesome 6 Free" tùy phiên bản bạn đang dùng */
  font-weight: 900;
  /* Rất quan trọng: Bắt buộc phải là 900 với các icon dạng Solid */
  color: #006b5a;
  /* Đổi màu xanh lá cây cho giống thiết kế */
  position: absolute;
  left: 0;
  top: 2px;
  /* Căn chỉnh icon lên xuống cho vừa tầm mắt với chữ */
  font-size: 0.85rem;
}

/* =========================================
   SELECT YOUR EXPERIENCE SECTION
========================================= */
.experience-section {
  background-color: #fafafb;
  /* Xám cực nhạt */
  padding: 80px 0;
}

.experience-section .section-header {
  margin-bottom: 60px;
}

.experience-section .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
}

/* Lớp dùng để đổi màu chữ tiêu đề (Bạn nhập nội dung này ở ACF: Select Your <span class="text-green">Experience</span>) */
.text-green {
  color: #006b5a;
}

/* =========================================
   CARD TRẢI NGHIỆM CHUNG
========================================= */
.experience-card {
  margin-bottom: 60px;
  border-radius: 16px;
}

/* Bao bọc hình ảnh */
.exp-img-wrapper {
  height: 100%;
  min-height: 350px;
  /* Đảm bảo chiều cao ảnh */
}

.exp-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Khung nội dung */
.exp-content {
  padding: 40px 50px;
}

.exp-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.exp-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
}

/* =========================================
   STYLE CHO PHẦN THƯỜNG (NORMAL)
========================================= */
.is-normal .exp-img-wrapper {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.is-normal .exp-tag {
  background-color: #eaf3f0;
  color: #006b5a;
}

.is-normal .exp-title {
  color: #1a1a1a;
}

.is-normal .exp-desc p {
  color: #555555;
}

/* Nút WhatsApp Normal */
.is-normal .btn-exp-wa {
  display: inline-block;
  border: 1px solid #006b5a;
  color: #006b5a;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-normal .btn-exp-wa:hover {
  background-color: #006b5a;
  color: #ffffff;
}

/* =========================================
   STYLE CHO PHẦN ĐẶC BIỆT (HIGHLIGHT)
========================================= */
.is-highlight {
  background-color: #0b111e;
  /* Màu nền xanh đen */
  overflow: hidden;
  /* Cắt góc ảnh cho bằng card */
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.is-highlight .exp-tag {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e5a443;
  /* Màu vàng cát */
}

.is-highlight .exp-title {
  color: #ffffff;
}

.is-highlight .exp-desc p,
.is-highlight .exp-desc li {
  color: #d1d5db;
  /* Màu xám sáng */
}

/* Nút WhatsApp Highlight */
.is-highlight .btn-exp-wa {
  display: inline-block;
  background-color: #f3c77c;
  /* Nền vàng */
  color: #1a1a1a;
  /* Chữ đen */
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-highlight .btn-exp-wa:hover {
  background-color: #e5a443;
}

/* =========================================
   ĐỊNH DẠNG UL LI BẰNG ICON CHECK
========================================= */
.exp-desc p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.exp-desc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.exp-desc li {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
}

.exp-desc li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.85rem;
}

/* Đổi màu icon check tùy khối */
.is-normal .exp-desc li::before {
  color: #006b5a;
  /* Xanh lá */
}

.is-highlight .exp-desc li::before {
  color: #e5a443;
  /* Vàng cát */
}

/* =========================================
   RESPONSIVE (Mobile)
========================================= */
@media (max-width: 767px) {
  .exp-content {
    padding: 30px 20px;
  }

  .exp-img-wrapper {
    min-height: 250px;
  }

  .experience-card {
    margin-bottom: 40px;
  }
}
/* =========================================
   TỰ CUSTOM THỨ TỰ CỘT (Thay cho tiện ích của Bootstrap)
========================================= */
/* Mặc định trên Mobile (dưới 768px) các cột sẽ hiển thị theo đúng thứ tự HTML (order: 0) */
/* Trên màn hình từ Tablet (768px) trở lên mới áp dụng đổi vị trí trái/phải */
@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* =========================================
   VISUAL JOURNEY (GALLERY SECTION)
========================================= */
.visual-journey-section {
  padding: 80px 0;
  background-color: #ffffff;
}

/* --- Header & Typography --- */
.custom-gallery-header {
  text-align: center;
  margin-bottom: 50px;
}

.vj-tag {
  display: inline-block;
  background-color: #006b5a;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.vj-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

/* Lớp dùng để đổi màu chữ tiêu đề nhập từ ACF: Moments from <span class="text-green">the Bay</span> */
.text-green {
  color: #006b5a;
}

.vj-desc {
  font-size: 1rem;
  color: #555555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Grid & Images --- */
.vj-row-top {
  margin-bottom: 20px;
  /* Khoảng cách giữa 2 row */
}

.vj-col {
  padding: 10px;
  /* Đè lại padding mặc định của BS5, tạo khoảng cách gap đồng đều 20px giữa các hình */
}

.vj-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  /* Thêm bóng đổ siêu nhẹ cho đẹp */
}

/* =========================================
   TÙY CHỈNH LAYOUT DESKTOP (từ 768px trở lên)
========================================= */
@media (min-width: 768px) {
  /* Ép chiều cao chuẩn cho row trên cùng để các ảnh bên trong tự căng dãn đều nhau */
  .vj-row-top {
    height: 520px;
  }

  .vj-img-large,
  .vj-img-tall {
    height: 100%;
    /* Tràn viền theo chiều cao 520px */
  }

  .vj-col-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .vj-img-stack {
    height: calc( 50% - 10px );
    /* 10px là chia đều nửa khoảng trống ở giữa 2 hình */
  }

  /* Dòng dưới cùng cao bằng một nửa dòng trên (cộng thêm chút cho tỷ lệ đẹp) */
  .vj-row-bottom {
    height: 260px;
  }

  .vj-img-square {
    height: 100%;
  }
}
/* =========================================
   TÙY CHỈNH RESPONSIVE MOBILE (dưới 768px)
========================================= */
@media (max-width: 767px) {
  .vj-img {
    aspect-ratio: 1 / 1;
    /* Biến tất cả thành hình vuông trên mobile cho đồng bộ */
    margin-bottom: 20px;
  }

  .custom-gallery-header {
    margin-bottom: 30px;
  }

  .vj-title {
    font-size: 2rem;
  }
}
/* --- Grid & Images --- */
.vj-row-top {
  margin-bottom: 20px;
}

.vj-col {
  padding: 10px;
}

/* Biến thẻ <a> thành một block để chứa ảnh, thêm cursor cho rõ ràng */
.vj-link {
  display: block;
  width: 100%;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /* Cắt phần ảnh thừa nếu bo góc */
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  /* Chuột chuyển thành hình kính lúp khi hover */
}

/* Hiệu ứng hover nhẹ khi rê chuột vào hình */
.vj-link:hover .vj-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.vj-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  /* Làm mượt hiệu ứng hover */
}

/* =========================================
   TÙY CHỈNH LAYOUT DESKTOP (từ 768px trở lên)
========================================= */
@media (min-width: 768px) {
  .vj-row-top {
    height: 520px;
  }

  .vj-img-large,
  .vj-img-tall {
    height: 100%;
  }

  .vj-col-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .vj-img-stack {
    height: calc(50% - 10px);
  }

  .vj-row-bottom {
    height: 260px;
  }

  .vj-img-square {
    height: 100%;
  }
}
/* =========================================
   TÙY CHỈNH RESPONSIVE MOBILE (dưới 768px)
========================================= */
@media (max-width: 767px) {
  .vj-link {
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
  }

  .custom-gallery-header {
    margin-bottom: 30px;
  }

  .vj-title {
    font-size: 2rem;
  }
}
/* =========================================
   CALL TO ACTION (CONTACT SECTION)
========================================= */
.cta-contact-section {
  background-color: #131b2e;
  /* Màu nền xanh navy rất tối */
  padding: 100px 0;
}

.custom-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  /* Căn giữa khối nội dung trong container */
}

.cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.3;
}

/* --- Nội dung 1 --- */
.cta-content-1 {
  font-size: 1.05rem;
  color: #d1d5db;
  /* Màu xám nhạt */
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Class hỗ trợ đổi màu chữ vàng trong ACF */
.text-gold {
  color: #f3c77c;
  font-size: 1.2rem;
}

/* --- Nội dung 2 --- */
.cta-content-2 {
  font-size: 0.95rem;
  color: #9ca3af;
  /* Màu xám tối hơn nội dung 1 một chút */
  font-style: italic;
  margin-bottom: 40px;
}

/* --- Nút WhatsApp có hiệu ứng Glow (Phát sáng) --- */
.btn-cta-glow {
  display: inline-block;
  background-color: #006b5a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 36px;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Tạo hiệu ứng phát sáng mờ ảo xung quanh nút */
  -webkit-box-shadow: 0 0 25px rgba(0, 107, 90, 0.4);
          box-shadow: 0 0 25px rgba(0, 107, 90, 0.4);
}

.btn-cta-glow:hover {
  background-color: #005245;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  /* Nẩy lên nhẹ khi hover */
  -webkit-box-shadow: 0 5px 30px rgba(0, 107, 90, 0.6);
          box-shadow: 0 5px 30px rgba(0, 107, 90, 0.6);
  /* Sáng mạnh hơn khi hover */
}

/* =========================================
   RESPONSIVE MOBILE
========================================= */
@media (max-width: 767px) {
  .cta-contact-section {
    padding: 60px 0;
  }

  .cta-title {
    font-size: 2.2rem;
  }

  .text-gold {
    font-size: 1.1rem;
  }
}
/* =========================================
   FOOTER SECTION
========================================= */
.site-footer {
  background-color: #0b101a;
  /* Màu nền siêu tối, gần như đen (khớp với ảnh) */
  padding: 70px 0 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  /* Đường viền siêu mờ phân cách nhẹ */
}

.custom-footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Căn giữa toàn bộ nội dung trong cột */
  text-align: center;
}

.footer-brand {
  font-family: serif;
  /* Font chữ có chân tạo cảm giác sang trọng, cổ điển */
  font-size: 1.1rem;
  color: #e5e7eb;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 400;
}

/* --- Danh sách link --- */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /* Khoảng cách đều giữa các link */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Cho phép rớt dòng nếu màn hình nhỏ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-links a {
  color: #d1d5db;
  /* Màu xám sáng */
  text-decoration: none;
  font-size: 0.85rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  /* Sáng lên khi hover */
}

/* --- Chữ bản quyền --- */
.footer-copyright {
  color: #e5a443;
  /* Màu vàng y hệt thiết kế */
  font-size: 0.85rem;
  margin: 0;
}

/* =========================================
   FLOATING WHATSAPP BUTTON (Nút bám góc màn hình)
========================================= */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  /* Màu xanh chuẩn của WhatsApp */
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 800;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  z-index: 9999;
  /* Đảm bảo nút luôn nổi lên trên cùng, không bị che khuất */
  -webkit-box-shadow: 0 0 20px rgba(37, 211, 102, 0.5);
          box-shadow: 0 0 20px rgba(37, 211, 102, 0.5);
  /* Hiệu ứng Glow mờ ảo */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.floating-whatsapp:hover {
  background-color: #20b858;
  color: #ffffff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  /* Phình to một chút khi rê chuột */
  -webkit-box-shadow: 0 0 30px rgba(37, 211, 102, 0.8);
          box-shadow: 0 0 30px rgba(37, 211, 102, 0.8);
}

/* =========================================
   RESPONSIVE FOOTER
========================================= */
@media (max-width: 767px) {
  .footer-links {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Đổi thành xếp dọc trên điện thoại */
  }

  .floating-whatsapp {
    bottom: 20px;
    right: 20px;
    font-size: 1.1rem;
    padding: 10px 20px;
  }

  .d-none-mobile {
    display: none;
  }

  .why-book-section,
  .discover-bays-section,
  .experience-section,
  .visual-journey-section {
    padding: 40px 0;
  }

  .experience-section .section-header {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 30px !important;
  }
}
.page-about .images img {
  border-radius: 247px 0px 0px 247px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about {
  padding-top: 30px;
}

.page-value {
  background: #f8f7f7;
}
.page-value--content {
  padding-left: 16%;
}
.page-value .items {
  border-radius: 111px 0px 0px 111px;
  background: -webkit-gradient(linear, left top, right top, from(#153155), to(#2e6cbb));
  background: linear-gradient(90deg, #153155 0%, #2e6cbb 100%);
  padding: 40px 40px;
  color: #fff;
  margin-bottom: 35px;
}
.page-value .items:last-child {
  margin-bottom: 0;
}
.page-value .items--images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  max-width: 26%;
}
.page-value .items--images h3 {
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: bold;
}
.page-value .items--content {
  max-width: 880px;
  font-size: 100%;
  text-align: justify;
  line-height: 1.5;
}

.page-search {
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}
.page-search .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.page-search .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-search .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
}

.sidebar-products {
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 25px;
}
.sidebar-products .title {
  padding: 15px 30px;
  background-color: var(--red);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  font-size: 100%;
}
.sidebar-products ul {
  padding: 10px 0px;
}
.sidebar-products ul li a {
  padding: 15px 30px;
  color: #000;
  line-height: 1.3;
}
.sidebar-products ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
}
.sidebar-products ul li a:hover {
  color: var(--red);
}
.sidebar-products ul li .active {
  color: var(--red);
}
.sidebar-products ul li .active:before {
  background-color: var(--red);
  border-color: var(--red);
}

@media screen and (max-width: 700px) {
  .filter-products {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
    padding: 30px 15px;
    display: none;
  }
}
.filter-products .js-close {
  text-align: right;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 700px) {
  .filter-products .js-close {
    display: block;
  }
}
.filter-products select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0px 10px;
  border: 1px solid #ccc;
}
.filter-products .btn {
  min-width: 100px;
  height: 40px;
  border: 0;
  margin-left: 10px;
  cursor: pointer;
}
.filter-products .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83%;
          flex: 0 0 83%;
  max-width: 83%;
}
.filter-products .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-products .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
  padding: 0px 20px;
}

.js-filter-products {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--red);
  color: #fff;
  border-radius: 30px;
  z-index: 99;
  padding: 10px 20px;
  display: none;
}
@media screen and (max-width: 700px) {
  .js-filter-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.js-filter-products svg {
  fill: #fff;
  margin-right: 10px;
}

.single-products {
  padding-top: 30px;
}
.single-products .ratio {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-bottom: 67%;
}
.single-products .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.single-products h1 {
  font-size: 150%;
  margin-bottom: 20px;
}
.single-products table {
  display: table;
  width: 100%;
  border-radius: 5px;
  overflow: auto;
}
.single-products table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
}
.single-products table tr td:first-child {
  font-weight: bold;
}
.single-products table tr td a {
  padding-right: 10px;
  color: var(--blue);
}
.single-products table tr td a:last-child {
  padding-right: 0;
}
.single-products table tr td a:last-child:after {
  display: none;
}
.single-products table tr td a:after {
  content: "-";
  padding-left: 10px;
}
.single-products table tr td:last-child {
  text-transform: uppercase;
  color: var(--blue);
}
.single-products .text {
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.single-products .content-button {
  overflow: hidden;
}
.single-products .btn {
  margin-top: 20px;
  width: 100%;
}

.page-infor {
  padding-bottom: 50px;
}
.page-infor .title-main .heading {
  font-size: 150%;
}

.mb-10 {
  margin-bottom: 10px;
}

.sidebar-single .title {
  font-size: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}
.sidebar-single .img {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}
.sidebar-single .row-custom {
  margin: 0px -5px;
}
.sidebar-single .row-custom .col-custom {
  padding: 0px 5px;
}
.sidebar-single .items:hover .content h3 a {
  color: var(--blue);
}
.sidebar-single .items .ratio {
  border: 2px solid #ccc;
  border-radius: 10px;
}
.sidebar-single .items .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.sidebar-single .items .content {
  padding-left: 10px;
}
.sidebar-single .items .content h3 a {
  font-size: 90%;
  line-height: 1.3;
  color: #333;
}
.sidebar-single .items .content .price {
  margin: 10px 0px;
  color: var(--red);
}
.sidebar-single .items .content .more {
  color: var(--blue);
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.items-support .images {
  text-align: center;
}
.items-support .images img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin: 10px auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-support .images .logo {
  display: block;
  padding-top: 15px;
}
.items-support .images .logo img {
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  max-width: 100px;
  margin: 0 auto;
}
.items-support .star {
  margin-bottom: 10px;
}
.items-support .star svg {
  width: 15px;
  fill: var(--yellow);
}
.items-support .star svg path {
  fill: var(--yellow);
}
.items-support .btn-dg {
  background-color: var(--blue);
  min-width: 30px;
  height: auto;
  text-transform: none;
  font-size: 90%;
  padding: 10px 15px;
}
.items-support .address {
  margin-bottom: 24px;
}
.items-support .address span {
  font-size: 100%;
  text-transform: uppercase;
  color: #000;
}
.items-support .address span svg {
  margin-right: 10px;
}
.items-support .address p {
  font-weight: bold;
  color: var(--red);
  padding-left: 25px;
}
.items-support .button .btn {
  min-width: 48%;
  max-width: 48%;
  text-transform: none;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  color: #000;
  margin: 0;
}
.items-support .button .btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.page-archive-support {
  padding-top: 30px;
}

#comments {
  margin: 0 !important;
  margin-top: 10px;
}

.dvls_maps_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dvls_maps_body .dvls_maps_sidebar {
  float: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  height: 570px;
  background: #eff0f2;
  padding: 10px 24px;
}
.dvls_maps_body .dvls_maps_main {
  padding-right: 20px;
  padding-left: 0;
}

.dvls_maps_header {
  margin-bottom: 20px !important;
}

div#dvls_maps {
  height: 570px !important;
}

.dvls_result_wrap .dvls_result_item:nth-child(2n + 1),
.dvls_result_wrap .dvls_result_item {
  background-color: #fff !important;
}

.dvls_result_status {
  padding: 15px 0px !important;
}

.dvls_result_infor p {
  font-size: 90%;
}

.dvls_result_infor a {
  font-style: italic;
  font-size: 90%;
  text-decoration: underline;
  color: var(--blue);
}

.dvls_maps_col a {
  color: var(--red);
}

.form-dev .form-control {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.dvls_maps_wrap input.dvls-submit {
  background-color: var(--red) !important;
}

.dvls_maps_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dvls_maps_3col .dvls_maps_col {
  float: none;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 100%;
}

.dvls_maps_header {
  background: #eff0f2;
}

.dvls_maps_wrap select {
  height: 40px;
}

.dvls_maps_header_left {
  font-size: 14px;
}

.page-kpp {
  padding-top: 30px;
}

.page-libra {
  padding-top: 30px;
}
.page-libra--content {
  padding-bottom: 20px;
}
.page-libra--content .title-main h2 {
  font-size: 200%;
}
.page-libra--content .title-main h2 a {
  color: #000;
}

.items-libra {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.items-libra .content {
  padding: 15px;
}
.items-libra .content h3 a {
  font-size: 100%;
}
.items-libra .content p {
  font-size: 90%;
  margin: 15px 0px;
}
.items-libra .content .btn {
  margin-left: auto;
  min-width: 50px;
  height: 40px;
  font-size: 14px;
  text-transform: none;
  padding: 0px 15px;
}

.site-single-libra {
  padding-top: 30px;
}
.site-single-libra .the_content {
  padding-right: 30px;
}
.site-single-libra .the_content .date {
  margin-bottom: 30px;
}
.site-single-libra .the_content .date span {
  letter-spacing: 2px;
  color: #6e7488;
  padding-right: 10px;
}
.site-single-libra .the_content .date .btn {
  min-width: 100px;
  height: auto;
  padding: 5px 0px;
}

.sidebar-custom .widget-title {
  font-size: 125%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.sidebar-custom ul {
  list-style: disc;
  padding-left: 20px;
}
.sidebar-custom ul li a {
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 100%;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: none;
}
.sidebar-custom ul li a:hover {
  color: var(--red);
}
.sidebar-custom ul li:last-child a {
  border: 0;
}
.sidebar-custom .video-items {
  margin-bottom: 15px;
}
.sidebar-custom .video-items .ratio {
  padding-bottom: 60%;
  border-radius: 10px;
}
.sidebar-custom .video-items .ratio .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sidebar-custom .video-items .ratio .icon svg {
  width: 40px;
}
.sidebar-custom .video-items h3 {
  padding-top: 10px;
  font-size: 100%;
  line-height: 1.5;
}

.site-bvlq {
  padding-top: 0 !important;
}

.page-archive-news {
  padding: 30px 0px 50px 0px;
}
.page-archive-news--top {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.page-archive-news--top .items-news-2 {
  text-align: justify;
  margin-bottom: 27px;
}
.page-archive-news--top .items-news-2 .content h3 a {
  font-size: 90%;
}
.page-archive-news--top .itemw-news .content {
  padding: 15px;
}
.page-archive-news .pd-right-custom {
  padding-right: 30px;
}
.page-archive-news .items-news-2 p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 100%;
}

.page-contact {
  padding: 30px 0px 50px 0px;
}
.page-contact .items-contact {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}
.page-contact .items-contact .top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.page-contact .items-contact .top svg {
  width: 25px;
  margin-right: 10px;
}
.page-contact .items-contact p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.page-contact .address {
  margin: 30px 0px;
  border-radius: 5px;
}
.page-contact .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .address ul li {
  font-size: 85%;
  color: #000;
}
.page-contact .address ul li svg {
  margin-right: 10px;
}

.form-contact {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px 15px;
}
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-control {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 100%;
  border-radius: 5px;
  width: 100%;
  outline: none;
}
.form-contact textarea.form-control {
  height: 100px;
  padding-top: 10px;
  font-family: var(--font);
}
.form-contact .btn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  margin: 0 auto;
  text-align: center;
  min-width: 150px;
}
.form-contact br {
  display: none;
}
.form-contact p {
  margin-bottom: 0;
  position: relative;
}
.form-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*# sourceMappingURL=style.css.map */