/* Mengatur agar gambar beranda tampil maksimal sesuai lebar layar */
html, body {
    background: #ddd;
}

.pkp_structure_page {
    max-width: 1160px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top:2.143rem;
    margin-bottom: 2.143rem
}

.pkp_structure_head {
    width: 100%;
}

.pkp_head_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_structure_head img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.pkp_site_name a {
  width: 100%;
}

.pkp_site_name a img {
    object-fit: cover;
    max-height: none !important;
}

.pkp_site_nav_menu {
    padding: 0 1rem;
}

.pkp_site_nav_menu a {
  color: white !important;
}

.pkp_site_nav_menu .dropdown-menu a {
  color: black !important;
}

.pkp_structure_footer_wrapper {
    background: rgba(0,0,0,0.05);
    border-top: 1px solid #ddd;
    border-bottom: 1.43rem solid #0693e3
}

.pkp_block {
    padding: 1rem 2.143rem !important;
}

.pkp_block:nth-child(1) {
  padding-top: 0 !important;
}


.logo_for_mobile img {
    margin-bottom: 2rem;
}

/* desktop */
@media (min-width: 992px) {
  .logo_for_mobile {
        display: none !important;
    }
}

/* mobile */
@media (max-width: 991px) {
  .pkp_structure_page {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
  .logo_for_desktop {
        display: none !important;
    }
    .homepage_about {
        padding-top: 0 !important;
    }
}
