/* START */
/* Accordion trang báo giá */
main {
  font-family: 'Montserrat', sans-serif;
  background-color: #f6fafb;
  margin: 0;
  padding: 0;
  color: #222;
}

.green-bold-text {
  color: rgb(34, 172, 159);
}
/* START */
/* Accordion cột trái */
.accordion-layout {
  display: flex;
  gap: 20px;
}

.accordion-menu {
  flex: 0 0 30%;
  max-width: 100%;
  border: 1px solid #ddd;
}

.accordion-header {
  padding: 12px;
  background: #f7f7f7;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.accordion-body {
  display: none;
  padding-left: 10px;
  background: #fff;
}

.accordion-item.active .accordion-body {
  display: block;
}

.submenu {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.submenu:hover {
  background: #e67e22;
  color: #fff;
}

/* END */

/* START */
/* Accordion cột phải */
.accordion-contents {
  flex: 0 0 70%;
  max-width: 70%;
  border: 1px solid #ddd;
}

.accordion-content {
  display: none;
}
.accordion-content.active {
  display: block;
}

.accordion-content-header {
	background: #22AC9F;
    color: white;
    font-weight: bold;
    padding: 15px;
    margin: auto;
    font-size: 32px;
    text-align: center;
}

/* Mobile: xuống 1 cột */
@media (max-width: 768px) {
  .accordion-layout {
    flex-direction: column;
  }
  
  .accordion-layout .accordion,
  .accordion-layout .accordion-content {
    max-width: 100%;
  }
  
  .accordion-menu,
  .accordion-contents {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
  }
}

#accordionSearch {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
/* END */

/* START */
/* Nội dung bảng tính giá thiết kế kiến trúc */
#content1, 
#content2, 
#content3, 
#content4, 
#content5, 
#content6, 
#content7,
#content8 {
  background: #f9f9f9;
  padding: 30px;
}

@media (max-width: 768px) {
  #content1, 
  #content2, 
  #content3, 
  #content4, 
  #content5, 
  #content6,
  #content7,
  #content8,
  #content9,
  #content10,
  #content11,
  #content12 {
    padding: 0;
  }
}

.pricing-table {
  max-width: 700px;
  margin: auto;
  border: 1px solid #00a19a;
  border-radius: 6px;
  overflow: visible;
}

.table-price-design {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #00a19a;
}

.table-price-design th {
  border: 1px solid #00a19a;
  padding: 12px;
  text-align: center;
}

.table-price-design td {
  border: 1px solid #00a19a;
  padding: 12px;
  text-align: center;
}

/* Header */
.table-price-design th {
  color: #fff;
  font-weight: bold;
  width: 33%
}

.acreage {
  position: relative;
  background: #25BDAE;   /* màu nền xanh ngọc */
  color: #fff;
  font-weight: bold;
  padding: 10px 25px;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
}

/* tạo góc chéo */
.acreage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 100%;
  background: rgba(0,0,0,0.15); /* màu tối hơn 1 chút */
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.common-box {
background: #22AC9F
}

    /* Cột nhóm (Nhà phố / Biệt thự) */
   /* ---------- .category + .cat-inner (recommended) ---------- */
.category {
  width: 56px;
  min-width: 34px;
  background: #f2fafa;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  display: table-cell; /* giữ hành vi cell */
}

/* inner wrapper để xoay/vertical text */
.cat-inner {
  display: block;
  white-space: nowrap;
  padding: 8px 6px;
  font-weight: 700;
  color: #222E5F;
  transform-origin: center;
  line-height: 1;
}

