	html,body  {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.news .bp_number_count {
  display: none;
}
.news .bp_news_info {
  display: block;
  order: -1;
  grid-column: span 2;
  color: #fff;
}
.news .bp_lb_user,
.news .bp_lb_comment {
  display: none;
}
.bp_icon_date {
  display: none;
}
.news .order-md-1 {
  padding: 0;
}
.blog-first img {
  height: 550px;
  object-fit: cover;
}
.news .cls_content_hot_news {
  padding: 0 60px 50px 60px;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 30px;
  align-items: center;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.news .bp_block_item {
  position: relative;
  overflow: hidden;
}
.news .bp_block_item:hover .cls_content_hot_news {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.news .bp_block_item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #12121222;
}
.news .news_title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 0 0;
  color: #121212;
  font-family: "Kanit", sans-serif;
}
.news .news_title a {
  color: #fff;
}
.bp-news-button-action {
  text-align: right;
}
.news .bp-news-button-action a {
  color: #fff;
}
#m_126133 img {
  height: 260px;
  object-fit: cover;
}
.news .cls_img_hot_news {
  padding: 0;
}
.news-sub .cls_content_hot_news{
    padding: 0 21px 40px 30px;
}
.news-sub .news_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 0 0;
    color: #121212;
    font-family: "Kanit", sans-serif;
}
#m_s2_126133 {
    gap: 30px;
}
.couter-title h2{
        color: #121212;
    font-size: 92px;
    font-weight: 400;
    line-height: 1.08em;
    font-family: "Kanit", sans-serif;
}
.couter-blog {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.wcf--text {
    width:300px;
    margin-bottom: 20px;
}
.counter-bottom {
    width:300px;
    display: flex;
    gap: 30px;
}
.counter-bottom .wcf--counter:first-child {
    padding-right: 30px;
    border-right: 1px solid #ECECEC;
}
.count{
    color: #121212;
    font-family: "Kanit", Sans-serif;
    font-size: 30px;
    font-weight: 500;
}
.counter-bottom .title{
    color: #555;
    font-family: "Kanit", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.bp-category-title {
    display: none;
}
.bp_img_news img {
        width: 515px;
    height: 400px;
    object-fit: cover;
    border-radius: 0;
}
.blog-list  .bp_content_news {
      display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 30px;
}
.blog-list .bp_news_sub {
    display: none;
}
.blog-list .bp_block_item {
    padding-bottom: 20px;
    border-bottom: 1px solid;
}
.blog-list-row {
    gap: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.blog-list .bp_content_news_main,
.blog-list .bp_img_news {
    padding: 0;
}
.blog-list .bp_img_news {
    margin-bottom: 30px;
}
.blog-list .news_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 0 0;

}
.blog-list .news_title a {
            display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #121212;
}
.blog-list .bp_news_more{
    min-width: 12px;
    display: inline-block;
    transition: all 0.3s;
    transform: translate(-20px, 20px);
    opacity: 0;
    color: #121212;
    font-size: 20px;
}
.blog-list .bp_block_item:hover .bp_news_more {
        opacity: 1;
    transform: translate(0, 0);
}
.blog-list-left {
    
    width: 350px;
}
.blog-list-left h2 {
    color: #121212;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.08em;
    font-family: "Kanit",sans-serif;
    margin-bottom: 30px;
}
.blog-top  {
    padding-top: 100px;
}
.blog-list  {
    padding-top: 60px;
}
@media (max-width:1366px) {
    .couter-title h2 {
        font-size: 80px;
    }
}
@media (max-width:1024px) {
    .news .news_title {
        font-size: 22px;
    }
    .news .cls_content_hot_news {
        padding: 0px 40px 40px 40px;
    }
    .blog-list-left h2 {
        font-size: 50px;
    }
    .couter-title h2 {
        font-size: 60px;
    }
} 
@media (max-width:992px) {
    .blog-first .bp_block_item {
        margin-bottom: 20px;
    }
    .blog-list {
        padding: 0;
    }
}
@media (max-width:880px) {
    .news .news_title {
        font-size: 20px;
    }
    .blog-list-left {
        width: 100%;
    }
     .blog-list-left h2 {
        font-size: 40px;
    }
    .blog-top {
        padding-top: 80px;
    }
    .couter-title h2 {
        font-size: 40px;
    }
}
@media (max-width:767px) {
   .blog-top {
       padding-top: 55px;
   }
    .news .cls_content_hot_news {
        padding: 0 20px 20px 20px;
    }
     .blog-list-left h2 {
        font-size: 36px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .blog-list-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .couter-title h2 {
        font-size: 36px;
    }
    .couter-blog {
        align-items: unset;
    }
    .couter-top {
            display: flex;
    justify-content: end;
    }
    .wcf--text {
        margin: 0;
    }
    
} 
@media  (min-width:768px) {
    .couter-title {
        width: 50%;
    }
    .couter-blog {
        width: 50%;
    }
}
