.coverNews {
  width: 72px;
  height: 72px;
}
.blogSearch {
  background-color: #f9fafa;
  padding-bottom: 40px;
  position: sticky;
  top: 70px;
  z-index: 9999;
}
.newsDetails .dateNews {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.newsDetails .newsTitle {
  font-size: 15px;
}
.categNews {
  padding-top: 70px;
}
.details-latest {
  padding-right: 23px;
}
#bannerAuthor {
  width: 100%;
  height: 400px;
}
.banner-title {
  position: relative;
  top: 40%;
  padding: 20px;
  color: white;
  font-size: 35px;
  font-weight: lighter;
  height: 100%;
}
.banner-title span {
  font-size: 15px;
  font-weight: bold;
}
.categList span {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.5);
}
.b-center{
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;

}
@media(max-width:775px){
    
    .blogSearch{
        padding-top: 20px;
        z-index: 998;
    }
}