@charset "UTF-8";
body {
  font-family: "Inter", Arial, sans-serif;
  margin: 0;
}

body strong {
  font-weight: 600;
}

body p,
body span {
  font-family: "Inter", Arial, sans-serif;
}

body .font-semi-bold {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
}

body .font-light {
  font-family: "Inter", Arial, sans-serif;
}

body .font-regular {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
}

body .font-montserrat {
  font-family: "Inter", Arial, sans-serif;
}

body .text-red {
  color: #dc2626;
}

.main-navigation {
  background: #fff;
}

.nav-container {
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}

.nav-container .header-top {
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}

.nav-container .header-top .header-top-left .total-mem-text {
  font-size: 15px;
  padding-right: 16px;
  color: #3b3b3b;
}

.nav-container .header-top .header-top-left .info-mail-text a {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 15px;
}

.nav-container .header-top .header-top-right .hotline {
  padding-right: 16px;
}

.nav-container .header-top .header-top-right a {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 15px;
}

.nav-container .header-bottom {
  /* Áp dụng cho tất cả các icon */
}

.nav-container .header-bottom .layout-icon {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: 15px;
}

.box-service.has-children .title-menu-0 {
  background-image: url(/img/images/arrow-down.svg);
  background-position: right 0px center;
  background-repeat: no-repeat;
}

.box-service.has-children:hover .title-menu-0::after {
  transform: rotate(180deg);
}

.page-hero__banner {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, #009f48 0%, #017435 100%);
}
.page-hero__photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 67%;
  background: url("assets/banner-photo.png") center/cover no-repeat;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
}
.page-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(1, 116, 53, 0.92) 0%, rgba(1, 116, 53, 0.1) 42%, rgba(0, 159, 72, 0.04) 100%);
}
.page-hero__inner {
  position: absolute;
  inset: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
.page-hero__trees {
  position: absolute;
  left: 80px;
  top: 20px;
  width: 279px;
  height: 216px;
  opacity: 0.92;
}
.page-hero__title {
  position: absolute;
  left: 82px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  max-width: 25%;
}

.askbox {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #e8f3e9;
}
.askbox__head {
  position: relative;
  height: 60px;
}
.askbox__ribbon {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 20px;
}
.askbox__ribbon img {
  width: 100%;
}
.askbox__photo {
  position: absolute;
  inset: 0;
  background: url("/img/default_img/social/sidebar-header.png") center 65%/cover no-repeat;
}
.askbox__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(1, 116, 53, 0) 0%, rgba(1, 116, 53, 0.8) 100%);
}
.askbox__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.askbox__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 16px 20px;
}

.field {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #dfe1dc;
  transition: box-shadow 0.15s ease;
}
.field:focus-within {
  box-shadow: inset 0 0 0 1.5px #017435;
}
.field__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  align-self: stretch;
  color: #017435;
}
.field--area {
  align-items: flex-start;
}
.field--area .field__icon {
  padding-top: 14px;
}
.field__input {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 14px 14px 14px 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  color: #0d0d0d;
  resize: none;
}
.field__input::-moz-placeholder {
  color: #8a8a8a;
}
.field__input::placeholder {
  color: #8a8a8a;
}
.field__input:focus {
  outline: none;
}
.field__textarea {
  padding-top: 14px;
}

.askbox__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  margin-top: 4px;
  border: none;
  border-radius: 8px;
  background: #017435;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.12s ease;
}
.askbox__submit:hover {
  background: #c7202c;
}
.askbox__submit:active {
  transform: translateY(1px);
}
.askbox__submit svg {
  flex: 0 0 auto;
}

.expand-level-0 {
  position: absolute;
  top: 100%;
  left: -150px;
  min-width: 1000px;
  max-width: 1000px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 20px;
  display: none;
  flex-wrap: wrap;
  gap: 30px;
}

.box-service.level-0:hover .expand-level-0 {
  opacity: 3;
  visibility: visible;
  transform: translateY(0);
  display: flex !important;
}

.box-service.level-1 {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 160px;
  max-width: 180px;
}

