	.news_title a{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}
.bp_news_sub p{
    color: #858585;
    line-height: 24px;
    text-transform: initial;
    font-size: 13px;
}
.bp_block_item {
    margin: 20px 0;
}
.bp_news_more {
   display: none;
}
@media screen and (min-width: 768px) {
    .bp_img_news {
    width: 33.33333333%;
}
}
.blog-list .bp_block_item {
    margin-top: 0;
    padding: 10px;
}
.blog-list .bp_news_more {
    display: none;
}
.services-sidebar,.blog_list-sidebar   {
    margin-top: 20px;
}
.services-sidebar .cls_img_hot_news{
    display: none;
}
.services-sidebar .bp_block_item {
    margin: 0;
    padding: 10px 20px; 
    border-top: 0;
}
.services-sidebar .news_title {
    margin: 0;
}
.services-sidebar > h2,.search-sidebar > h2,.blog_list-sidebar > h2 {
        background: #6cb277;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.blog-sidebar #dv_search input {
  background: transparent;
  border-radius: 0;
  border: none;
  padding-right: 70px;
}
.blog-sidebar #dv_search input::placeholder {
  font-style: italic;
}
.blog-sidebar #dv_search {
  background: #fff;
  border: 1px solid #ced4da;
}
.blog-sidebar #submit_seach {
  background-color: transparent;
  border: none;
  color: #6cb277;
  font-size: 18px;
}
.blog_list-sidebar .cls_img_hot_news img{
    height: auto;
}
.blog_list-sidebar .bp_news_sub {
    display: none;
}
.blog_list-sidebar .news_title a{
    font-size: 12px;
}
.blog_list-sidebar .bp_block_item {
    padding: 5px;
    margin: 0;
    border-top: 0;
}
.blog_list-sidebar .news_title {
    font-size: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog .bp_content_news_main {
    padding-left: 10px;
}
@media screen and (max-width:992px) {
    .services .bp_img_news img {
        height: auto;
    }
}
