/* @charset "utf-8"; */
/* CSS Document */

/* .navbar-brand {
    padding: 0px 0px 0px 0px !important;
	margin-left: 10px !important;

}

.container-fluid>.navbar-collapse {
    margin-bottom: 10px !important;
} */

*,
body {
	color: black;
}

a {
	color: #155e3d;
}

::before,
::after {
	display: none;
}
.homepage_image {
	display: none;
}
h2 {
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 8px !important;
	border-bottom: solid 3px #155e3d;
}

.judul-sidebar {
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	border-bottom: solid 3px #155e3d;
}

/* Header */
.pkp_structure_head {
	background-color: #ffffff;
	border: none;
	/*height: 500px;*/
    height: 450px;
}

.pkp_structure_sidebar {
	float: right;
	width: 400px;
}
/*å¨£å›¶å–—éï¿½*/

.obj_issue_toc .sections:not(:first-child) {
	margin-top: -50px;
}
/*@keyframes gantigambar {*/
/*    0%,100% {*/
/*        background-image: url(../images/imgs.jpg);*/
/*        background-size: cover;*/
/*        background-position: center; */
/*    }*/

/*    50% {*/
/*        background-image: url(../images/imgs.jpg);*/
/*        background-size: cover;*/
/*       background-position: center top 10px; */

/*    }*/
/*}*/

/*.pkp_head_wrapper {*/
/*    margin: 0 !important;*/
/*    width: 100% !important;*/
/*    background-image: url();*/
/*    padding-top: 0 !important;*/
/*    height: 500px;*/
/*    animation: gantigambar 60s 0s infinite alternate*/
/*}*/

.pkp_head_wrapper, .pkp_head_banner_wrapper {
	position: relative;
	margin: 0 !important;
	width: 100% !important;
	padding-top: 0 !important;
	/*height: 600px;*/
    height: 500px;
	overflow: hidden;
	/* pointer-events: none; */
}
.pkp_structure_content {
	margin-top: 100px;
}

@keyframes gantigambar {
	0%,
	100% {
		background-image: url(../images/banner.jpg);
		background-size: cover;
		background-position: center; /* çº­î†»ç¹šé¥å‰§å¢–é¨å‚œæ´¿çžå‘¬è…‘ */
	}

	50% {
		background-image: url(../images/banner.jpg);
		background-size: cover;
		background-position: center top 10px; /* é¥å‰§å¢–éšæˆœç¬‚ç»‰è¯²å§©10px */
	}
}
/* .pkp_head_wrapper::before {
        display:block;

    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    animation: gantigambar 60s 0s infinite alternate
} */
/* 轮播图 */
.pkp_head_wrapper::after {
	/*display:block;*/
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/banner.jpg");
	background-size: cover;
	background-position: center;
	opacity: 0.7;
	animation: gantigambar 30s 0s infinite alternate;
}

@keyframes fadeInOutA {
	0%,
	100% {
		opacity: 0.8;
		transform: scale(1);
	}
	50% {
		opacity: 0;
		ransform: scale(1.1);
	}
}

@keyframes fadeInOutB {
	0%,
	100% {
		transform: scale(1.1);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 0.8;
	}
}

/* Article */
.obj_article_details .main_entry {
	padding-right: 20px;
	border-right: none !important;
}

.obj_article_details .entry_details {
	margin-left: -2.143rem;
	margin-right: -2.143rem;
}

/* Navigation User */

div#navigationUserWrapper {
	display: none;
	z-index: 0;
}

/* Site name */

.pkp_site_name_wrapper {
	/*background-color: #fffccca1;*/
    /*background:linear-gradient(45deg, #005274, #068853);*/
	width: 100%;
	height: 100%;
	z-index: 8888;
}

.pkp_site_name {
	background: #ffffff;
	padding: 10px 40px 0;
	border-bottom: 28px solid #155e3d;

}