@keyframes floats-ring {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-18deg);
  }
  20% {
    transform: rotate(18deg);
  }
  30% {
    transform: rotate(-14deg);
  }
  40% {
    transform: rotate(14deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(8deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.floats {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floats__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.floats__btn svg {
  display: block;
  flex-shrink: 0;
}
.floats__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.floats__btn--mess {
  background: linear-gradient(135deg, #0084ff 0%, #0566d6 100%);
}
.floats__btn--call {
  background: linear-gradient(135deg, #e8453c 0%, #c0392b 100%);
}
.floats__btn--call svg {
  animation: floats-ring 2s ease-in-out infinite;
}
.floats__btn--top {
  background: #017435;
}

.title-menu-1 {
  color: #0d0d0d;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.title-menu-1:hover {
  color: #1976d2;
}

.title-menu-1::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* Thêm background cho từng châu lục */
.box-service.level-1.has-children .title-menu-1::after {
  content: "";
  display: none;
}

.expand-level-1 {
  position: static;
  min-width: auto;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  z-index: auto;
  margin-top: 8px;
}

.box-service.level-1:hover .expand-level-1 {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.box-service.level-2 {
  display: block;
  margin-bottom: 4px;
}

.title-menu-2 {
  display: block;
  padding: 8px 12px;
  color: #0d0d0d;
  text-decoration: none;
  border-bottom: none;
  transition: all 0.3s ease;
  border-radius: 4px;
  background: transparent;
  font-size: 15px;
}

.title-menu-2:hover {
  color: #e40808;
}

.box-service.level-2:last-child .title-menu-2 {
  border-bottom: none;
}

.member-navigation .nav-menu .nav-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.member-navigation .nav-menu .nav-link:hover,
.member-navigation .nav-menu .nav-link.active {
  color: #e40808;
  border-bottom: 2px solid #e40808;
  border-radius: 0 !important;
}

.member-navigation .nav-menu .nav-link.active {
  color: #e40808;
  border-bottom: 2px solid #e40808;
  border-radius: 0 !important;
}

.user-info .btn,
.member .btn {
  border: 1px solid #dee2e6;
  background: white;
  color: #333;
  font-weight: 500;
}

.user-info .btn:hover,
.member .btn:hover {
  background-color: #f8f9fa;
  border-color: #e40808;
}

.user-info .dropdown-menu,
.member .dropdown-menu {
  border: 1px solid #dee2e6;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.user-info .dropdown-item:hover,
.member .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #e40808;
}

.user-info form .dropdown-item,
.member form .dropdown-item {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0.375rem 1rem;
}

/* Flash Messages Styles */
.alert {
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}

.alert-info {
  background-color: #cce7ff;
  color: #0c5460;
}

.alert .btn-close {
  padding: 0.5rem;
}

#menu-second {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #ededed;
}
#menu-second .item-menu-second {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  text-decoration: unset;
  color: #000;
}
#menu-second .item-menu-second:hover {
  background-color: #f8f8f8;
  border-radius: 12px 12px 0 0;
}
#menu-second .active {
  background-color: #f8f8f8;
  border-radius: 12px 12px 0 0;
  border-bottom: 2px solid #e40808;
}

/* Thêm tiêu đề cho dropdown */
/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1001;
  background: white;
  border: 0;
  border-radius: 8px;
  padding: 10px 6px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 4px;
  transition: all 0.3s ease;
}
.mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.mobile-menu-toggle:hover {
  background: #f8f9fa;
  border-color: #e40808;
}
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 400px;
  height: 100%;
  background: white;
  z-index: 1003;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.mobile-menu .mobile-menu-header .mobile-menu-logo img {
  height: 40px;
  width: auto;
}
.mobile-menu .mobile-menu-header .mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.mobile-menu .mobile-menu-header .mobile-menu-close svg {
  width: 24px;
  height: 24px;
  stroke: #333;
}
.mobile-menu .mobile-menu-header .mobile-menu-close:hover svg {
  stroke: #e40808;
}
.mobile-menu .mobile-menu-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item {
  margin-bottom: 8px;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-item-header {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-item-header .mm-link {
  flex: 1;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 12px 0;
  width: 100%;
  display: block;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-item-header .mm-link:hover, .mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-item-header .mm-link.active {
  color: #017435;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-item-header .mm-collapse-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-item-header .mm-collapse-btn svg {
  width: 20px;
  height: 20px;
  stroke: #666;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-item-header .mm-collapse-btn[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-item-header .mm-collapse-btn:hover svg {
  stroke: #e40808;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-expand-body {
  padding: 10px 0 0 15px;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-expand-body .mm-item-level-1 .mm-item-header,
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-expand-body .mm-item-level-2 .mm-item-header {
  padding: 8px 0;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-expand-body .mm-item-level-1 .mm-item-header .mm-link,
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item .mm-expand-body .mm-item-level-2 .mm-item-header .mm-link {
  font-size: 14px;
  font-weight: 400;
}
.mobile-menu .mobile-menu-body .mobile-menu-navigation .mm-item.mm-item-level-0 > .mm-item-header .mm-link {
  font-size: 16px;
  font-weight: 600;
}
.mobile-menu .mobile-menu-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  background: #f8f9fa;
}
.mobile-menu .mobile-menu-footer .mobile-menu-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.mobile-menu .mobile-menu-footer .mobile-menu-contact .contact-item i {
  color: #e40808;
  font-size: 16px;
  width: 20px;
}
.mobile-menu .mobile-menu-footer .mobile-menu-contact .contact-item a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.mobile-menu .mobile-menu-footer .mobile-menu-contact .contact-item a:hover {
  color: #e40808;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-container {
    padding: 0 10px;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .title-menu-0 {
    padding: 12px 15px;
    font-size: 13px;
  }
  .expand-level-0 {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .box-service.level-0 {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .main-navigation {
    display: none;
  }
  .header-bottom .layout-icon {
    margin-left: 0;
  }
}
/* Banner Slider Styles */
.banner-slider-section {
  position: relative;
  top: 0;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
  z-index: 1;
  /* Navigation Arrows */
  /* Owl Carousel Custom Styles */
}

.banner-slider-section .banner-carousel {
  height: 100%;
}

.banner-slider-section .banner-carousel .owl-stage-outer,
.banner-slider-section .banner-carousel .owl-stage,
.banner-slider-section .banner-carousel .owl-item {
  height: 100%;
}

.banner-slider-section .banner-item {
  position: relative;
  height: 100%;
}

.banner-slider-section .banner-item .banner-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slider-section .banner-item .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.banner-slider-section .banner-item .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slider-section .banner-item .banner-overlay .banner-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 20px;
}

.banner-slider-section .banner-item .banner-overlay .banner-content .banner-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-slider-section .banner-item .banner-overlay .banner-content .banner-subtitle {
  font-size: 18px;
  margin-bottom: 32px;
  opacity: 0.9;
}

.banner-slider-section .banner-item .banner-overlay .banner-content .search-form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-input {
  flex: 1;
  padding: 16px 24px;
  border: none;
  outline: none;
  font-size: 16px;
}

.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-input::-moz-placeholder {
  color: #999;
}

.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-input::placeholder {
  color: #999;
}

.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-btn {
  background: #dc2626;
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.banner-slider-section .banner-item .banner-overlay .banner-content .search-form .search-btn:hover {
  background: #b91c1c;
}

.banner-slider-section .banner-nav .banner-next {
  position: absolute;
  bottom: 10px;
  transform: translateY(-50%);
  background: #eeeeee;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.banner-slider-section .banner-nav .banner-next:hover {
  transform: translateY(-50%) scale(1.1);
}

.banner-slider-section .banner-nav .banner-prev {
  position: absolute;
  bottom: 10px;
  transform: translateY(-50%);
  background: #eeeeee;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.banner-slider-section .banner-nav .banner-prev:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.banner-slider-section .banner-nav .banner-prev {
  left: 30px;
}

.banner-slider-section .banner-nav .banner-next {
  right: 30px;
}

.banner-slider-section .owl-dots {
  display: none;
}

.banner-slider-section .owl-nav {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .header-top {
    display: none !important;
  }
  .banner-item .banner-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nav-container {
    padding: 15px !important;
    border-radius: 0 !important;
  }
  .nav-container .header-bottom {
    justify-content: flex-start !important;
  }
  .banner-slider-section {
    height: 60vh;
    min-height: 400px;
  }
  .banner-slider-section .banner-overlay .banner-content .banner-title {
    font-size: 32px;
  }
  .banner-slider-section .banner-overlay .banner-content .banner-subtitle {
    font-size: 16px;
  }
  .banner-slider-section .banner-overlay .banner-content .search-form {
    flex-direction: column;
    border-radius: 12px;
  }
  .banner-slider-section .banner-overlay .banner-content .search-form .search-input,
  .banner-slider-section .banner-overlay .banner-content .search-form .search-btn {
    padding: 12px 20px;
  }
  .banner-slider-section .banner-overlay .banner-content .search-form .search-btn {
    border-radius: 0 0 12px 12px;
  }
  .banner-slider-section .banner-nav .banner-prev,
  .banner-slider-section .banner-nav .banner-next {
    width: 40px;
    height: 40px;
  }
  .banner-slider-section .banner-nav .banner-prev {
    left: 15px;
  }
  .banner-slider-section .banner-nav .banner-next {
    right: 15px;
  }
  .trending-cities-section .trending-cities-grid {
    display: grid !important;
    grid-gap: 12px !important;
  }
}
footer {
  background-color: #f8f9fa;
  position: relative;
  z-index: 1;
  clear: both;
}

footer .layout-footer {
  margin: 0;
  position: relative;
  z-index: 101;
}

footer .footer-wrap {
  padding: 0;
}

footer .footer-menu-wrapper {
  width: 100%;
}

footer .footer-menu-list.level-0 {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

footer .footer-menu-list.level-0 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

footer .footer-menu-list.level-0 a {
  font-size: 16px;
  font-family: "Opensans-SemiBold";
}

footer .info h3 {
  font-size: 16px;
  margin-bottom: 16px;
}

footer .info .content-hotline span,
footer .info .content-email span {
  display: block;
  margin-bottom: 5px;
}

footer .footer-menu-list.level-1 {
  margin-top: 16px;
}

footer .footer-menu-list.level-1 a {
  font-size: 15px;
  font-family: "Opensans-Regular";
}

footer a {
  text-decoration: none;
  color: rgb(1, 116, 53);
}

footer a:hover {
  color: rgb(1, 116, 53);
}

footer .footer-first h3 {
  font-size: 16px;
}

footer .footer-first .content-footer {
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive Footer */
@media (max-width: 768px) {
  footer .layout-footer {
    flex-direction: column;
    gap: 12px;
  }
  footer {
    padding: 0 !important;
  }
  footer .layout-footer .col-md-5 {
    padding: 0 !important;
  }
  footer .layout-footer .col-md-3 {
    padding: 0 !important;
  }
  footer p {
    margin: 0 !important;
  }
  footer .footer-menu-list.level-0 {
    flex-direction: unset !important;
    margin-bottom: 12px;
  }
  footer .info {
    order: 2;
  }
  footer .footer-wrap:first-child {
    order: 1;
  }
}
.page-hero__photo::after,
.news-hero__photo::after {
  display: none !important;
}

.page-hero__stripes,
.news-hero__stripes {
  left: 22% !important;
  width: 10% !important;
}

.page-hero__stripe:nth-child(1),
.news-hero__stripe:nth-child(1) {
  left: 50% !important;
  width: 90px !important;
  opacity: 1 !important;
}
.page-hero__stripe:nth-child(2),
.news-hero__stripe:nth-child(2) {
  left: 72% !important;
  width: 55px !important;
  opacity: 0.7 !important;
}
.page-hero__stripe:nth-child(3),
.news-hero__stripe:nth-child(3) {
  left: 88% !important;
  width: 35px !important;
  opacity: 0.4 !important;
}

.page-hero__photo-img,
.news-hero__photo-img {
  display: block;
  width: 100%;
  height: auto;
}

.page-hero__carousel .owl-nav,
.news-hero__carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 16px;
}
.page-hero__carousel .owl-nav button,
.news-hero__carousel .owl-nav button {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  color: #fff;
  transition: background 0.2s ease;
}
.page-hero__carousel .owl-nav button:hover,
.news-hero__carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.page-hero__carousel .owl-nav button.disabled,
.news-hero__carousel .owl-nav button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.page-hero__carousel .owl-dots,
.news-hero__carousel .owl-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
}
.page-hero__carousel .owl-dots .owl-dot span,
.news-hero__carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
}
.page-hero__carousel .owl-dots .owl-dot.active span,
.news-hero__carousel .owl-dots .owl-dot.active span {
  background: #fff;
}

.page-tabs {
  background: #017435;
}
.page-tabs__container {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 56px;
}
.page-tabs__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
  text-decoration: none;
  transition: color 0.15s ease;
}
.page-tabs__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.18s ease;
}
.page-tabs__item:hover {
  color: rgba(255, 255, 255, 0.85);
}
.page-tabs__item.is-active {
  color: #fff;
}
.page-tabs__item.is-active::after {
  transform: scaleX(1);
}

@media (max-width: 760px) {
  .page-tabs__container {
    gap: 22px;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .page-hero__banner {
    height: 180px;
  }
  .page-hero__inner {
    padding: 0 20px;
  }
  .page-hero__trees {
    width: 140px;
    height: 108px;
    top: 10px;
    left: 20px;
  }
  .page-hero__title {
    font-size: 18px;
    max-width: 55%;
    left: 50px;
  }
  .page-hero__photo {
    width: 55%;
  }
}
.nav {
  position: relative;
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding-top: 6px;
}
.nav__home {
  display: flex;
  padding: 6px 4px;
}
.nav__item {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 0;
  transition: color 0.2s;
  text-decoration: none;
}
.nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: #017435;
  transition: width 0.2s;
}
.nav__item:hover {
  color: #017435;
}
.nav__item:hover::after {
  width: 100%;
}

/* Tour Management Styles */
.breadcrumb .breadcrumb-item {
  color: #0d0d0d;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  font-size: 15px;
}
.breadcrumb .breadcrumb-item:first-child a {
  color: #e40808;
}
.breadcrumb .breadcrumb-item:nth-child(2) a {
  color: #0d0d0d;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 32px 0;
}

.pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ebebeb;
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination__btn:hover:not(.is-active):not(.pagination__btn--gap) {
  background: rgb(214.6, 214.6, 214.6);
}
.pagination__btn.is-active {
  background: #017435;
  color: #fff;
  pointer-events: none;
}
.pagination__btn--nav[aria-disabled] {
  opacity: 0.35;
  pointer-events: none;
}
.pagination__btn--gap {
  background: transparent;
  pointer-events: none;
  cursor: default;
}
