@media only screen and (max-width: 479px) {
	.event-inner-wrapper .col-xs-6 {
		width: 100%;
	}
}
.event-inner-wrapper .single-item {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media only screen and (max-width: 1199px) {
	.event-inner-wrapper .single-item {
		display: block;
	}
}
.event-inner-wrapper .single-item .item-img {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.event-inner-wrapper .single-item .item-content {
	padding: 0 30px;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.event-inner-wrapper .single-item .item-content>a {
	font-size: 14px;
	font-weight: 600;
	/*color: #53a92c;*/
	color: #0357A4;
	text-transform: uppercase;
}
.event-inner-wrapper .single-item:hover h3 a{
	/*color: #53a92c;*/
	color: #0357A4;
}
.event-inner-wrapper .single-item:hover .item-img img{
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.05, 1.05);
}
@media only screen and (max-width: 1199px) {
	.event-inner-wrapper .single-item .item-content {
		padding: 30px 0;
	}
}
.event-inner-wrapper .single-item .item-content p {
	margin-bottom: 10px;
}
.event-inner-wrapper .event-info-block li {
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 18px;
	color: #002147;
	padding-left: 40px;
	position: relative;
}
@media only screen and (max-width: 479px) {
	.event-inner-wrapper .event-info-block li {
		font-size: 16px;
	}
}
.event-inner-wrapper .event-info-block li:last-child {
	margin-bottom: 0;
}
.event-inner-wrapper .event-info-block li i {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 24px;
	margin-right: 15px;
	color: #fdc800;
}

/* Table */
.ws-content table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 !important;
	padding: 0;
	width: 100% !important;
	table-layout: fixed;
}
.ws-content table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.ws-content table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}
.ws-content table th,
.ws-content table td {
	padding: .625em;
}
.ws-content table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ws-content p img {
	width: auto;
	height: 90%;
	display: block;
    margin: 20px auto;
}

/* download service */
.download-service h4 {
	font-size: 20px !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* footer-list-text */
.footer-list-txt{
	padding: 0 0 14px 0;
}
.footer-list-txt li{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-transform: capitalize !important;
	padding: 4px 0;
}
.footer-list-txt li:hover a{
	color: #53a92c;
}
.footer-list-txt li:first-child{
	padding-top: 0;
}
.footer-list-txt li:last-child{
	padding-bottom: 0;
}
.footer-list-txt .fa{
	color: #53a92c;
}

/* single bottom */
.single-blog-bottom span{
	font-size: 20px;
	font-weight: 800;
	color: #000;
	text-transform: capitalize !important;
	padding: 15px 0 15px;
	display: inline-block;
}
.single-blog-bottom span .fa{
	color: #53a92c;
	-webkit-transform: rotate(110deg);
	transform: rotate(110deg);
	margin-right: 3px;
}

/* catagories */
.catagories li .fa{
	margin-right: 10px;
}

/* top banner area */
.top-banner-area {
	text-align: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	padding: 20px 0 20px;
}
.top-banner-area:after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top-banner-area .pagination-area {
	position: relative;
	z-index: 1;
}
.top-banner-area .pagination-area h1 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 0px;
	font-size: 38px;
	color: #FFFFFF;
}
@media (min-width: 480px) and (max-width: 767px) {
	.top-banner-area .pagination-area h1 {
		font-size: 42px;
	}
}
@media only screen and (max-width: 479px) {
	.top-banner-area .pagination-area h1 {
		font-size: 32px;
	}
}
.top-banner-area .pagination-area ul li {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
}
.top-banner-area .pagination-area ul li a {
	color: #fdc800;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.top-banner-area .pagination-area ul li a:hover {
	color: #FFFFFF;
}

/* container youtube */
.youtube-video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.youtube-video-container::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.youtube-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* view all button */
.view-all-primary-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  width: 130px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-all-primary-btn:hover {
  background: #fdc800;
  color: #030507;
}

