@charset "UTF-8";
.pb-10px {
  padding-bottom: 10px;
}

.fix-responsive img {
  max-width: 100% !important;
  height: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hover-options:hover {
  background-color: #e5e7eb;
  cursor: pointer;
}

#map {
  width: 100%;
  height: 600px;
  z-index: 1;
}

#districtDropdown,
#districtDropdownSp {
  width: 100%;
  max-height: 200px;
  font-size: 13px;
  display: none;
  overflow-y: auto;
  position: absolute;
}

.custom-select {
  position: relative;
}

.custom_desc {
  background-color: #ffffff;
  opacity: 0.9;
  border-radius: 10px;
  padding: 10px 20px;
  width: 51%;
  margin-top: 250px;
  color: #2250a0;
}

.custom-wrapper {
  padding: 30px 0 90px !important;
}

.custom_body {
  border-bottom-left-radius: 0 !important;
}
.custom_body.orange-theme {
  background-color: #d15a2a;
}

.custom_tabs {
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 1199px) {
  .custom-text-footer {
    font-size: 12px !important;
  }
}
@media (max-width: 425px) {
  .custom-btn {
    max-width: unset;
    font-size: 10px !important;
  }
  .custom-text-footer {
    font-size: 10px !important;
  }
}
@media (max-width: 375px) {
  .custom-btn {
    max-width: unset;
    font-size: 8px !important;
  }
  .custom-text-footer {
    font-size: 8px !important;
  }
}
.custom-btn {
  width: 100%;
  max-width: fit-content;
  height: 35px;
  background-color: #fff;
  color: white;
  border: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

#projectTab {
  background-color: #fff;
  color: #333;
}

#industrialTab {
  background-color: #d15a2a;
  color: #fff;
}

.orange-btn {
  color: #d15a2a !important;
  background-color: white !important;
}

.white-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: white;
  border-radius: 5px;
  outline: none;
  opacity: 1;
}
.white-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.white-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.white-range::-moz-range-track {
  background: white;
  height: 6px;
  border-radius: 5px;
}

.position-custom {
  position: relative;
  z-index: -1;
}

#filterResultModal .modal-content {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#filterResultModal .modal-header {
  background-color: #d15a2a;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  padding: 1rem 1.5rem;
}
#filterResultModal .modal-header .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
}
#filterResultModal .modal-body {
  background-color: #ffffff;
  padding: 20px;
}
#filterResultModal .modal-body .list-group {
  margin: 0;
  padding: 0;
}
#filterResultModal .modal-body .list-group .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  margin-bottom: 8px;
  background-color: #f6f8fa;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
}
#filterResultModal .modal-body .list-group .list-group-item:hover {
  background-color: #e9ecef;
}
#filterResultModal .modal-body .list-group .list-group-item a.btn {
  border-radius: 6px;
  font-size: 0.875rem;
  padding: 6px 12px;
}
#filterResultModal .modal-body .list-group .list-group-item .custom-btn {
  color: #fff;
  background-color: #d15a2a;
  border: 1px solid #d15a2a;
}
#filterResultModal .modal-body .list-group .list-group-item .custom-btn:hover {
  background-color: #fff;
  color: #d15a2a;
  border: 1px solid #d15a2a;
}
#filterResultModal .modal-body .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#filterResultModal .modal-body .pagination .page-item {
  margin: 0 5px;
}
#filterResultModal .modal-body .pagination .page-item .page-link {
  color: #d15a2a;
  border: 1px solid #d15a2a;
  border-radius: 6px;
}
#filterResultModal .modal-body .pagination .page-item .page-link:hover {
  background-color: #d15a2a;
  color: #fff;
}
#filterResultModal .modal-body .pagination .page-item.active .page-link {
  background-color: #d15a2a;
  color: #fff;
  border: 1px solid #d15a2a;
}

