/* Menu Tambahan Kanan */
.hoverTable{
    width:100%;
    border-collapse:collapse; 
}
.hoverTable th{
    height:30px; background: #ffffff; color:#105183;
}
.hoverTable td{ 
    height:30px; padding-top:3px;vertical-align:middle; 
    border-bottom:1px solid;
    text-align:center;
}
.hoverTable td a{
    width:100%;display:block;
}
.hoverTable tr{
    background: #105183; color:#ffffff;
}
.hoverTable tr:hover {
    background-color: #ffffff;
}
.hoverTable a {
    color:#ffffff;
	padding: 15px;
}
.hoverTable a:hover {
	font-weight: bold;
	color:#105183;
}

/* menu Hover Visitor*/
.hoverTableVisitor{
    width:100%;
    border-collapse:collapse; 
}
.hoverTableVisitor th{
    height:30px; background: #ffffff; color:#105183;
}
.hoverTableVisitor td{ 
    height:30px; padding-top:3px;vertical-align:middle; 
    border-bottom:1px solid;
    text-align:center;
}
.hoverTableVisitor td a{
    width:100%;display:block;
}
.hoverTableVisitor tr{
    background: #ffffff; color:#ffffff;
}
.hoverTableVisitor p{
    padding: 5px;
}

/* menu Hover Template*/
.hoverTableTemplate{
    width:100%;
    border-collapse:collapse; 
}
.hoverTableTemplate th{
    height:20px; background: #ffffff; color:#105183;
}
.hoverTableTemplate td{ 
    height:20px; padding-top:3px;vertical-align:middle; 
    border-bottom:1px solid;
    text-align:center;
}
.hoverTableTemplate td a{
    width:100%;display:block;
}
.hoverTableTemplate tr{
    background: #105183; color:#ffffff;
}
.hoverTableTemplate p{
    padding: 5px;
}

/* menu Hover Gambar Template*/
.Gambar{
    width:100%;
    border-collapse:collapse; 
}
.Gambar th{
    height:20px; background: #ffffff; color:#105183;
}
.Gambar td{ 
    height:20px; padding-top:3px;vertical-align:middle; 
    border-bottom:1px solid;
    text-align:center;
}
.Gambar td a{
    width:100%;display:block;
}
.Gambar tr{
    background: #ffffff; color:#ffffff;
}
.Gambar p{
    padding: 5px;
}

/* Object */
.obj_issue_toc .cover,
.obj_issue_toc .cover img,
.obj_issue_summary .cover,
.issue_archive .obj_issue_summary .cover {
    width: 100%;
	height: 100%;
}

/* Logo */
.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.pkp_site_name > a {
    padding-top: 0;
    padding-bottom: 0;
  
    font-size: 42px !important;
    font-weight: 700;
    font-family: "Georgia", serif;
    letter-spacing: 1px;
  }
.pkp_site_name .is_img img {
  max-height: 130px !important;
}

/* Hilangkan judul About */
.homepage_about h2 {
  visibility: hidden;
}


/* ========================= */
/* FOOTER STYLE  */
/* ========================= */

.pkp_structure_footer_wrapper{
    background: #e8ebef;
    border-top: 3px solid #105183;
    padding: 30px 0;
}

.pkp_structure_footer{
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
}

/* kiri */
.pkp_footer_content{
    width: 70%;
    float: left;
    text-align: left !important;
    font-size: 14px;
    line-height: 1.7;
}

/* kanan */
.pkp_brand_footer{
    width: 30%;
    float: right;
    text-align: center;
    padding-top: 40px;
}

/* jarak teks */
.pkp_footer_content p{
    margin: 8px 0;
}

/* fix agar tidak berantakan */
.pkp_structure_footer::after{
    content: "";
    display: block;
    clear: both;
}

/* FULL WIDTH HEADER FIX */

/* hilangkan batas container */
.pkp_site_name_wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

/* gambar jadi full */
.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
}

/* hilangkan padding */
.pkp_site_name {
    padding: 0 !important;
}

/* hilangkan jarak atas */
.pkp_structure_head {
    padding: 0 !important;
}

.pkp_navigation_primary_wrapper {
    margin-top: 0 !important;
}