	.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;
}

.form__contact {
    background-image: url('/files_upload/banner-formcontact.jpg');
    background-size: 100%;
    position: relative;
}
.form__contact .bp_content_product {
    position: relative;
    z-index: 3;
}
.form__contact::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(117 128 123 / 80%);
    z-index: 1;
    pointer-events: none;
}
.form__contact #frm_lienhe {
    position: relative;
    z-index: 3;
}
.form__contact .product_title {
    margin: 10px 0;
}
.form__contact .product_title a {
    color: #fff;
    font-size: 18px;
}
.form__contact .title__form {
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
.form__contact .bp_product_item:first-child  {
    margin-top: 20px;
}
.form__contact #frm_lienhe label {
    display: none;
}
.form__contact #frm_lienhe input,.form__contact #frm_lienhe textarea{
    margin-bottom: 20px;
    border-radius: 0;
}
#sub_mit {
    background: black;
    border: none;
    padding: 5px 20px;
}
#contact_reset,.cls_product_sub ol {
    display: none;
}
.bp_img_product img {
    height: 200px;
}
.product_title {
    margin-top: 10px;
}
.product_title,.cls_product_sub p {
    text-align: center;
}
.product_title a {
    color: #333333;
}
.cls_product_sub p {
    margin-top: 10px;
}
.cls_product_sub p a {
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.phan_trang {
    margin-top: 30px;
    text-align: center;
}
.item_page,.bp_cls_next,.bp_cls_prev {
        padding: 5px 10px;
    background: #009031;
    color: #fff;
    margin-left: 5px;
    border-radius: 4px;
}
.item_page_active {
          padding: 5px 10px;
    background: black;
    color: #fff;
    margin-left: 5px;
    border-radius: 4px;
}
@media screen and (max-width:992px) {
    .blog .cls_img_hot_news img {
        height: auto;
    }
}
