        .blog-sidebar .bp_news_info {
  display: none;
}
.blog-sidebar .news_title {
  margin-top: 0;
}
.blog-sidebar .news_title a {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 21px;
  color: #222732;
  font-weight: 700;
}
.blog-sidebar .bp_block_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfe3eb;
  margin-bottom: 20px;
}
.blog-sidebar .bp_block_item .row {
  margin: 0;
}
.blog-sidebar .bp_news_more {
  color: #ff4608;
  text-decoration: underline;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.blog-sidebar .cls_img_hot_news img {
  height: 110px;
}
.category-sidebar ul {
  display: block;
  border-radius: 10px;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: solid 1px #e7edf3;
  padding: 22px;
}
.category-sidebar .bp_category_option li h3 {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e7edf3;
  margin: 0;
  width: 100%;
}
.category-sidebar > p {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
#dv_search {
    font-weight: 400;
    color: #888;
    font-size: 14px;
    outline: none ;
    background-color: #eceff3;
}
#dv_search input {
    background: #FFF;
    outline: none;
    border: none;
}
#dv_search input::focus-visible {
    outline: none;
}
 #submit_seach {
    width: 45px;
    border-radius: 0;
    height: 45px;
    background: #Fff;
    border: none;
    color: #6c98e1;
    border-right: 2px solid #6c98e1;
}
.search-sidebar{
    background: #f2f5fb;
    padding: 22px;
    border-radius: 10px;
    margin-bottom: 30px;
}
