/* SECTION XÂY NHÀ TRỌN GÓI */
.xaynha {
  padding: 45px 0 !important;
  background: #fff;
  transition: background-color 0.35s ease;
}

/* Căn giữa nội dung */
.xaynha .section-content {
  max-width: 1120px;
  margin: 0 auto;
}

/* Chia 2 cột */
.xaynha .row {
  align-items: center;
}

/* Cột trái */
.xaynha .col:first-child .col-inner {
  padding: 0 25px;
}

/* Tiêu đề */
.xaynha h2,
.quytrinh h3 {
  color: #ed1c24;
  font-size: 38px;
  line-height: 1.28;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Danh sách */
.xaynha ul {
  margin: 0;
  padding-left: 22px;
}

.xaynha ul li {
  font-size: 17px;
  line-height: 1.55;
  color: #222;
  margin-bottom: 11px;
}

.xaynha ul li strong {
  font-weight: 700;
  color: #202020;
}

/* Cột phải chứa hình */
.xaynha .col:last-child .col-inner {
  padding: 0 15px;
}

/* Hình bên phải */
.xaynha .img,
.xaynha .img-inner {
  width: 100%;
}

.xaynha .img-inner {
  overflow: hidden;
}

.xaynha .img-inner img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.35s ease, opacity 0.35s ease;
}

/* Khi hover: phủ hồng/đỏ lên ảnh giống hình 2 */
.xaynha:hover .img-inner img {
   opacity: 0.72;
}

/* Nếu muốn hình không bị bo góc */
.xaynha .img-inner,
.xaynha .img-inner img {
  border-radius: 0;
}

/* Responsive tablet */
@media (max-width: 849px) {
  .xaynha {
    padding: 35px 0 !important;
  }

  .xaynha h2 {
    font-size: 30px;
  }

  .xaynha ul li {
    font-size: 16px;
  }

  .xaynha .col:first-child .col-inner,
  .xaynha .col:last-child .col-inner {
    padding: 0 18px;
  }
}

/* Responsive mobile */
@media (max-width: 549px) {
  .xaynha h2 {
    font-size: 25px;
    line-height: 1.35;
  }

  .xaynha ul li {
    font-size: 15px;
  }

  .xaynha .col:last-child {
    margin-top: 25px;
  }
}
.quytrinh span {
	text-transform: uppercase;
	color: #ed1c24;
}
.quytrinh .icon-angle-down:before {
	color: #ed1c24;
}
/* ===============================
   SECTION: CHỦ ĐẦU TƯ - DAUTU
================================ */
.dautu {
  position: relative;
  overflow: hidden;
  padding: 70px 0 65px !important;
  background: #f4f1f4;
}

/* Tạo nền sóng trên/dưới giống hình */
.dautu::before,
.dautu::after {
  content: "";
  position: absolute;
  left: -5%;
  width: 110%;
  height: 115px;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}

.dautu::before {
  top: -65px;
  border-radius: 0 0 50% 50%;
  transform: rotate(3deg);
}

.dautu::after {
  bottom: -75px;
  border-radius: 50% 50% 0 0;
  transform: rotate(4deg);
}

/* Nội dung nằm trên nền */
.dautu .section-content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}

