.title-menu {
    background-color: #1E4169;
    /* border-color: #136baa; */
    font-family: 'Poppins'; 
    text-align: center;
    padding: 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    unicode-bidi: isolate;
}
.title-menu td {
    color: white;
}
.menu-link td a {
     font-family: 'Poppins';
     text-decoration: none;
/*    border-top: 1px solid #009D88;*/
    color:  #1E4169;
    display: block;
    background-color: #E3E3F1;
    padding: 10px;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-top: -5px;
    transition: 0.3s;
}
.menu-link td a:hover {
    font-family: 'Poppins';
    background-color:  #E3E3F1;
    /* box-shadow: gray 2px 2px 2px; */
    color: black;
    border-left: 5px solid #1E4169;
    border-right: 5px solid #1E4169;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.bagan td a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #F8F8F8;
    text-align: center;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    transition: 0.2s;
    color: black;
}
.bagan td a:hover {
    background-color: #fff;
    /* box-shadow: gray 2px 2px 2px; */
    color: #000;
    border-left: 5px solid   #1E4169;
    border-right: 5px solid  #1E4169;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.bagan-menu td a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #F8F8F8;
    text-align: center;
    transition: 0.2s;
    color: black;
}
.bagan-menu td a:hover {
    background-color: white;
    /* box-shadow: gray 2px 2px 2px; */
    color: #000;
    border-left: 5px solid  #1E4169;
    border-right: 5px solid  #1E4169;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.pkp_structure_main{
    background: #fff;
}
.pkp_structure_content{
    background: #fff;
}
.pkp_navigation_user>li:last-child>a {
    margin-top: 2.7rem;
    margin-right: 1.7rem;
}
.pkp_navigation_primary>li>a {
    padding-left: 2rem;
}
.pkp_structure_head{
    margin-top: -2rem;
    margin-left: 6.6rem;
    margin-right: 6.6rem;
}
/* Mobile Devices (max-width: 600px) */
@media (min-width: 992px) {
    .pkp_structure_head {
        margin: 0 auto;
        background-color: transparent;
        border: none;
    }
    .pkp_site_name_wrapper{
        
    }
    .pkp_page_index .homepage_image {
      margin-top: 0rem !important;
      margin-left: 0rem !important;
      margin-right: 0rem !important;  
    }
    .pkp_navigation_primary_wrapper{
        border-bottom: 1px solid #ddd;
    }
    .obj_issue_toc .galleys, .obj_issue_toc .section{
        margin-top: 0rem !important;
        margin-left: 0rem !important;
        margin-right: 0rem!important;
    }
  }