body {
  background: #ddd;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
/* body {
  font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
} */
body {
  font-family: tahoma, geneva, sans-serif;
}

#navigationPrimary > li > a {
  padding-bottom: 6px;
  border-bottom-width: 4px;
  color: rgb(253, 253, 253);
}
#navigationPrimary ul {
  background: #073b15;
}
#navigationPrimary a {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: fff;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(253, 253, 253);
  text-decoration: none;
}
#navigationPrimary li > a:hover {
  /* color: #073b15; */
  color: #eafa04;
}
.pkp_nav_list ul {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1000;
  width: 15em;
  margin: 0;
  padding: 0;
  color: #073b15;
  border-radius: 3px;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.pkp_structure_content {
  padding-top: 0;
}
/* #navigationPrimary li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #073b15;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
} */

#navigationPrimary li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pkp_navigation_user_wrapper .pkp_navigation_user {
  margin-right: 0;
  padding-right: 0;
  width: auto;
}
.pkp_search {
  color: rgba(0, 0, 0, 0.54);
}
/* .pkp_head_wrapper .pkp_search {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  min-width: 100px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  transition: min-width 0.4s;
  text-align: right;
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.54);
} */

.pkp_navigation_primary_row {
  background: #0b5207;
}
.pkp_navigation_primary_row {
  padding-left: 30px;
  padding-right: 30px;
}
.pkp_structure_head {
  background: #073b15;
  border-bottom: 1px solid #ddd;
}
.pkp_site_name .is_img img {
  display: block;
  max-height: none;
  max-width: 100%;
  width: auto;
  height: auto;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/*List Arikel Background*/
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid darkseagreen;
/*  background-color: #4cbf89 !important;*/ 
 /*  background: transparent url("https://i.ibb.co/4YfscGf/pattern.png") repeat scroll 0% 0% !important;*/ 
 background: transparent url("https://i.ibb.co/Q8wtqrC/softblue2.png") repeat scroll 0% 0% !important;
  padding: 1rem;
  /*border-radius: 0rem 0rem 2rem 0rem;*/
  /*border-radius: 2rem 2rem 2rem 2rem;*/
  /*box-shadow: .2rem .2rem .1rem #1e6292;*/
}
/*Tambah CSS*/

a { color: #0d2455; }
a:hover { color: #c7b4a5; }
.cmp_button_wire, .obj_galley_link { background: #0d2455; border: 1px solid #0d2455; color: #fff; }
.obj_article_summary { border: 1px solid #0d2455; padding: 10px; border-radius: 5px; box-shadow: 3px 3px #15152f;
}
.obj_article_details .abstract {
  text-align: justify;
}
/* .pkp_structure_page {
  margin-top: 50px;
  margin-bottom: 50px;
} */
/* .pkp_structure_page {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px;
} */
/* .pkp_structure_page {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  /* margin-top: 30px;
  margin-bottom: 30px; */
}
/* .pkp_block {
  padding: 30px;
} */
.pkp_page_index .current_issue h2 {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #f7bc4a;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}
.section h2 {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  padding: 0 0 5px;
  border-bottom: 3px solid #f7bc4a;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
}
/* .pkp_site_name_wrapper,
.pkp_navigation_primary_row {
  padding-left: 30px;
  padding-right: 30px;
} */
.pkp_structure_sidebar {
  padding-left: 20px;
  float: right;
  width: 300px;
}

/* .pkp_structure_sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  border-left: 1px solid #ddd; */

/* .pkp_structure_sidebar {
  float: right;
  width: 300px;
} */

.pkp_structure_footer_wrapper {
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #ddd;
  border-bottom: 20px solid #073b15;
}

.pkp_brand_footer {
  display: none;
}

.pkp_footer_content {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-top: 50px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}