.pkp_site_name .is_img img {
	/*max-height: 50px;*/
    max-height: 85px;
    display: flex;
    align-items: center;
    /*position: absolute;*/
    /*left:5px;*/
    /*top: 5px;*/
}

/* Custom Hero */

#customblock-custom-hero .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pkp_block .content p:last-child {
	z-index: 999999;
}
#customblock-custom-hero {
	position: absolute;
	background: none;
	top: -355px;
	left: 15px;
	border: none;
	width: 1160px;
	/* z-index:9999; */
	padding: 0;
    height: fit-content;
}

#customblock-custom-hero h1 {
	color: #000000;
	font-size: 30px;
	margin-bottom: 8px;
	transition: font-size 2s;
}

#customblock-custom-hero h1:hover {
	font-size: 32px;
}

#customblock-custom-hero h2 {
	color: #000000;
	margin-bottom: 8px;
	transition: font-size 2s;
	border: none;
	font-weight: normal;
}

#customblock-custom-hero h2:hover {
	font-size: 25px;
}

#customblock-custom-hero a {
	text-decoration: none;
	color: #000000 !important;
	border: solid 1px #000000;
	border-radius: 10px;
	padding: 10px;
	transition: 1s;
}

#customblock-custom-hero a:hover {
	text-decoration: none;
	color: #000000;
	border: solid 1px #000000;
	/*background-color: #000000;*/
	border-radius: 10px;
	padding: 10px 20px;
}

/* custom running text */
#customblock-running-text {
	box-shadow: none;
	border: none;
}
#running-text {
	background: none;
	height: 50px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -543px;
	left: 0;
	color: orange;
	z-index: 9999;
	pointer-events: none;
}

#running-text p {
	position: absolute;
	width: max-content;
	height: 100%;
	margin: 0;
	color: white;
	line-height: 50px;
	text-align: center;
	/* Starting position */
	transform: translateX(100%);
	/* Apply animation to this element */
	animation: scroll-left 100s linear infinite;
}

/* Move it (define the animation) */
@keyframes scroll-left {
	0% {
		transform: translateX(20%);
	}

	100% {
		transform: translateX(-100%);
	}
}

/* Navigation */

nav.pkp_site_nav_menu {
	background: none;
	border: none;
	position: absolute;
	top: 14px;
}

.pkp_navigation_search_wrapper {
	display: none;
}

.pkp_search_desktop {
	display: none;
}

.pkp_navigation_primary_wrapper {
	/* display: flex;
    justify-content: center;
    margin-right: 50px; */
	/* align-content: center; */
	/* align-items: flex-start;
    margin-top: 10px; */
	display: flex;
	justify-content: flex-end;
	margin-right: 50px;
}

#navigationPrimary li a {
	color: #333;
	font-weight: 500;
	font-size: 12px;
	font-style: normal;
	transition: border 1s;
}

#navigationPrimary li a span {
	color: #ffffff;
}

#navigationPrimary li a:focus {
	background: none !important;
}

.dropdown-menu {
	padding: 10px !important;
}

.dropdown-menu li a {
	color: #155e3d !important;
}

.dropdown-menu li a:hover {
	background: none;
	border: none;
}

/* structure */
.pkp_structure_content.has_sidebar {
	display: flex;
	padding-top: 10px;
}

.pkp_structure_main {
	width: 1179px;
}

.pkp_structure_main a {
	color: #155e3d !important;
}

/* content */
.pkp_structure_content {
	width: 1160px;
}
.pkp_structure_main > div {
	box-shadow: 0 1px 15px 1px rgba(117, 108, 234, 0.08);
	border: 1px solid #f3f3f3;
	margin-right: -5px !important;
	padding: 20px 30px;
}

.pkp_structure_main p {
	text-align: justify;
}

.pkp_structure_main h2 {
	font-size: 20px;
	font-weight: normal;
	color: #155e3d;
	margin-top: 0 !important;
}

.additional_content {
	margin-top: 20px !important;
	border-top: 0 !important;
}

