	/* ===== GRID ===== */
#m_84708 #m_news{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

/* 3 CỘT */
#m_84708 #m_news > div{
  width: calc(33.333% - 17px);
}

/* RESPONSIVE */
@media (max-width: 992px){
  #m_84708 #m_news > div{
    width: calc(50% - 13px);
  }
}

@media (max-width: 576px){
  #m_84708 #m_news > div{
    width: 100%;
  }
}


/* ===== CARD ===== */
#m_84708 .bp_block_item{
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  display: block !important;
  margin-top:-20px;
}

#m_84708 .bp_block_item:hover{
  transform: translateY(-5px);
}

/* ===== ẢNH ===== */
#m_84708 .bp_hot_news_img{
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#m_84708 .bp_hot_news_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== HOVER ZOOM ẢNH ===== */
#m_84708 .bp_hot_news_img img{
  transition: transform 0.5s ease;
}

#m_84708 .bp_block_item:hover .bp_hot_news_img img{
  transform: scale(1.1);
}

/* ===== CONTENT ===== */
#m_84708 .bp_content_news_main{
 position: relative !important;
  background: #fff;
  padding: 15px;
  text-align: center;
}

/* ===== TITLE (ĐÚNG CLASS) ===== */
#m_84708 .news_title{
  color: #0b5ed7;
  font-weight: 700;
  margin-bottom: 5px;
  display: block !important;
  position: relative;
  z-index: 2;
  font-size: 18px;
}

/* XÓA MỌI OVERLAY CŨ */
#m_84708 .bp_hot_news_img::before,
#m_84708 .bp_hot_news_img::after{
  display: none !important;
}

/* ===== NÚT ===== */
#m_84708 .bp_news_more{
  display:inline-block;
  margin-top:10px;
  padding:4px 8px;
  background:#2f7db3; /* xanh */
  color:#fff !important;
  border-radius:6px;
  font-size:15px;
  text-decoration:none;
  transition:all 0.3s ease;
}

/* ===== HOVER ===== */
#m_84708 .bp_news_more:hover{
  background:#1b5e20; /* xanh đậm hơn */
  transform:translateY(-2px);
  box-shadow:0 6px 15px rgba(0,0,0,0.2);
}
/* ===== TEXT ===== */
#m_84708 .bp_news_sub p{
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  text-align: left;
  padding: 20px 20px 20px 30px;
  margin-top:5px;
}

/* ===== LINK ===== */
#m_84708 .bp_news_more{
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  color: #1e73be;
}

