body {
    background: url(https://journal.kiaragroup.web.id/public/site/images/akmal/tree-png.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
img {
    max-width: 100%;
    height: auto;
}
#myVideo {
    position: relative;
    right: 0;
    top: -1px;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
.row.issue-wrapper.issue-image-cover  .col-12.col-lg-9 {
    background: #43a0ff17;
}
.navbar-logo {
    padding: 4.5rem 0;
}
.navbar-logo img {
    max-height: 105px;
}
#userNav .nav-link {
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #fff;
}
header.main-header {
    background: url(https://journal.kiaragroup.web.id/public/site/images/akmal/bg-header2.png) no-repeat 0 50%/cover #ff0000;
}
.homepage-image img {
    display: none;
}
ul#primaryNav {
    background: #00000066;
    padding: 0 !important;
}

#primaryNav .nav-link {
    color: #fff;
}

#primaryNav .nav-link:hover {
    color: #ffbf04;
    font-weight: 700;
}
.navbar-brand img {
    max-height: 3em;
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    background: #fff;
}
.site-footer a {
    text-decoration: none;
}
.site-footer .pkp_block.block_custom ul {
    padding: 0;
}

.site-footer .pkp_block.block_custom ul li {
    list-style: none;
}

.site-footer .pkp_block.block_custom ul li a span strong {
    color: #a5a5a5;
    font-weight: 400;
    font-size: 14px;
}
#issue-4 .page-issue-date {
    display: none;
}
.homepage-additional-content .col-lg-12 {
    background: #f2f6fa;
    padding: 0 20px 30px;
}

.homepage-additional-content .col-lg-12 .col-inside {
    padding: 5px 15px;
    background: #fff;
}
.article-details-keywords-value span {
    padding-left: 10px;
    display: inline-block;
    position: relative;
}

.article-details-keywords-value span::before {
    content: "";
    border-left: 5px solid #ff0000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 7px;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0px;
}