.bg-website {
  background-color: #f6f6f6;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}

#main {
  min-height: 450px;
  margin-top: 120px;
}

/*--------------------------------------------------------------
# Section Slider
--------------------------------------------------------------*/
#section-slider {
  width: 100%;
  max-height: 550px;
  padding: 0;
  margin-top: 5px;
}

#section-slider .slide-item {
  width: 100%;
  max-height: 550px;
  margin: 0;
  padding: 0;
}

/* style untuk kategori di dashboard */
.section-kategori {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.section-kategori .overlay {
  background-color: darkblue;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.4;
}
.section-kategori:hover .overlay {
  background-color: rgba(9, 92, 7, 0.589);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.4;
}
.section-kategori .box-kategori {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section-kategori .box-kategori h2 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-kategori .box-kategori .konten-kategori {
  width: 100%;
  text-align: center;
  padding: 0 5px;
}
.section-kategori .box-kategori h3 {
  color: white;
  font-size: 16px;
  display: block;
}

/*--------------------------------------------------------------
# Berita
--------------------------------------------------------------*/
#berita {
  padding: 0;
}

#berita .section-title {
  margin: 15px 0;
  position: relative;
}

#berita .section-title h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #e73d0e;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#berita .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #e73d0e;
  bottom: 0;
  left: 0;
}

#berita .berita-container {
  padding-bottom: 5px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding-bottom: 0;
}

#berita .berita-container .berita-images {
  position: relative;
  overflow: hidden;
}

#berita .berita-container .berita-overlay {
  position: absolute;
  background-color: #094d7a;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 9;
}

#berita .berita-container:hover .berita-overlay {
  opacity: 0.4;
}

#berita .berita-container img {
  width: 100%;
  z-index: 1;
  transition: 0.5s;
}

#berita .berita-container:hover img {
  transform: scale(1.2);
}

#berita .berita-container .berita-tanggal {
  position: absolute;
  width: 65px;
  height: 65px;
  text-align: center;
  background-color: #094d7a;
  padding: 8px 0;
  z-index: 9;
}

#berita .berita-container .berita-tanggal h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #fff;
}

#berita .berita-container .berita-tanggal h3 {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

#berita .berita-container .berita-judul {
  position: absolute;
  bottom: 0;
  text-align: justify;
  padding: 0 5px;
  z-index: 9;
}

#berita .berita-container .berita-judul h2 {
  font-size: 16px;
  font-weight: bold;
  color: aliceblue;
  text-shadow: 2px 1px #000;
}

#berita .berita-container .berita-tanggal h4 {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

#berita .berita-container a:hover {
  text-decoration: none;
  color: #44abf0;
}

#berita .berita-container .berita-isi {
  padding: 5px 10px;
  height: 80px;
  text-align: justify;
  overflow: hidden;
}

#berita .berita-detail-content {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 20px;
}

#berita .berita-detail-content h2 {
  font-size: 20px;
  font-weight: bold;
}

#berita .berita-detail-content h3 {
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
}

#berita .berita-detail-content .berita-detail-item {
  width: 100%;
  text-align: justify;
}

#berita .berita-lainnya {
  height: 62px;
  overflow: hidden;
}

#berita .berita-lainnya img {
  width: 85px;
  float: left;
  margin-right: 10px;
}

#berita .berita-lainnya h4 {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 95px;
  font-family: "Courier New", "Courier", "monospace";
}

#berita .berita-lainnya a {
  color: #222;
  transition: 0.3s;
}

#berita .berita-lainnya a:hover {
  text-decoration: none;
  color: #44abf0;
}

#berita .berita-lainnya h3 {
  font-size: 14px;
  margin-left: 95px;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  #berita .berita-detail-content .berita-detail-item img {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  #berita .berita-detail-content .berita-detail-item img {
    width: 100%;
    max-height: 350px;
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
# PENGUMUNAN
--------------------------------------------------------------*/
#pengumuman {
  width: 100%;
  border: 2px solid #094d7a;
  margin-bottom: 30px;
  background-color: #fff;
}
#pengumuman .pengumuman-judul {
  width: 100%;
  text-align: center;
  padding: 15px;
  color: white;
  background-color: #094d7a;
}
#pengumuman .pengumuman-judul h2 {
  font-size: 18px;
  margin: 0;
}
#pengumuman .pengumuman-container {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  color: #094d7a;
  padding: 15px 10px 0 10px;
}
#pengumuman .pengumuman-container .pengumuman-area {
  display: flex;
  margin-bottom: 15px;
}
#pengumuman .pengumuman-container .pengumuman-area .tanggal-container {
  display: block;
  margin-right: 7px;
}
#pengumuman
  .pengumuman-container
  .pengumuman-area
  .tanggal-container
  .tanggal-box {
  background-color: brown;
  color: aliceblue;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
}
#pengumuman
  .pengumuman-container
  .pengumuman-area
  .tanggal-container
  .tanggal-box
  .tanggal-posisi {
  text-align: center;
  width: 100%;
}
#pengumuman
  .pengumuman-container
  .pengumuman-area
  .tanggal-container
  .tanggal-box
  .tanggal-posisi
  h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