.custom-desc {
  font-size: 16px;
  line-height: 1.5;
  max-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-btn-vrtour {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 32px;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 12px;
  background-color: #f39c12;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  white-space: nowrap;
}
.custom-btn-vrtour:hover {
  background-color: #e67e22;
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .custom-btn-vrtour {
    padding: 12px 24px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .custom-btn-vrtour {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

.custom-text-bold {
  font-weight: bold !important;
}

.custom-news {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.checkbox-styled {
  display: flex;
  align-items: center;
  max-width: 100%;
  /* hoặc đặt cố định: 300px, 400px tùy layout */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkbox-styled__icon {
  flex-shrink: 0;
  margin-right: 6px;
}

.checkbox-styled span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.text-justify {
  text-align: justify !important;
}

.custom-menu-header {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  position: absolute;
}
.custom-menu-header .menu-item a.menu-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}
.custom-menu-header .menu-item a.menu-link:hover {
  background-color: #f5f5f5;
}

.fade-slide {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.35s ease;
}
.fade-slide.show {
  opacity: 1;
  transform: translateY(0);
}

.hover-shadow-custom:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}

.opacity-minibox {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.opacity-minibox:hover {
  opacity: 1;
}

.text-truncate-multiline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Số dòng muốn giới hạn */
  -webkit-box-orient: vertical;
  white-space: normal;
  /* Cho phép xuống dòng */
  text-overflow: ellipsis;
  /* Hiển thị dấu ... nếu tràn */
}

.project-nav {
  position: sticky;
  top: 40px;
  z-index: 9999;
}

.filter-custom {
  position: sticky;
  top: 180px;
  align-self: flex-start;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.aside-form {
  position: static; /* Bỏ sticky ở form, để sticky ở cột cha */
}

@media (max-width: 1199px) {
  .project-nav {
    top: 0;
  }
  .filter-custom {
    top: 100px;
  }
}
@media (max-width: 991px) {
  .project-nav {
    top: 0;
  }
  .filter-custom {
    position: static !important;
    max-height: none !important;
    overflow-y: visible !important;
  }
}
.project-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.project-nav-fixed {
  flex-shrink: 0;
}

.project-nav-fixed a {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  background-color: #d1ebff;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  width: 140px;
  text-align: center;
}

.project-nav-fixed a.active {
  background-color: #d15a2a;
  color: #fff;
}

.project-nav-scroll {
  flex: 1 1 auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.project-nav-scroll::-webkit-scrollbar {
  display: none;
}

.project-nav__list_custom {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.project-nav-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.project-nav__list_custom {
  display: inline-flex;
  gap: 16px;
}

.project-nav-scroll::-webkit-scrollbar {
  height: 6px; /* cho thấy thanh scroll ngang */
}

.project-nav__list_custom li {
  flex: 0 0 140px;
  max-width: 140px;
  /* ép mỗi item bằng nhau 140px */
}

.project-nav__list_custom a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
  border-radius: 10px;
  background-color: #d1ebff;
  color: #333;
  text-decoration: none;
  transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-nav__list_custom a:hover {
  background-color: #2a84d0;
  color: #fff;
}

.project-nav__list_custom a.active {
  background-color: #d15a2a;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .project-nav__list_custom {
    gap: 12px;
  }
  .project-nav__list_custom li {
    flex: 0 0 120px;
    max-width: 100px;
  }
  .project-nav-fixed a {
    width: 120px;
  }
  .project-nav__list_custom a,
  .project-nav-fixed a {
    padding: 8px;
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .project-nav__list_custom li {
    flex: 0 0 110px;
    max-width: 90px;
  }
  .project-nav-fixed a {
    width: 110px;
  }
  .project-nav__list_custom a,
  .project-nav-fixed a {
    font-size: 12px;
  }
}
#ke-hoach-trien-khai {
  background-color: #DCF2FF;
}

@media (max-width: 767.98px) {
  .project-nav__list_custom {
    gap: 8px;
  }
  .project-nav-fixed a {
    width: 100px;
  }
  .project-nav__list_custom li {
    flex: 0 0 100px;
    max-width: 80px;
  }
  .project-nav__list_custom a,
  .project-nav-fixed a {
    font-size: 12px;
  }
}
/* Step card & layout */
.step-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  align-items: center;
}

/* Responsive: xoay mũi tên xuống mobile */
.arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.arrow-img {
  width: 80px; /* kích thước mặc định */
  max-width: 120px; /* không vượt quá 120px */
  height: auto;
}

/* List căn đều, text không đè */
.step-card ul {
  padding-left: 0;
  flex: 1 0 auto;
}

.step-card ul li {
  margin-bottom: 40px;
  color: black;
  font-weight: 500;
}

/* Khoảng cách text và vòng tròn */
.step-card h5 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .step-card img {
    width: 50%;
  }
  .arrow-img {
    transform: rotate(90deg);
    width: 100px;
  }
  .arrow-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 425px) and (max-width: 576px) {
  .step-card img {
    width: 50%;
  }
  .step-card h5 {
    font-size: 15px;
  }
  .step-card ul span {
    font-size: 11px !important;
  }
  .arrow-container img {
    width: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .arrow-img {
    width: 80px;
  }
  .arrow-container {
    margin-top: 35px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  .arrow-img {
    width: 80px;
  }
  .arrow-container {
    margin-top: 50px;
  }
  .step-card h5 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .arrow-img {
    width: 100px;
  }
}
.section .texture {
  position: absolute;
  z-index: -1; /* nằm dưới nội dung */
  width: clamp(100px, 15vw, 250px); /* tự co giãn theo viewport */
  height: auto; /* giữ tỉ lệ */
  pointer-events: none;
}

.texture-bottom-left {
  bottom: 0;
  left: 0;
}

.texture-top-right {
  top: 0;
  right: 0;
}

@media (max-width: 320px) {
  .note div {
    font-size: 12px;
  }
}

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