html, body {
  margin: 0;
  padding: 0;
}

/* =============================== */
/* HEADER */
/* =============================== */
.pkp_structure_head {
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid #ddd;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 200px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

/* =============================== */
/* HALAMAN DETAIL ARTIKEL */
/* =============================== */
.page_title {
  /* tetap gunakan warna default tema */
}

.name {
  color: #000000;
}

.obj_article_details .abstract {
  text-align: justify;
}

/* =============================== */
/* DAFTAR ARTIKEL */
/* =============================== */
a {
  color: #1E6292;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #093282;
}

/* Kotak daftar artikel */
.obj_article_summary {
  border: 1px solid #821313;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px #821313;
  background-color: #ffffff;
}

/* =============================== */
/* MENU SAMPING */
/* =============================== */
.head-menu {
  border-bottom: 3px solid #093282;
  height: 50px;
}

.head-menu a {
  display: block;
  padding: 10px;
  text-align: left;
  background-color: #093282;
  color: white;
  font-weight: bold;
}

.menu-sidebar {
  /* biarkan pakai font default tema */
}

.menu-sidebar li a {
  text-decoration: none;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  background-color: #093282;
  padding: 10px;
  margin-top: -5px;
  transition: 0.3s;
}

.menu-sidebar li a:hover {
  background-color: #093282;
  box-shadow: gray 2px 2px 2px;
  color: #ffffff;
  border-left: 5px solid #92B063;
  border-bottom: 5px solid #92B063;
}

.menu-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-sidebar ul ul {
  position: absolute;
  top: 75px;
  left: 135px;
  visibility: hidden;
}

.menu-sidebar ul li:hover ul {
  visibility: visible;
}

/* =============================== */
/* MENU LAIN (KEPALA & BADAN) */
/* =============================== */
.kepala {
  color: #ffffff;
  background: #075C07;
  padding: 10px;
  line-height: 23px;
  border-bottom: 4px solid white;
  font-weight: bold;
  text-align: center;
}

.badan {
  margin-top: -15px;
}

.badan a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid white;
  background: #F8F8F8;
  text-align: center;
  transition: 0.5s;
  color: black;
}

.badan a:hover {
  color: black !important;
  font-weight: bold;
  box-shadow: gray 0px 5px 10px 0px;
}

/* =============================== */
/* FOOTER */
/* =============================== */
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}
