	.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;
}
.bp_news_more {
        text-transform: uppercase;
    color: #1b9030;
    font-weight: 700;
    font-size: 12px;
}
.business .news_title {
        text-transform: uppercase;
    border-left: 3px solid #FF8023;
    padding-left: 5px;
}
.cls_img_product_focus img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 1px 1px 21px -4px #000;
}
.product .cls_img_product_focus a {
    display: flex;
    justify-content: center;
}
.business .news_title a {
    color: #333333;
}
.product .product_title {
    text-align: center;
    padding: 10px 0;
}
.blog .bp_block_item  {
    margin: 10px 0;
}
.bp_product_item  {
    position: relative;
    margin: 10px 0;
}
.product_title a,.blog .news_title a {
    color: #333333;
}
.blog .cls_img_hot_news img {
    height: 135px;
}
.product__list img {
    display: none;
}
.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 #frm_lienhe label {
    display: none;
}
.form__contact #frm_lienhe input,.form__contact #frm_lienhe textarea{
    margin-bottom: 20px;
    border-radius: 0;
}
.business img {
    height: 287px;
}
#sub_mit {
    background: black;
    border: none;
    padding: 5px 20px;
}
#contact_reset {
    display: none;
}
@media screen and (max-width: 768px) {
    .blog .cls_img_hot_news img {
        height: auto;
    }
}
@media screen and (max-width: 567px) {
    .header__contact .contact__info span {
        font-size: 12px;
    }
    .header__contact .contact__icon {
        font-size: 22px;
    }
}
@media screen and (max-width: 456px) {
    .header__contact .contact__info span,.header__contact .contact__info p {
        font-size: 10px;
    }
    .header__contact .contact__icon {
        font-size: 18px;
    }
}
