*,
body {
    color: black;
}

::before,
::after {
    display: none;
}

.pkp_structure_page {
    background: url(https://i.ibb.co.com/0sZhrDm/image190.png);
}

/* Header */
.pkp_structure_head {
    border: none;
    height: 520px;
    background: none;
}

@keyframes gantigambar {
    0% {
        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;
    }
    100% {
        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;
    }
}

.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 {
    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;
    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 */
.obj_issue_toc .articles {
    margin-top: 0;
}
/* .obj_article_details .main_entry {
    width: 340px;
} */
.pkp_structure_content.has_sidebar {
    display: flex;
    padding-top: 10px;
}

/* content */
.pkp_structure_main {
    width: 1050px;
}
.pkp_structure_main>div {
    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;
}

p#indexing-page {
    display: grid;
    grid-template-columns: 180px 180px 180px;
    justify-items: center;
    align-items: center;
    gap: 20px;
}
.additional_content center img {
    width: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* .additional_content p {
    display: flex;
    justify-content: center;
} */

.page_index_journal .current_issue {
    display: none;
}

.page_index_journal section.homepage_about {
    display: none;
}

/* .additional_content center img {
    width: 250px !important;
} */

.additional_content h1 strong {
    color: #527097 !important;
}
.pkp_structure_main h1 {
    margin-top: 0;
}
.additional_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* sidebar */
.suyono2 form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
button.submit {
    font-size: 12px;
}
.pkp_block.block_Keywordcloud .title {
    text-transform: uppercase;
    color: black;
    font-size: 1rem;
}
div#isi-indexing {
    display: grid !important;
    align-items: center;
    justify-items: center;
    grid-template-columns: 90px 90px;
    width: 100px;
    column-gap: 15px;
}
div#isi-tools {
    display: grid;
    grid-template-columns: 90px 90px;
    align-items: center;
    gap: 15px;
}
div#isi-tools p{
    margin: 0;
}
div#isi-template {
    display: grid;
    grid-template-columns: 90px 90px;
    gap: 10px;
}
div#isi-collab {
    display: grid;
    grid-template-columns: 90px 90px;
    column-gap: 15px;
    justify-items: start;
    align-items: center;
}
.quickmenu {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.quickmenu img {
    width: 200px;
}


.pkp_block {
    border: 1px solid #000000;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #c6d7ff3b;
}

.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%;
}

div#isi-collab p {
    margin: 0;
    width: 80px;
}

/* footer */
.maps {
    width: 600px;
}
.footer2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-1 p img {
    width: 80px;
}

.pkp_structure_footer_wrapper {
    background: #f0f0f000;
}

.pkp_footer_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.pkp_footer_content p{
    margin: 0 0 10px 0;
}

.pkp_footer_content div p {
    font-size: 13px;
}

.pkp_brand_footer {
    display: none;
}
@media (min-width: 1200px) {
    .obj_article_details .main_entry {
        width: 540px;
    }
}
@media only screen and (max-width:920px) {
    div#isi-indexing {
        grid-template-columns: 90px 90px 90px;
    }
    div#isi-tools {
        grid-template-columns: 90px 90px 90px;
    }
    div#isi-template {
        grid-template-columns: 90px 90px 90px;
    }
    div#isi-collab {
        grid-template-columns: 90px 90px 90px;
    }
    p#indexing-page {
        grid-template-columns: 180px;
    }
    .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_main {
        width: 100%;
    }
    .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;
    }
}
