.elementor-2 .elementor-element.elementor-element-2366150{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-1325158{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2 .elementor-element.elementor-element-86940ad{text-align:center;}.elementor-2 .elementor-element.elementor-element-86940ad .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:25px;font-weight:800;line-height:35px;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2 .elementor-element.elementor-element-1846c8f{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.55 * 100% );}.elementor-2 .elementor-element.elementor-element-1846c8f:after{content:"0.55";}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__thumbnail__link{width:100%;}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__meta-data span + span:before{content:"•";}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__text{margin-top:20px;}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__badge{right:0;}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__card .elementor-post__badge{margin:20px;}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__title, .elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__title a{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:800;line-height:30px;}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__meta-data{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:400;}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__excerpt p{font-family:"Montserrat", Sans-serif;font-size:13px;font-weight:400;line-height:26px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-2 .elementor-element.elementor-element-1846c8f:after{content:"0.5";}.elementor-2 .elementor-element.elementor-element-1846c8f .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-c96993f */.bhgt-hero-section-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .bhgt-hero-section-container {
    font-family: 'montserrat', sans-serif;
    background-color: #f8f9fa; /* Màu nền nhẹ nhàng cho toàn bộ section, có thể đổi thành #fff */
    padding: 40px 20px; /* Khoảng đệm cho section */
  }

  .bhgt-hero-section {
    display: flex;
    max-width: 1100px; /* Giới hạn chiều rộng tối đa */
    margin: 0 auto; /* Căn giữa */
    background-color: #ffffff;
    border-radius: 12px; /* Bo góc mềm mại */
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-decoration: none; /* Loại bỏ gạch chân của link */
    color: inherit; /* Kế thừa màu chữ mặc định */
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  }

  .bhgt-hero-section:hover {
    transform: translateY(-8px); /* Hiệu ứng nhấc lên khi hover */
    box-shadow: 0 12px 35px rgba(68, 190, 124, 0.2); /* Shadow màu xanh khi hover */
  }

  .bhgt-hero-image-wrapper {
    flex-basis: 45%; /* Chiều rộng của phần ảnh */
    min-height: 300px; /* Đảm bảo ảnh có chiều cao tối thiểu */
    overflow: hidden; /* Đảm bảo ảnh bo góc theo wrapper */
    position: relative;
  }

  .bhgt-hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Đảm bảo ảnh lấp đầy, cắt nếu cần */
    display: block;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* Animation mượt mà cho ảnh */
  }

  .bhgt-hero-section:hover .bhgt-hero-image-wrapper img {
    transform: scale(1.05); /* Phóng to ảnh nhẹ khi hover toàn bộ block */
  }

  .bhgt-hero-content-wrapper {
    flex-basis: 55%; /* Chiều rộng của phần nội dung */
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Căn giữa nội dung theo chiều dọc */
  }

  .bhgt-hero-category {
    display: inline-block;
    background-color: rgba(68, 190, 124, 0.1); /* Nền xanh nhạt cho category */
    color: #44BE7C; /* Màu chữ xanh chủ đạo */
    padding: 6px 12px;
    border-radius: 20px; /* Bo tròn cho category tag */
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-decoration: none; /* Đảm bảo không có gạch chân nếu đây là link */
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .bhgt-hero-category:hover {
      background-color: #44BE7C;
      color: #fff;
  }

  .bhgt-hero-title {
    font-size: 28px; /* Kích thước tiêu đề */
    color: #212529; /* Màu chữ tiêu đề đậm */
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    /* Tùy chọn giới hạn số dòng và thêm dấu "..." */
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .bhgt-hero-meta-description {
    font-size: 15px;
    color: #495057; /* Màu chữ mô tả xám đậm */
    line-height: 1.6;
    margin-bottom: 20px; /* Tăng khoảng cách dưới */
    /* Tùy chọn giới hạn số dòng và thêm dấu "..." */
    /* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .bhgt-hero-readmore {
    display: inline-block;
    color: #44BE7C;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    padding-top: 10px; /* Thêm padding để dễ click */
    transition: color 0.3s ease;
  }
  .bhgt-hero-readmore:hover {
      color: #369f63; /* Màu xanh đậm hơn khi hover */
      text-decoration: underline;
  }


  /* Responsive adjustments */
  @media (max-width: 768px) {
    .bhgt-hero-section {
      flex-direction: column; /* Xếp chồng ảnh và nội dung */
    }

    .bhgt-hero-image-wrapper,
    .bhgt-hero-content-wrapper {
      flex-basis: 100%; /* Chiếm toàn bộ chiều rộng khi xếp chồng */
    }

    .bhgt-hero-image-wrapper {
      min-height: 250px; /* Điều chỉnh chiều cao ảnh trên mobile */
    }

    .bhgt-hero-content-wrapper {
      padding: 25px 20px; /* Giảm padding trên mobile */
    }

    .bhgt-hero-title {
      font-size: 24px; /* Giảm kích thước tiêu đề trên mobile */
    }
     .bhgt-hero-meta-description {
      font-size: 14px;
    }
  }/* End custom CSS */