a:where(:not(.wp-element-button)){
  text-decoration: none !important;
}
.absolute-footer {
  display: none;
}
.section {
  display: block;
/* Layout */
.w100{width:100%}
/* Control */
.cf7-control{
  display:block; width:100%;
  box-sizing:border-box;
   border:1px solid #f6dbc7; border-radius:10px;
  background:#fff; outline:none;
  font-size:16px; line-height:1.4;
  color:#1b1b1b; margin:10px 0 14px;
}
.wpcf7 select.cf7-control{appearance:none; -webkit-appearance:none; background:#fff;}
/* Placeholder màu xám nhạt */
.cf7-control::placeholder{color:#9aa3af}
/* Textarea cao hơn */
textarea.cf7-control{min-height:180px; resize:vertical}
/* Nút */
.btn-orange{
  display:inline-block; padding:0px 26px; border-radius:10px; border:0;
  background:#ff8a00; color:#fff; font-weight:700; cursor:pointer;
  transition:transform .08s ease, opacity .2s ease;
}
.btn-orange:hover{opacity:.9; transform:translateY(-1px)}


.team h3 {
  text-align: center;
    border: 2px dotted #f3877d;
    margin-left: -1rem;
    margin-top: 5px;
    border-radius: 0.3rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.avatar {
  z-index: 2
  ;
}
.team h3::after { 
    display: block;
        content: '';
        background-color: #fff;
        height: 20px;
        position: absolute;
        width: 101px;
        left: -4px;
        z-index: 1;
        top: 39px;
}
.service-image::after{
      border: 1px solid #333;
        height: 150px;
    width: 150px;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-image img{
    height: 150px;
    width: 150px;
    margin-left: 15px;
    margin-top: 15px;
    object-fit: cover;
}

/* ========= Title pill + right line ========= */
.title-home .section-title {
  --brand: #ff8a00;          /* màu nền nhãn */
  --line: #2b2b2b;           /* màu đường kẻ */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;                 /* khoảng cách giữa nhãn và line */
  margin: 0 0 24px;
  border: 0;                 /* flatsome mặc định có thể thêm border, bỏ đi */
}

/* Nhãn (text) */
.title-home .section-title .section-title-main {
  order: 1;
  background: var(--brand);
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;      /* bo tròn dạng pill */
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .3px;
  white-space: nowrap;       /* giữ trên 1 dòng; bỏ nếu muốn xuống dòng */
}

/* Đường kẻ – dùng <b> phía sau làm line kéo dài */
.title-home .section-title b {
  order: 2;
  display: block;
  height: 2px;
  background: var(--line);
  opacity: .7;
  flex: 1 1 auto;            /* kéo dài hết phần còn lại */
}

/* Ẩn <b> bên trái để chỉ còn line ở bên phải */
.title-home .section-title b:first-child { display: none; }

/* Responsive nhỏ gọn trên mobile */
@media (max-width: 767px){
  .title-home .section-title { gap: 12px; }
  .title-home .section-title .section-title-main {
    font-size: 14px;
    padding: 10px 16px;
  }
}
	.archive-page-header{display: none; !important}