:root {
  --primary-color: #02493e;
  --secondary-color: #c29e75;
  --text-dark: #333333;
  --text-normal: #000;
  --text-blue: #004aad;
  --bg-light: #f8f8f8;
  --bs-border-radius: 12px !important;
  font-family: "VerdanaCustom", Arial, sans-serif;
  font-size: 16px;
}

body {
  font-family: "VerdanaCustom", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  color: var(--text-dark, #333);
  background: #004236 !important;
}
#main-content {
  background: #fff !important;
}

.news-slider a,
.progress-slider a {
  text-decoration: none;
}
@media (min-width: 1400px) {
  .dragon-eden-project .container,
  .dragon-eden-footer .footer-bottom {
    margin: 0 auto;
    max-width: 1842px !important;
  }
  .dragon-eden-progress .container,
  .dragon-eden-news .container {
    overflow: hidden;
    max-width: 1860px !important;
  }
  .site-footer.dragon-eden-footer .container {
    max-width: 1100px;
  }
}
@media (min-width: 1366px) {
  .dragon-eden-investment .container {
    max-width: 1050px !important;
  }
  .dragon-eden-highlights .container {
    max-width: 1430px;
  }
}
strong {
  font-weight: 600;
}

p {
  margin-bottom: 24px;
}

/* Header */
.site-header .logo {
  width: 251px;
  aspect-ratio: 231/130;
}

.site-header .logo img {
  height: 100%;
  width: 100%;
}

#hero-section {
  height: 100vh;
}

#hero-section .banner-bg {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
/* Header Layout */
.dragon-eden-header {
  position: absolute; /* Đè lên ảnh nền Hero */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* padding: 20px 0; */
  background: #fff;
  transition: all 0.3s ease;
}
.home .dragon-eden-header {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(255, 255, 255, 0.45) 40%,
    rgba(255, 255, 255, 0.25) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}

.dragon-eden-header .header-wrapper {
  padding: 10px 40px;
}

/* Hotline Style */
.dragon-eden-header .header-hotline,
.dragon-eden-header .header-hotline a {
  display: inline-flex;
  padding: 11px 13px 11px 14px;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  border-radius: 10px;
  background: #c29f76;
  margin-bottom: 16px;
}

.dragon-eden-header .header-hotline a {
  color: #fff;
  font-size: 20px;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

/* Menu Desktop */
.dragon-eden-header .nav.gap-menu-header {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer {
  position: relative;
}
.site-footer.dragon-eden-footer .dragon_footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.dragon-eden-header .nav li a {
  color: #024b40;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
  text-transform: capitalize;
}

.dragon-eden-header .nav li a:hover {
  color: #c49a6c;
}
.site-header.dragon-eden-header.sticky .header-wrapper {
  padding: 0 15px;
}
/* --- RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
  .dragon-eden-header .header-wrapper {
    padding: 25px 13px;
  }
  #hero-section {
    aspect-ratio: unset;
  }
  /* Đổi màu nút menu sang trắng để nổi bật trên nền ảnh */
  .menu-toggle svg {
    fill: #004236;
  }
}

/* Mobile Menu Overlay Style */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: #004236;
  z-index: 2000;
  padding: 50px 20px;
  transition: 0.3s ease;
}

.mobile-menu-overlay.active {
  right: 0;
}

.mobile-menu-overlay ul {
  list-style: none;
  padding: 0;
}

