.pkp_structure_head {
  background-image: url("https://journal.jinovasi.com/bg.png");
  background-repeat: no-repeat center center;
  text-align: justify;
}

.tsv_search {
  width: 365px;
  margin: 20px auto 0 auto;
  text-align: justify;
}

.tsv_search input {
  width: 300px;
  height: 40px;
  padding: 10px;
  margin: 1px 0 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #737373;
  border: 2px solid #737373;
  background: transparent;
  text-align: justify;
}

.tsv_search button {
  width: 60px;
  height: 40px;
  padding: 10px;
  border: 0;
  margin: 0;
  font-size: 25px;
  color: #737373;
  background: transparent;
  text-align: justify;
}

.pkp_page_index .tsv_issues {
  width: 100%;
  border: 0px solid #eee;
  border-radius: 4px;
  padding-left: 50px;
  text-align: justify;
}

.pkp_page_index .tsv_journals {
  width: 100%;
  border: 0px solid #eee;
  border-radius: 4px;
  padding-left: 50px;
  text-align: justify;
  text-align: justify;
}

.pkp_page_index .tsv_info {
  display: table;
  margin-top: 60px;
  text-align: justify;
}

.pkp_page_index h2 {
  text-align: center;
  display: block;
  font-size: 30px;
  text-align: justify;
  margin-top: 60px;
}

.pkp_structure_footer_wrapper {
  background-image: url("https://journal.jinovasi.com/bg.png");
  background-repeat: no-repeat center center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /*background: rgb(34,195,185);*/
  /*background: linear-gradient(187deg, rgba(34,195,185,1) 0%, rgba(203,232,188,1) 100%);*/
  /*padding-bottom: 0px;*/
}

.pkp_structure_footer_content .body {
  color: white;
}
.pkp_footer_content {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pkp_brand_footer {
  float: right;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 10px;
}

/* Menu Tambahan Kanan by akbar idaman */

.hoverB a:link,
a:visited {
  background-color: white;
  color: black;
  border: 2px solid #32679d;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  list-style: none;
  display: block;
}
.hoverB a:hover,
a:active {
  background-color: #32679d;
  color: white;
}
.col-md-6 {
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  body {
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    font-weight: 400;
    text-align: justify;
  }
  #cssmenu {
    position: relative;
    margin: 0;
    line-height: 1;
    width: 100%;
    min-width: 250px;
  }
  /* .align-right {
    float: right;
  } */
  #cssmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #cssmenu ul li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  #cssmenu ul li a {
    text-decoration: none;
    cursor: pointer;
  }
  #cssmenu > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 20px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #0171a9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    position: relative;
  }
  #cssmenu > ul > li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  #cssmenu > ul > li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #000;
  }
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.open > a,
  #cssmenu > ul > li:hover > a {
    background: #3d81a9;
    color: #fff;
  }
  #cssmenu ul > li.has-sub > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #000;
    border-botom: 13px solid transparent;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    left: 0;
    bottom: -13px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #cssmenu ul > li.has-sub > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #3d81a9;
    border-botom: 13px solid transparent;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    left: 0;
    bottom: -12px;
    bottom: -1px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #cssmenu ul > li.has-sub::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    z-index: 2;
    right: 20px;
    top: 24.5px;
    pointer-events: none;
  }
  #cssmenu ul > li.active::after,
  #cssmenu ul > li.open::after,
  #cssmenu ul > li:hover::after {
    border-top-color: #fff;
  }
  #cssmenu ul > li.has-sub.open > a::after {
    opacity: 1;
    bottom: -13px;
  }
  #cssmenu ul > li.has-sub.open > a::before {
    opacity: 1;
    bottom: -12px;
  }
  #cssmenu ul ul {
    display: none;
  }
  #cssmenu ul ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #cssmenu ul ul li a {
    background: #f1f1f1;
    display: block;
    position: relative;
    font-size: 15px;
    padding: 14px 20px;
    border-bottom: 1px solid #fff;
    color: #333;
    font-weight: 300;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
  #cssmenu ul ul li:first-child > a {
    padding-top: 18px;
  }
  #cssmenu ul ul ul li {
    border: 0;
  }
  #cssmenu ul ul li.active > a,
  #cssmenu ul ul li.open > a,
  #cssmenu ul ul li:hover > a {
    background: #e4e4e4;
    color: #666;
  }
  #cssmenu ul ul > li.has-sub > a::after {
    border-top: 13px solid #fff;
  }
  #cssmenu ul ul > li.has-sub > a::before {
    border-top: 13px solid #e4e4e4;
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu ul ul > li.has-sub::after {
    top: 18.5px;
    border-width: 6px;
    border-top-color: #777;
  }
  #cssmenu ul ul > li.active::after,
  #cssmenu ul ul > li.open::after,
  #cssmenu ul ul > li:hover::after {
    border-top-color: #666;
  }
  #cssmenu .has-sub ul > li > a {
    background-color: #eaeaea;
  }
  h2.editorial-head,
  h2.editorial-sub {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
  }
  .pkp_structure_main .page h2.editorial-head {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #f7bc4a;
    text-transform: uppercase;
  }
  .pkp_structure_main .page h2.editorial-sub {
    color: #cb5f00;
    margin: 10px 0;
  }
  .no-margin {
    margin: 0 !important;
  }
  .identity .ie-body,
  .identity .ie-head {
    margin-bottom: 8px;
    text-align: justify;
  }
  .identity .ie-head {
    padding-left: 0;
  }
  .identity .ie-body {
    padding-right: 0;
    text-align: justify;
  }
  .identity .ie-head p,
  .identity .ie-body p {
    margin: 0;
    padding: 10px 0;
    text-align: justify;
  }
  .identity .ie-head p {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e1e8ed;
    font-weight: 700;
  }
  .editorial-table,
  .editorial-table > tbody > tr > td,
  .editorial-table > tbody > tr > th,
  .editorial-table > tfoot > tr > td,
  .editorial-table > tfoot > tr > th,
  .editorial-table > thead > tr > td,
  .editorial-table > thead > tr > th {
    border-color: #3d81a9 !important;
  }
  .pkp_structure_main .page h2.editorial-head:nth-of-type(1) {
    margin-top: 20px;
  }
  #navigationPrimary a:hover,
  #navigationPrimary a:focus {
    color: #ffffff;
    background-color: #0171a9;
  }
  .pkp_block {
    padding: unset;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#div .pkp_structure_main {
  text-align: justify;
}
