@import url("https://fonts.googleapis.com/css?family=Manrope:400,700,800");

/* .news-event-main-page {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 82px;
}

.container-header-judul{
  position: absolute;
  width: 584px;
  height: 57px;
  left: 30%;
  top: 10%;
  align-items: center;
}
.judul-berita {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 24px;
  color: #202020;
}


.garis-bawah {
  position: absolute;
  width: 80px;
  height: 8px;
  top: 10%;
  left:43%;
  background: #AF9345;
}

.container-berita{
  position: absolute;
  width: 100%;
  height: 100%;

}
.berita-kiri{
  position: absolute;
  width: 50%;
  height: 400px;
  left: 0px;
  top: 291px;
  padding: 10px;

  background: #FFFFFF;
}
.gambar-berita{
  position: absolute;
  width: 50%;
  height: 400px;
  left: 720px;
  top: 291px;
}
.h2-berita{
  position: absolute;
  width: 346px;
  height: 61px;
  left: 120px;
  top: 763px;

  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;


  color: #202020;

} */


.judul-berita {
  font-family: 'Manrope';
  font-style: normal; 
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 29px;
  /* or 48% */
  color: #363636;
  margin-bottom: 12px;
}
.newsH {
  padding: 0;
  margin-bottom: 40px;
  background-color: #ffffff !important;
  margin-left: 0;
  margin-right: 0;
}
/* @media screen and (max-width: 575px) {
  .newsH {
     padding: 0.75rem; 
  } 
} */
.konten-berita {
  padding:40px 110px 40px 110px;
}
@media screen and (max-width: 575px) {
  .konten-berita {
    padding: 1rem;
  } 
}
@media screen and (max-width: 768px) {
  .konten-berita {
    padding:1rem;
  } 
}
@media screen and (max-width: 991px) {
  .konten-berita {
    padding:1rem;
  } 
}

.gbr-berita {
  max-height:400px;
  border-radius: 12px;
}

@media screen and (max-width: 767.9px) {
  .newsH {
    margin-bottom: 16px;
  }

  .div-image {
    padding: 24px 20px 0 20px;
  }

  .gbr-berita {
    border-radius: 12px;
  }
}

.detil-berita {
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .detil-berita {
    padding: 1rem;
  }
}
.container-cover-img-news{
  padding:0;
}
.cover-img-news{
  width: 100%;
  height: 100%;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #AF9345;
  border-color: #AF9345;
}

.page-item .page-link {
  z-index: 1;
  background-color: transparent;
  border-color: #AF9345;
}

.newspage {
  margin-bottom:40px;
}
.gbr-slide {
  width: 100% !important;
  height: 70vh;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .gbr-slide {
    height: 40vh;
  }
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  transition: transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  border-radius: 30%;
  height: 4px;
  margin: 4px;
  width: 12px;
}
