body {
    /* background-image: url(https://drive.google.com/thumbnail?id=1GdxsMF0dZKmyHh_Q4LAaV87AGgADFIqZ&amp);
    background-image: url(https://drive.google.com/thumbnail?id=1UM286wFBLmO18WVVBxApxp7z6zXo77nC&amp); */
    /* background-image: url(https://drive.google.com/thumbnail?id=174ym62-e-vifB7XD_pB1Jt8v_6Ra3LqD&amp); */
    /* background-image: url(https://drive.google.com/thumbnail?id=12_5PbZDRFvpI4g5oVdtmTR2mQs5g1qUN&amp); */
    background-image: url(https://drive.google.com/thumbnail?id=1t74E9MVKHXnzls2S68eAyntiJBlt_LK7&amp);
    background-repeat: repeat;
}
.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;
  Width: 100%; /* tambahan baru */
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
   border-bottom:@double solid;
}

@media (min-width: 992px) {
    #navigationPrimary a:hover, #navigationPrimary a:focus {
        color: #2F7902;
        text-decoration: none;
    }
}
@media (min-width: 992px) {
    .pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
        outline: 0;
        background: #CDFFB8;
    }
}
.pkp_site_nav_menu a {
    display: inline-block;
    padding: .125rem 0;
    color: #2F7902;
    text-decoration: none;
}
.pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
    color: #2F7902;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .pkp_navigation_primary>li:last-child a {
        margin-right: 0em;
    }
}
.list_info a {
    font-size: medium; 
    display: block; 
    color: #2F7902;
    background-color: #CDFFB8; 
    text-decoration: none; 
    padding: 8px;  
    border-radius: 4px; 
    margin-bottom: 4px;
    transition: all 200ms ease-out;
}
.list_info a:hover {
    color: black;
    background-color: #7AE720;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.87);
}
a {
    color: #2F7902;
} 
a:hover {
    color: #31A401;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.30);
}