a.obj_galley_link.pdf:hover {
	background: #155e3d !important;
	color: white !important;
}

/* sidebar */
.pkp_block {
	/*box-shadow: 0 1px 15px 1px rgba(117, 108, 234, 0.08);*/
	border: 1px solid #f3f3f3;
	margin-bottom: 20px;
}

.content-judul {
	margin-bottom: 15px;
	font-size: 20px;
	color: #155e3d;
}

.content ul li {
	background: white;
	min-height: 48px;
	border-bottom: 1px solid rgb(234, 233, 233);
	padding: 13px 0 0 5px !important;
	margin: 1px;
}

.content ul li a {
	font-size: 13px;
	transition: 1s;
}

.content ul li a:hover {
	font-size: 20px;
	color: #155e3d;
}

#customblock-Sidebar_menu {
	box-shadow: none;
	border: none;
	margin-bottom: 20px;
	padding: 0;
}

iframe {
	width: 100%;
}

.issues_archive h2 {
	text-transform: none;
	border: navajowhite;
}

/* footer */
.pkp_structure_footer_wrapper {
	background: #ffffff;
}

.pkp_footer_content {
	display: flex;
	justify-content: space-between;
}

.pkp_footer_content div p {
	font-size: 13px;
	line-height: 28px;
}

.pkp_brand_footer {
	display: none;
}

.whatsapp {
	position: fixed;
	bottom: 20px;
	right: 55px;
	width: 80px;
}

@media only screen and (max-width: 920px) {
	.pkp_head_wrapper {
		padding: 0 !important;
	}

	.pkp_site_nav_toggle > span:before {
		display: block;
	}

	.pkp_site_nav_toggle > span:after {
		display: block;
	}

	.pkp_structure_head {
		background-color: #ffffff;
		border: none;
		height: -webkit-fill-available;
	}

	.pkp_head_wrapper {
		height: 70px;
	}

	.pkp_structure_page {
		max-width: 920px;
		width: 100%;
	}

	.pkp_structure_content {
		width: 100%;
	}

	.pkp_structure_main {
		width: 100%;
	}

	.pkp_site_nav_toggle {
		top: 10px;
		left: 10px;
	}

	nav.pkp_site_nav_menu {
		top: 68px;
		background: #ffffff;
	}

	.pkp_navigation_primary_wrapper {
		display: flex;
		justify-content: flex-start;
		margin-right: 50px;
	}

	ul#navigationPrimary li a {
		color: black;
		font-weight: bolder;
		line-height: 2;
	}

	.pkp_site_name_wrapper {
		padding-top: 10px;
	}

	.pkp_site_name {
		background: none;
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: center;
		border: none;
	}

	.pkp_site_name .is_img img {
		/*width: 114px !important;*/
        width: 114px !important;
	}

	div#customblock-custom-hero {
		display: none;
	}

	.pkp_structure_content.has_sidebar {
		display: flex;
		padding-top: 10px;
		flex-direction: column;
	}

	.pkp_footer_content {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.pkp_footer_content div {
		margin-bottom: 5px;
	}
	.whatsapp {
		position: fixed;
		bottom: -10px;
		right: 18px;
		width: 85px;
	}
}

.add_underline {
	text-decoration: underline;
}

