/** CSS Custom Template */ 

span.author-meta.author-berita {
    font-size: 13px;
    color: white;
}
/** foto slider */
(min-width: 1519px){
   /* slider full layar*/ 
   .carousel-item {
      height: 49rem;
    }

   .carousel-item>img {
    object-fit: cover;
    
}
}
/** menu warna */
#navbarCollapse ul > li > ul {
    position: absolute;
    background: #333333a6;
    display: none;
    list-style: none;
    padding: 12px 11px;
    min-width: 200px;
    font-size: 12px;
    z-index: 999;
}