        .product__item img {
    border: 2px solid #2c83ae;
    border-radius: 8px;
    padding: 20px;
    height: 215px;
    width: 150px;
}
.bp_content_product {
    margin-top: 10px;
}
.partner__brand h2 {
    display: block;
    width: fit-content;
    color: #0993ca;
    margin: 20px auto;
    font-size: 36px;
    border-bottom: 1px solid #0993ca;
}
.cls_img_product_focus img {
    height: 250px;
}
.product__item {
    margin: 20px 0;
}
.nghien__cuu {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.content__box img{
    width: 45%;
    border-radius: 12px;
    height: 400px;
}
.content__box h3 {
    font-weight: 600;
}
.content__box p {
    line-height: 1.8;
    text-align: justify;
}
.bp_pd_store,.cls_img_product_focus .bp_discount_percent  {
    display: none;
}
.product_title {
    font-weight: 400 !important;
    font-style: normal;
    color: #333333;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.product_title a {
      color: #333333;
}
.bp_pd_sub p:
.bp_product_item  {
    margin: 20px 0;
}
.technology {
    background: #0993ca;
    padding: 60px 0;
}
.technology img {
    width: auto;
    max-width: 100%;
}
.technology .news_title a {
    color: #fff;
        font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
}
.technology .bp_news_sub p {
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin: 20px 0;
}
.technology .bp_news_more {
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}
.moto-text_system_9 {
    font-weight: 400;
    font-style: normal;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    padding: 40px 0 0 0;
}
.moto-text_system_9 li {
    color: #df2d01;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 12px;
    padding-left: 16px;
}
.moto-text_system_9 li:before {
    display: inline-block;
    position: absolute;
    content: ">";
    font-size: 15px;
    top: 2px;
    left: 0;
    line-height: 15px;
    vertical-align: top;
}
.moto-text_system_9 a {
    color: #df2d01;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}
.bp_cls_group_price,.bp_cls_shopping_form {
    display: none;
}
@media screen and (max-width:992px) {
    .nghien__cuu {
        row-gap: 10px;
        display: grid;
        grid-template-columns: repeat(1,auto);
    }
    .content__box img {
        width: 100%;
        height: auto;
    }
    
}
