.elementor-kit-11{--e-global-color-primary:#15276E;--e-global-color-secondary:#FF9638;--e-global-color-text:#53585E;--e-global-color-accent:#FFCD2A;--e-global-typography-primary-font-family:"Be Vietnam Pro";--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:0.3px;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:0px;--e-global-typography-secondary-letter-spacing:0.3px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   PROPERTY CARD – IMAGE + FEATURED LABEL
   ========================= */

/* Container ảnh làm mốc */
.item-header{
  position: relative;
  height: 220px;          /* khóa chiều cao ảnh */
  overflow: hidden;
  border-radius: 12px;    /* đồng bộ card */
}

/* Ảnh trong card */
.item-header img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Label Featured */
/* HOT label - icon lửa gọn gàng */
.hot-label{
 position: absolute;
  top: 3px;
  left: 3px;

  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: url("https://cdn-icons-png.flaticon.com/128/599/599502.png") no-repeat center;
  background-size: 100% 100%;

  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding-top: 12px;    /* đẩy chữ xuống đúng tim lửa */

  text-shadow: 0 1px 5px rgba(0,0,0,.6);

  z-index: 6;
  
}



/* Khóa tiêu đề bđs 3 dòng */
.pc-card .item-title{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 58px;
}

/* Khóa địa chỉ bđs 1 dòng */
.pc-card .item-address{
  display: -webkit-box;
  -webkit-line-clamp: 1;   /* chỉ 1 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Khóa giá & nút chia sẻ */
.pc-card .card-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: -10px;         /* tạo nhịp */
  border-top: 1px solid rgba(0,0,0,.06); /* tùy chọn: ngăn cách nhẹ */
}

/* Button Share - Copy link */
.pc-share-copy{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color: #15276e ;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  padding-top: 8px;
}

.pc-share-icon{
  display:inline-flex;
  line-height:1;

}




/* GLOBAL: Ẩn mọi nút share native ở toàn site */
.pc-share-native{
  display: none !important;
}




/* =========================================================
   NDVB • RE CONTENT (BÀI VIẾT BĐS) — FULL CSS
   Wrapper: .ndvb-re-content
========================================================= */

/* ---------------- WRAPPER ---------------- */
.ndvb-re-content{
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  font-family: Roboto, "Be Vietnam Pro", Arial, sans-serif;
  line-height: 1.85;
  color: #53585E;
}

@media (max-width: 767px){
  .ndvb-re-content{ padding: 0 14px; }
}

/* ---------------- LINKS ---------------- */
.ndvb-re-content a{
  color: #15276E;
  text-decoration: none;
}
.ndvb-re-content a:hover{
  text-decoration: underline;
}

/* ---------------- PARAGRAPH ---------------- */
.ndvb-re-content p{
  margin: 0 0 12px 0;
}
.ndvb-re-content .ndvb-re-lead{
  margin-bottom: 12px;
}

/* ---------------- H2 (TITLE EXTENSION) ---------------- */
/* Mở rộng cho H1 (H1 đặt ở title WP) */
.ndvb-re-content .ndvb-re-title{
  margin: 0 0 18px 0;
  padding-left: 12px;
  border-left: 5px solid #15276E;
  color: #15276E;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
@media (max-width: 767px){
  .ndvb-re-content .ndvb-re-title{ font-size: 18px; }
}

/* ---------------- H3 (SECTION HEADINGS) ---------------- */
/* Chỉ dùng cho các section cần thiết (ví dụ: Thông tin chi tiết) */
.ndvb-re-content .ndvb-re-h3{
  margin: 35px 0 20px 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f4f4f4;
  color: #15276E;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
}

/* ---------------- ADDRESS (HIGHLIGHT) ---------------- */
.ndvb-re-content .ndvb-re-address{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 28px 0 30px 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(0deg, #ffffff, #f9fafc);
  border: 1px solid rgba(21,39,110,0.12);
  box-shadow: 0 6px 20px rgba(21,39,110,0.12);
}

.ndvb-re-content .ndvb-re-address-icon{
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 999px;
  background: #15276E;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.ndvb-re-content .ndvb-re-address-text{
  font-size: 15px;
  line-height: 1.65;
  color: #1f2a33;
}
.ndvb-re-content .ndvb-re-address-text strong{
  color: #15276E;
  font-weight: 900;
}

/* =========================================================
   THÔNG TIN CHI TIẾT — GRID LABEL/VALUE (THẲNG HÀNG)
========================================================= */

.ndvb-re-content .ndvb-re-detail{
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

/* mỗi dòng là 2 cột */
.ndvb-re-content .ndvb-re-detail li{
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 14px;
  align-items: start;

  margin: 10px 0;
  position: relative;
  padding-left: 18px; /* chừa chỗ cho icon */
}

/* icon nhỏ sang trọng */
.ndvb-re-content .ndvb-re-detail li::before{
  content: "◆";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  color: rgba(21,39,110,0.75);
}

/* label */
.ndvb-re-content .ndvb-re-label{
  font-weight: 900;
  color: #1f2a33;
  white-space: nowrap;
}
.ndvb-re-content .ndvb-re-label::after{
  content: ":";
  margin-left: 2px;
  color: rgba(31,42,51,0.75);
}

/* value */
.ndvb-re-content .ndvb-re-value{
  color: #53585E;
  line-height: 1.65;
}

/* Mobile: thu cột label */
@media (max-width: 767px){
  .ndvb-re-content .ndvb-re-detail li{
    grid-template-columns: 110px 1fr;
  }
}

/* ---------------- PRICE BOX (NO H3) ---------------- */
.ndvb-re-content .ndvb-re-price{
  margin: 30px 0 26px 0;
  padding: 18px 20px;
  text-align: center;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(21,39,110,0.12);
  box-shadow: 0 10px 30px rgba(21,39,110,0.15);
}

.ndvb-re-content .ndvb-re-price-label{
  font-size: 12px;
  letter-spacing: 2px;
  color: #7a8186;
  margin-bottom: 6px;
  font-weight: 900;
}

.ndvb-re-content .ndvb-re-price-value{
  font-size: 28px;
  font-weight: 900;
  color: #15276E;
  line-height: 1.2;
}

.ndvb-re-content .ndvb-re-price-sub{
  font-size: 14px;
  color: #53585E;
  margin-top: 6px;
}

@media (max-width: 767px){
  .ndvb-re-content .ndvb-re-price-value{ font-size: 24px; }
}

/* ---------------- POTENTIAL LIST (NO H3 if you want, but keep class) ---------------- */
.ndvb-re-content .ndvb-re-list{
  padding-left: 10px;
  margin: 10px 0 0 0;
  text-align: left;
}
.ndvb-re-content .ndvb-re-list li{
  margin: 8px 0;
}



/* =========================================================
   NDVB • MAP BUTTON — FINAL (NO ICON, NO MISALIGN)
   Use inside WP Description (.ndvb-re-content)
========================================================= */

/* Wrapper: center chắc chắn */
.ndvb-re-content .ndvb-re-mapbtn-wrap{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
  margin:30px 0;
  padding:0 !important;
}

/* Reset hành vi link trong content (chống dựng đứng) */
.ndvb-re-content a{
  white-space:nowrap !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}

/* Button */
.ndvb-re-content .ndvb-re-mapbtn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;

  margin:0 auto !important;
  width:auto !important;
  max-width:100% !important;
  float:none !important;

  padding-bottom: 15px; 
  padding-top: 0px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius:999px;

  background:#15276E;
  color:#ffffff !important;
  text-decoration:none !important;

  font-weight:900;
  letter-spacing:0.3px;
  line-height:1.2;

  box-shadow:0 6px 16px rgba(21,39,110,0.25);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ndvb-re-content .ndvb-re-mapbtn:hover{
  background:#0f1f5a;
  box-shadow:0 8px 22px rgba(21,39,110,0.35);
  transform:translateY(-1px);
}

/* Mobile nhỏ: cho phép xuống dòng đẹp nếu quá dài */
@media (max-width:420px){
  .ndvb-re-content .ndvb-re-mapbtn{
    white-space:normal !important;
    text-align:center;
    padding-bottom: 20px; 
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  }
}



/* =========================================================
   TOGGLE RANGE: default show SALE, hide RENT
========================================================= */
.elementor-kit-11 .nvb-range-rent{
  display: none;
}/* End custom CSS */