html,
body {
    font-family: Arial, Helvetica, sans-serif;
}

.abstract {
    text-align: justify;
}

.abstract .label {
    text-align: center;
}

.container {
    position: relative;
    overflow: hidden;
    padding: 24px 0;
}

#clock {
    font-size: 62px;
    text-shadow: 5px 1px 5px #00000054;

}

#date {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #5a5a5a;
}

.jam {
    margin-top: -30px;
    margin-bottom: -33px;
}

#date span {
    font-weight: 800;
    color: #f44336;
}

#sec {
    font-size: 51px;
    margin-top: 30px;
    font-weight: bold;
    color: #F44336;
}

#sec span {
    color: #aea4a4;
    font-size: 55px;
    font-weight: bold;
}




/*card*/


.card-group {
    display: flex;
    justify-content: center;
}

.card-group .card {
    background: #fff;
    width: 330px;
    height: 184px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.card-group .card:hover p {
    font-size: .9rem;
    text-align: center;
    padding: 12px;
    margin-bottom: 20px;
    height: 143px;
    margin-top: 16px;
}

.card-group .card:hover .card-badge {
    top: 150px;
}

.card-group .card .card-badge {
    width: 4em;
    height: 4em;
    background: #002c5f00;
    border-radius: 50%;
    position: absolute;
    transition: .3s ease-in;
    left: 300px;
    top: 30px;
}

.card-group .card .card-image {
    background: url(http://issn.pdii.lipi.go.id/data/1470825711.png);
    background-size: cover;
    height: 138px;
    width: 100%;
    background-repeat: no-repeat;
}

.card-group .card h1 {
    padding: 0 1em;
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: -21px;
}

.des {
    margin-bottom: -24px;
}

.card-group .card p {
    font-weight: 100;
    font-size: 0;
    transition: 0.2s ease-in;
    line-height: 14px;
    letter-spacing: 0px;
    margin-bottom: -15px;
}

.card-group .card a {
    font-size: 1rem;
    color: #0f82ff;
}

.cardmore {
    margin-top: -25px;
}





.block_Keywordcloud {
    padding: 0px;
}






.mainmenu,
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
    display: block;
    background-color: #353535;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.mainmenu li {

    padding: 1px 0;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #0c0c0c;
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
    display: block;
    max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
    background-color: #754013;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
    background-color: #666;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
    overflow: hidden;
    max-height: 0;
}

.pkp_structure_page .pkp_structure_head .pkp_head_wrapper {
    height: 230px;
    box-shadow: 1px -5px 20px #000000db;
}


.pkp_site_name_wrapper {
    height: 156px;
    margin-top: -41px;
}





.pkp_navigation_primary_row {
    margin-top: 54px;
    font-size: large;
    padding-left: 30px;
}



.pkp_site_name .is_img {

    width: 100%;
}


.pkp_site_name_wrapper .pkp_site_name .is_img img {
    width: 116%;
    max-height: 100%;
}

.pkp_structure_content {
    padding-top: 0px;
    width: 100%;
}


.pkp_structure_main::after {

    left: 767px;
}


.obj_issue_toc .galleys::before,
.obj_issue_toc .section::before {
    left: 78px;

}

.obj_article_details {
    width: 714px;
}

.obj_article_details .row {
    margin-right: 1px;

}

.obj_article_details .main_entry {
    width: 743px;
}

.page_issue {
    text-align: justify;
}

.cmp_article_list {
    width: 113%;
}

.pkp_structure_sidebar {
    margin-right: -17px;
}

/*.section .cmp_article_list  {*/
/*    width: 755px;*/
/*}*/

.pkp_structure_page {
    width: 1036px;
    box-shadow: 0 0 20px #00000054;

}

.pkp_page_index .journals {
    margin-top: -1px;
}

.pkp_structure_content {
    background-color: white;
}



#customblock-searchone {
    padding: 47px;
}

/*tambahan*/

