@charset "UTF-8";
/* Custom Header Styles */
.navigation__inner {
  justify-content: space-between !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Bai Jamjuree";
  src: url("/fonts/BaiJamjuree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/fonts/BaiJamjuree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/fonts/BaiJamjuree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/fonts/BaiJamjuree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.font-baijam {
  font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030;
  min-height: unset !important;
}

@media (max-width: 1199px) {
  .header {
    min-height: unset !important;
  }
}
.header.is-sticky .header__wrapper {
  position: relative !important;
  top: 0 !important;
  background-color: #2250A0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header.is-sticky .header__logo {
  align-items: center !important;
  padding: 0 !important;
  display: flex !important;
}

.header.is-sticky .header__logo img {
  height: 60px !important;
  margin: 0 !important;
}

.header__logo img {
  height: 60px !important;
  transition: none !important;
}

@media (max-width: 1199px) {
  .navigation__inner {
    flex-wrap: nowrap !important;
    padding: 5px 0 !important;
  }
  .header__logo {
    padding: 0 !important;
    margin-right: 10px !important;
  }
  .header__logo img {
    height: 45px !important;
  }
  .header.is-sticky .header__logo img {
    height: 45px !important;
  }
  .search {
    flex: 1 1 auto !important;
    margin-right: 10px !important;
    min-width: 0 !important;
  }
  .search .form-control {
    padding: 0.375rem 0.5rem !important;
  }
  .h-dropdown, .btn-toggle {
    flex-shrink: 0 !important;
  }
  .h-btn {
    width: 35px !important;
    height: 35px !important;
  }
}
@media (max-width: 767.98px) {
  .header__logo {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .header__logo img {
    height: 35px !important;
  }
  .search {
    margin-right: 5px !important;
  }
  .h-dropdown.ms-2 {
    margin-left: 5px !important;
  }
  .btn-toggle.ms-2 {
    margin-left: 5px !important;
  }
}
.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: #0D2D5E;
}

.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: #3E6AFD;
  color: #fff;
}

.orange-btn {
  color: #fff !important;
  background-color: #3E6AFD !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;
}

.range-input__input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
}
.range-input__input::-webkit-slider-runnable-track {
  background: #3E6AFD !important;
}
.range-input__input:focus::-webkit-slider-runnable-track {
  background: #3E6AFD !important;
}
.range-input__input::-webkit-slider-thumb {
  border: 1px solid #3E6AFD !important;
  background: #6288ff !important;
}
.range-input__input::-moz-range-track {
  background: #3E6AFD !important;
}
.range-input__input::-moz-range-thumb {
  border: 1px solid #3E6AFD !important;
  background: #6288ff !important;
}
.range-input__input::-ms-fill-lower, .range-input__input::-ms-fill-upper {
  background: #3E6AFD !important;
}
.range-input__input:focus::-ms-fill-lower, .range-input__input:focus::-ms-fill-upper {
  background: #3E6AFD !important;
}
.range-input__input::-ms-thumb {
  border: 1px solid #3E6AFD !important;
  background: #6288ff !important;
}

.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: #3E6AFD;
  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: #3E6AFD;
  border: 1px solid #3E6AFD;
}
#filterResultModal .modal-body .list-group .list-group-item .custom-btn:hover {
  background-color: #fff;
  color: #3E6AFD;
  border: 1px solid #3E6AFD;
}
#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: #3E6AFD;
  border: 1px solid #3E6AFD;
  border-radius: 6px;
}
#filterResultModal .modal-body .pagination .page-item .page-link:hover {
  background-color: #3E6AFD;
  color: #fff;
}
#filterResultModal .modal-body .pagination .page-item.active .page-link {
  background-color: #3E6AFD;
  color: #fff;
  border: 1px solid #3E6AFD;
}

.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: #0a2b52;
  color: white;
  transition: all 0.3s ease;
  z-index: 1000;
  white-space: nowrap;
}
.custom-btn-vrtour:hover {
  background-color: #106b98;
  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: 80px;
  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: transparent;
  border: 1px solid #939393;
  color: #939393;
  text-decoration: none;
  white-space: nowrap;
  width: 140px;
  text-align: center;
}

