        .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;

}


#m_news > .col {
    margin-bottom: 24px;
}
.list-poster .tp-post-item {
    height: 100%;
    padding: 10px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid var(--tp-secondary);
    margin: 0;
    transition: all .4s;
}

.list-poster .tp-post__thumbnail {
    overflow: hidden;
    border-radius: 12px;
}

.list-poster .tp-post__thumbnail img {
    aspect-ratio: 3/2;
    transition: all .4s;
}

.list-poster .tp-post-item:hover {
    transform: translateY(-6px);
    transition: all .4s;
}

.list-poster .tp-post-item:hover .tp-post__thumbnail img {
    transform: scale(1.1);
    transition: all .4s;
}

.list-poster .tp-post-item img {
    border-radius: 12px;
}

.list-poster .tp-post__content {
    padding-top: 15px;
}

.list-poster .tp-body {
    color: var(--tp-text-color);
}

.list-poster .tp-title a {
    color: var(--tp-primary) !important;
}