/* ưu tiên writing-mode trên desktop/modern browsers */
@supports (writing-mode: vertical-rl) {
  .cat-inner {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}

/* fallback / mobile: xoay nội dung thay vì cell */
@media (max-width: 768px) {
  .cat-inner {
    writing-mode: horizontal-tb;
    transform: rotate(-90deg);
    font-size: 13px;
    padding: 4px 2px;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .cat-inner {
    font-size: 12px;
  }
}

/* Cột diện tích */
.area {
  color: #00a19a;
}

.area span {
  color: #00a19a;
  font-weight: bold;
}

/* Cột giá */
.price {
  font-weight: bold;
  color: #00a19a;
}

.price span {
  color: #00a19a;
}

.high-class {
  background: rgba(27, 143, 132);
}

/* START */
/* Table thiết kế nội thất theo không gian */
.table-box-design {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #00a19a;
}

.table-box-design th {
  border-collapse: collapse;
  border: 1px solid #00a19a;
  font-weight: bold;
  color: #00a19a;
  text-align: center
}

.table-box-design td {
  color: #222E5F;
  text-align: center;
  width: 30%;
  border: 1px solid #00a19a;
}

.table-box-design .box-design {
    width: 40%;
    text-align: center;
  background: rgba(222, 241, 247);
  color: #222E5F
}
/* END */
	
/* START */
/* Table tùy chọn thêm*/

.table-options {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #00a19a;
}

.table-options tr {
  height: auto;
}

.table-options th {
  background: rgba(222, 241, 247);
  border-collapse: collapse;
  border: 1px solid #00a19a;
  font-weight: bold;
  color: #00a19a;
}

.table-options td {
  color: #222E5F;
  border: 1px solid #00a19a;
}

.table-options td:nth-child(1) {
  text-align: center;
}

.table-options td:nth-child(3) {
  text-align: center;
}

.note-list ul {
  list-style: none;            /* bỏ bullet mặc định */
  padding: 0 40px;
  margin: 15px 0;
  font-size: 15px;
  color: #2e3a59;              /* màu chữ xanh đậm */
  line-height: 1;
}

.note-list ul li {
  position: relative;
  padding-left: 20px;          /* chừa chỗ cho bullet custom */
  margin-bottom: 6px;
  color: #011B54;
  line-height: 1.3;
}

.note-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #00b894;
  font-size: 20px;
  line-height: 1;
}
/* END */
	
/* END */

/* START */
/* Thành phần hồ sơ thiết kế */
.table-wrapper {
  width: 100%;
  overflow-x: auto; /* Cho mobile */
}

.design-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
}

.design-table th,
.design-table td {
  border: 1px solid #22AC9F;
  padding: 10px;
  vertical-align: middle;
}

/* Tiêu đề lớn */
.table-main-title {
  background: #22AC9F;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 12px;
  position: relative;
}

.table-main-title::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 30px solid #22AC9F;
}

/* Header từng phần */
.design-table .section-title {
  padding-left: 15px;
	position: relative;
	display: table-cell;
  background: #e6f7f5;
  color: #00796b;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0 !important;
	width: 40%;
}

.design-table .section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 100%;
  background: rgba(34, 172, 159);
  clip-path: inset(0% 85% -1% 0%);
}

.design-table .common {
	position: relative;
  background: #22AC9F;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 30%
}

.design-table .common::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #22AC9F;
  clip-path: polygon(45% 50%, 100% 50%, 50% 80%, 0% 50%);
}

.design-table .premium {
  position: relative;
  background: #1B8F84;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 30%
}

.design-table .premium::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1B8F84;
  clip-path: polygon(45% 50%, 100% 50%, 50% 80%, 0% 50%);
}

/* dấu chấm */
.design-table td.dot::before {
  content: "●";
  color: #001a4d;
  font-size: 28px;
  display: block;
  text-align: center;
}

/* Các ô note đặc biệt */
.design-table td.note {
  text-align: center;
  font-weight: bold;
  color: #22AC9F;
}

.design-table .number {
  text-align: center;
  font-weight: bold;
  color: #22AC9F;
}

/* Responsive */
@media (max-width: 768px) {
  .design-table {
    font-size: 13px;
  }
}

/* START */
/* Thời gian thiết kế */
.section .svg {
  text-align: center; /* căn ngang */
}

.section .svg svg {
  display: inline-block; /* giúp SVG tuân theo text-align */
  max-width: 100%;       /* co giãn theo màn hình */
  height: auto;
}

.step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.step svg {
  width: 20%;
}

.step-title {
  width: 80%;
  padding-top: 28px;
  line-height: 1;
}

.step-title span {
  display: block;
  color: #011B54;
}

.step-title .main-title {
  font-size: 24px;
  font-weight: bold;
}

