	.bp_pd_info,.bp_pd_sub {
    display: none;
}
.bp_news_sub p {
    margin: 7px 0;
       overflow: hidden;
       color: #333333;
       font-size: 14px;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* Số dòng văn bản hiển thị */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.blog .bp_block_item  {
    padding: 10px 0;
        border-bottom: 1px dashed #ddd;
}
.title__sidebar {
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding: 8px 10px;
    background: #009031;
    color: #fff;
    margin-bottom: 10px;
}
.bp_product_item  {
    position: relative;
    margin: 20px 0;
}
.blog .news_title {
    text-align: justify;
}
.blog .bp_block_item .row {
    margin: 0;
}
.blog .news_title a {
    color: #333333;
        font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    /*letter-spacing: 0.8px;*/
    line-height: 1.4;
      -webkit-line-clamp: 2; /* Số dòng văn bản hiển thị */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.bp_news_sub {
    display: none;
}
.blog .cls_img_hot_news img {
    height: 85px;
}
@media screen and (max-width: 768px) {
    .blog .cls_img_hot_news img {
        height: auto;
    }
}
