	.bp-category-title {
  display: none;
}
.blog-list .bp-select-category-search {
  display: none;
}
.side-bar-area {
  margin-left: 15px;
}
.search-widget,
.category-sidebar,
.news {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 20px;
}
.side-bar-area h3 {
  font-size: 22px;
  font-weight: 600;
  color: #252525;
}
.search-widget form {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding-left: 5px;
}
.search-widget .form-control {
  height: 50px;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  color: #252525;
  border-radius: 10px !important;
  position: relative;
  z-index: 1;
}

.search-widget .input-group-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 6;
}
.search-widget .input-group-btn button {
  height: 45px;
  width: 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: #0071dc;
  line-height: 45px;
  border-radius: 8px;
}
.search-widget .form-control:focus-visible {
  outline: none;
  box-shadow: none;
}
#livesearch_115513 {
  display: none;
}
.category-sidebar li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.category-sidebar .bp_category_option {
  margin-top: 20px;
  display: block;
}
.category-sidebar .bp_category_option li h3 {
  margin: 0;
  padding: 5px 0 5px 5px;
  font-weight: 600;
  color: #444;
}
.side-bar-area .bp_category_option li:before {
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  color: #0071dc;
}
.side-bar-area .bp_img_category_option {
  display: none;
}
.news .news_title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}
.news .news_title a {
  color: #252525;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .cls_content_hot_news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .bp_news_more {
  font-size: 16px;
  margin-bottom: 0;
  max-width: 180px;
  color: #0071dc;
}
.news .cls_img_hot_news img {
  height: 100px;
  object-fit: cover;
}
.blog .bp_block_item .row {
  margin: 0;
}
.blog .news_title {
  margin-top: 10px;
  min-height: auto;
}
.blog p {
    display: block;
  min-height: auto;
}
.blog .bp_img_news img {
  height: 450px;
  border-radius: 15px;
  object-fit: cover;
}
.blog .bp_block_item {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 30px;
}
.blog .bp_news_more {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #0071dc;
  display: inline-block;
  color: #fff ;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
}
.blog .bp_news_more::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
}
.blog .bp_news_more:hover {
  color: #fff !important;
}
.blog .bp_news_more:hover:before {
  height: 100%;
  width: 135%;
  background-color: #070b3b;
}
.blog .bp-news-button-action {
    margin-top: 20px;
}
.bp_news_sub p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width:567px) {
    .news .cls_img_hot_news img {
        height: 200px;
    }
    .blog .bp_img_news img {
        height: 250px;
    }
}
