        .header {
  position: absolute;
  background: transparent;
  z-index: 2;
  width: 100%;
}
.swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #000000;
}
.text_slide_center_bottom_35 {
  z-index: 3;
}
.text-slide h2 {
  color: #fff;
  font-size: 45px;
  line-height: 51px;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 0;
}
.text-slide span {
  color: #ff4605;
}
.text-slide p {
  color: #ffffff9c;
  font-size: 22px;
  font-weight: 500;
  line-height: 51px;
}
.bp_lb_user,
.bp_lb_comment {
  display: none;
}
.bp_content_news {
  padding: 30px;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: 1px solid #e7edf3;
  transition: all 0.2s ease;
  border-radius: 0 0 12px 12px;
}
.blog-list .news_title {
  margin-top: 0;
  margin-bottom: 10px;
}
.blog-list .news_title a {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  white-space: initial;
  color: #222732;
}
.blog-list .bp_icon_date {
  color: #ff4605;
}
.blog-list .bp_news_sub,
.bp-date-create {
  margin: 0 0 16px;
  color: #222732;
  opacity: 0.48;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.64;
}
.blog-list .bp_news_sub {
  margin-top: 10px;
}
.blog-list .bp_news_sub p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#m_news .bp_news_more {
  padding: 16px 25px;
  vertical-align: top;
  border-radius: 10px;
  background-color: #ff4608;
  transition: all 0.2s ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.blog-list .bp-news-button-action {
  margin-top: 30px;
}
.blog-list .bp_img_news img {
  height: 250px;
  object-fit: cover;
}
.blog-list .bp_block_item {
  margin-bottom: 30px;
}
.bp-category-title {
  display: none;
}
/*Sidebar*/

.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%;
  margin-bottom: 20px;
}
.category-sidebar > p,
.blog-sidebar > p {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog-sidebar {
  margin-top: 30px;
}
#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;
}
@media screen and (max-width: 992px) {
  .blog-list .bp_img_news img {
    height: auto;
  }
  .blog-sidebar {
    display: none;
  }
}
@media screen and (max-width: 456px) {
  .text-slide h2 {
    font-size: 38px;
  }
  .text-slide p {
    font-size: 16px;
    line-height: 30px;
  }
}