.step-title .sub-title {
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.step-content {
  margin-top: 10px;
  line-height: 1;
}

.step-content ul {
  list-style: none;            /* bỏ bullet mặc định */
  padding: 0 40px;
  margin: 15px 0;
  font-size: 15px;
  color: #2e3a59;              /* màu chữ xanh đậm */
  line-height: 1;
}

.step-content ul li {
  position: relative;
  padding-left: 20px;          /* chừa chỗ cho bullet custom */
  margin-bottom: 6px;
  color: #011B54;
  line-height: 1.3;
}

.step-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #00b894;
  font-size: 20px;
  line-height: 1;
}

/* START */
/* Hồ sơ và đơn giá chi tiết thiết kế */
.svg-items-30 {
  display: flex;
  width: 30%;
}

.svg-items-37 {
  display: flex;
  width: 37%;
}

.svg-items-40 {
  display: flex;
  width: 40%;
}

.svg-items-56 {
  display: flex;
  width: 56%;
}

.svg-items-60 {
  display: flex;
  width: 60%;
}

.container-image-circle {
  display: flex;
  margin-top: 15px;
  gap: 20px;
  justify-content: center;
}

.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #00b894; /* Viền xanh ngọc */
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.circle1 {
  top: 0;
  background-image: url('/wp-content/uploads/2020/06/side-image02.png'); /* Hình tròn 1 */
  z-index: 2;
}

.circle2 {
  position: relative;
  right: 50px;
  top: 0;
  background-image: url('/wp-content/uploads/2020/06/side-image02.png'); /* Hình tròn 2 */
  z-index: 1;
}

.glass-layer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    to bottom right,
    rgba(255,255,255,0.5) 0%,
    rgba(255,255,255,0.5) 80%,
    transparent 70%,
    transparent 100%
  );
  z-index: 2;
}

.number-of-files-contents {
  margin-top: 10px;
  line-height: 1;
  padding: 10px;
  margin: 10px;
  background-color: #D3F1EF;
  border-bottom: 5px solid #00b894;
  font-style: italic;
}

.number-of-files-contents ul {
  list-style: none;            /* bỏ bullet mặc định */
  padding: 0 40px;
  margin: 15px 0;
  font-size: 15px;
  color: #2e3a59;              /* màu chữ xanh đậm */
  line-height: 1;
}

.number-of-files-contents ul li {
  position: relative;
  padding-left: 20px;          /* chừa chỗ cho bullet custom */
  margin-bottom: 6px;
  color: #011B54;
  line-height: 1.3;
}

.number-of-files-contents li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #00b894;
  font-size: 20px;
  line-height: 1;
}
/* START */
/* Nội dung bảng tính giá thiết kế kiến trúc */