/* Row */
.dautu .row {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

/* Tiêu đề */
.dautu h2 {
  position: relative;
  text-align: center;
  margin: 0 0 42px;
  color: #ec003f;
  font-size: 35px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dautu h2 .section-title-main {
  position: relative;
  display: inline-block;
  padding: 0 18px;
  border: 0;
}

/* 2 đường kẻ hai bên tiêu đề */
.dautu h2::before,
.dautu h2::after {
  content: "";
  display: inline-block;
  width: 95px;
  height: 1px;
  background: #cfcfcf;
  vertical-align: middle;
  margin: 0 16px;
}

/* Reset khoảng cách cột */
.dautu .col {
  padding-bottom: 0;
}

/* Các item icon-box */
.dautu .icon-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 34px;
}

/* Icon check */
.dautu .icon-box-img {
  width: 58px !important;
  min-width: 58px;
  margin-right: 18px;
  padding-top: 12px;
}

.dautu .icon-box-img img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* Text */
.dautu .icon-box-text {
  flex: 1;
}

.dautu .icon-box-text h3 {
  margin: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.dautu .icon-box-text h3 span {
  color: #333 !important;
  font-size: 17px !important;
  line-height: 1.5;
  font-weight: 400;
}

/* Highlight chữ xanh trong nội dung */
.dautu .icon-box-text h3 span strong,
.dautu .icon-box-text h3 span b {
  color: #009900;
}

/* Nếu trong span có style màu xanh sẵn thì giữ màu xanh */
.dautu .icon-box-text span[style*="green"],
.dautu .icon-box-text span[style*="#008000"],
.dautu .icon-box-text span[style*="#009900"] {
  color: #009900 !important;
}

/* Ẩn paragraph rỗng */
.dautu .icon-box-text p {
  display: none;
}

/* Tạo vạch chia dọc giữa 2 cột */
.dautu .large-6:nth-child(3),
.dautu .large-6:nth-child(5),
.dautu .large-6:nth-child(7) {
  border-left: 1px solid #d8d8d8;
  padding-left: 48px;
}

.dautu .large-6:nth-child(2),
.dautu .large-6:nth-child(4),
.dautu .large-6:nth-child(6) {
  padding-right: 48px;
}

/* Responsive tablet */
@media (max-width: 849px) {
  .dautu {
    padding: 55px 0 45px !important;
  }

  .dautu h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .dautu h2::before,
  .dautu h2::after {
    width: 55px;
    margin: 0 10px;
  }

  .dautu .large-6:nth-child(3),
  .dautu .large-6:nth-child(5),
  .dautu .large-6:nth-child(7) {
    border-left: 0;
    padding-left: 15px;
  }

  .dautu .large-6:nth-child(2),
  .dautu .large-6:nth-child(4),
  .dautu .large-6:nth-child(6) {
    padding-right: 15px;
  }

  .dautu .icon-box {
    margin-bottom: 25px;
  }
}

/* Responsive mobile */
@media (max-width: 549px) {
  .dautu {
    padding: 45px 0 35px !important;
  }

  .dautu h2 {
    font-size: 24px;
  }

  .dautu h2::before,
  .dautu h2::after {
    display: none;
  }

  .dautu .icon-box-img {
    width: 45px !important;
    min-width: 45px;
    margin-right: 12px;
  }

  .dautu .icon-box-img img {
    width: 30px;
    height: 30px;
  }

  .dautu .icon-box-text h3 {
    font-size: 16px;
  }

  .dautu .icon-box-text h3 span {
    font-size: 15px !important;
  }
}
/* ===============================
   SECTION: CÁCH TÍNH ĐƠN GIÁ
   CLASS TỔNG: cachtinh
================================ */
.cachtinh {
  padding: 0 !important;
  overflow: hidden;
}

.cachtinh .section-content {
  max-width: 1335px;
  margin: 0 auto;
}

.cachtinh .row {
  max-width: 1335px;
  margin: 0 auto;
  align-items: stretch;
}

/* Hai cột */
.cachtinh .col {
  padding-bottom: 0;
}

.cachtinh .col:first-child .col-inner {
  max-width: 640px;
  margin-left: auto;
  padding: 27px 60px 25px 0;
}

.cachtinh .col:last-child .col-inner {
  height: 100%;
  padding: 0;
}

/* Tiêu đề */
.cachtinh h2 {
  position: relative;
  margin: 0 0 35px;
  padding: 8px 0 13px;
  color: #de1227;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.cachtinh h2 .section-title-main {
  display: block;
  border: 0;
}

/* Nội dung mô tả */
.cachtinh .text {
  margin-bottom: 20px;
}

.cachtinh .text p {
  margin: 0 0 22px;
  color: #4e4e4e;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}

.cachtinh .text p:first-child {
  margin-bottom: 24px;
}

.cachtinh .text em {
  color: #078a08;
  font-style: italic;
}

.cachtinh .text p:first-child::first-letter {
  color: inherit;
}

/* Tô đỏ cụm “bảng quy chuẩn tính toán” nếu đang là text thường */
.cachtinh .text p:first-child {
  --red: #ff1e2d;
}

.cachtinh .text p:first-child a,
.cachtinh .text p:first-child strong {
  color: #ff1e2d;
  font-weight: 400;
}

/* Accordion */
.cachtinh .accordion {
  margin-top: 23px;
  border-top: 1px solid #d7d7d7;
}

.cachtinh .accordion-item {
  border-bottom: 1px solid #d7d7d7;
}

.cachtinh .accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 0 0 40px;
  color: #ff3640;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  transition: color 0.25s ease;
}

.cachtinh .accordion-title:hover,
.cachtinh .accordion-title.active {
  color: #de1227;
  background: transparent;
}

/* Icon mũi tên */
.cachtinh .accordion-title .toggle {
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  min-height: 28px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  color: #ff6b6b;
  opacity: 1;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cachtinh .accordion-title .toggle i {
  font-size: 19px;
  line-height: 28px;
}

.cachtinh .accordion-title span {
  display: block;
  color: inherit;
}

/* Nội dung mở accordion */
.cachtinh .accordion-inner {
  padding: 15px 0 25px 40px;
  color: #444;
  font-size: 15px;
  line-height: 1.55;
  background: transparent;
}

.cachtinh .accordion-inner h3 {
  margin: 16px 0 8px;
  color: #de1227;
  font-size: 18px;
  line-height: 1.35;
}

.cachtinh .accordion-inner p,
.cachtinh .accordion-inner li {
  color: #444;
  font-size: 15px;
  line-height: 1.55;
}

.cachtinh .accordion-inner ul {
  margin-left: 18px;
}

.cachtinh .accordion-inner b,
.cachtinh .accordion-inner strong {
  color: #222;
  font-weight: 700;
}

/* Cột hình bên phải */
.cachtinh .img,
.cachtinh .img-inner {
  width: 100%;
  height: 100%;
}

.cachtinh .img-inner {
  padding-top: 0 !important;
  min-height: 447px;
  overflow: hidden;
  background: #fff;
}

.cachtinh .img-inner img {
  position: static !important;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 447px;
  object-fit: cover;
  object-position: center;
}

/* Responsive tablet */
@media (max-width: 849px) {
  .cachtinh {
    padding: 35px 0 !important;
  }

  .cachtinh .col:first-child .col-inner {
    max-width: 100%;
    padding: 0 20px 25px;
  }

  .cachtinh h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .cachtinh .text p {
    font-size: 16px;
  }

  .cachtinh .img-inner,
  .cachtinh .img-inner img {
    min-height: auto;
    height: auto;
  }
}

/* Responsive mobile */
@media (max-width: 549px) {
  .cachtinh h2 {
    font-size: 25px;
    line-height: 1.25;
  }

  .cachtinh .text p {
    font-size: 15px;
  }

  .cachtinh .accordion-title {
    min-height: 48px;
    font-size: 16px;
    padding-left: 34px;
  }

  .cachtinh .accordion-inner {
    padding-left: 34px;
  }
}/* ===============================
   SECTION: LƯU Ý
   CLASS TỔNG: luuy
================================ */
.luuy {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 48px 0 54px !important;
  background: #fff;
}

/* Background hình bản vẽ */
.luuy .section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.luuy .section-bg img.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 1;
}

/* Lớp phủ trắng nhẹ giúp chữ rõ như hình mẫu */
.luuy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.58);
  pointer-events: none;
}