/* */
.view-all-accent-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 34px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-all-accent-btn:focus {
  color: #FFFFFF;
}
.view-all-accent-btn:hover {
  background: #fdc800;
  color: #212121;
}

/* certificate area */
.certificate-area {
	background: #f8f8f8;
	padding: 30px 0 40px;
}
.certificate-area h3 {
	/*margin: 0 0 30px;
	font-weight: 800;
	color: #000;
	text-align: center;*/
	font-size: 26px;
	font-weight: 700;
	color: #53a92c;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.certificate-area {
		padding: 30px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.certificate-area {
		padding: 30px 0;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.certificate-area {
		padding: 30px 0;
	}
}
@media (min-width: 321px) and (max-width: 479px) {
	.certificate-area {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 320px) {
	.certificate-area {
		padding: 30px 0;
	}
}
.certificate-area .single-item {
	background: #FFFFFF;
	padding: 15px;
}

/* news event area */
.news-event-area {
	padding: 88px 0 90px;
	background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.news-event-area {
		padding: 78px 0 60px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.news-event-area {
		padding: 68px 0 50px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.news-event-area {
		padding: 58px 0 40px;
	}
}
@media (min-width: 321px) and (max-width: 479px) {
	.news-event-area {
		padding: 48px 0 30px;
	}
}
@media only screen and (max-width: 320px) {
	.news-event-area {
		padding: 38px 0 20px;
	}
}
@media only screen and (max-width: 1199px) {
	.news-inner-area {
		margin-bottom: 30px;
	}
}
.news-inner-area h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #000;
}
.news-inner-area .news-wrapper {
	background: #FFFFFF;
	padding: 20px 20px 15px;
}
.news-inner-area .news-wrapper li {
	background: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
	.news-inner-area .news-wrapper li {
		display: block;
	}
}
.news-inner-area .news-wrapper li .news-img-holder {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
@media only screen and (max-width: 1199px) {
	.news-inner-area .news-wrapper li .news-img-holder {
		margin-bottom: 15px;
	}
}
.news-inner-area .news-wrapper li .news-content-holder {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}
.news-inner-area .news-wrapper li .news-content-holder h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
}
.news-inner-area .news-wrapper li .news-content-holder h3 a {
	color: #002147;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.news-inner-area .news-wrapper li .news-content-holder h3 a:hover {
	color: #fdc800;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.news-inner-area .news-wrapper li .news-content-holder .post-date {
	font-style: italic;
	font-size: 14px;
	margin: 5px 0;
	font-weight: 500;
	color: #fdc800;
}
.news-inner-area .news-wrapper li .news-content-holder p {
	margin-bottom: 0;
}
.news-inner-area .news-wrapper li:last-child {
	border-bottom: none;
	margin-bottom: 4px;
	padding-bottom: 0;
}
.news-inner-area .news-wrapper li:before {
	background: #fdc800;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
	.news-inner-area .news-wrapper-responsive li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}
@media only screen and (max-width: 479px) {
	.news-inner-area .news-wrapper-responsive li {
		display: block;
	}
}
.news-inner-area .news-wrapper-responsive li .news-content-holder {
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.news-inner-area .news-wrapper-responsive li .news-content-holder {
		-webkit-box-flex: 4;
		-moz-flex: 4;
		-webkit-flex: 4;
		flex: 4;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.news-inner-area .news-wrapper-responsive li .news-content-holder {
		-webkit-box-flex: 3;
		-moz-flex: 3;
		-webkit-flex: 3;
		flex: 3;
	}
}
.news-inner-area .news-btn-holder {
	margin-top: 45px;
	text-align: center;
}
@media only screen and (max-width: 1199px) {
	.event-inner-area {
		margin-bottom: 30px;
	}
}
.event-inner-area h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #000;
}
.event-inner-area .event-wrapper > li {
	margin-bottom: 30px;
	padding: 20px;
	background: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
@media only screen and (max-width: 1199px) {
	.event-inner-area .event-wrapper > li {
		display: block;
	}
}
.event-inner-area .event-wrapper > li:last-child {
	margin-bottom: 0;
}
.event-inner-area .event-wrapper > li .event-calender-wrapper {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
@media only screen and (max-width: 1199px) {
	.event-inner-area .event-wrapper > li .event-calender-wrapper {
		margin-bottom: 15px;
	}
}
.event-inner-area .event-wrapper > li .event-calender-holder {
	position: relative;
	padding-top: 10px;
	text-align: center;
	width: 100px;
	background: #fdc800;
}
.event-inner-area .event-wrapper > li .event-calender-holder:before {
	content: "\f111";
	position: absolute;
	left: 10px;
	top: 5px;
	color: #002147;
	font-size: 14px;
	font-family: FontAwesome;
}
.event-inner-area .event-wrapper > li .event-calender-holder:after {
	content: "\f111";
	position: absolute;
	right: 10px;
	top: 5px;
	color: #002147;
	font-size: 14px;
	font-family: FontAwesome;
}
.event-inner-area .event-wrapper > li .event-calender-holder h3 {
	font-size: 24px;
	color: #002147;
	margin-bottom: 0;
	line-height: 1;
}
.event-inner-area .event-wrapper > li .event-calender-holder p {
	color: #002147;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.event-inner-area .event-wrapper > li .event-calender-holder span {
	line-height: 2.5;
	background: #002147;
	height: 40px;
	display: block;
	color: #FFFFFF;
}
.event-inner-area .event-wrapper > li .event-content-holder {
	-webkit-box-flex: 3;
	-moz-flex: 3;
	-webkit-flex: 3;
	flex: 3;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 a {
	color: #002147;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 a:hover {
	color: #fdc800;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.event-inner-area .event-wrapper > li .event-content-holder p {
	margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.event-inner-area .event-wrapper > li .event-content-holder p {
		margin-bottom: 58px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.event-inner-area .event-wrapper > li .event-content-holder p {
		margin-bottom: 15px;
	}
}
.event-inner-area .event-wrapper > li .event-content-holder ul li {
	color: #002147;
	font-weight: 500;
	border-right: 1px solid #BDBDBD;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
	.event-inner-area .event-wrapper > li .event-content-holder ul li {
		margin-right: 12px;
		padding-right: 12px;
	}
}
.event-inner-area .event-wrapper > li .event-content-holder ul li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.event-inner-area .event-btn-holder {
	margin-top: 45px;
	text-align: center;
}

/* campaing section */
.bg-campaing-section-2{
	padding: 30px 0 40px 0;
}
.focus-cause .section-header {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 56px 0;
}

/* section header */
.section-header-2 {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}
.section-header-2 h3 {
	font-size: 26px;
	font-weight: 700;
	color: #0357A4;
}
.section-header-2 h2 {
	line-height: 48px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.section-header-2 p {
	font-size: 16px;
	font-weight: 400;
	color: #696969;
	line-height: 26px;
}

/* section header */
.section-header-3 {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}
.section-header-3 h3 {
	font-size: 26px;
	font-weight: 700;
	color: #0357A4;
}
.section-header-3 h2 {
	line-height: 48px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.section-header-3 p {
	font-size: 16px;
	font-weight: 400;
	color: #696969;
	line-height: 26px;
}

/* Data Table List Kantor */
#tblDataListKantor {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 800px;
}	

#tblDataListKantor th {
	background: url(), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

#tblDataListKantor th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

#tblDataListKantor tr,td {
	font-size: 12px;	
}

#tblDataListKantor .btnMaps {
	font-size: 12px;	
}

/* Data Table Laporan Keuangan */
#tblDataLapKeu {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 800px;
}	

#tblDataLapKeu th {
	background: url(), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

#tblDataLapKeu th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

#tblDataLapKeu tr,td {
	font-size: 12px;	
}

#tblDataLapKeu .btnDownLapKeu {
	font-size: 12px;	
}

/* Data Table Laporan Tata Kelola */
#tblDataLapTatKol {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 800px;
}	

#tblDataLapTatKol th {
	background: url(), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

#tblDataLapTatKol th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

#tblDataLapTatKol tr,td {
	font-size: 12px;	
}

#tblDataLapTatKol .btnDownLapTatKol {
	font-size: 12px;	
}