.project-nav-fixed a.active {
  background-color: #3E6AFD;
  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: transparent;
  border: 1px solid #939393;
  color: #939393;
  text-decoration: none;
  transition: 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-nav__list_custom a:hover {
  background-color: #3E6AFD;
  border: 1px solid #3E6AFD;
  color: #fff;
}

.project-nav__list_custom a.active {
  background-color: #3E6AFD;
  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: rgb(10, 35, 80);
}

@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;
  }
}
/* Stats Section Styles */
.section--stats {
  background-color: #0A224E;
  padding: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.section--stats .stats-row {
  background-color: rgba(255, 255, 255, 0.02);
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.section--stats .stats-col {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  display: flex;
  flex-direction: column;
}
.section--stats .stats-col:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .section--stats .stats-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .section--stats .stats-col:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .section--stats .stats-col {
    border-right: none !important;
  }
  .section--stats .stats-col:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.section--stats .stats-item {
  padding: 27px 20px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0A224E;
  align-items: center;
  flex-grow: 1;
  transition: background-color 0.3s ease;
}
.section--stats .stats-item__number {
  font-size: 36px;
  font-weight: 700;
  color: #00CEFC;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -1px;
  text-align: start;
  width: 100%;
}
.section--stats .stats-item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.section--stats .stats-item__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #939393;
  line-height: 1.2;
  text-align: start;
  width: 100%;
}
.section--stats .stats-item__sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin-top: 4px;
  text-align: start;
  width: 100%;
}
.section--stats .stats-item__desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-align: start;
  width: 100%;
}

/* AI Assistant Section */
.section--ai-assistant {
  background-color: #071C3E;
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
}

.ai-intro .ai-subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFD700;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.ai-intro .ai-subtitle .line-cyan {
  width: 40px;
  height: 2px;
  background-color: #00DBFF;
}
.ai-intro .ai-subtitle .line-yellow {
  width: 40px;
  height: 2px;
  background-color: #FFD700;
}
.ai-intro .ai-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}
.ai-intro .ai-title span {
  color: #FFD700;
}
.ai-intro .ai-description {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
}

.button--ai-consult {
  background-color: #3E6AFD;
  color: #fff;
  padding: 15px 35px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
}
.button--ai-consult:hover {
  color: #fff;
}

