        .bp_news_more {
  display: none;
}
.bp_news_more:hover {
  background: #00b9f8;
  color: #fff;
}
.bp_news_sub p {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0;
}
.blog-list .bp_img_news img {
  height: 180px;
  object-fit: cover;
}
.blog-list .bp_block_item {
      margin-bottom: 15px;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
}
.blog-sidebar .col:last-child .bp_block_item {
    border: none;
}
.bp-category-title {
  display: none;
}
.blog-sidebar .bp_news_info {
  display: block;
}
.blog-sidebar .bp_news_more {
  display: none;
}
.bp_lb_user,
.bp_lb_comment {
  display: none;
}
.blog-sidebar .bp_block_item .row {
  margin: 0;
}
.blog-sidebar .cls_img_hot_news img {
  height: 90px;
  object-fit: cover;
}
.blog-sidebar .news_title {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.blog-sidebar .bp_news_info {
  margin-top: 10px;
}
.sidebar-title {
  margin-bottom: 10px;
}
.sidebar-title h2 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-sidebar,.search-sidebar {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.search-sidebar {
    margin-bottom: 20px;
}
.search-sidebar input::placeholder {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
.search-sidebar input {
  border: none;
  padding: 0;
  background: #F0F0F0;
}
.search-sidebar input:focus-visible {
  border: none;
  outline: none;
}
.search-sidebar input:focus {
  border: none;
  box-shadow: none;
}
.search-sidebar #dv_search {
     border-radius: 5px;
    border: 1px solid #FFF;
    background: #F0F0F0;
    padding: 4px 10px;
    display: flex;
    align-items: center;
}
.search-sidebar #submit_seach {
  border: none;
  background-color: transparent;
  color: #c3c3c3;
  font-size: 18px;
}
.search-title {
  margin-bottom: 10px;
}
.search-title h2 {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.cls_img_hot_news {
    padding: 0;
}
@media screen and (max-width: 768px) {
    .blog-sidebar .cls_img_hot_news img {
        height: auto;
    }
}
