
*************Global*********************
.body {
	font-family: "Poppins";
}

.pkp_site_name .is_img img {
   display: inline-block;
   max-height: 100px;
   max-width: 100%;
   width: auto;
   height: auto;
}

.page_index_journal {
    display: flex;
    flex-direction: column-reverse;
}

.pkp_structure_page {
	margin: 0 auto;
	box-shadow: none;
}

.carousel-inner {
	position: absolute;
}

.pkp_structure_head:before {
	z-index: -1;
	opacity: 0.18;
	box-shadow: inset 8px 3px 20px 1px rgba(0, 0, 0, 0.75);
	border: 1px solid #9a9a9a;
}

.pkp_structure_head {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1c449c;
}
.pkp_site_name .is_img img {
	margin-top: 30px;
	margin-bottom: 20px;
	max-height: 150px;
}
*************Global*********************
.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th{
	height:30px;
	background:#ffffff;
	color:#021945;
}
.hover td{
	height:30px;
	padding-top:3px;
	vertical-align: middle; 
	border-bottom: 1px solid #ffffff;
	text-align: center;
}
.hover td a {
	width:100%;
	display:block;
}
.hover tr {
	background: #1e6292;  
	color:$ffffff;
}
.hover tr:hover {
	background-color:#2c5876;
}
.hover tr a {
	color: #ffffff;
}
.hover a :hover{
	color: #f78b4a;
}

*************Footer*********************

.pkp_structure_head {
  background: #595959;
}
body {
  font-family: Poppins;
}
.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:#1C449C;
}
/********************sidebar ukuran gambar*****************************
.pkp_structure_sidebar .pkp_block ul > li > a > img {
  max-width: 80px;
}