        .blog-list .news_title a {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}
.swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000;
}
.text_slide_center_bottom_35 {
  z-index: 3;
}
.text-slide h2 {
  color: #fff;
  font-size: 45px;
  line-height: 51px;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 0;
}
.text-slide span {
  color: #46d993;
}
.text-slide p {
  color: #ffffff9c;
  font-size: 22px;
  font-weight: 500;
  line-height: 51px;
}
.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;
}
.bp_lb_user {
    padding: 10px;
    background: #46d993;
    color: #FFF;
    border-radius: 10px;
    font-size: 12px;
}
.bp_lb_comment,.bp_lb_date {
    font-size: 12px;
    margin-left: 10px;
}
.blog-list .bp_img_news img {
  object-fit: cover;
  height: 400px;
  border-radius: 20px;
}
.blog-list .bp_content_news {
  font-size: 26px;
  margin-top: 0;
  position: absolute;
  padding: 60px 30px 25px;
  bottom: 0;
  z-index: 6;
  left: 0;
  right: 0;
}

.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_img_news {
    padding: 0;
}
.bp_hot_news_img:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 189px;
  background: linear-gradient( transparent, rgba(0 0 0 / 0.67) 50% );
  z-index: 5;
  
  border-radius: 0 0 20px 20px;
}

.bp_news_sub {
    display: none;
}
.bp_news_info {
  color: #fff;
}

.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;
  }
}

