

.listBlog{
  margin-top:30px;
}

.styleBlog{
  margin-bottom:30px;
}

.styleBlog:hover .imgBlog img{
  transform: scale(1.1)
}

.styleBlog:hover a{
  color:#29a449;
}

.imgBlog{
  overflow:hidden;
}

.imgBlog img{
  transition:all .5s;
}

.excreptBlog h2{
  font-size:18px;
}

.excreptBlog h2 a{
  font-weight:600;
}

.excreptBlog a{
  text-decoration: none;
  color:#000;
}

.excreptBlog .blog_excerpt{
  overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

@media(min-width:767px){
  .excreptBlog{
  margin-left:30px;
  }
}

.BlogSlide{
  margin-bottom: 30px;
}

.BlogSlide h3{
  font-size:22px;
  font-weight:600;
}

.BlogSlide .inputSearchBlog{
  position:relative;
}

.BlogSlide .inputSearchBlog input{
  width:100%;
  outline:none;
  padding:8px 10px;
  border:1px solid #000;
}

.BlogSlide .inputSearchBlog button{
  position:absolute;
  right:0;
  padding: 8px 10px;
  border:none;
  background: transparent;
}

.BlogSlide .BlogCate ul{
  padding:0;
  margin:0;
}

.BlogSlide .BlogCate ul li{
  list-style:none;
  margin-bottom:5px !important;
}

.BlogSlide .BlogCate ul li a{
  text-decoration:none;
  color:#000000;
  display: block;
}

.BlogSlide .BlogCate ul li a:hover{
  color: #29a449;
}

.BlogSlide .BlogCate ul li a span{
  float:right;
}

.BlogSlide .excreptBlog a{
  font-size:12px;
  font-weight:600;
}

.BlogNews .styleBlog{
  margin-bottom:10px;
}


.Blogpost h2{
  font-size:28px;
  font-weight:600;
}

