body {
  background:
      radial-gradient(35.36% 35.36% at 100% 25%,#0000 66%,#c1c1c1 68% 70%,#0000 72%) 26px 26px/calc(2*26px) calc(2*26px),
      radial-gradient(35.36% 35.36% at 0    75%,#0000 66%,#c1c1c1 68% 70%,#0000 72%) 26px 26px/calc(2*26px) calc(2*26px),
      radial-gradient(35.36% 35.36% at 100% 25%,#0000 66%,#c1c1c1 68% 70%,#0000 72%) 0 0/calc(2*26px) calc(2*26px),
      radial-gradient(35.36% 35.36% at 0    75%,#0000 66%,#c1c1c1 68% 70%,#0000 72%) 0 0/calc(2*26px) calc(2*26px),
      repeating-conic-gradient(#ffffff 0 25%,#0000 0 50%) 0 0/calc(2*26px) calc(2*26px),
      radial-gradient(#0000 66%,#c1c1c1 68% 70%,#0000 72%) 0 calc(26px/2)/26px 26px
      #ffffff;

}
.pkp_navigation_user_wrapper 
.pkp_navigation_user_wrapper {
  top: 0px;
  right: 0;
  left: auto;
  width: 25%;
  transform: none;
  padding-right: 2.143rem;
}
.pkp_navigation_user {
    margin-right: 0;
    padding-right: 16px;
    width: auto;
}
.pkp_site_name .is_img {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  height: 100%;
}
.pkp_sitename .is_img img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .pkp_site_name {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    white-space: normal;
    font-size: 2em;
    background: transparent;
    overflow: visible;
  }
  .pkp_site_name .is_img img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}

.pkp_structure_page {
  margin-top: 0px;
  margin-bottom: 0px;
}
.pkp_site_name {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.pkp_site_name_wrapper {
  padding-left: 0rem;
  padding-right: 0rem;
}
.obj_article_details .abstract {
  text-align: justify;
  font: tahoma, geneva, sans-serif;
}
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* Menu Tambahan Kanan */
.hoverTable {
  width: 100%;
  border-collapse: collapse;
}
.hoverTable th {
  height: 30px;
  background: #296501;
  color: #fff;
}
.hoverTable td {
  height: 30px;
  padding-top: 3px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(190, 190, 190);
  text-align: center;
}
.hoverTable td a {
  width: 100%;
  display: block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr {
  background: #efffe1;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
  background-color: #296501;
  color: #fff;
}
.hoverTable a {
  color: #031000;
}
.hoverTable a:hover {
  color: #fff;
}
/* --- Menu Tambahan Kanan */

/* Awal Button Submission */
button{
  width:237px;
  height:40px;
  background: linear-gradient(to left top, #296501 50%, #327c01 50%);
  border-style: none;
  color:#fff;
  font-size: 16px;
  letter-spacing: 3px;
  font-family: 'Lato';
  font-weight: 600;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 0px;
  overflow: hidden;
  transition: all .5s;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
button span{
  position: absolute;
  display: block;
}
button span:nth-child(1){
  height: 3px;
  width:200px;
  top:0px;
  left:-200px;
  background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span1 2s linear infinite;
  animation-delay: 1s;
}

@keyframes span1{
  0%{
      left:-200px
  }
  100%{
      left:200px;
  }
}
button span:nth-child(2){
  height: 70px;
  width: 3px;
  top:-70px;
  right:0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  animation: span2 2s linear infinite;
  animation-delay: 2s;
}
@keyframes span2{
  0%{
      top:-70px;
  }
  100%{
      top:70px;
  }
}
button span:nth-child(3){
  height:3px;
  width:200px;
  right:-200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  animation: span3 2s linear infinite;
  animation-delay: 3s;
}
@keyframes span3{
  0%{
      right:-200px;
  }
  100%{
      right: 200px;
  }
}

button span:nth-child(4){
  height:70px;
  width:3px;
  bottom:-70px;
  left:0px;
  background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  animation: span4 2s linear infinite;
  animation-delay: 4s;
}
@keyframes span4{
  0%{
      bottom: -70px;
  }
  100%{
      bottom:70px;
  }
}

button:hover{
  transition: all .5s;
  transform: rotate(-3deg) scale(1.1);
  box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
button:hover span{
  animation-play-state: paused;
}


/* Akhir Button Submission */