/* Nội dung */
.luuy .section-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.luuy .row {
  max-width: 900px;
  margin: 0 auto;
}

.luuy .col {
  padding-bottom: 0;
}

.luuy .col-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center !important;
  text-align-last: center;
}

/* Tiêu đề */
.luuy h2 {
  margin: 0 0 14px;
  color: #000;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Đoạn văn */
.luuy p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
}

.luuy p + p {
  margin-top: 0;
  margin-bottom: 24px;
}

/* Chữ đậm */
.luuy p b,
.luuy p strong {
  font-weight: 700;
  color: #111;
}

/* Highlight xanh/đỏ nếu bạn bọc bằng span hoặc strong */
.luuy .green,
.luuy span[style*="green"],
.luuy span[style*="#008000"],
.luuy span[style*="#009900"] {
  color: #008c00 !important;
}

.luuy .red,
.luuy span[style*="red"],
.luuy span[style*="#ff0000"],
.luuy span[style*="#ed1c24"],
.luuy span[style*="#e60012"] {
  color: #ed1c24 !important;
}

/* Nút CTA */
.luuy .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 345px;
  height: 53px;
  margin: 0 auto;
  padding: 0 26px;
  border: 0;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #d71920 0%, #b90000 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 0 #8d0000, 0 6px 12px rgba(0, 0, 0, 0.25) !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.luuy .button span {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.luuy .button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ec1c24 0%, #c40000 100%) !important;
  box-shadow: 0 5px 0 #8d0000, 0 8px 16px rgba(0, 0, 0, 0.3) !important;
}

/* Responsive tablet */
@media (max-width: 849px) {
  .luuy {
    min-height: 380px;
    padding: 42px 18px 48px !important;
  }

  .luuy h2 {
    font-size: 36px;
  }

  .luuy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .luuy .button {
    min-width: 300px;
    height: 50px;
  }

  .luuy .button span {
    font-size: 21px;
  }
}

/* Responsive mobile */
@media (max-width: 549px) {
  .luuy {
    min-height: 360px;
    padding: 38px 15px 42px !important;
  }

  .luuy::before {
    background: rgba(255, 255, 255, 0.72);
  }

  .luuy h2 {
    font-size: 31px;
    margin-bottom: 12px;
  }

  .luuy p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .luuy .button {
    min-width: 260px;
    height: 48px;
    padding: 0 18px;
  }

  .luuy .button span {
    font-size: 18px;
  }
}
/* ===============================
   SECTION: CHUYÊN GIA CỦA BẠN
   CLASS TỔNG: chuyengia
================================ */
.chuyengia {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  background: #f3f3f3;
}


