fp {
  margin-bottom: 5px;
}
.col-md-12.about_journal {
  display: none;
}

.pkp_structure_page {
  background-color: transparent;
  background-image: url(https://ibb.co/2shHx0T);
  background-repeat: repeat;
  overflow: auto;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 200px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	box-sizing:border-box;
}

html,body {
    background: #ffffff;
}

body {
  color: none;
  line-height: 1.5;
  text-align: left;
}

table {
  line-height: 1.5; /* Menambahkan spasi teks menjadi 1.5 */
}

/* Jika Anda ingin membatasi pengaturan spasi hanya pada teks di dalam tabel, gunakan selektor berikut */
table td, table th {
  line-height: 1.5;
}
.responsive-image {
    max-width: 100%;
    height: auto;
}
.hvr-underline-from-center a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.hvr-underline-from-center a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.hvr-underline-from-center a:hover::after {
    transform: scaleX(1);
}

.pkp_footer_content {
    float: left;
    width: 78%;
    padding-top: 10px;
    padding-bottom: 10px
}

.pkp_brand_footer {
    float: right;
    width: 20%;
    padding-bottom: 10px;
    padding-top: 100px
}

.pkp_structure_footer_wrapper {
    border-bottom: @double solid
}

/* .bgquick{
	margin:-5px;
	background:#1a9eb5;
	color:#ffffff;
} */

.bgquick {
  margin: 0;
  padding: 1rem 1rem 1rem 1.5rem; /* top, right, bottom, left */
  background-color: #1e6292;
  color: #ffffff;
  border-radius: 6px;
}

.bgquick a {
  color: #ffffff; /* pastikan semua <a> putih */
  text-decoration: none; /* opsional: hilangkan underline */
}

.menu_item {
  border-bottom: 2px solid #ffffff; /* atau warna lain sesuai desain */
  padding: 0.5rem 0px;
  margin: 10px;
}

.pkp_block {
  padding: 1rem 2rem 1rem 2rem
}

.pkp_structure_footer_wrapper {
    background: linear-gradient(to bottom, white, #1e6292)
}

.pkp_footer_content {
  color: black;
	float: left;
  width: 51%;
  padding-top: 10px;
  padding-bottom: 10px
}

.pkp_brand_footer {
    float: right;
    width: 20%;
    padding-bottom: 10px;
    padding-top: 40px;
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 10px;
    margin-left: 30px
}

.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(to right, #1e6292, #6182b5)
}

.pkp_navigation_primary>li>a {
    margin: .357rem .5em 0;
    padding: .357rem .5em calc(.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: rgb(255 255 255 / 84%);
    text-decoration: none
}

.pkp_navigation_search_wrapper a {
    margin: .357rem .5em 0;
    padding: .357rem .5em calc(.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: rgb(255 255 255 / 84%);
    text-decoration: none
}

@media (min-width: 992px) {
    #navigationPrimary a {
        color: rgb(255 255 255);
    }

.pkp_page_index .homepage_about {
    padding-top: 2.143rem;
    padding-bottom: 2.143rem;
    display:none;
}