        
.tp-post-item {
    padding-bottom: 16px;
}    
/* khung ảnh */
.tp-post__thumbnail{
    height: 260px;
    overflow:hidden;
}

/* ảnh không bị méo */
.tp-post__thumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 2px;
}

.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;

}
.text-hero {
    text-align: center;
    padding: 60px 0;
    
}
.text-hero .tp-feature__heading{
    font-size: 45px;
    margin-bottom: 15px;
}
.text-hero .tp-feature__text {
    max-width: 960px;
    margin: auto;
}

#m_695401953 .row > div {
    padding: 0;
}

#m_news > .col {
    margin-bottom: 25px;
}

.blog .tp-post-item {
    height: 100%;
    padding: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin: 0;
    transition: all .4s;
}

.blog .tp-post__thumbnail {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog .tp-post__thumbnail img {
    border-radius: 10px;
    transition: all .4s;
}

.blog .tp-post-item:hover .tp-post__thumbnail img {
    transform: scale(1.1);
    transition: all .4s;
}

.blog .tp-post-item:hover {
    transform: translateY(-10px);
    transition: all .4s;
}

.blog .tp-post-item .tp-title {
    font-size: 20px;
}

.blog .bp-result {
    display: none !important;
}

.blog .tp-post-item:hover .tp-title a {
    color: #0066cc;
    transition: all .4s;
}


@media (max-width: 768px) {
    .text-hero {
        padding: 40px 0;
    }
    .text-hero .tp-feature__heading {
        font-size: 35px;
    }
}

