.pkp_structure_head {
    background-color: #33608D !important;
    background-image: url('/public/journals/1/homepageImage_en.png') !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 85% auto;
    height: 270px;   /* naik dari 200 */
    overflow: visible;
}

.pkp_site_name_wrapper {
    display: none !important;
}

.pkp_head_wrapper {
    background: transparent !important;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.pkp_site_nav_menu {
    width: 100%;
    background: #33608D !important;
}

/* footer wrapper */
.pkp_structure_footer_wrapper {
    background: #33608D;
    color: #fff;
    padding: 40px 0;
}

/* konten footer */
.pkp_structure_footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* text */
.pkp_footer_content {
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
}

/* link */
.pkp_footer_content a {
    color: #ffffff;
    text-decoration: none;
}

.pkp_footer_content a:hover {
    text-decoration: underline;
}

/* garis hr */
.pkp_footer_content hr {
    border: 0;
    border-top: 1px solid rgba(255,255,255,.25);
    margin: 30px auto;
    max-width: 800px;
}

/* semua gambar footer */
.pkp_footer_content img {
    max-width: 140px;
    height: auto !important;
    margin: 8px;
    vertical-align: middle;
    background: #fff;
    padding: 4px;
    border-radius: 6px;
}

/* logo sertifikat lebih besar */
.pkp_footer_content img[src*="Sertifikat"] {
    max-width: 400px;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

/* hapus spacing aneh */
.pkp_footer_content p {
    margin: 12px 0;
}

/* branding OJS */
.pkp_brand_footer {
    text-align: center;
    margin-top: 30px;
    opacity: .85;
}

.pkp_brand_footer img {
    max-height: 40px;
}
