*,
body {
    color: black;
}

::before,
::after {
    display: none;
}

/* Header */
.pkp_structure_head {
    background-color: #ffffff;
    border: none;
    height: 520px;
}

@keyframes gantigambar {
    0% {
        background-image: url(https://images.pexels.com/photos/13061422/pexels-photo-13061422.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
        background-size: cover;
    }
    100% {
        background-image: url(https://images.pexels.com/photos/2239422/pexels-photo-2239422.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
        background-size: cover;
    }
}

.pkp_head_wrapper {
    margin: 0 !important;
    width: 100% !important;
    background-image: url(https://images.pexels.com/photos/13061422/pexels-photo-13061422.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    padding-top: 0 !important;
    height: 500px;
    animation: gantigambar 60s 0s infinite alternate
}

/* Navigation User */

div#navigationUserWrapper {
    display: none;
    z-index: 0;
}

/* .pkp_navigation_user>li:last-child>a {
    margin: 0;
    border: 1px solid;
    border-radius: 10px;
} */

/* Site name */

.pkp_site_name_wrapper {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0.6194852941176471) 0%, rgba(9,9,121,0.4290091036414566) 35%, rgba(0,212,255,0.4738270308123249) 100%);
    width: 100%;
    height: 100%;
}

.pkp_site_name {
    display: block !important;
    margin-top: 25px;
    margin-left: 50px;
}

.pkp_site_name .is_img img {
    max-height: 50px;
}

/* Custom Hero */

div#customblock-custom-hero .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#customblock-custom-hero {
    position: absolute;
    background: none;
    top: -350px;
    left: 23px;
    border: none;
    width: 1160px;
}

div#customblock-custom-hero h1 {
    color: white;
    font-size: 30px;
    margin-bottom: 30px;
    transition: font-size 2s;
}

div#customblock-custom-hero h1:hover {
    font-size: 32px;
}

div#customblock-custom-hero a {
    text-decoration: none;
    color: white;
    border: solid 1px white;
    border-radius: 10px;
    padding: 10px;
    transition: 1s;
}

div#customblock-custom-hero a:hover {
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: solid 1px white;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
}

/* Navigation */

nav.pkp_site_nav_menu {
    background: none;
    border: none;
    position: absolute;
    top: 30px;
}

.pkp_navigation_search_wrapper {
    display: none;
}

.pkp_navigation_primary_wrapper {
    display: flex;
    justify-content: flex-end !important;
    margin-right: 50px;
}

/* nav.pkp_site_nav_menu {
    position: relative;
    top: -500px;
} */

ul#navigationPrimary li a {
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    transition: border 1s;
}

ul#navigationPrimary li a span {
    color: #ffffff;
}

ul#navigationPrimary li a:focus {
    background: none !important;
}

.dropdown-menu li a {
    color: #012143 !important;
}

/* dropdown */
/* .pkp_nav_list ul, .dropdown-menu {
    left: 0 !important;
    display: none;
    opacity: 0;
    transition: 2s;
}

#pkpDropdown0:hover .pkp_nav_list ul {
    display: block;
    opacity: 1;
} */

/* .dropdown-menu {
    left: 0 !important;
} */


/* structure */
.pkp_structure_content.has_sidebar {
    display: flex;
    padding-top: 10px;
}

/* content */
.pkp_structure_main>div {
    box-shadow: 0 1px 15px 1px rgba(117, 108, 234, 0.08);
    border: 1px solid #f3f3f3;
    margin-right: -5px !important;
    padding: 20px 30px;
}

.pkp_structure_main p {
    text-align: justify;
}

.pkp_structure_main h2 {
    font-size: 20px;
    font-weight: normal;
    color: #00448b;
    margin-top: 0 !important;
}

.additional_content {
    margin-top: 20px !important;
    border-top: 0 !important;
}

/* sidebar */
.pkp_block {
    box-shadow: 0 1px 15px 1px rgba(117, 108, 234, 0.08);
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
}

.content-judul {
    margin-bottom: 15px;
    font-size: 20px;
    color: #00448b;
}

.content ul li {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgb(253, 253, 253) 100%);
    min-height: 48px;
    border-bottom: 1px solid rgb(234, 233, 233);
    padding: 13px 0 0 5px !important;
    margin: 1px;
}

.content ul li a {
    font-size: 13px;
    transition: 1s;
}

.content ul li a:hover {
    font-size: 20px;
}


iframe {
    width: 100%;
}

/* footer */
.pkp_structure_footer_wrapper {
    background: #f0f0f0;
}

.pkp_footer_content {
    display: flex;
    justify-content: space-between;
}

.pkp_footer_content div p {
    font-size: 13px;
    line-height: 28px;
}

.pkp_brand_footer {
    display: none;
}

@media only screen and (max-width:920px) {
    .pkp_head_wrapper {
        padding: 0 !important;
    }
    .pkp_site_nav_toggle>span:before {
        display: block;
    }
    .pkp_site_nav_toggle>span:after {
        display: block;
    }
    .pkp_structure_head {
        background-color: #ffffff;
        border: none;
        height: -webkit-fill-available;
    }
    .pkp_head_wrapper {
        height: 70px;
    }
    .pkp_structure_page {
        max-width: 920px;
        width: 100%;
    }
    .pkp_site_nav_toggle {
        top: 10px;
        left: 10px;
    }
    nav.pkp_site_nav_menu {
        top: 68px;
        background: #f0f0f0;
    }
    .pkp_navigation_primary_wrapper {
        display: flex;
        justify-content: flex-start;
        margin-right: 50px;
    }
    ul#navigationPrimary li a {
        color: black;
        font-weight: bolder;
        line-height: 2;
    }
    .pkp_site_name_wrapper {
        padding-top: 10px;
    }
    .pkp_site_name {
        margin: 0;
        display: flex;
        justify-content: center;
    }
    .pkp_site_name .is_img img {
        width: 150px !important;
    }
    div#customblock-custom-hero {
        display: none;
    }
    .pkp_structure_content.has_sidebar {
        display: flex;
        padding-top: 10px;
        flex-direction: column;
    }
    .pkp_footer_content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .pkp_footer_content div {
        margin-bottom: 5px;
    }
}

