.elementor-9164 .elementor-element.elementor-element-9c8bda0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:3%;--padding-right:3%;}#elementor-popup-modal-9164{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-9164 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-9164 .dialog-close-button{display:flex;}#elementor-popup-modal-9164 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-283395e *//* Khung chứa tổng thể */
.nhanbaogia {
  width: 100%;
  padding: 3px 0; /* Khoảng cách trên dưới */
  overflow: hidden; /* Đảm bảo đường kẻ không bị tràn màn hình */
}

/* Định dạng bộ phận tiêu đề bao gồm chữ, icon và đường kẻ */
.nhanbaogia .tieu-de-co-duong-ke {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px; /* Cỡ chữ to, nổi bật */
  font-weight: 800; /* In đậm chữ */
  color: #0c8238; /* Màu chữ xanh lá đồng bộ thương hiệu */
  text-transform: uppercase;
}

/* Tạo tự động hai đường kẻ ngang hai bên */
.nhanbaogia .tieu-de-co-duong-ke::before,
.nhanbaogia .tieu-de-co-duong-ke::after {
  content: "";
  flex-grow: 1; /* Tự động kéo dài lấp đầy khoảng trống dư thừa */
  height: 3px; /* Độ dày của đường kẻ */
  background-color: #e3ede6; /* Màu xanh lá cực nhạt cho đường kẻ */
}

/* Khoảng cách giữa đường kẻ bên TRÁI và icon */
.nhanbaogia .tieu-de-co-duong-ke::before {
  margin-right: 25px; 
}

/* Khoảng cách giữa đường kẻ bên PHẢI và chữ */
.nhanbaogia .tieu-de-co-duong-ke::after {
  margin-left: 25px; 
}

/* Căn chỉnh icon dấu tick */
.nhanbaogia .icon-check {
  margin-right: 12px; /* Khoảng cách từ icon tới chữ */
  flex-shrink: 0; /* Đảm bảo icon không bị bóp méo khi thu nhỏ màn hình */
}

/* Responsive: Giảm cỡ chữ và khoảng cách trên màn hình điện thoại nhỏ */
@media (max-width: 768px) {
  .nhanbaogia .tieu-de-co-duong-ke {
    font-size: 20px;
  }
  .nhanbaogia .tieu-de-co-duong-ke::before {
    margin-right: 15px;
  }
  .nhanbaogia .tieu-de-co-duong-ke::after {
    margin-left: 15px;
  }
  .nhanbaogia .icon-check {
    width: 22px;
    height: 22px;
  }
}/* End custom CSS */