.chuyengia .section-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4px 0 0;
}

.chuyengia .row {
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}

/* Reset */
.chuyengia .col {
  padding-bottom: 0;
}

/* ===== CỘT TRÁI - HÌNH ===== */
.chuyengia .col:first-child .col-inner {
  padding: 0 34px 0 0;
}

.chuyengia .img,
.chuyengia .img-inner {
  width: 100%;
}

.chuyengia .img-inner {
  overflow: hidden;
}

.chuyengia .img-inner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* ===== CỘT PHẢI - NỘI DUNG ===== */
.chuyengia .col:last-child .col-inner {
  max-width: 560px;
  padding: 18px 0 0 32px;
}

/* Tiêu đề */
.chuyengia h2 {
  margin: 0 0 18px;
  color: #ef2b2d;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

/* Nội dung */
.chuyengia p {
  margin: 0 0 20px;
  color: #24334a;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

/* Đoạn 1: strong màu xanh, gạch chân giống mẫu */
.chuyengia .col:last-child .col-inner > div:last-of-type p:first-child strong {
  color: #143bff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Đoạn 2: strong màu đỏ giống mẫu */
.chuyengia .col:last-child .col-inner > div:last-of-type p:last-child strong {
  color: #ff2a2a;
  font-weight: 700;
}

/* Nút */
.chuyengia .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 47px;
  margin-top: 10px;
  padding: 0 26px;
  border: 0 !important;
  border-radius: 10px !important;
  background: #f52b2b !important;
  box-shadow: none !important;
  text-decoration: none;
  transition: all 0.25s ease;
}

.chuyengia .button span {
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.chuyengia .button:hover {
  background: #db1f1f !important;
  transform: translateY(-1px);
}

/* Nếu Flatsome có thêm style mặc định */
.chuyengia .button.primary:not(.is-outline) {
  background: #f52b2b !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 849px) {
  .chuyengia {
    padding: 35px 0 !important;
  }

  .chuyengia .col:first-child .col-inner {
    padding: 0 20px 20px;
  }

  .chuyengia .col:last-child .col-inner {
    max-width: 100%;
    padding: 10px 20px 0;
  }

  .chuyengia h2 {
    font-size: 27px;
  }

  .chuyengia p {
    font-size: 16px;
  }
}

@media (max-width: 549px) {
  .chuyengia h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .chuyengia p {
    font-size: 15px;
    line-height: 1.6;
  }

  .chuyengia .button {
    min-width: 170px;
    height: 44px;
    padding: 0 20px;
  }

  .chuyengia .button span {
    font-size: 16px;
  }
}
/* ===============================
   SECTION: LỜI NHẮN
   CLASS TỔNG: loinhan
================================ */
.loinhan {
  position: relative;
  overflow: hidden;
  padding: 31px 0 82px !important;
  background: #f4f4f4 !important;
  border-bottom: 2px solid #ed1c24;
}

/* Nội dung */
.loinhan .section-content {
  max-width: 1060px;
  margin: 0 auto;
}

.loinhan .row {
  max-width: 1060px;
  margin: 0 auto;
}

.loinhan .col {
  padding-bottom: 0;
}

.loinhan .col-inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

/* Đoạn văn */
.loinhan p {
  max-width: 1040px;
  margin: 0 auto 26px;
  color: #151515;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
  letter-spacing: 0.1px;
}

.loinhan p:last-child {
  margin-bottom: 0;
}

/* Chữ đậm */
.loinhan p b,
.loinhan p strong {
  color: #151515;
  font-weight: 400;
}

/* Link hoặc chữ cần xanh giống hình */
.loinhan a,
.loinhan .blue,
.loinhan span[style*="blue"],
.loinhan span[style*="#0000ff"] {
  color: #0000ee !important;
  font-weight: 700;
  text-decoration: underline;
}

/* Responsive tablet */
@media (max-width: 849px) {
  .loinhan {
    padding: 28px 18px 65px !important;
  }

  .loinhan p {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* Responsive mobile */
@media (max-width: 549px) {
  .loinhan {
    padding: 25px 15px 50px !important;
  }

  .loinhan p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.title-wrapper {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 10px;
     line-height: 1.25;
 }

.product-small .box {
	border: 1px solid #e1e1e1;
} 
.product-small .box .box-text {
	padding-bottom: 0;
    padding-top: 0;
}