        .bp_news_more {
  display: block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #00b9f8;
  width: fit-content;
  border-radius: 4px;
  color: #00b9f8;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
}
.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: 160px;
  object-fit: cover;
}
.blog-list .bp_block_item {
  margin-bottom: 15px;
}
.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: #f2fcff;
}
.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 #a1daee;
  background: #f2fcff;
  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;
}
.bp_news_img {
    margin: 10px 0;
}
.title_h1 {
    color: #333;
font-size: 26px;
font-weight: 700;
line-height: 32px; 
}

@media screen and (max-width:992px) {
    .search-sidebar {
        margin-top: 20px;
    }
    .blog-sidebar .cls_img_hot_news img {
        height: 160px;
    }
}
