        .bp_news_more {
    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;

}


.list-news .row > .col {
    margin-bottom: 24px;
}
.list-news .tp-post__thumbnail img {
    width: 100%;
    aspect-ratio: 3/2;
    transition: all .4s;
}

.list-news .tp-title a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all .4s;
}
.list-news .tp-title a:hover {
    color: var(--tp-primary);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--tp-primary) 0%, var(--tp-primary) 100%);
    transition: all .4s;
}

.bp-result,
.bp-result .bp-result-number{
    display: none;
}
