	.blog-sidebar .bp_news_sub {
  display: none;
}
.blog-sidebar .bp-news-button-action {
  display: none;
}
.blog-sidebar .bp_block_item .row {
  margin: 0;
}
.blog-sidebar #dv_search {
  background: #fff;
  padding: 15px;
}
.blog-sidebar #dv_search input {
  border: none;
}
.blog-sidebar .bp_text_search {
  display: block;
}
.blog-sidebar #submit_seach {
  border-radius: 10px;
  background: #e41e31;
  padding: 10px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-sidebar .news_title a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.blog-sidebar .bp_news_info {
  display: block;
  color: #888;
  font-size: 13px;
  font-weight: 400;
}
.blog-sidebar .bp_lb_user,
.blog-sidebar .bp_lb_comment {
  display: none;
}
.blog-sidebar .cls_img_hot_news img {
  height: 70px;
}
.blog-sidebar .bp_block_item {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #a6a6a6;
}
.blog_list-sidebar {
  background: #fff;
  padding: 20px;

  margin-top: 20px;
}
.blog_list-sidebar h2 {
  color: #e41e31;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog_list-sidebar .col:last-child .bp_block_item {
  border: none;
}
.title_h1 {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.title_h1:before {
  content: "";
  position: absolute;
  width: 80px;
  background: red;
  top: -10px;
  left: 0;
  transform: unset;
  height: 3px;
}
.bp_news_img {
  display: none;
}
.bp_news_info {
  display: none;
}
.content_text_details p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
}
.blog {
  padding: 40px 20px;
  background: #fff;
}
.content_text_details tr td {
  padding: 5px 20px;
}
.content_text_details tr:not(:last-child) td {
  padding: 5px 20px;
  border-bottom: 1px dashed #dfdfdf;
}
@media screen and (max-width:992px) {
    .content_text_details table {
        width: 100% !important;
    }
}
