        .blog-list .news_title a {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}
.bp_news_sub p {
  color: #858585;
  line-height: 24px;
  text-transform: initial;
  font-size: 13px;
}
.blog-list .bp_block_item {
  margin-bottom: 20px;
}
.bp_news_more {
  color: #222222;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 18px;
  display: inline-block;
  text-decoration: underline;
}
.blog-list .bp_img_news img {
  object-fit: cover;
  height: 430px;
}
.blog-list .news_title {
  font-size: 26px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  z-index: 6;
  left: 2%;
  right: 2%;
}
.bp_lb_user {
  display: none;
}
.bp_block_item .row {
  margin: 0;
}
.blog-sidebar {
  border-top: 1px solid #ddd;
}
.blog-sidebar .cls_img_hot_news {
  display: none;
}
.blog-sidebar .news_title {
  margin: 0;
  margin-bottom: 20px;
}
.blog-sidebar .news_title a {
  margin-bottom: 26px;
  font-size: 13px;
  line-height: 20px;
  color: #888;
}
.blog-sidebar h4 {
  color: #232628;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-sidebar .bp-news-button-action {
  display: none;
}
.blog-sidebar .cls_content_hot_news {
  padding: 0;
}
.gallery {
  margin: 20px 0 !important;
  padding: 0;
}
.gallery a img {
  height: 50px;
}
.blog-sidebar #dv_search {
  font-weight: 400;
  color: #888;
  font-size: 14px;
  outline: none;
  background-color: #eceff3;
}
.blog-sidebar #dv_search input {
  background: transparent;
  outline: none;
  border: none;
}
.blog-sidebar #dv_search input::focus-visible {
  outline: none;
}
.blog-sidebar #submit_seach {
  width: 45px;
  border-radius: 0;
  height: 45px;
  background: transparent;
  border: none;
  color: #6c98e1;
  border-right: 2px solid #6c98e1;
}
.search-sidebar {
  margin-bottom: 27px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.bp_hot_news_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.bp_hot_news_img:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 189px;
  background: linear-gradient(to top, rgba(35, 38, 40, 1), rgba(35, 38, 40, 0));
  z-index: 5;
}
.bp_content_news {
  padding: 20px 35px;
  margin-bottom: 0;
  background-color: #232628;
}
.bp_news_info {
  color: #fff;
}
.bp_news_info i {
  color: #6c98e0;
  font-size: 16px;
  margin-right: 5px;
}
.bp-news-button-action {
  display: none;
}
.bp-category-title {
    display: none;
}
.blog-sidebar .bp_news_info {
    display: none;
}    
@media screen and (max-width:992px) {
    .blog-list .bp_img_news img {
        height: auto;
    }
}
