        .blog__detail img {
    width: 100%;
}
.blog__other .bp_img_news img {
    height: 250px;
}
.blog__other .news_title {
    margin: 10px 0;
    height: 40px;
    text-align: justify;
}
.bp_news_more {
    display: block;
    text-transform: uppercase;
    padding-top: 15px;
}
.blog__other .bp_block_item {
    margin: 10px 0;
}
.bp_news_create_date {
    display: none;
}
.content_text_details p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.title_h1 {
        color: #333;
    font-size: 26px;
    margin-bottom: 25px;
}
.bp_img_news img {
    height: 130px;
    border-radius: 8px;
}
.bp_news_info {
    display: none;
}
.bp_block_item {
    margin: 20px 0;
}
.bp_news_sub p {
    text-align: justify;
      overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* Số dòng văn bản hiển thị */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
    font-size: 14px;
}

.bp_news_more {
    text-transform: uppercase;
    font-size: 12px;
}
.phan_trang {
    margin: 20px 0;
    text-align: center;
}
.item_page {
        padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    margin-left: 5px;
}
.item_page_active {
    background: #069;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}
.bp_cls_next,.bp_cls_prev {
        padding: 10px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    margin-left: 5px;
}
.breadcrumb-item.active {
    font-size: 16px;
    font-weight: bold;
}
h5.widget-title {
    background: #f6f6f6;
    border-left: 3px solid #007EC0;
    color: #282925;
    display: inline-block;
    padding: 7px 7px 7px 15px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 10px;
}
.sidebar__title {
    font-size: 16px;
    font-weight: normal;
    background: #1890cf;
    color: #FFF;
    padding: 8px 0px 12px 15px;
    margin: 0;
}
.bp_list_item a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.bp_list_item {
    background: #f1f2f2;
        border-bottom: solid 1px #FFF;
}
.bp_block_item .row {
    margin: 0;
}
.blog__sidebar {
    margin-top: 40px;
}
.blog__sidebar .bp_news_sub {
    display: none;
}
.blog__sidebar .news_title a {
    color: black;
    font-size: 14px;
    font-weight: normal;
          overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* Số dòng văn bản hiển thị */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

@media screen and (max-width: 992px) {
    .bp_news_sub p {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .blog__other .news_title {
        height: 60px;
    }
}
@media screen and (max-width: 456px) {
     .blog__other .news_title {
        height: 40px;
    }
    .news_title a {
        font-size: 14px;
        text-align: justify;
    }
    .bp_news_sub {
        font-size: 12px;
        text-align: justify;
    }
}