#pengumuman
  .pengumuman-container
  .pengumuman-area
  .tanggal-container
  .tanggal-box
  .tanggal-posisi
  h4 {
  font-size: 9px;
}
#pengumuman .pengumuman-container .pengumuman-area .judul-container {
  text-align: left;
  max-height: 45px;
  overflow: hidden;
}
#pengumuman .pengumuman-container .pengumuman-area .judul-container h4 {
  font-size: 10px;
  margin-bottom: 3px;
}
#pengumuman .pengumuman-container .pengumuman-area .judul-container a {
  text-decoration: none;
}
#pengumuman .pengumuman-container .pengumuman-area .judul-container a:hover h3 {
  color: #0d6cac;
}
#pengumuman .pengumuman-container .pengumuman-area .judul-container h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  color: #094d7a;
}

/* DETAIL */
#pengumuman-detail .pengumuman-detail-container {
  width: 100%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
  color: #03111a;
  padding: 15px 10px 0 10px;
}
#pengumuman-detail .pengumuman-detail-container .pengumuman-detail-area {
  display: flex;
  margin-bottom: 20px;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .tanggal-detail-container {
  display: block;
  margin-right: 7px;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .tanggal-detail-container
  .tanggal-detail-box {
  background-color: brown;
  color: aliceblue;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .tanggal-detail-container
  .tanggal-detail-box
  .tanggal-detail-posisi {
  text-align: center;
  width: 100%;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .tanggal-detail-container
  .tanggal-detail-box
  .tanggal-detail-posisi
  h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .tanggal-detail-container
  .tanggal-detail-box
  .tanggal-detail-posisi
  h4 {
  font-size: 10px;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .judul-detail-container {
  text-align: left;
  max-height: 60px;
  overflow: hidden;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .judul-detail-container
  h4 {
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 2px;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .judul-detail-container
  a {
  text-decoration: none;
  color: #03111a;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .judul-detail-container
  a:hover {
  text-decoration: none;
  color: #094d7a;
}
#pengumuman-detail
  .pengumuman-detail-container
  .pengumuman-detail-area
  .judul-detail-container
  h3 {
  font-size: 18px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* PENGUMUMAN DETAIL LIST */
#pengumuman-list {
  width: 100%;
}
#pengumuman-list .pengumuman-judul {
  text-align: center;
}
#pengumuman-list .pengumuman-judul h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
#pengumuman-list .pengumuman-judul h4 {
  text-align: center;
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
}
#pengumuman-list .pengumuman-detail {
  margin-top: 30px;
}
#pengumuman-list .pengumuman-detail a {
  text-decoration: none;
  color: #1386d3;
}
#pengumuman-list .pengumuman-detail a:hover {
  color: #8a0813;
}
#pengumuman-list .section-title {
  margin-bottom: 15px;
}
#pengumuman-list .section-title h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #1386d3;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#pengumuman-list .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #1386d3;
  bottom: 0;
  left: 0;
}
#pengumuman-list .pengumuman-lainnya {
  width: 100%;
}
#pengumuman-list .pengumuman-lainnya h3 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#pengumuman-list .pengumuman-lainnya a {
  text-decoration: none;
  color: #555;
}
#pengumuman-list .pengumuman-lainnya a:hover {
  text-decoration: none;
  color: #075b94;
}
#pengumuman-list .pengumuman-lainnya h4 {
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# STATISTIK PENGUNJUNG
--------------------------------------------------------------*/
#statistik {
  width: 100%;
  border: 2px solid rgb(106, 15, 190);
  background-color: #fff;
}
#statistik .statistik-title {
  width: 100%;
  text-align: center;
  padding: 15px;
  color: white;
  background-color: rgb(106, 15, 190);
}
#statistik .statistik-title h2 {
  font-size: 18px;
  margin: 0;
}
#statistik .statistik-container {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  color: rgb(106, 15, 190);
}
#statistik .statistik-container h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
#statistik .statistik-container h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
#statistik .statistik-container table {
  width: 100%;
  text-align: left;
}
#statistik .statistik-container table td {
  padding: 5px 10px;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
}

/*--------------------------------------------------------------
STYLE FOTO
--------------------------------------------------------------*/
#foto {
  padding: 0;
  margin-bottom: 20px;
}
#foto .section-title {
  margin-bottom: 15px;
}
#foto .section-title h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #118506;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#foto .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #118506;
  bottom: 0;
  left: 0;
}
#foto .foto-container {
  background-color: antiquewhite;
  width: 100%;
  position: relative;
  box-shadow: 1px 1px 1px #222;
  overflow: hidden;
}
#foto .foto-container img {
  transition: transform 1s ease;
  width: 100%;
}
#foto .foto-container a:hover img {
  transform: scale(1.2);
}
#foto .foto-container .foto-overlay {
  width: 100%;
  height: 80px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  z-index: 8;
}
#foto .foto-container .judul-box {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  display: flex;
  z-index: 9;
}
#foto .foto-container .judul-posisi {
  margin: auto;
  text-align: center;
}
#foto .foto-container .judul-posisi h3 {
  font-size: 14px;
  color: aliceblue;
  text-transform: uppercase;
}
#foto .foto-container .tombol-box {
  padding: 8px 10px;
  width: 160px;
  position: absolute;
  left: calc(50% - 80px);
  background-color: #094d7a;
  bottom: 60px;
  display: flex;
  border-radius: 10px;
  z-index: 8;
}
#foto .foto-container .tombol-box .tombol-posisi {
  margin: auto;
}
#foto .foto-container .tombol-box .tombol-posisi h3 {
  color: aliceblue;
  font-size: 16px;
  margin: 0;
}