.dropdown-menu {
    min-width: 1rem;
    font-size: 15px;
}

.pkp_navigation_user ul {
    width: 127px;
}






.cmp_breadcrumbs ol {
    margin-bottom: 0px;
}

.obj_issue_toc .section {
    margin: -80px -25px;
}

.obj_issue_toc .cover {
    margin-bottom: 10px;
}

.profile {
    background-color: #ffffffcf;
    border-radius: 68px;
    width: 125px;
}

.obj_issue_summary .cover {
    margin-bottom: 0px;
}

/*tambahan end*/


.page_issue_archive .issues_archive {
    margin-left: -30px;
    margin-right: -109px;
    padding: 20px 34px;
}

/*responsif str*/


@media screen and (max-width:990px) {
    .pkp_structure_head {
        width: 720px;
        height: 200px;
    }

    .pkp_structure_page {

        width: 720px;
    }

    .section {
        width: 690px;
    }

    .container {
        position: relative;
    }

    .cmp_article_list {
        width: 100%;
        text-align: justify;
    }

    .pkp_structure_main::before,
    .pkp_structure_main::after {
        background: #ddd0;
    }

    .obj_article_details {
        width: 701px;
        text-align: justify;
    }

    .pkp_site_name_wrapper {
        height: 106px;
        margin-top: -68px;
    }

    .pkp_head_wrapper .pkp_search {
        display: block;
        padding: 0px 0;
    }

    .card-group .card {
        width: 245px;
        height: 151px;
    }

    .page_issue_archive .issues_archive {
        margin-right: -293px;
    }

    .obj_issue_toc .section {
        margin: -80px -25px;
    }

    .pkp_navigation_primary_row {
        font-size: initial;
    }

}


@media screen and (min-width: 360) {
    .obj_announcement_summary {
        width: 100%;
        border: rebeccapurple;
    }
}

@media screen and (max-width:767px) {
    .pkp_structure_head {
        width: 540px;
        height: 180px;
    }

    .pkp_site_name_wrapper {
        height: 65px;
        margin-top: -68px;
    }

    .pkp_structure_page {

        width: 720px;
    }

    .section {
        width: 529px;
    }

    .container {
        position: relative;
        overflow: visible;
    }

    .cmp_article_list {
        width: 78%;
    }

    .pkp_structure_main::before,
    .pkp_structure_main::after {
        background: #ddd0;
    }

    .obj_article_details {
        width: 100%;
        text-align: justify;
    }



    .card-group .card {
        width: 245px;
        height: 151px;
    }

    .obj_issue_toc .section {
        margin: -62px 0px;
    }

}

.pkp_head_wrapper .pkp_search {
    display: block;
    padding: 0px 0;
}


@media screen and (max-width:575px) {
    .pkp_structure_head {
        width: 540px;
        height: 180px;
    }

    .pkp_site_name_wrapper {
        height: 65px;
        margin-top: -68px;
    }

    .pkp_structure_page {

        width: 540px;
    }

    .section {
        width: 458px;
    }

    .container {
        position: relative;
        overflow: visible;
    }

    .cmp_article_list {
        width: 85%;
    }

    .pkp_structure_main::before,
    .pkp_structure_main::after {
        background: #ddd0;
    }

    .obj_article_details {
        width: 100%;
        text-align: justify;
    }

    .pkp_head_wrapper .pkp_search {
        display: block;
        padding: 0px 0;
    }

    .card-group .card {
        width: 245px;
        height: 151px;
    }



}



@media screen and (max-width:540px) {
    .pkp_structure_head {
        width: 450px;
        height: 160px;
    }

    .pkp_site_name_wrapper {
        height: 48px;
        margin-top: -68px;
    }

    .pkp_structure_page {

        width: 450px;
    }

    .section {
        width: 439px;
    }

    .container {
        position: relative;
        overflow: visible;
    }

    .cmp_article_list {
        width: 90%;
    }

    .pkp_structure_main::before,
    .pkp_structure_main::after {
        background: #ddd0;
    }

    .obj_article_details {
        width: 100%;
        text-align: justify;
    }

    .pkp_head_wrapper .pkp_search {
        display: block;
        padding: 0px 0;
    }

    .card-group .card {
        width: 245px;
        height: 151px;
    }

    .obj_issue_toc .section {
        margin: -47px 0px;
    }

}