.mobile-menu-overlay ul li a {
  color: #fff;
  display: block;
  padding: 15px 0;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer */

.custom-footer {
  background: #003a81;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 24px;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-weight: bold;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

/* ======================================= */
.dragon-eden-project {
  background: url("../images/bg_intrudece_bottom.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.dragon-eden-project .content-right-grid .tag {
  height: 246px;
  aspect-ratio: 431/246;
  position: absolute;
  top: calc(-246px / 2 + 20px);
  left: calc(-431px / 2 + 50px);
}
.dragon-eden-project .content-right-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Chia làm 3 cột bằng nhau */
  gap: 15px;
  flex: 0 60%;
  margin-right: calc((100% - 99vw) / 2);
  width: 100%;
  position: relative;
}

/* Ảnh đầu tiên (To nhất) */
.dragon-eden-project .grid-item.img-large {
  grid-column: span 3; /* Chiếm hết 3 cột */
  border-radius: 15px;
  overflow: hidden;
}

.dragon-eden-project .grid-item.img-large img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

/* Các ảnh nhỏ phía dưới */
.dragon-eden-project .grid-item.img-small {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* aspect-ratio: 348 / 196; */
}

.dragon-eden-project .grid-item.img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Caption đè lên ảnh nhỏ giống hình mẫu */
.dragon-eden-project .img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  text-align: center;
  backdrop-filter: blur(2px);
}

.dragon-eden-project .img-caption span {
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

/* Responsive cho Mobile */
@media (max-width: 768px) {
  .dragon-eden-project .content-right-grid {
    grid-template-columns: 1fr; /* Chuyển thành 1 cột dọc trên điện thoại */
  }
  .dragon-eden-project .grid-item.img-large {
    grid-column: span 1;
  }
}
/* Tổng quan khối */
.dragon-eden-project {
  background-color: #fff;
  padding-top: 110px;
  padding-bottom: 100px; /* Container của Bootstrap sẽ lo phần canh lề trái phải */
  color: #333;
}

/* --- Khối Header (Text & Ảnh chính) --- */
.dragon-eden-project .project-header {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}
.dragon-eden-project .content-left {
  flex: 0 0 40%; /* Chỉnh phần chữ chiếm 40% container */
}

/* Phần Grid ảnh tràn lề phải */
.dragon-eden-project .content-right-grid {
  flex: 0 0 calc(57% + (100vw - 100%) / 2); /* Chiếm 60% còn lại + khoảng bù lề màn hình */
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.dragon-eden-project .content-left {
  flex: 1;
  min-width: 350px;
}

.dragon-eden-project .title-group h1 {
  color: var(--primary-color);
  font-size: 50px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 700;
  line-height: normal;
}

.dragon-eden-project .title-group h2 {
  color: var(--primary-color);
  font-size: 85px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 700;
  line-height: normal;
}

.dragon-eden-project .title-group .brand-name {
  display: block;
  font-size: clamp(40px, 5vw, 64px); /* Tự co giãn theo màn hình */
  font-weight: 800;
  line-height: 1.1;
  margin-top: 10px;
}

.dragon-eden-project .intro-text p {
  line-height: 22px;
}

.dragon-eden-project .intro-text p:last-child {
  margin-bottom: 0;
}

.dragon-eden-project .intro-text {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #101010;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

/* Thông số dự án */
.dragon-eden-project .specs-grid {
  display: flex;
  padding-top: 20px;
  margin-bottom: 50px;
  gap: 20px;
}

.dragon-eden-project .spec-item label {
  color: var(--secondary-color);
  font-size: 25px;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.swiper-pagination-bullet {
  border: 1px solid #fff;
  background: transparent;
}
.dragon-eden-project .spec-item .val {
  color: var(--primary-color);
  font-size: 50px;
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.dragon-eden-project .spec-item .val span {
  color: var(--primary-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Khối Logo */
.dragon-eden-project .developer-logos {
  display: flex;
  gap: 60px;
}

.dragon-eden-project .logo-box:first-child {
  width: 255px;
}

.dragon-eden-project .logo-box {
  border-radius: 10px;
  background: #fff;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 29px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.dragon-eden-project .logo-box:first-child img {
  height: 135px;
  aspect-ratio: 135/130;
  object-fit: cover;
  margin-bottom: 12px;
}
.dragon-eden-project .logo-box:last-child img {
  height: 111px;
  aspect-ratio: 111px/192px;
  object-fit: cover;
  margin-bottom: 12px;
}

.dragon-eden-project .logo-box p {
  color: #1c1c1c;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Ảnh phối cảnh bên phải */
.dragon-eden-project .content-right {
  flex: 1.2;
  position: relative;
  min-width: 350px;
}

.dragon-eden-project .hero-img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.dragon-eden-project .mascot {
  position: absolute;
  top: -50px;
  left: -20px;
  width: clamp(100px, 15vw, 180px);
  z-index: 10;
}

/* --- Khối Gallery 3 cột --- */
.dragon-eden-project .product-gallery {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
}

.dragon-eden-project .gallery-card {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.dragon-eden-project .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dragon-eden-project .gallery-card span {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-style: italic;
}

/* --- Khối Đặc điểm (Grid 2x2) --- */
.dragon-eden-project .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 50px;
  margin-top: 80px;
}
/* .dragon-eden-highlights .card-body p
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
} */
.dragon-eden-project .feature-item h3 img {
  margin-top: 8px;
  height: 17px;
  width: 19px;
}
.dragon-eden-project .feature-item h3 {
  color: #02493e;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  line-height: 150%;
  margin-bottom: 16px;
}

.dragon-eden-project .feature-item {
  padding: 0 110px;
}

.dragon-eden-project .feature-item p {
  color: #101010;
  font-family: Verdana;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}

/* ========================================================== */
/* Tổng quan section */
.dragon-eden-investment {
  background-color: #163e3a; /* Màu xanh đậm theo ảnh */
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
}
.dragon-eden-investment .dragon_fit {
  position: absolute;
  bottom: -15px;
  left: 70px;
}
/* Tiêu đề chính */
.dragon-eden-investment .investment-header {
  margin-bottom: 39px;
}

.dragon-eden-investment .investment-title {
  color: #fff;
  font-size: 45px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

/* Đường gạch ngang trang trí */
.dragon-eden-investment .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.dragon-eden-investment .divider::before,
.dragon-eden-investment .divider::after {
  content: "";
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255);
}
.wpcf7-spinner {
  display: none;
}
.cf7-submit-wrap p {
  margin-bottom: 0 !important;
}

/* Card đầu tư */
.dragon-eden-investment .investment-card {
  text-align: center;
  transition: transform 0.3s ease;
  z-index: 999;
  position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
  z-index: 99999;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.dragon-eden-investment .card-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  /* Giữ tỷ lệ ảnh vuông hoặc gần vuông */
  aspect-ratio: 1 / 1;
}

.dragon-eden-investment .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text dưới ảnh */
.dragon-eden-investment .card-text {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

/* ========================================= */
/* Tổng quan section */
.dragon-eden-highlights {
  background-color: #163e3a; /* Màu xanh đậm đồng bộ với các section trước */
  padding-bottom: 70px;
  padding-top: 122px;
  color: #fff;
  position: relative;
}
.dragon-eden-highlights .dragon_hilightlight {
  position: absolute;
  bottom: -15px;
  right: 70px;
}

/* Header & Divider */
.dragon-eden-highlights .highlights-header {
  margin-bottom: 39px;
}

.dragon-eden-highlights .highlights-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.dragon-eden-highlights .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.dragon-eden-highlights .divider::before,
.dragon-eden-highlights .divider::after {
  content: "";
  height: 1px;
  width: 50px;
  background-color: rgba(255, 255, 255);
}

/* Layout Grid cho các Card */
.dragon-eden-highlights .highlights-row {
  margin-bottom: 25px;
}
.title_diagram {
  position: absolute;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  top: 0;
}
.section_diagram .title_diagram .section-title {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 700;
  line-height: normal;
}
.section_diagram {
  position: relative;
}
.section_diagram img {
  aspect-ratio: 1920/1080;
  object-fit: cover;
  width: 100%;
}
.section_diagram .diagram-title {
  padding: 50px 66px 108px;
  height: fit-content;
  background: url("../images/bg_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100% !important;
}
/* Card Style */
.dragon-eden-highlights .highlight-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  color: #333;
  display: flex;
  flex-direction: column;
  flex: 1; /* Tự động chia đều không gian */
}

/* Cố định chiều rộng cho hàng 3 cột để không bị quá to */
.dragon-eden-highlights .row-3-cols .highlight-card {
  max-width: calc(25% - 15px);
}

.single-post .site-header,
.single-project .site-header {
  box-shadow: 0 4px 6px #eee;
  position: relative;
}
.news-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news-content img.alignright {
  display: block;
  margin-left: auto;
}
.news-content img.alignleft {
  display: block;
  margin-right: auto;
}

.dragon-eden-highlights .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Nội dung bên dưới ảnh */
.dragon-eden-highlights .card-body {
  padding: 37px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.dragon-eden-highlights .card-body .card-body-height {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 78px;
}
.dragon-eden-highlights .number {
  color: #e2c25a;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.dragon-eden-highlights .card-body p {
  color: #363636;
  font-size: 17px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

/* ===================================== */
/* Tổng quan section */
.dragon-eden-policy {
  padding-top: 100px;
  padding-bottom: 120px;
  z-index: 2;
  background-size: 100% 100% !important;
  position: relative;
  background-repeat: no-repeat !important;
}

.dragon-eden-policy .dragon_form {
  position: absolute;
  bottom: -15px;
  z-index: 99;
  right: 0px;
}

/* Header */
.dragon-eden-policy .policy-header {
  margin-bottom: 32px;
}

.dragon-eden-policy .policy-title {
  color: #02493e;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: normal;
  text-transform: capitalize;
}

.dragon-eden-policy .policy-subtitle {
  color: #02493e;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Divider (giống các phần trước) */
.dragon-eden-policy .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.dragon-eden-policy .divider::before,
.dragon-eden-policy .divider::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #1a332a;
  opacity: 0.3;
}

/* Grid 4 thẻ chính sách */
.dragon-eden-policy .policy-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 50px;
}

.dragon-eden-policy .policy-card img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Khối Contact Form */
.dragon-eden-policy .contact-box {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.dragon-eden-policy .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dragon-eden-policy .contact-form-wrapper {
  padding: 40px;
}

.dragon-eden-policy .contact-form-wrapper h3 {
  color: #1c1c1c;
  font-size: 21px;
  font-style: normal;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: normal;
}

.dragon-eden-policy .contact-form-wrapper p {
  color: #1c1c1c;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: normal;
}

/* Input & Button */
.dragon-eden-policy .form-control {
  border: 1px solid #eee;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
}

.dragon-eden-policy .form-control:focus {
  box-shadow: none;
  border-color: #d4af37;
}

.dragon-eden-policy .btn-submit {
  background-color: #c49a6c; /* Màu vàng đồng nhạt */
  color: white;
  padding: 12px;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
  transition: 0.3s;
}

.dragon-eden-policy .btn-submit:hover {
  background-color: #1a332a;
  color: #fff;
}

.dragon-eden-news .shape-absolute,
.dragon-eden-progress .shape-absolute {
  position: absolute;
  bottom: 60%;
  right: 0;
}
/* ================================================== */
.dragon-eden-progress {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #ffffff;
}

/* Header & Badge */
.dragon-eden-progress .progress-header {
  margin-bottom: 100px;
  z-index: 2;
  position: relative;
}

.dragon-eden-progress .progress-title {
  color: #02493e;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: normal;
}

.dragon-eden-progress .status-text {
  color: #c29f76;
  margin: 32px 0;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dragon-eden-progress .launch-badge {
  background-color: #1a332a;
  color: #fff;
  display: inline-block;
  padding: 20px 66px;
  border-radius: 50px;
}

.dragon-eden-progress .launch-badge .date {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 108.889% */
}

.dragon-eden-progress .launch-badge .label {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
}

/* Card Progress */
.dragon-eden-progress .progress-card {
  overflow: hidden;
  background: #fff;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.dragon-eden-progress .progress-slider {
  overflow: visible;
}

.dragon-eden-progress .card-thumb {
  aspect-ratio: 450/305;
  background-color: #e0e0e0; /* Màu xám chờ ảnh */
}

.dragon-eden-progress .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dragon-eden-progress .card-content {
  padding: 20px;
  padding-bottom: 38px;
}

.dragon-eden-progress .post-date {
  color: #185d44;
  font-size: 16px;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.dragon-eden-progress .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.dragon-eden-progress .divider::before,
.dragon-eden-progress .divider::after {
  content: "";
  height: 1px;
  width: 60px;
  background-color: #1a4d2e;
  opacity: 0.3;
}

.dragon-eden-progress .card-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* Tùy chỉnh dấu chấm Swiper */
.dragon-eden-progress .swiper-pagination {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dragon-eden-progress .swiper-pagination-bullet {
  background: #a0a0a0;
}
.dragon-eden-progress .swiper-pagination-bullet-active {
  background: #024b40;
  width: 10px;
  height: 10px;
}
.dragon-eden-progress .container {
  overflow: hidden;
}
/* ======================================== */
.dragon-eden-news,
.dragon-eden-progress {
  padding: 40px 0 80px;
  position: relative;
  background-color: #ffffff;
}

.dragon-eden-news .dragon_news {
  position: absolute;
  top: -140px;
  left: 10px;
  z-index: 999;
}

/* Header */
.dragon-eden-news .news-header {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.dragon-eden-news .news-title {
  color: #1a4d2e;
  font-size: 32px;
  font-weight: 700;
}

/* Divider Kim Cương */
.dragon-eden-news .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.dragon-eden-news .divider::before,
.dragon-eden-news .divider::after {
  content: "";
  height: 1px;
  width: 60px;
  background-color: #1a4d2e;
  opacity: 0.3;
}

/* News Card */
.dragon-eden-news .news-card,
.dragon-eden-progress .news-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  height: 100%;
}

.dragon-eden-news .card-thumb,
.dragon-eden-progress .card-thumb {
  aspect-ratio: 450/305;
  background-color: #d9d9d9; /* Placeholder xám */
}

.dragon-eden-news .card-thumb img,
.dragon-eden-progress .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dragon-eden-news .news-content,
.dragon-eden-progress .news-content {
  padding: 20px 20px 38px;
}

.dragon-eden-news .post-date,
.dragon-eden-progress .post-date {
  color: #9e9e9e;
  font-size: 14px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 20px;
}

.dragon-eden-news .description,
.dragon-eden-progress .description {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn 4 dòng text */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Swiper Pagination */
.dragon-eden-news .swiper-pagination,
.dragon-eden-progress .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.dragon-eden-news .swiper-pagination-bullet,
.dragon-eden-progress .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
}

.dragon-eden-news .swiper-pagination-bullet-active,
.dragon-eden-progress .swiper-pagination-bullet-active {
  background: #1a4d2e;
  width: 10px;
  height: 10px;
}

/* ============================================== */
/* Tổng quan Footer */
.dragon-eden-footer {
  background-color: #004236; /* Màu xanh đậm của dự án */
  color: #ffffff;
  border-radius: 100px 100px 0 0; /* Bo góc phía trên */
}

.dragon-eden-footer .footer-main-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

/* Logo */
.dragon-eden-footer .footer-logo img {
  max-width: 220px;
  height: auto;
}
.contact-image {
  height: 100%;
}
/* Hotline */
.dragon-eden-footer .hotline-top,
.dragon-eden-footer .hotline-top a {
  color: #c29f76;
  font-size: 20px;
  text-decoration: none;
  font-style: normal;
  text-align: end;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

/* Menu */
.dragon-eden-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 32px;
}

.dragon-eden-footer .footer-nav-list li a {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}

.dragon-eden-footer .footer-nav-list li a:hover {
  color: #c49a6c;
}

/* Bản quyền */
.dragon-eden-footer .footer-bottom {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer.dragon-eden-footer .dragon_footer {
  width: 350px;
}
.dragon-eden-footer .copyright-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.5;
  text-transform: capitalize;
}

/* ===================== Loading ==================== */
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 100000; /* cao hơn menu, modal, swiper */

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.dragon-eden-slider-section .main-content-slider img {
  width: 100%;
}
#page-loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* loader */
.loader-dot {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.6);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}

/* Mobile Menu Overlay Style */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: #004236;
  z-index: 2000;
  padding: 60px 20px 20px;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}

.mobile-menu-overlay.active {
  right: 0;
}

/* Close Button */
.mobile-menu-overlay .close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  z-index: 2001;
}

.mobile-menu-overlay .close-menu:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

/* Backdrop Overlay */
.mobile-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-overlay ul li {
  margin: 0;
}

.mobile-menu-overlay ul li a {
  color: #fff;
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.mobile-menu-overlay ul li a:hover {
  color: #c49a6c;
  padding-left: 10px;
}

.mobile-menu-overlay ul li:last-child a {
  border-bottom: none;
}

/* Submenu Support */
.mobile-menu-overlay ul li ul {
  padding-left: 20px;
  margin-top: 5px;
}

.mobile-menu-overlay ul li ul li a {
  font-size: 16px;
  padding: 12px 0;
}

/* Sticky Header State - Khi scroll xuống */
.dragon-eden-header.sticky .menu-toggle svg {
  color: #fff;
}
.dragon-eden-header.sticky {
  position: fixed;
  top: 0;
  background: #024b40;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  animation: slideDown 0.3s ease;
}
/* Logo nhỏ lại khi sticky */
.dragon-eden-header.sticky .logo {
  transition: all 0.3s ease;
}

.dragon-eden-header.sticky .logo,
.logo.sticky {
  display: none;
}

.dragon-eden-header.sticky .logo.sticky {
  display: block;
}
.dragon-eden-header.sticky .logo {
  width: 140px;
  height: auto;
}
.dragon-eden-header.sticky .logo img {
  transition: all 0.3s ease;
  width: 140px;
  height: auto;
}
/* Menu items đổi màu khi sticky */
.dragon-eden-header.sticky .nav li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.dragon-eden-header.sticky .header-hotline a {
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.dragon-eden-header.sticky .header-hotline {
  transition: all 0.3s ease;
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ======================================================
   PAGE LOADER WRAPPER
====================================================== */
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.6s ease;
}

body.loading {
  overflow: hidden;
}

/* ======================================================
   DRAGON 1 – TRẠNG THÁI GỐC & DI CHUYỂN
====================================================== */
.dragon_loading_1 {
  position: absolute;
  /* Vị trí ban đầu của bạn */
  left: -350px;
  width: 500px;
  bottom: -100px;
  opacity: 1;
  z-index: 10;
  will-change: transform, left, bottom, opacity;
  /* Transition cho đoạn bay vào giữa và hiệu ứng nhấp nháy */
  transition: left 1.2s cubic-bezier(0.4, 0, 0.2, 1),
    bottom 1.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease-in-out;
}

/* Khi vào giữa */
/* #page-loader.to-center .dragon_loading_1 {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
} */

/* Class điều khiển nhấp nháy ẩn Dragon 1 */
#page-loader.hide-dragon-1 .dragon_loading_1 {
  opacity: 0 !important;
}

/* TRẠNG THÁI BAY LÊN TOP (Chậm rãi) */
#page-loader.fly-to-top .dragon_loading_1 {
  opacity: 1 !important;
  transition: none !important;
  animation: dragonFlyToTop 10.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
/* ======================================================
   DRAGON 2 – TRẠNG THÁI NHẤP NHÁY
====================================================== */
.dragon_loading_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 11;
  pointer-events: none;
  /* Transition nhấp nháy */
  transition: opacity 0.2s ease-in-out;
}

/* Class hiện Dragon 2 khi nhấp nháy */
#page-loader.show-dragon-2 .dragon_loading_2 {
  opacity: 1;
}

/* ======================================================
   DRAGON END (LOGO) - RESPONSIVE PC 400PX
====================================================== */
.dragon_loading_end {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  z-index: 100;
  pointer-events: none;

  /* Kích thước PC */
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;

  transition: opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#page-loader.show-end .dragon_loading_end {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ======================================================
   KEYFRAMES & CÁC TRẠNG THÁI KHÁC
====================================================== */
/* @keyframes dragonFlyToTop {
    0% {
        transform: translate(-50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(150vw, -150vh) rotate(25deg);
    }
} */
@keyframes dragonFlyToTop {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(150vw, -150vh) rotate(25deg);
  }
}

#page-loader {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#page-loader.done {
  opacity: 0;
  pointer-events: none;
}

/* --- Responsive Logo --- */
@media (max-width: 1024px) {
  .dragon_loading_end {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .dragon_loading_end {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .dragon_loading_end {
    max-width: 180px;
  }
}

/* Responsive Dragons */
@media (max-width: 992px) {
  .dragon_loading_1 {
    /* Nếu ảnh rồng quá to trên mobile, bạn có thể scale hoặc set width tại đây */
    max-width: 300px;
  }
  .dragon_loading_2 {
    width: 200px;
  }
}

.social-bar-fixed {
  padding: 20px 10px;
  border-radius: 24px 0 0 24px;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(35px);
  position: fixed;
  right: 0px;
  bottom: 240px;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}
.hotline-top a {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.social-bar-icon {
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.social-bar-icon.chattawkto {
  background: #184340;
}
.social-bar-icon svg {
  width: 30px;
}

/* ==================================== */
/* Overlay */
.diagram-overlay {
  position: absolute;
  inset: 0;
  background: rgba(194, 159, 118, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.diagram-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
/* Hover effect */
.diagram-wrap:hover .diagram-overlay {
  opacity: 1;
  visibility: visible;
}

/* Icon animation */
.diagram-overlay svg {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.diagram-wrap:hover .diagram-overlay svg {
  transform: scale(1);
}
.cf7-field .wpcf7-form-control-wrap {
  width: 100%;
}
/* Placeholder */
.cf7-field .wpcf7-form-control-wrap input::placeholder,
.cf7-field .wpcf7-form-control-wrap textarea::placeholder {
  color: #acacac;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cf7-field .wpcf7-form-control-wrap input:focus,
.cf7-field .wpcf7-form-control-wrap textarea:focus {
  outline: unset;
  border: 1px solid #e1e1e1 !important;
}
/* Input & textarea */
.cf7-field .wpcf7-form-control-wrap input,
.cf7-field .wpcf7-form-control-wrap textarea {
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.cf7-submit-wrap input {
  display: flex;
  padding: 14px 40px;
  border: unset;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #c29f76;
  color: #fff;
  font-family: Verdana;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

/* Hover */
.cf7-submit-wrap input:hover {
  background: #b28b63; /* đậm hơn 1 chút */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(194, 159, 118, 0.45);
}

/* Click */
.cf7-submit-wrap input:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(194, 159, 118, 0.35);
}

/* =================================================== */
/* ===============================
   SINGLE NEWS
================================ */
.single-news {
  padding: 60px 0;
  background: #f8f8f8;
}

.single-news .container {
  max-width: 1000px;
  margin: auto;
  padding: 0 16px;
}

/* Breadcrumb */
.news-breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  color: #777;
}

.news-breadcrumb a {
  color: #777;
  text-decoration: none;
}

.news-breadcrumb strong {
  color: #222;
}

/* Article */
.news-article {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Title */
.news-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* Meta */
.news-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #888;
  margin-bottom: 24px;
}

/* Thumbnail */
.news-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 14px;
}

.news-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content */
.news-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.news-content p {
  margin-bottom: 18px;
}

.news-content h2,
.news-content h3 {
  margin: 32px 0 16px;
  font-weight: 700;
}

.news-content img {
  max-width: 100%;
  border-radius: 12px;
}

/* Tags */
.news-tags {
  margin-top: 30px;
  font-size: 14px;
}

.news-tags a {
  display: inline-block;
  margin-left: 8px;
  padding: 6px 12px;
  background: #eee;
  border-radius: 20px;
  text-decoration: none;
  color: #555;
}

/* Related */
.news-related {
  margin-top: 50px;
}

.news-related h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease;
}

.related-item:hover {
  transform: translateY(-5px);
}

.related-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.related-item h4 {
  font-size: 16px;
  padding: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .news-article {
    padding: 24px;
  }

  .news-title {
    font-size: 26px;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }
}

#dragon-eden-project,
#dragon-eden-highlights,
#dragon-eden-slider-section,
#section_diagram,
#dragon-eden-investment,
#dragon-eden-policy {
  scroll-margin-top: 50px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  height: 100vh;
  /* đổi theo video của mày */
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  cursor: pointer;
  z-index: 5;
  transition: opacity 0.2s ease;
}

.video-play-btn:hover {
  background: rgba(0, 0, 0, 0.55);
}

.news-card .post-title{
    font-size: 18px;
    font-weight: 700;
    color: #1a4d2e;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.4;
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}