/* Full Width Header */
.pkp_structure_head {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Header Image Full Width */
.pkp_site_name_wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.pkp_site_name .is_img img {
    max-height: 200px !important;
    width: 100% !important;
    object-fit: cover;
}
.pkp_structure_head {
    background-color: #29ace2 !important;
}

/* Geser menu Current, Archives, About agar tidak terlalu kiri */
.pkp_navigation_primary {
    background-color: #29ace2 !important;
    padding-left: 175px !important; /* atur sesuai kebutuhan */
}

.pkp_navigation_primary ul {
    padding-left: 0 !important; /* reset supaya tidak ganda */
    margin-left: 0 !important;
}


.pkp_navigation_primary_row {
    background-color: #29ace2 !important;
}


.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th {
  background-color: #003366;
  border-bottom:0px solid #ffffff;
  color: #ffffff;
  width:100%;
  height:30px;
  vertical-align:middle;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px;
}

.hover td {
  background-color: #3dafcd;
  border-bottom:2px solid #ffffff;
  color: #ffffff;
  width:100%;
  height:30px;
  vertical-align:middle;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.hover td a {
  color: #ffffff;
  display:block;
  border-radius: 5px;
}
.hover td img {
  width:100%;  
  height:70px;
  transition: 0.3s;
  border-radius: 5px; 
}
.hover tr :hover {
  background-color: #28be48;
  color: #ffffff;
  border-radius: 10px;
}