/* Data Table Laporan Berkelanjutan */
#tblDataLapBerkelanjutan {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 800px;
}	

#tblDataLapBerkelanjutan th {
	background: url(), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

#tblDataLapBerkelanjutan th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

#tblDataLapBerkelanjutan tr,td {
	font-size: 12px;	
}

#tblDataLapBerkelanjutan .btnDownLapBerkelanjutan {
	font-size: 12px;	
}

/* Data Table Laporan Penanganan Pengaduan */
#tblDataPenangananAduan {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	width: 800px;
}	

#tblDataPenangananAduan th {
	background: url(), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

#tblDataPenangananAduan th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

#tblDataPenangananAduan tr,td {
	font-size: 12px;	
}

#tblDataPenangananAduan .btnDownPenangananAduan {
	font-size: 12px;	
}

/* map legend */
.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}

/* Map Title */
.title-map {
	font-family: 'Poppins', sans-serif;
    font-size: 25px;
	font-weight: 700;
	color: #fff;
}
.title-map2 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	background-image: linear-gradient(
		-225deg,
		#231557 0%,
		#44107a 29%,
		#ff1361 67%,
		#fff800 100%
	);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 5s linear infinite;
	display: inline-block;
    font-size: 25px;
	font-weight: 700;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

/* Logo Produk */
.logo-box{
	position: absolute;
	width: 90px;
	height: 90px;
	bottom: 0;
	left: 0;
	margin-bottom: 8px;
}

