*,
body {
    color: black;
}

a {
    color: #c30;
}

::before,
::after {
    display: none;
}

h2 {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 8px !important;
    border-bottom: solid 3px #c30;
}

.judul-sidebar {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: solid 3px #c30;
}

/* Header */
.pkp_structure_head {
    background-color: #ffffff;
    border: none;
    height: 500px;
}

.pkp_structure_sidebar{
    float: right;
    width: 400px;
}
/*娣囶喗鏁�*/

.obj_issue_toc .sections:not(:first-child){
    margin-top:-50px;
}
/*@keyframes gantigambar {*/
/*    0%,100% {*/
/*        background-image: url(https://cwto.net/files/imgs.jpg);*/
/*        background-size: cover;*/
/*        background-position: center; */
/*    }*/

/*    50% {*/
/*        background-image: url(https://cwto.net/files/imgs.jpg);*/
/*        background-size: cover;*/
/*       background-position: center top 10px; */

/*    }*/
/*}*/

/*.pkp_head_wrapper {*/
/*    margin: 0 !important;*/
/*    width: 100% !important;*/
/*    background-image: url();*/
/*    padding-top: 0 !important;*/
/*    height: 500px;*/
/*    animation: gantigambar 60s 0s infinite alternate*/
/*}*/



.pkp_head_wrapper {
    position: relative;
    margin: 0 !important;
    width: 100% !important;
    padding-top: 0 !important;
    height: 600px;
    overflow: hidden; /* 闂冨弶顒涙导顏勫帗缁辩姵瀛╅崙锟� */
    /* pointer-events: none; */
}
.pkp_structure_content{
    margin-top: 100px;
}
.pkp_head_wrapper::before {
        display:block;

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('https://cwto.net/files/imgs.jpg');*/
    background-image: url('https://revista-dyna.com/imgs/manage.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.8; /* 閸掓繂顫愭稉宥夆偓蹇旀鎼达拷 */
    animation: fadeInOutA 30s infinite alternate;
}


.pkp_head_wrapper::after {
    /*display:block;*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://revista-dyna.com/imgs/manages.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0; /* 閸掓繂顫愰柅蹇旀閿涘矂鈧俺绻冮崝銊ф暰閺€鐟板綁闁繑妲戞惔锟� */
    animation: fadeInOutB 30s infinite alternate;
}

@keyframes fadeInOutA {
    0%, 100% {
        opacity: 0.8;
        transform: scale(1)
    }
    50% {
        opacity: 0;
        ransform: scale(1.1);
    }
}

@keyframes fadeInOutB {
    0%, 100% {
        transform: scale(1.1);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 0.8;
    }
}

/* Article */
.obj_article_details .main_entry {
  padding-right: 20px;
  border-right: none !important;
}

.obj_article_details .entry_details{
  margin-left: -2.143rem;
    margin-right: -2.143rem;
}





/* Navigation User */

div#navigationUserWrapper {
    display: none;
    z-index: 0;
}

/* Site name */

.pkp_site_name_wrapper {
    /*background-color: #fffccca1;*/
    width: 100%;
    height: 100%;
    z-index:8888;
}

.pkp_site_name {
    background: #ffffff;
    padding: 10px 40px 0 ;
    border-bottom: 28px solid red;
}

.pkp_site_name .is_img img {
    max-height: 50px;
}

/* Custom Hero */

#customblock-custom-hero .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#customblock-custom-hero {
    position: absolute;
    background: none;
    top: -381px;
    left: 15px;
    border: none;
    width: 1160px;
    z-index:8888;
}

#customblock-custom-hero h1 {
    color: white;
    font-size: 30px;
    margin-bottom: 8px;
    transition: font-size 2s;
}

#customblock-custom-hero h1:hover {
    font-size: 32px;
}

#customblock-custom-hero h2 {
    color: white;
    margin-bottom: 8px;
    transition: font-size 2s;
    border: none;
    font-weight: normal;
}

#customblock-custom-hero h2:hover {
    font-size: 25px;
}


#customblock-custom-hero a {
    text-decoration: none;
    color: white !important;
    border: solid 1px white;
    border-radius: 10px;
    padding: 10px;
    transition: 1s;
}

#customblock-custom-hero a:hover {
    text-decoration: none;
    color: rgb(0, 0, 0) !important;
    border: solid 1px white;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
}

/* custom running text */
#customblock-running-text {
    box-shadow: none;
    border: none;
}
#running-text {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: -541px;
    left: 0;
    color: orange;
    z-index:9999;
    pointer-events: none;
}

#running-text p {
    position: absolute;
    width: max-content;
    height: 100%;
    margin: 0;
    color: white;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    transform: translateX(100%);
    /* Apply animation to this element */
    animation: scroll-left 100s linear infinite;
}

/* Move it (define the animation) */
@keyframes scroll-left {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Navigation */

nav.pkp_site_nav_menu {
    background: none;
    border: none;
    position: absolute;
    top: 14px;
}

.pkp_navigation_search_wrapper {
    display: none;
}

.pkp_search_desktop{
    display: none;
}

.pkp_navigation_primary_wrapper {
    display: flex;
    justify-content: center;
    /* margin-right: 50px; */
    width: 107% !important;
    /* display: flex;
    justify-content: flex-end;
    margin-right: 50px; */
}

#navigationPrimary li a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    transition: border 1s;
}

#navigationPrimary li a span {
    color: #ffffff;
}

#navigationPrimary li a:focus {
    background: none !important;
}

.dropdown-menu {
    padding: 10px !important;
}

.dropdown-menu li a {
    color: #c30 !important;
}

.dropdown-menu li a:hover {
    background: none;
    border: none;
}

/* structure */
.pkp_structure_content.has_sidebar {
    display: flex;
    padding-top: 10px;
}

.pkp_structure_main {
    width: 1179px;
}

.pkp_structure_main a {
    color: #c30 !important;
}

/* content */
.pkp_structure_content {
    width: 1160px;
}
.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: #c30;
    margin-top: 0 !important;
}

.additional_content {
    margin-top: 20px !important;
    border-top: 0 !important;
}

a.obj_galley_link.pdf:hover {
    background: #c30 !important;
    color: white !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: #c30;
}

.content ul li {
    background: white;
    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;
    color: #c30;
}

#customblock-Sidebar_menu {
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
    padding: 0;
}

iframe {
    width: 100%;
}

.issues_archive h2 {
    text-transform: none;
    border: navajowhite;
}

/* 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;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 55px;
    width: 80px;
}

@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_structure_content {
        width: 100%;
    }

    .pkp_structure_main {
        width: 100%;
    }

    .pkp_site_nav_toggle {
        top: 10px;
        left: 10px;
    }

    nav.pkp_site_nav_menu {
        top: 68px;
        background: #ffffff;
    }

    .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 {
        background: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        border: none;
    }

    .pkp_site_name .is_img img {
        width: 114px !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;
    }
    .whatsapp {
        position: fixed;
        bottom: -10px;
        right: 18px;
        width: 85px;
    }
}