#foto-detail .foto-judul {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
#foto-detail .foto-judul h2 {
  font-size: 24px;
}
#foto-detail .foto-judul h3 {
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
}
#foto-detail .foto-galeri {
  overflow: hidden;
  margin-bottom: 30px;
}
#foto-detail .foto-galeri .overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0;
  z-index: 9;
}
#foto-detail .foto-galeri a:hover .overlay {
  opacity: 0.3;
}
#foto-detail .foto-galeri img {
  width: 100%;
  transition: 0.5s;
}
#foto-detail .foto-galeri a:hover img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#video {
  padding: 0;
  margin-bottom: 20px;
}

#video .section-title {
  margin: 15px 0;
  position: relative;
}

#video .section-title h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #2ecc71;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#video .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #2ecc71;
  bottom: 0;
  left: 0;
}
#video .video-content {
  overflow: hidden;
}
#video .video-content .overlay {
  width: 100%;
  height: 100%;
  background-color: #201e1f;
  opacity: 0.3;
  z-index: 5;
  position: absolute;
}
#video .video-content a:hover .overlay {
  opacity: 0;
}
#video .video-content .play {
  z-index: 6;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}
#video .video-content .judul {
  z-index: 7;
  position: absolute;
  background-color: rgb(17, 16, 17);
  width: 100%;
  bottom: 0;
  text-align: center;
  padding-top: 5px;
}
#video .video-content .judul h3 {
  color: aliceblue;
  font-size: 14px;
}
#video .video-content .play img {
  width: 70px;
  height: 70px;
}
#video .video-content img {
  width: 100%;
  transition: 0.5s;
}
#video .video-content a:hover .sampul {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# LINK TERKAIT
--------------------------------------------------------------*/
#link {
  padding: 0;
}

#link .section-title {
  margin: 15px 0;
  position: relative;
}

#link .section-title h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #118506;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#link .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #118506;
  bottom: 0;
  left: 0;
}

#link .link-container {
  border: 1px solid #c7c1c1;
  background-color: #fff;
  padding: 10px;
}

/*--------------------------------------------------------------
STYLE KONTAK
--------------------------------------------------------------*/
#kontak {
  padding: 0;
  margin-bottom: 20px;
}
#kontak .kontak-content {
  width: 100%;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  background-color: #fff;
}
#kontak .kontak-content hr {
  padding: 0;
  margin: 0;
}
#kontak .kontak-content .kontak-detail {
  padding: 10px 20px;
  color: #094d7a;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#kontak .kontak-content .kontak-detail h2 {
  font-size: 18px;
}
#kontak .kontak-content .kontak-detail h3 {
  font-size: 16px;
}

.pagination-center {
  text-align: center;
  margin-bottom: 20px;
}

.box-pagination {
  display: inline-block;
}

.box-pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.box-pagination a.active {
  background-color: #9b1319;
  color: white;
  border: 1px solid #9b1319;
}

.box-pagination a:hover {
  text-decoration: none;
  color: white;
}

.box-pagination a:hover:not(.active) {
  background-color: #6d0e13;
}

/*--------------------------------------------------------------
# Section General
--------------------------------------------------------------*/

.section-judul {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 40px;
}

.section-judul h2 {
  font-size: 28px;
  font-weight: bold;
  color: #094d7a;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}

.section-judul h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1386d3;
  bottom: 0;
  left: calc(50% - 25px);
}

.pengunjung-jumlah {
  font-weight: bold;
}

.pengunjung-title {
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #701005;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top {
  padding-top: 30px;
  padding-bottom: 5px;
  background: #c0392b;
}

#footer .footer-top .footer-news {
  margin-bottom: 15px;
}

#footer .footer-top .footer-news h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-news .berita {
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top .footer-news .berita a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top .footer-news .berita a:hover {
  color: rgba(128, 245, 239, 0.7);
}

#footer .footer-top .footer-news .berita .judul {
  height: 18px;
  overflow: hidden;
}

#footer .footer-top .footer-news .berita h5 {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-news .berita h6 {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 5px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 15px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-link {
  margin-bottom: 15px;
}
#footer .footer-top .footer-link h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
#footer .footer-top .footer-link a {
  text-decoration: none;
}
#footer .footer-top .footer-link a:hover i,
#footer .footer-top .footer-link a:hover h4 {
  color: rgba(128, 245, 239, 0.7);
}
#footer .footer-top .footer-link i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  float: left;
}
#footer .footer-top .footer-link h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding-bottom: 2px;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #2ae149;
  transition: 0.3s;
}

#footer .credits a:hover {
  text-decoration: none;
  color: #badc58;
}
