/*untuk metadata keyword*/
.obj_article_details .item.keywords {
  padding-top: 0px;
  font-style: italic;
}

html, body {
  text-align: justify;
}

/*Rata kri kanan Description Volume*/
.obj_issue_toc .description > :last-child {
  text-align: justify;
}

.cmp_notification {
  border-left: .357rem solid #ff6700;
}

@media (min-width: 992px)
#navigationPrimary a {
/*  color: rgb(13, 69, 106);*/
  color: #063f66;
}

#navigationPrimary a:hover, #navigationPrimary a:focus {
  color: #ff6700;
}

#navigationPrimary > li > a:hover, #navigationPrimary > li > a:focus {
  border-color: #ff6700;
}

a {
  color: #ff6700;
}

a:hover, a:focus {
  color: #063f66;
}

@media (min-width: 992px)
.pkp_site_name .is_img img {
  max-height: 160px;
}

.pkp_site_name .is_img img {
  max-height: 100%;
}

.pkp_site_name .is_img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;

}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px)
.pkp_site_name {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pkp_site_name {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

 .pkp_brand_footer {
  display: none;
  padding: 0px;
} 


.pkp_footer_content {
  padding: 1.7rem 2rem 0rem 2rem;
  text-align: left;
}

.pkp_footer_content img {
  max-width: 35%;
  width: auto;
  height: auto;
}

.pkp_structure_footer_wrapper {
  background: rgb(62, 63, 58);
}

.pkp_block .title {
  display: block;
  color: rgb(6, 63, 102);
}



/*Untuk Footer*/
/*CSS yang di buat sendiri disni*/
.custom-footer {
  background-color: #021b43;
  padding: 0px;
  color: #dcdcdc;
  font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.custom-footer-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.custom-footer-column h4 {
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #ff6700;
  padding-bottom: 5px;
} 

.custom-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer-column ul li {
  margin: 8px 0;
  line-height: 1.5;
}

.custom-footer-column ul li a {
  color: #aaa;
  text-decoration: none;
}

.custom-footer-column ul li a:hover {
  color: white;
}

.social-icons a {
  color: #ccc;
  font-size: 20px;
  margin-right: 15px;
  text-decoration: none;
}

.social-icons a:hover {
  color: white;
}

.pkp_footer_content {
  background: #021b43;
  padding-top: inherit;
}

.pkp_structure_footer_wrapper {
  border-bottom: 0 solid #263247;
  background: #263247;
}

/* Responsive layout: 4 kolom di laptop ke atas */
@media (min-width: 992px) {
  .custom-footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/*Rata Kiri Kanan Abstract*/
.obj_article_details .item > :last-child {
  margin-bottom: 0;
  text-align: justify;
}