/*-==============
STIKY*/
.sticky {
  position: fixed;top: 0;
  width: 100%;z-index: 2;
  background-color: #f8f9fa;
}
/*===============
Gambar Atas*/
.header-img{width: 100%;flex: 0 0 100%;padding: 0 1px;}
.header-img img{width: 100%;}
.header-judul {padding: 10px;font-size: 1.3rem;font-weight: 500;color: #212121;border-bottom: 1px solid #e0e0e0;width: 100%;}

.title-mini {padding: 10px;color: #757575;}
.title-mini p{margin: 0;font-size: .8rem;font-weight: 400;}

.isi-content {padding: 10px;color: #212121;border-bottom: 1px solid #e0e0e0;font-family: "Times New Roman", Times, serif;}
.isi-content p{font-size: 1rem;font-weight: 400;}

.lebih-banyak {padding: 10px;color: #212121;border-bottom: 1px solid #e0e0e0;width: 100%;}
.lebih-banyak span.judul {font-size: 1.2rem;font-weight: 500;}

.lebih-banyak ul {padding: 10px 0px;}
.lebih-banyak ul li {list-style: none;padding: 3px;width: 100%;display: block;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;}
.lebih-banyak ul li p {margin: 0;}
.lebih-banyak ul li p.judul a{font-size: 1rem;color: #212121;font-weight: 500;}
.lebih-banyak ul li p.date a{font-size: .7rem;color: #757575;font-weight: 500;}