/* ================= MENU ================= */

#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;
}

/* ================= MAIN MENU ================= */

#cssmenu > ul > li > a {
  display: block;
  padding: 20px;
  text-transform: uppercase;

  background: #1ab6d9;
  color: #000;

  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;

  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);

  font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",
  Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;

  font-weight: 600;

  transition: all .25s ease-in;
}

#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: #80ABDB;
  color: #fff;
}

/* ================= ARROW INDICATOR ================= */

#cssmenu ul > li.has-sub::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 24.5px;

  width: 0;
  height: 0;

  border: 7px solid transparent;
  border-top-color: #fff;

  pointer-events: none;
}

#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after,
#cssmenu ul > li:hover::after {
  border-top-color: #fff;
}

/* ================= SUBMENU ================= */

/* tampilkan submenu saat hover */

#cssmenu ul li:hover > ul {
  display: block;
}

/* posisi dropdown */

#cssmenu ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 999;
}

/* jika submenu level pertama */

#cssmenu > ul > li > ul {
  left: 0;
  top: 100%;
}

/*
#cssmenu ul ul {
  display: none;
}*/

#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#cssmenu ul ul li a {
  display: block;
  padding: 14px 20px;

  background: #f1f1f1;
  color: #333;

  font-size: 15px;
  font-weight: 300;

  border-bottom: 1px solid #fff;

  transition: all .25s ease-in;
}

#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a,
#cssmenu ul ul li.open > a {
  background: #e4e4e4;
  color: #666;
}

#cssmenu ul ul ul li a {
  padding-left: 30px;
}

#cssmenu .has-sub ul > li > a {
  background-color: #eaeaea;
}

/* ================= EDITORIAL ================= */

h2.editorial-head,
h2.editorial-sub {
  display: block;
  margin: 0 0 10px 0;

  font-size: 16px;
  font-weight: 700;
  line-height: 20px;

  color: rgba(0,0,0,.54);
}

.pkp_structure_main .page h2.editorial-head {
  display: inline-block;
  padding-bottom: .5em;

  border-bottom: 3px solid #f7bc4a;
  text-transform: uppercase;
}

.pkp_structure_main .page h2.editorial-sub {
  color: #cb5f00;
  margin: 10px 0;
}

/* ================= UTILITY ================= */

.no-margin {
  margin: 0 !important;
}

/* ================= IDENTITY ================= */

.identity .ie-body,
.identity .ie-head {
  margin-bottom: 8px;
}

.identity .ie-head {
  padding-left: 0;
}

.identity .ie-body {
  padding-right: 0;
}

.identity .ie-head p,
.identity .ie-body p {
  margin: 0;
  padding: 10px 0;
}

.identity .ie-head p {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #e1e8ed;
  font-weight: 700;
}

/* ================= TABLE ================= */

.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;
}

/* ================= NAVIGATION ================= */

#navigationPrimary a:hover,
#navigationPrimary a:focus {
  color: #ffffff;
  background-color: #0171a9;
}

.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 300px;
	max-width: 100%;
	width: auto;
	height: auto;
	
	
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 50%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
	background: #e8ebef;
	border-bottom:@double solid; 
	border-bottom-color:#595959;
}