.pkp_site_name .is_img img{
	diplay: inline-block;
	max-height: 165px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.description br {
  display: none;
}

div.pkp_site_name > a {
    margin-bottom: 20px !important;
    display: inline-block; /* Pastikan elemen menggunakan block/inline-block */
}

.pkp_brand_footer {
    display: none;
}

.pkp_navigation_primary_wrapper ul.pkp_nav_list > li > a {
    font-size: 14px;
    /*font-weight: bold;*/
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
}

.pkp_navigation_primary_wrapper ul.pkp_nav_list > li > a:hover {
    color: #FFA910;
    /*text-decoration: underline;*/
}


/*HILANGIN PKP FOOTER*/

.pkp_brand_footer {
    display: none;
}

/*WARNA FOOTER*/

.pkp_structure_footer_wrapper::after {
    content: "";
    display: block;
    height: 30px;
    background-color: #13458E;
}

/*BODY - UKURAN TITLE*/

h3 {
    text-transform: uppercase; /* Mengubah teks menjadi huruf kapital */
    font-size: 16px !important; /* Ukuran teks menjadi 16px */
}