.img-hover-zoom{
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 120%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}

.img-hover-zoom img{
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.img-hover-zoom:before{
  position: absolute;
  content:'';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(180deg, transparent 22%, rgb(0 0 0 / 40%) 85%);
  z-index: 1;
}
.custom-list-news.box-healthy-tip .premium-blog-content-wrapper {
  bottom: 0;
  left: 0;
  padding: 20px 15px;
  z-index: 9;
}
.news-trending .post-style-2 .title{
  font-size: 1.4rem;
}
.custom-list-news .premium-blog-post-container:hover .box-content-readmore a{
  color: #F33C0E;
}
.custom-list-news .premium-blog-content-wrapper {
  padding: 0;
  margin: 0 !important;
  background: transparent;
}

.custom-list-news .title-news .title{
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}
.custom-list-news .title-news a{
  font-family: "Kanit", Sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #fff;
  font-weight: 700;
}

.custom-list-news .box-content-readmore a{
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.custom-list-news.box-healthy-tip .premium-blog-post-container:hover .premium-blog-content-wrapper {
    bottom: 0;
}
.single-content-wrapper{
    padding: 20px;
}
.single-content-news{
  max-width: 1430px;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.custom-space .slick-slide {
  padding: 0 5px;
}

.custom-space .slick-list {
  margin: 0 -5px;
}

@media only screen and (max-width: 848px){
  .custom-list-news .title-news a{
    font-size: 20px;
  }
}