.header {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: stretch;
  background-color: #b4e0e0bf;
  border-bottom: 2px solid #d0ebeb;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}

.title-box {
  width: 37%;
  background-color: #00b4b6;
  color: #003e52;
  align-content: center;
  display: inline-block;
  padding: 8px 18px;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.title {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #002B3D; /* hoặc gần đen tùy hình */
  text-transform: uppercase;
}

.price-box {
  width: 67%;
}

.price-box h1 {
  font-size: 4rem;
  font-weight: 900;
  color: #003e52;
  text-align: center;
  align-content: center;
  margin: 10px 0 5px;
}

.price-box span {
  font-size: 2rem;
  font-weight: 600;
}

.vat-text {
  position: relative;
  display: flex;
  padding: 0.5rem;
  margin-left: auto;
  margin-bottom: -43px;
  top: -30px;
  width: 70%;
  clip-path: polygon(0 20%, 5% 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0 80%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.vat-text::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #00b4b6 0%, #0d47a1 100%);
  z-index: -1;
  clip-path: url(#clip);
}

.vat-text span {
  color: white;
  background-size: 200% 10%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: all 0.3s ease;
  font-weight: 700;
}

.vat-text small {
  color: white;
  margin-left: 8px;
  font-weight: 700;
  font-size: 0.9rem;
}

/* ===== DANH SÁCH VẬT LIỆU ===== */
.material-list {
  display: flex;
  flex-direction: column;
}

.material-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #dceaea;
  padding: 18px 0;
}

.material-item:nth-child(even) {
  background-color: #D5F2EE;
}

.material-item .icon-box h3 {
  color: #00a3a5;
  margin: 0 0 5px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

.icon-box {
  width: 25%;
  align-self: center;
  flex-shrink: 0;
}

.icon-placeholder {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  background-color: #d9f1f1;
  border: 2px dashed #00b4b6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #00a1a3;
  text-transform: uppercase;
}

.material-content p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .material-item {
    flex-direction: column;
    align-items: center;
  }
  .icon-box {
    margin-bottom: 10px;
  }
  .price-box h1 {
    font-size: 1.8rem;
  }

  .material-content p {
    padding: 0 20px;
  }
}

.my-slider {
  position: relative;
  counter-reset: sequence-1 sequence-2;
  background: white;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  font-weight: 600;
  transition: opacity 0.6s ease;
}

.slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.container-constructor-labor {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.sidebar-rough-part {
  position: absolute;
  width: 15%;
  background-image: url(/wp-content/uploads/2020/06/red-brick.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center; /* Căn giữa theo chiều ngang */
  align-items: center;    /* Căn giữa theo chiều dọc */
  padding: 10px;          /* Thêm khoảng đệm để chữ không sát viền */
  box-sizing: border-box;
  top: 47px;
  bottom: 0;
  overflow: auto;
}

.sidebar-rough-part h3 {
  color: #85d6ce;      /* Màu chữ bạn yêu cầu */
  text-align: center; /* Căn giữa chữ nếu nó xuống dòng */
  margin: 0;          /* Bỏ margin mặc định của h3 */
  font-weight: 700;
  line-height: 3;
}

@media (max-width: 768px) {
  /* Responsive cho content-box */
  .sidebar-rough-part {
    width: 15%;
  }
}

.sidebar-number {
  position: absolute;
  left: 15%;
  width: 8%;
  background-color: #d9d9d9;
  z-index: 0;
  top: 47px;
  bottom: 0;
}

.sidebar-complete-part {
  position: absolute;
  width: 15%;
  background-image: url(/wp-content/uploads/2020/06/blue-brick.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center; /* Căn giữa theo chiều ngang */
  align-items: center;    /* Căn giữa theo chiều dọc */
  padding: 10px;          /* Thêm khoảng đệm để chữ không sát viền */
  box-sizing: border-box;
  top: 47px;
  bottom: 0;
  overflow: auto;
}

.sidebar-complete-part h3 {
  color: #85d6ce;      /* Màu chữ bạn yêu cầu */
  text-align: center; /* Căn giữa chữ nếu nó xuống dòng */
  margin: 0;          /* Bỏ margin mặc định của h3 */
  font-weight: 700;
  line-height: 3;
}

.content-constructor-labor {
  width: 80%;
}

@media (max-width: 768px) {
  /* Responsive cho content-box */
  .content-constructor-labor {
    width: 90%;
  }
  .sidebar-rough-part h3 {
    font-size: small;
  }
  .sidebar-complete-part h3 {
    font-size: small;
  }
  .sidebar-number {
    width: 12%;
  }
}

.content-constructor-labor p {
  margin: 0 auto;
}

.header span {
  font-size: 18px;
  color: #0C2D59;
}

.items {
  margin-top: 20px;
}

.item {
  display: flex;
  width: 85%;
  margin-left: auto;
  border-bottom: 2px solid #00A8A6;
  padding: 10px 0;
  color: #222;
  align-items: center;
  position: relative;
  z-index: 1;
}

.item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  color: #0C2D59;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* Responsive cho content-box */
  .item::before {
    width: 14%;
  }
}

.items.sequence-1 .item {
  counter-increment: sequence-1;
}
.items.sequence-1 .item::before {
  content: counter(sequence-1, decimal-leading-zero);
}

.items.sequence-2 .item {
  counter-increment: sequence-2;
}
.items.sequence-2 .item::before {
  content: counter(sequence-2, decimal-leading-zero);
}

.button-container {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}

.button-container p {
  font-weight: 700;
}

.my-button {
  transform: translateY(-50%);
  background: #0d47a1;
  color: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  transition: background 0.3s;
}

.my-button:hover {
  background: #D5F2EE;
}

.table-maintenance-and-support {
  width: 100%;
  border-collapse: collapse;
  counter-reset: stt-counter;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-size: 14px;
}

.table-maintenance-and-support th,
.table-maintenance-and-support td {
  padding: 12px;
  border: 2px solid #00a19a;
  vertical-align: middle;
  font-weight: 700;
  font-size: 22px;
}

.table-maintenance-and-support .text-center {
  text-align: center;
}

.table-maintenance-and-support thead th {
  background-color: #b4e0e0;
  color: white;
  font-weight: bold;
  border: 2px solid #b4e0e0;
}

.table-maintenance-and-support tbody tr:nth-child(odd) {
  background-color: #f7fcfc;
}

.table-maintenance-and-support tbody tr:first-child {
  border-top: 3px solid #00a19a;
}

.table-maintenance-and-support .stt-cell {
  text-align: center;
  font-weight: bold;
  color: #00a19a;
  counter-increment: stt-counter;
}

.table-maintenance-and-support .stt-cell::before {
  content: counter(stt-counter) ".";
}

.table-maintenance-and-support .icon-placeholder {
  margin: 0 auto;
}

.gradient-border-container {
  background-image: linear-gradient(to right, #2aa59e, #104160);
  padding: 3px;
  border-radius: 8px;
  margin: 15px 0;
}

.display-flex {
  display: flex;
}

.display-flex ul {
  width: 50%;
}

.content-box {
  position: relative;
  background-color: #f9f9f9;
  background-image: linear-gradient(to right, #2aa59e, #104160);
  background-size: 100% calc(100% - 20px);
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 5px;
  padding: 25px;
  color: #fff;
}

.content-box::before,
.content-box::after {
  content: "ĐƠN GIÁ TRÊN CHƯA BAO GỒM VAT";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translate(-50%, 50%);
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-wrap: nowrap;
}

.content-box::before {
  background: #f9f9f9;
  color: transparent;
}

.content-box::after {
  background-image: linear-gradient(to right, #104160, #2aa59e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: 2;
}

.content-box p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

.content-box ul {
  list-style: none;
  line-height: 1;
  padding: 0;
}

.content-box ul li {
  margin: 15px 0;
  font-size: 14px;
}

.content-box ul li::before {
  content: "●";
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding-right: 10px;
}

@media (max-width: 768px) {
  /* Responsive cho content-box */
  .content-box {
    padding: 20px 15px 30px;
  }

  .content-box::before,
  .content-box::after {
    font-size: 12px;
    padding: 4px 8px;
    width: 74%;
    box-sizing: border-box;
  }

  .content-box p {
    font-size: 20px;
  }

  .content-box ul li {
    font-size: 16px;
    margin: 10px 0;
  }
}

.table-categories-not-include {
  border-collapse: collapse;
  counter-reset: stt-counter;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-size: 14px;
}

.table-categories-not-include th,
.table-categories-not-include td {
  padding: 12px;
  border: 2px solid #00a19a;
  vertical-align: middle;
  font-weight: 700;
  font-size: 18px;
}

.table-categories-not-include thead tr {
  background-image: linear-gradient(to right, #2aa59e, #104160);
}

.table-categories-not-include .text-center {
  text-align: center;
}

.table-categories-not-include .categories-title {
  text-align: center;
  padding: 40px;
  line-height: 0.5;
}

.table-categories-not-include .categories-title p {
  text-align: center;
}

.table-categories-not-include .categories-title span {
  text-align: center;
  font-weight: normal !important;
}

@media (max-width: 768px) {
  .table-categories-not-include .categories-title {
    text-align: center;
    padding: 0;
    line-height: normal;
  }
}

.table-categories-not-include thead th {
  color: white;
  font-weight: bold;
}

.table-categories-not-include tbody tr:nth-child(odd) {
  background-color: #d5f2f0;
}

.table-categories-not-include .stt-cell {
  text-align: center;
  font-weight: bold;
  color: #00a19a;
  counter-increment: stt-counter;
}

.table-categories-not-include thead th:first-child {
  border-right: 4px solid white;
}

.table-categories-not-include tbody td:first-child {
  border-right-width: 4px;
}

.table-categories-not-include tbody tr:last-child {
  background-color: #26bdae;
  color: white;
}

.table-categories-not-include tbody tr:last-child .stt-cell {
  color: white;
}

.table-categories-not-include .stt-cell::before {
  content: counter(stt-counter) ".";
}

.table-categories-not-include .icon-placeholder {
  margin: 0 auto;
}

.agreement {
  position: relative;
  background: linear-gradient(to right, #010136, #2eb0a3);
  border-top-right-radius: 10px;
  padding: 8px;
  margin: 0 8px;
}

.agreement p {
  margin: 0 auto;
  color: white;
}

.agreement .agreement-icon {
  position: absolute;
  top: -15px;
  left: -7px;
  width: 40px;
  fill: #005278;
  background: white;
  padding-bottom: 5px;
  padding-right: 5px;
  border-bottom-right-radius: 13px;
}

.icon-blueprint-question-container {
  float: left;
  background-color: #005278;
  box-shadow: 0 4px 6px white;
  margin-left: -8px;
  margin-top: -10px;
  margin-right: 14px;
  border-radius: 3px;
}

.icon-blueprint {
  width: 40px;
  margin-left: 30px;
}

/* Header tùy chỉnh cho báo giá */
.header-container{
  display: flex;
  width: 100%;
}

.body-items {
  display: flex;
}

.header-col-left {
  background-color: #b4e0e0;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.5rem;
  text-align: center;
  border-right: 2px solid white;
}

.header-col-right {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #b4e0e0;
  width: 80%;
  align-items: flex-end;
}

.header-col-right .package-label-container {
  position: relative;
  width: 55%;
  height: 58px;
  background-color: #fff;
  border: 4px solid #33bdad;
  border-radius: 4px;
  overflow: visible;
  top: -10px;
}

.header-col-right .package-label-container::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -36px;
  width: 60px;
  height: calc(100% + 8px);
  background: #fff;
  border: 4px solid #33bdad;
  border-right: none;
  transform: skewX(25deg);
  transform-origin: right;
  border-radius: 4px 0 0 4px;
  z-index: 0;
}

.header-col-right .package-label-container .package-label {
  position: absolute;
  width: auto;
  left: 55%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 10px;
  font-size: 1.5rem;
  color: #1b1d3a;
  text-transform: uppercase;
  line-height: 1;
  z-index: 2;
  text-wrap: nowrap;
}

.header-col-right .package-price-container {
  background-color: #33bdad;
  width: 55%;
  text-align: end;
  padding: 5px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  margin-top: -44px;
}

.header-col-right .package-price-container .package-price {
  font-size: 2rem;
  font-weight: 800;
  color: white;
}

.body-col-left-light,
.body-col-left-medium,
.body-col-left-dark {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid #222b57;
  color: white;
}

.body-col-left-light {
  background-color: #2ca39d;
}

.body-col-left-medium {
  background-color: #1c697a;
}

.body-col-left-dark {
  background-color: #284c6c;
}

.body-col-left-light h4,
.body-col-left-medium h4,
.body-col-left-dark h4 {
  text-align: center;
  font-weight: 700;
  line-height: 2;
}

.body-col-right {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.body-col-right-items {
  background-color: #dedee3;
  display: grid;
  border-top: 2px solid #222b57;
  grid-template-columns: repeat(5, 1fr);
}

.item-title {
  grid-column: span 2 / span 2;
  border-right: 2px solid #222b57;
  border-bottom: 2px dashed #acabb0;
  align-content: center;
  padding: 5px;
}

.item-title span {
  font-size: 14px;
}

.item-subtitle {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 2;
  border-right: 2px solid #222b57;
  align-content: center;
  padding: 5px;
}

.item-subtitle span {
  font-size: 14px;
}

.item-info {
  grid-column: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 1;
  border-bottom: 2px dashed #acabb0;
  border-right: 2px solid #222b57;
  align-content: center;
  padding: 10px;
}

.item-info span {
  font-size: 14px;
}

.item-price {
  grid-column-start: 3;
  grid-row-start: 2;
  border-right: 2px dashed #acabb0;
  align-content: center;
  padding: 10px;
  width: 215px;
}

.item-price span {
  font-size: 14px;
  text-wrap: nowrap;
}

.item-area {
  grid-column-start: 4;
  grid-row-start: 2;
  border-right: 2px dashed #acabb0;
  align-content: center;
  padding: 5px;
  width: 50%;
  text-align: center;
}

.item-area span {
  font-size: 14px;
}

.item-area span::before {
  
}

.span-2-row-2 {
  grid-column: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 2;
  width: 100%;
  border-right: 2px solid #222b57;
}

.item-design {
  grid-column-start: 5;
  grid-row-start: 2;
  border-right: 2px solid #222b57;
  align-content: center;
  padding: 5px;
}

.item-design span {
  font-size: 14px;
}

.item-design span::before {
  
}

.footer-container {
  display: flex;
  background-color: #b4e0e0;
  justify-content: flex-end;
  padding: 15px 30px;
}

.footer-unit {
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .header-col-right {
    width: 90%;
  }

  .header-col-right .package-label-container,
  .header-col-right .package-price-container {
    width: 65%;
    text-wrap: nowrap;
  }

  .header-col-right .package-label-container .package-label {
    font-size: 1.3rem;
  }

  .header-col-right .package-price-container .package-price {
    font-size: 1.8rem;
  }

  .header-col-right .package-label-container::before {
    left: -28px;
    width: 50px;
    transform: skewX(22deg);
  }
}

@media (max-width: 992px) {
  .header-col-right {
    width: 90%;
  }

  .header-col-right .package-label-container,
  .header-col-right .package-price-container {
    width: 85%;
    text-wrap: nowrap;
  }

  .header-col-right .package-label-container .package-label {
    font-size: 1.3rem;
  }

  .header-col-right .package-price-container .package-price {
    font-size: 1.8rem;
  }

  .header-col-right .package-label-container::before {
    left: -28px;
    width: 50px;
    transform: skewX(22deg);
  }
}

/* --- Mobile (≤ 768px) --- */
@media (max-width: 768px) {
  .header-col-right {
    width: 95%;
  }

  .header-col-right .package-label-container,
  .header-col-right .package-price-container {
    width: 55%;
  }

  .header-col-right .package-label-container .package-label {
    font-size: 1.1rem;
    padding: 2px 8px;
  }

  .header-col-right .package-price-container .package-price {
    font-size: 1.6rem;
  }

  .header-col-right .package-label-container::before {
    left: -20px;
    width: 40px;
  }

  .body-col-left-medium,
  .body-col-left-dark {
    width: 25%;
    text-align: center;
    border-top: none;
    padding: 15px 0;
  }

  .body-col-left-medium h3,
  .body-col-left-dark h3 {
    line-height: 1.3;
    margin: 5px 0 0 0;
    font-size: 12px;
  }

  .body-col-right {
    width: 100%;
  }

  .item-title,
  .item-subtitle,
  .item-info,
  .item-price,
  .item-area,
  .item-design {
    padding: 5px 0;
    width: 100% !important;
  }

  .item-title span,
  .item-subtitle span,
  .item-info span,
  .item-price span,
  .item-area span,
  .item-design span{
    font-size: 8px;
    text-wrap: balance;
    padding-left: 5px;
  }

  .item-price {
    width: auto !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .body-col-left-medium,
  .body-col-left-dark {
    width: 30%;
  }
  .body-col-right {
    width: 70%;
  }
  .body-col-right-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .item-title {
    grid-column: span 3 !important;
  }
  .item-subtitle {
    grid-column: span 3 !important;
    grid-row-start: 2 !important;
  }
  .item-info {
    grid-column: span 3 !important;
    grid-row-start: 3 !important;
  }
  .item-price,
  .item-area,
  .item-design {
    grid-column: auto !important;
    grid-row: auto !important;
    border-right: none !important;
    border-bottom: 1px solid #acabb0 !important;
    padding: 5px;
    text-align: center;
  }
}

/* --- Small Mobile (≤ 480px) --- */
@media (max-width: 480px) {
  .header-col-right .package-label-container,
  .header-col-right .package-price-container {
    width: 90%;
  }

  .header-col-right .package-label-container {
    height: 50px;
    border-width: 3px;
  }

  .header-col-right .package-label-container::before {
    border-width: 3px;
    top: -3px;
    left: -20px;
    width: 35px;
    transform: skewX(25deg);
  }

  .header-col-right .package-label-container .package-label {
    font-size: 1rem;
  }

  .header-col-right .package-price-container {
    border-width: 3px;
    top: -3px;
    margin-top: -36px;
    padding: 4px 10px;
  }

  .header-col-right .package-price-container .package-price {
    font-size: 1.4rem;
  }
}

/* END */
/* END */


/* END */
/* END */