.journal_index {
    background: rgb(53, 93, 126) url('http://jurnal.htp.ac.id/public/site/header_red.jpg') top right no-repeat;
}
.journals ul .body .description a {display: inline;}
body {
  *background: url("https://i.ibb.co/zSshwyr/bg.png") #355D7E fixed !important;  
  background: url("https://img.freepik.com/premium-photo/background-designer-with-light-white-green-ornament-william-morris-style_235573-6331.jpg") #355D7E fixed !important; 
  
}

.editorial-list {
    position: relative;
}

.editorial-list li {
    margin-bottom: 1.125rem;
}

.editorial-list .img-profile {
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}

.editorial-list .img-profile .imgthumb {
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
    object-fit: fill;
}

.editorial-list .img-profile img {
    width: 100%;
    height: 100%;
}

.team-content {
    margin-left: 100px;
    min-height: 130px;
}

.team-content .ico-label {
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.team-aff ul li {
    margin-bottom: 0;
}

.team-aff ul li .tm_label {
    display: inline-block;
    width: 80px;
}

.team-aff ul li .ico-label {
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}


.pkp_site_name .is_img img {
    display: block;
    max-height: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_brand_footer {
display: none;
}

.obj_article_details .abstract {
	text-align: justify;
}

a.sidebarkanan:hover{
	background-color: #CEE4F4;
	color: #1E6292;
}


.vertical-menu {
width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
}

.vertical-menu a {
background-color: #E6E6FA; /* Warna pada bagian body menu */
color: black; /* Warna tulisan */
display: block;
padding: 12px;
text-decoration: none;
font-family: arial; /*Jenis font*/
}

.vertical-menu a:hover {
background-color: #778899; /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu a.active {
background-color: #002060; /* Warna pada header menu */
color: white; /*Warna font*/
font-family: arial; /*Jenis font*/
style:center
}

.pkp_site_name .is_img img {
    display: block;
    max-height: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

a.sidebarkanan:hover{
	background-color: #CEE4F4;
	color: #1E6292;
}


@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
#cssmenu {
position: relative;
margin: 0;
font-family: 'Roboto Condensed';
line-height: 1;
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 &gt; ul &gt; li &gt; a {
color: #dddddd;
text-transform: uppercase;
display: block;
padding: 20px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: #222222;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
letter-spacing: 1px;
font-size: 16px;
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;
position: relative;
}
#cssmenu &gt; ul &gt; li:first-child &gt; a {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#cssmenu &gt; ul &gt; li:last-child &gt; a {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom: 1px solid #000000;
}
#cssmenu &gt; ul &gt; li:hover &gt; a,
#cssmenu &gt; ul &gt; li.open &gt; a,
#cssmenu &gt; ul &gt; li.active &gt; a {
background: #151515;
color: #ffffff;
}
#cssmenu ul &gt; li.has-sub &gt; a::after {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
border-top: 13px solid #000000;
border-botom: 13px solid transparent;
border-left: 125px solid transparent;
border-right: 125px solid transparent;
left: 0;
bottom: -13px;
bottom: 0px;
z-index: 1;
opacity: 0;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
#cssmenu ul &gt; li.has-sub &gt; a::before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
border-top: 13px solid #151515;
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 .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
#cssmenu ul &gt; li.has-sub::after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border: 7px solid transparent;
border-top-color: #dddddd;
z-index: 2;
right: 20px;
top: 24.5px;
pointer-events: none;
}
#cssmenu ul &gt; li:hover::after,
#cssmenu ul &gt; li.active::after,
#cssmenu ul &gt; li.open::after {
border-top-color: #ffffff;
}
#cssmenu ul &gt; li.has-sub.open &gt; a::after {
opacity: 1;
bottom: -13px;
}
#cssmenu ul &gt; li.has-sub.open &gt; 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 #dddddd;
color: #777777;
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 &gt; a {
padding-top: 18px;
}
#cssmenu ul ul ul li {
border: 0;
}
#cssmenu ul ul li:hover &gt; a,
#cssmenu ul ul li.open &gt; a,
#cssmenu ul ul li.active &gt; a {
background: #e4e4e4;
color: #666666;
}
#cssmenu ul ul &gt; li.has-sub &gt; a::after {
border-top: 13px solid #dddddd;
}
#cssmenu ul ul &gt; li.has-sub &gt; a::before {
border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
padding-left: 30px;
}
#cssmenu ul ul &gt; li.has-sub::after {
top: 18.5px;
border-width: 6px;
border-top-color: #777777;
}
#cssmenu ul ul &gt; li:hover::after,
#cssmenu ul ul &gt; li.active::after,
#cssmenu ul ul &gt; li.open::after {
border-top-color: #666666;
}