@media screen and (max-width:440px) {
    .pkp_structure_head {
        width: 360px;
        height: 160px;
    }

    .pkp_site_name_wrapper {
        height: 32px;
        margin-top: -68px;
    }

    .pkp_structure_page {

        width: 360px;
    }

    .section {
        width: 345px;
    }

    .container {
        position: relative;
        overflow: visible;
    }

    .cmp_article_list {
        width: 95%;
    }

    .pkp_structure_main::before,
    .pkp_structure_main::after {
        background: #ddd0;
    }

    .obj_article_details {
        width: 100%;
        text-align: justify;
    }


    .pkp_head_wrapper .pkp_search {
        display: block;
        padding: 0px 0;
    }

    .card-group .card {
        width: 245px;
        height: 151px;
    }

    .page_issue_archive .issues_archive {
        margin-right: -25px;
    }

}




@media screen and (max-width:367px) {
    .pkp_structure_head {
        width: 334px;
        height: 160px;
    }

    .pkp_site_name_wrapper {
        height: 27px;
        margin-top: -68px;
    }

    .pkp_structure_page {

        width: 334px;
    }

    .section {
        width: 317px;
    }

    .container {
        position: relative;
        overflow: visible;
    }

    .cmp_article_list {
        width: 95%;
    }

    .pkp_structure_main::before,
    .pkp_structure_main::after {
        background: #ddd0;
    }

    .obj_article_details {
        width: 100%;
        text-align: justify;
    }

    .pkp_head_wrapper .pkp_search {
        display: block;
        padding: 0px 0;
    }

    .card-group .card {
        width: 245px;
        height: 151px;
    }

    .obj_issue_toc .section {
        margin: -50px 0px;
    }

}




@media screen and (max-width:320px) {
    .pkp_structure_head {
        width: 300px;
        height: 160px;
    }

    .pkp_site_name_wrapper {
        height: 27px;
        margin-top: -68px;
    }

    .pkp_structure_page {

        width: 300px;
    }

    .section {
        width: 262px;
    }

    .container {
        position: relative;
        overflow: visible;
    }

    .cmp_article_list {
        width: 95%;
    }

    .pkp_structure_main::before,
    .pkp_structure_main::after {
        background: #ddd0;
    }

    .obj_article_details {
        width: 100%;
        text-align: justify;
    }

    .pkp_head_wrapper .pkp_search {
        padding: 0px 0;
    }

    .card-group .card {
        width: 209px;
        height: 164px;
    }



}






/*responsiff end*/






/*gradient*/

@import url(https://fonts.googleapis.com/css?family=Lato:300,700,300italic);

.wrapper {
    align-items: center;
    background-image: linear-gradient(to right, #054f7d, #00a7cf, #efe348, #861a54, #054f7d);
    background-size: 600%;
    background-position: 0 0;
    box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    /* Animation */
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: gradients;
}



@media (max-width: 830px) {}

@keyframes gradients {
    0% {
        background-position: 0 0;
    }

    25% {
        background-position: 50% 0;
    }

    50% {
        background-position: 90% 0;
    }

    60% {
        background-position: 60%;
    }

    75% {
        background-position: 40%;
    }

    100% {
        background-position: 0 0;
    }
}


/*end*/
.has_site_logo .pkp_head_wrapper {

    padding-left: 0px;
    padding-right: 0px;
}

.pkp_head_wrapper .pkp_search button {
    width: 25%;
    margin-top: 0px;
}


.pkp_head_wrapper .pkp_site_name {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.pkp_navigation_primary>li>a {
    margin: -44px 1em 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
}