/* Image Prestasi */
.image-container-prestasi {
    width: 40vw;
	height: 100%;
}

/* Footer */
.footer-area-bottom {
	background: #001a39;
	text-transform: capitalize;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.footer-area-bottom {
		text-align: center;
		padding: 17px 0;
	}
}
.footer-area-bottom p {
	color: #fff;
	font-size: 13px;
	margin-top: 17px;
}
@media only screen and (max-width: 767px) {
	.footer-area-bottom p {
		margin-bottom: 10px;
	}
}
.footer-area-bottom p a {
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-area-bottom p a:hover {
	color: #fdc800;
}
.footer-area-bottom .social-icon-bottom {
	text-align: right;
	padding: 10px 0 10px;
}
@media only screen and (max-width: 767px) {
	.footer-area-bottom .social-icon-bottom{
		text-align: center;
	}
}
.footer-area-bottom .social-icon-bottom li {
	display: inline-block;
}

.social-icon-bottom li i {
	text-shadow: none;
	color: #fff;
	padding: 12px 10px 8px 10px;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0 5px 0 5px;
}
.social-icon-bottom li i.fa-google-plus{
	padding: 12px 14px 10px 6px;
}
.social-icon-bottom li i:hover {
	background: #FEF71B;
	border-color: #eceff3;
	color: #333;
}

/* Logo */
.wrap {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
        
.wrap h3 {
	color: #fefefe;
	/*text-transform: uppercase;*/
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	display: block;
}

@media only screen and (max-width: 767px) {
	.wrap h3 {
		text-align: left;
	}
	
	.clients {
		justify-content: left;
	}
}

.clients {
	display: flex;
	padding: 0;
	justify-content: center;
}

.clients li {
	list-style: none;
	margin: 0 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.clients img {
	width: 200px;
	height: auto;
}

/* modal maps */
.modal {
	text-align: center;
	padding: 0!important;
}

/* button utama */
.event-btn .btn-utama:active,
.event-btn .btn-utama:focus {
    color: #0357A4;
}
.event-btn .btn-utama:hover {
    color: #fff;
}

.cause-content .btn-utama:active,
.cause-content .btn-utama:focus {
    color: #0357A4;
}
.cause-content .btn-utama:hover {
    color: #fff;
}

/* panel produk */
.shop-sidebar .shop-widget-content .catagories{
	padding-top: 10px;
}
.shop-sidebar .shop-widget-content .catagories li{
	border-bottom: 1px solid #f0f0f0;
	padding: 9px 0 14px 0;
}
.shop-sidebar .shop-widget-content .catagories li:first-child{
	padding-top: 0;
}
.shop-sidebar .shop-widget-content .catagories li:last-child{
	border-bottom: none;
}
.shop-sidebar .shop-widget-content .catagories li a{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #696969;
	text-transform: capitalize;
}
.shop-sidebar .shop-widget-content .catagories li a span{
	float: right;
	width: 30px;
	height: 30px;
	line-height: 33px;
	text-align: center;
	background: transparent;
	border-radius: 100%;
}
/*.shop-sidebar .shop-widget-content .catagories li:hover{
	padding-left: 15px;
}*/
.shop-sidebar .shop-widget-content .panel-group .catagories li:hover a{
	color: #07528B;
}
.shop-sidebar .shop-widget-content .panel-group .catagories li:hover a span{
	background: #07528B;
	color: #fff;
}

/* footer widgets */
.footer-widgets .statistik-wrapper {
	text-align: left;
	line-height: 32px;
}
.footer-widgets .statistik-wrapper .statistik-counter {
	display: inline-block;
}
.footer-widgets .statistik-wrapper .statistik-view {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.footer-widgets .statistik-wrapper .statistik-view a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.footer-widgets .statistik-wrapper .statistik-view a:hover {
	color: #FEF71B;
}

.bg-testimonial-section-2{
	background: url(../../pictures/pengadaan/bg-pengadaan.jpg) fixed;
	background-size: cover;
}
.testimonial-overlay-2{
	/*background: rgba(86, 159, 45, 0.88);*/
}
.testimonial-option-2{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 80px 0;
	
}
.testimonial-option-2 .section-header h2{
	padding: 0 0 0 0;
}
.testimonial-option-2 .section-header h2, .testimonial-option-2 .section-header p{
	color: #fff;
}
.testimonial-content-2{
	position: relative;
	background: #fff;
	padding: 22px 10px 22px 22px;
}
.testimonial-content-2:after{
	position: absolute;
	content: "";
	background: url(../images/home01/testimonial-arrow.png) no-repeat;
	width: 35px;
	height:23px;
	bottom: -20px;
	left: 20px;
}
.author-details-2{
	overflow: hidden;
	padding: 25px 0 0 38px;
}
.author-img-2{
	width: 82px;
	height: 82px;
	border: 3px solid #fafafa;
	border-radius: 100%;
	background: #ddd;
	overflow: hidden;
	float: left;
}
.author-name-2{
	float: left;
	margin: 18px 0 0 14px;
}
.author-name-2 h4{
	font-size: 16px;
	color: #fff;
}
.author-name-2 h6{
	color: #fafafa;
	padding-top: 2px;
}

.testimonial-option-2 .swiper-pagination{
	width: 100%;
	bottom: 40px;
}
.testimonial-option-2 .swiper-pagination-bullet{
	width: 16px;
    height: 16px;
	margin: 0 6px;
	border: 3px solid #8fc763;
	background: none;
}
.testimonial-option-2 .swiper-pagination-bullet-active{
	background: #ffffff;;
}

/* section header */
.section-header-4 {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px;
	text-align: center;
}
.section-header-4 h3 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}
.section-header-4 h2 {
	line-height: 48px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.section-header-4 p {
	font-size: 16px;
	font-weight: 400;
	color: #696969;
	line-height: 26px;
}

.filter-btn-2{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #0357A4;
	border: 1px solid #0357A4;
	padding: 3.5px 10px;
	border-radius: 3px;
}
.filter-btn-2:hover{
	background: #fff;
	color: #0357A4;
}