.pkp_footer_indexed_images_new {
	width: 1179px;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.pkp_footer_indexed_images_new img {
	width: 16%;
	object-fit: contain;
}

.pkp_footer_new {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.storng_text_new {
	color: #155e3d;
	font-weight: bold;
}

.pkp_structure_main_new {
	width: 1179px;
}

.pkp_footer_mb20 {
	margin-bottom: 60px !important;
}

.pkp_footer_part1_top {
	margin: 20px;
	color: #7c7c7c;
	font-weight: bold;
	font-size: 16px;
}

.pkp_footer_case_new {
	margin: 60px 0;
}

.pkp_footer_ma_list {
	display: flex;
	justify-content: space-between;
}

.pkp_item_new_ma {
	display: flex;
	flex-direction: column;
}

.pkp_footer_ma_list_item {
	display: flex;
	flex-direction: column;
	flex: 0 0 22%;
}

.pkp_list_new_itme_title {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 12px;
}

.pkp_footer_new_itme_text {
	font-size: 14px;
	color: #383838;
}

.pkp_footer_panel {
	width: 100%;
	padding: 80px 0 40px 0;
	background-color: #3982BD;
	display: flex;
	justify-content: center;
}

.pkp_structure_main_new {
	width: 1179px;
}

.pkp_footer_panel div,
.pkp_footer_panel span {
	color: white;
}

.pkp_panel_left {
	flex: 0 0 100%;
}

.pkp_panel_left_item {
    /*width: 70%;*/
    width: 100%;
	display: flex;
	justify-content: space-between;
}

.top_item_title {
	padding-bottom: 10px;
	border-bottom: 2px solid;
}

.top_item_list {
	margin-top: 10px;
	font-size: 14px;
}

.top_item_list div {
	padding: 2px 0;
}

.top_item_list div a {
	color: white;
	text-decoration: none;
}

.pkp_panel_buttom_item {
	margin-top: 20px;
	font-size: 14px;
}

.pkp_panel_buttom_item div {
	margin: 6px 0;
}

.pkp_panel_buttom_item div span a {
	color: white;
}

.pkp_panel_right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.pkp_panel_right_xiey {
	font-size: 14px;
	text-decoration: underline;
}

.pkp_panel_right_xiey span {
	margin-right: 4px;
}

.pkp_panel_right_xiey span a {
	color: white;
}

.pkp_footer_list_image_box {
	height: 110px;
	display: flex;
	align-items: center;
}

.pkp_new_sidebar {
	transform: translateY(-80px);
}

.privacy_page_new .commonEditerStyle .text-justify {
	text-align: justify;
	font-size: 12pt;
	font-family: "Times New Roman", 宋体;
}

.privacy_page_new .text-indent-24 {
	text-indent: 24pt;
}

.privacy_page_new .text-indent-24-1 {
	text-indent: 24.1pt;
}

.privacy_page_new .bold-title {
	font-weight: bold;
	font-family: "Times New Roman";
	font-size: 12pt;
}

.privacy_page_new .font-16 {
	font-size: 16px;
}

.privacy_page_new .font-12 {
	font-size: 12pt;
}

.privacy_page_new .email-link {
	font-family: "Times New Roman";
	font-size: 12pt;
}

.privacy_page_new .privacy_title {
	padding-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #155e3d;
}

.index_new .pkp_structure_main {
	width: 860px;
}

.index_new #running-text {
	/* top: -1579px; */
    top: -1579px;
}

.index_new #customblock-custom-hero {
	top: -1355px;
}

.pkp_footer_list_image_box_img1 {
	width: 90%;
}

#customblock-make-payments-to-us {
	display: none;
}
.issues_box{
    /*background: #1E3C7C;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}
.issus_title{
    width: 1160px;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin: auto;
}
.issues_list{
    width: 1160px;
    margin: auto;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    /*justify-content: start;*/
}
.issues_box .more_issus{
    text-align: center;
    background: #3982BD;
    padding: 10px 29px;
    width: fit-content;
    margin: auto;

}
.issues_box .more_issus a{
    text-decoration: none;
    color: #ffffff!important;
}
.issues_list a{
    text-decoration: none;
}
.issues_list .issues_item{
    width: 170px;
    /*height: 340px;*/
    text-align: center;
    margin: 20px 0;
}
.issues_list .issues_item span{
    color: #222;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;

}
.issues_list .issues_item.lanmu-name{
    font-weight: 700;
    color: #4f5671;
    font-size: 12px;
}
.issues_list .issues_item img{
    width: 170px;
    height: 210px;
    object-fit: contain;
}