        .bp_news_more {
    display: none;
}
.bp-main-result .bp_news_more_item {
    display: none;
}
#m_news .news_title{
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
#m_news .news_title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    bottom: -15px;
    left: 0;
}
#m_news .news_title a {
    color: black;
}
#m_news .bp_news_sub p {
    color: rgb(119, 119, 119);
    font-size: 14px;
}
#m_news .bp_block_item {
    margin-bottom: 20px;
}
#m_news .bp_img_news {
    padding: 0;
}
#m_news .bp_block_item .row {
    align-items: center;
}

.page-item.active {
  background-color: #007bff; /* Màu nền khi active */
  border-color: #007bff;     /* Màu viền */
  color: #fff;               /* Màu chữ */
  padding: 0px!important;

}


#m_search_news .tp-image {
    border-radius: 5px;
    overflow: hidden;
}

#m_search_news .tp-image img {
    padding: 0;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all .4s;
}

#m_search_news .tp-image:hover img {
    transform: scale(1.1);
    transition: all .4s;
}

#m_search_news > .col {
    margin-bottom: 24px;
}

#m_search_news .tp-title {
    transition: all .4s;
}
#m_search_news .tp-title:hover {
    color: var(--tp-primary);
    transition: all .4s;
}

.member-info {
    display: none;
}

@media (max-width: 991px) {
    #m_search_news .tp-image img {
        aspect-ratio: 3/2;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .cls_content_news {
        padding-top: 15px;
    }
    #m_search_news .tp-image img {
        aspect-ratio: unset;
    }
}