.ai-chat-mockup {
  background: #08244F;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.ai-chat-mockup .chat-header {
  background: #0D2D5E;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ai-chat-mockup .chat-header .chat-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-chat-mockup .chat-header .chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-chat-mockup .chat-header .chat-name {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.ai-chat-mockup .chat-header .chat-status {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.ai-chat-mockup .chat-body {
  padding: 25px;
  height: 332px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ai-chat-mockup .chat-body::-webkit-scrollbar {
  width: 5px;
}
.ai-chat-mockup .chat-body::-webkit-scrollbar-track {
  background: transparent;
}
.ai-chat-mockup .chat-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.ai-chat-mockup .chat-message {
  max-width: 85%;
}
.ai-chat-mockup .chat-message .message-content {
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.ai-chat-mockup .chat-message .message-time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 5px;
}
.ai-chat-mockup .chat-message.ai {
  align-self: flex-start;
}
.ai-chat-mockup .chat-message.ai .message-content {
  background: #1A3A6D;
  color: #fff;
  border-bottom-left-radius: 2px;
}
.ai-chat-mockup .chat-message.user {
  align-self: flex-end;
}
.ai-chat-mockup .chat-message.user .message-content {
  background: #3E6AFD;
  color: #fff;
  border-bottom-right-radius: 2px;
}
.ai-chat-mockup .chat-message.user .message-time {
  text-align: right;
}
.ai-chat-mockup .chat-footer {
  padding: 20px;
  background: #0D2D5E;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.ai-chat-mockup .chat-footer .input-group {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ai-chat-mockup .chat-footer .form-control {
  background: #1A3A6D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px !important;
  color: #fff;
  font-size: 14px;
  padding: 12px 18px;
  box-shadow: none;
}
.ai-chat-mockup .chat-footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.ai-chat-mockup .chat-footer .form-control:focus {
  background: #1A3A6D;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  box-shadow: none;
}
.ai-chat-mockup .chat-footer .btn-send {
  width: 46px;
  height: 46px;
  border-radius: 8px !important;
  background: #3E6AFD;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.ai-chat-mockup .chat-footer .btn-send:hover {
  background: #4A90E2;
}
.ai-chat-mockup .chat-footer .btn-send i {
  font-size: 18px;
}

@media (max-width: 991px) {
  .ai-intro {
    text-align: center;
  }
  .ai-intro .ai-subtitle {
    justify-content: center;
  }
  .ai-intro .ai-description {
    margin: 0 auto;
  }
  .ai-intro .ai-title {
    font-size: 36px;
  }
}
/* Slider Navigation Styles */
.news-slider__nav,
.features-slider__nav {
  /* Giữ nguyên layout cũ (nền trắng, có bóng đổ) nhưng cho icon có màu */
  gap: 0px;
}

.news-slider__next,
.news-slider__prev,
.features-slider__next,
.features-slider__prev {
  background-color: #fff !important;
  color: #3E6AFD !important; /* Màu cho icon */
  transition: all 0.2s ease !important;
  cursor: pointer;
}
.news-slider__next i,
.news-slider__prev i,
.features-slider__next i,
.features-slider__prev i {
  font-size: 18px !important;
  color: #3E6AFD !important;
}
.news-slider__next:hover,
.news-slider__prev:hover,
.features-slider__next:hover,
.features-slider__prev:hover {
  background-color: #f8f9fa !important;
  color: #2250A0 !important;
}
.news-slider__next:hover i,
.news-slider__prev:hover i,
.features-slider__next:hover i,
.features-slider__prev:hover i {
  color: #2250A0 !important;
}
.news-slider__next.swiper-button-disabled,
.news-slider__prev.swiper-button-disabled,
.features-slider__next.swiper-button-disabled,
.features-slider__prev.swiper-button-disabled {
  color: #ccc !important;
  cursor: not-allowed;
}
.news-slider__next.swiper-button-disabled i,
.news-slider__prev.swiper-button-disabled i,
.features-slider__next.swiper-button-disabled i,
.features-slider__prev.swiper-button-disabled i {
  color: #ccc !important;
}

/* Investment Portfolio New Layout */
.section-investment {
  padding: 80px 0;
  background-color: #071C3E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.section-news {
  padding: 80px 0;
  background-color: #0A2350;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}

.section-header-custom .subtitle-custom {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #00DBFF;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-header-custom .subtitle-custom .line {
  width: 20px;
  height: 2px;
  background-color: #00DBFF;
}
.section-header-custom .title-custom {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}
.section-header-custom .title-custom .text-highlight {
  color: #00DBFF;
}

.project-nav-wrapper-custom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.project-nav-container {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
}

.project-nav-fixed-custom {
  flex-shrink: 0;
}
.project-nav-fixed-custom .js-industry-filter {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #939393;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.project-nav-fixed-custom .js-industry-filter:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.project-nav-fixed-custom .js-industry-filter.active {
  background: #3E6AFD;
  color: #fff;
}

.project-nav-scroll {
  flex: 1;
  overflow: hidden;
}

.project-nav__list_pill {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-nav__list_pill .swiper-slide {
  width: auto !important;
}
.project-nav__list_pill .js-industry-filter {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #939393;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.project-nav__list_pill .js-industry-filter:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.project-nav__list_pill .js-industry-filter.active {
  background: #3E6AFD;
  color: #fff;
}

.swiper-nav-custom {
  display: flex;
  gap: 12px;
}
.swiper-nav-custom .swiper-nav-prev, .swiper-nav-custom .swiper-nav-next {
  width: 50px;
  height: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 219, 255, 0.2);
  color: #00DBFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-nav-custom .swiper-nav-prev i, .swiper-nav-custom .swiper-nav-next i {
  font-size: 18px;
}
.swiper-nav-custom .swiper-nav-prev:hover, .swiper-nav-custom .swiper-nav-next:hover {
  background: rgba(0, 219, 255, 0.1);
  border-color: #00DBFF;
  color: #fff;
}

.project-card-custom {
  background: linear-gradient(#001F3A, #003055);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
  position: relative;
}
.project-card-custom:hover {
  transform: translateY(-5px);
  border-color: #00DBFF;
  background: linear-gradient(#071C3E, #0D2D6A);
}
.project-card-custom:hover .project-card__arrow {
  background: #00DBFF;
  color: #fff;
}
.project-card-custom:hover .project-card__read-more i {
  transform: translateX(4px);
}
.project-card-custom .project-card__like-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.project-card-custom .project-card__like-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}
.project-card-custom .project-card__like-btn i.text-danger {
  color: #ff4757 !important;
}
.project-card-custom .project-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.project-card-custom .project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card-custom .project-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.project-card-custom .project-card__category {
  display: inline-block;
  width: fit-content;
  background: rgba(0, 219, 255, 0.1);
  color: #00DBFF;
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.project-card-custom .project-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.4;
}
.project-card-custom .project-card__title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-card-custom .project-card__info {
  display: flex;
  gap: 24px;
  margin-top: auto;
}
.project-card-custom .info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.project-card-custom .info-value {
  color: #00DBFF;
  font-weight: 700;
  font-size: 14px;
}
.project-card-custom .info-label {
  color: #939393;
  font-size: 12px;
  font-weight: 500;
}
.project-card-custom .project-card__arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.project-card-custom .project-card__arrow:hover {
  background: #00DBFF;
  color: #fff;
}
.project-card-custom .project-card__read-more i {
  transition: transform 0.3s ease;
}
.project-card-custom .project-card__read-more:hover i {
  transform: translateX(4px);
}

/* Ensure equal height for project cards in slider */
.news-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.news-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.news-slider .swiper-slide .project-card-custom {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.f-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f-links li {
  margin-bottom: 12px;
}
.f-links li a {
  color: #8e9aab;
  text-decoration: none;
  transition: color 0.2s;
}
.f-links li a:hover {
  color: #fff;
}

.f-contact-custom {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f-contact-custom li {
  margin-bottom: 12px;
  color: #8e9aab;
}
.f-contact-custom li a {
  color: #8e9aab;
  text-decoration: none;
  transition: color 0.2s;
}
.f-contact-custom li a:hover {
  color: #fff;
}
.f-contact-custom li strong {
  color: #fff;
  font-weight: 600;
}

.f-social-custom {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}
.f-social-custom a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  transition: transform 0.2s;
}
.f-social-custom a:hover {
  transform: translateY(-2px);
}
.f-social-custom a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.pj-search__body {
  background-color: #0D2D5E !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pj-search__body .pj-search__btn {
  background-color: #3E6AFD !important;
  color: #fff !important;
  border: 1px solid #3E6AFD !important;
  transition: all 0.3s ease;
}
.pj-search__body .pj-search__btn:hover {
  background-color: transparent !important;
  color: #3E6AFD !important;
}
.pj-search__body .form-control,
.pj-search__body .form-select,
.pj-search__body .input-group-text {
  background-color: #1A3A6D !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.pj-search__body .form-control::placeholder,
.pj-search__body .form-select::placeholder,
.pj-search__body .input-group-text::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.pj-search__body .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.pj-search__body .input-group-text i {
  color: #fff;
}

#districtDropdown, #districtDropdownSp {
  color: #333 !important;
}
#districtDropdown .hover-options, #districtDropdownSp .hover-options {
  color: #333 !important;
}
#districtDropdown .hover-options:hover, #districtDropdownSp .hover-options:hover {
  background-color: #f0f0f0 !important;
}

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