	.bp-category-title {
  display: none;
}
.blog .bp_img_news img {
  height: 300px;
  object-fit: cover;
}
.blog .bp_block_item {
  margin-bottom: 30px;
}
.blog .bp_block_item .row {
  margin: 0;
}
.blog .news_title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-transform: uppercase;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bp_lb_user,
.bp_lb_comment,
.bp_icon_date {
  display: none;
}
.blog .bp_news_sub {
  margin: 20px 0;
}
.blog .bp_news_sub p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .bp_news_more {
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}
.blog-list #dv_search input {
  background: transparent;
  padding: 0.6em 0.5em;
  border: 1px solid #387947;
  border-radius: 0;
  margin-right: 10px;
}
.blog-list #dv_search .input-group-btn:nth-child(3) {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
}
.blog-list #dv_search #submit_seach {
  padding: 0.4em 1em;
  border: 0;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  height: 100%;
  background: #387947;
  border-radius: 0;
}
.blog-sidebar {
    margin-top: 30px;
}
.blog-sidebar .news_title {
        font-weight: 400;
    font-size: 16px;
    letter-spacing: 0em;
    text-transform: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-sidebar .bp-date-create {
    color: #387947;
}
.blog-sidebar .bp-news-button-action {
    display: none;
}
.blog-sidebar .cls_img_hot_news img {
    height: 75px;
    object-fit: cover;
}
.blog-sidebar .bp_block_item .row {
    margin: 0;
}
.blog-sidebar .wp-block-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0em;
    text-transform: uppercase;
}
.weekend {
  position: relative;
  margin-top: 30px;
}
.weekend:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #000000;
}
.heading-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  color: #fff;
}
@media screen and (max-width:992px) {
    .blog .bp_img_news img {
        height: 250px;
    }
    .blog-sidebar .cls_img_hot_news img {
        height: auto;
    }
}
