 /* slider picture */
  .title-hotnews{
    font-family: "Khmer OS Muol Light";
  }
  .news-carousel {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,.25);
}

/* Slide layout */
.news-slide {
  position: relative;
  height: 520px;
  /* height: 720px; */
}

/* FIX IMAGE */
.news-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(65%);
  pointer-events: none;
}

/* Content overlay */
.news-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  max-width: 70%;
  color: #fff;
  z-index: 10;
}

.news-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.news-content p {
  font-size: 1rem;
  margin-top: 8px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .news-slide {
    height: 280px;
  }

  .news-content {
    max-width: 90%;
  }

  .news-content h3 {
    font-size: 1.3rem;
  }
}
