        body {
    background: #fff;
}
.signup__teacher {
    display: grid;
    grid-template-columns: repeat(2,48%);
    justify-content: space-between;
}
.bp_news_info {
    display: none;
}
.title_h1 {
    margin-bottom: 30px;
}
.news_title {
    line-height: 30px;
}
.bp_img_news img {
    height: 215px;
}
.bp_news_info,.bp_news_more,.bp_cls_shopping_form,.cls_price_text,.cls_old_price_text {
    display: none;
}
.bp_product_item .row {
    margin: 0;
}
.cls_img_product_focus {
    padding: 0;
}
.product_title {
    line-height: normal;
    
    font-weight: normal;
}
.bp_cls_old_price {
    display: none;
}
.bp_content_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.bp_star_review {
    order: 1;
}
.bp_cls_price {
        font-size: 12px;
    padding: 4px;
    background: #fb7d33;
    font-weight: 500;
    display: inline-block;
}
.cls_price_number,.cls_unit_price {
       color: #fff;
}
.product_title a {
            overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* Số dòng văn bản hiển thị */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.bp_product_item {
    margin: 20px 0;
}
.cls_img_product_focus a {
    height: 100%;
    display: block;
}
.cls_img_product_focus a img {
    height: 100%;
}
.widget:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #fb7d33;
    top: 0;
    left: 0;
}
.widget:before {
    content: "";
    display: block;
    position: absolute;
    width: 700px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    top: 1px;
    left: 65px;
}
 .widget {
    position: relative;
    padding-top: 40px;
    overflow: hidden;
}
.sidebar {
    border-left: solid 1px #dedede;
}
.widget_title h3 {
    margin: 0 0 25px;
    text-transform: uppercase;
}
.left-sidebar,.right-sidebar {
    width: 100%;
    position: relative;
    top: 0;
}
.right-sidebar  {
    margin-top: 30px;
}
.course {
    padding: 0;
}
.title_h1 {
        font-family: Times New Roman, Times, serif;
}
@media screen and (max-width:992px) {
    .sidebar {
        display: none;
    }
    .signup__teacher {
            grid-template-columns: repeat(1,auto);
    }
}
@media screen and (max-width:576px) {
    .bp_img_news img {
        height:auto;
    }
}
