@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');

body 
{
	padding: 0; 
	margin: 0;
	background:#FFF;
	font-family: 'Noto Sans SC', sans-serif; 
	color: #464646; 
	font-size: 14px;
	padding-top: 146px; 
}

a
{
	text-decoration: none;
	color: #cb8f24;
}

a:hover
{
	color: #007231; 
}

.container
{
	width: 1100px; 
	margin: auto; 
}

.text-wrapper
{
	width: 452px;
	margin: auto; 
}

.row
{
	overflow: hidden;
}

.colom-1,
.colom-2,
.colom-3,
.colom-4,
.colom-5,
.colom-6,
.colom-7,
.colom-8,
.colom-9,
.colom-10,
.colom-11,
.colom-12 {
  box-sizing:border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.colom-1,
.colom-2,
.colom-3,
.colom-4,
.colom-5,
.colom-6,
.colom-7,
.colom-8,
.colom-9,
.colom-10,
.colom-11 {
  float: left;
}

.colom-1 {
  width: 8.333333333333332%;
}

.colom-2 {
  width: 16.666666666666664%;
}

.colom-3 {
  width: 25%;
}

.colom-4 {
  width: 33.33333333333333%;
}

.colom-5 {
  width: 41.66666666666667%;
}

.colom-6 {
  width: 50%;
}

.colom-7 {
  width: 58.333333333333336%;
}

.colom-8 {
  width: 66.66666666666666%;
}

.colom-9 {
  width: 75%;
}

.colom-10 {
  width: 83.33333333333334%;
}

.colom-11 {
  width: 91.66666666666666%;
}

.colom-12 {
  width: 100%;
}


.desktop-view
{
	display: block;
}

.mobile-view
{
	display: none;
}

.text-center
{
	text-align: center;
}

.text-left
{
	text-align: left;
}

.text-right
{
	text-align: right;
}

.pull-right
{
	float: right; 
}

.menu-atas
{
	overflow: hidden;
	background: rgb(195, 150, 56); 
}

	.menu-atas .list-menu
	{
		float: left; 
	}

		.menu-atas .list-menu ul 
		{
			overflow: hidden;
			padding: 0; 
			margin: 0; 
			list-style: none;
		}

			.menu-atas .list-menu ul li
			{
				float: left;
				border-right: 1px solid #d2b371; 
			}

				.menu-atas .list-menu ul li a
				{
					display: block;
					color: #FFF; 
					font-size: 13px;
					padding: 15px 17px;
					font-family: 'Noto Sans SC', sans-serif; 
					font-weight: 500; 
				}

				.menu-atas .list-menu ul li a:hover
				{
					color: #222; 
				}

			.menu-atas .list-menu ul li.home a
			{
				padding: 9px;
				font-size: 22px;
			}

			.menu-atas .list-menu ul li ul 
			{
				display: none;
				background: rgba(0, 114, 49, 0.6); 
				z-index: 999 !important; 
			}

			.menu-atas .list-menu ul li:hover ul 
			{
				display: block;
				position: absolute;
			}

			.menu-atas .list-menu ul li ul li 
			{
				float: none;
				border: none;
				border-bottom: 1px solid #EEE; 
			}

				.menu-atas .list-menu ul li ul li a
				{
					padding: 13px 19px;
					color: #FFF; 
				}

					.meni-atas .list-menu ul li ul li a:hover
					{
						background: rgb(155, 110, 36); 
					}

	.menu-atas .language
	{	
		float: right;
	}

		.menu-atas .language ul 
		{
			margin: 0; 
			margin-right: 10px; 
			padding: 15px; 
			height: 45px;
			box-sizing: border-box;
			list-style: none;
			overflow: hidden;
		}

			.menu-atas .language ul li 
			{
				float: left; 
				padding: 0px 5px;
			}

				.menu-atas .language ul li a
				{
					display: block;
					color: #FFF; 
					font-size: 13px;
					font-family: 'Noto Sans SC', sans-serif; 
				}

					.menu-atas .language ul li a:hover
					{
						color: #222; 
					}

			.menu-atas .language ul li:first-child
			{
				border-right: 1px solid #FFF; 
			}

.empat-pilar
{
	overflow: hidden;
	border-bottom: 5px solid rgb(195, 150, 56); 
}

	.empat-pilar .logo
	{
		float: left;
		width: 50%; 
		box-sizing: border-box;
		padding: 7px 0px 0px 0px;
	}

		.empat-pilar .logo img
		{
			height: 72px;
		}

	.empat-pilar .menu-empat-pilar
	{
		float: right; 
		width: 50%; 
		box-sizing: border-box;
	}

		.empat-pilar .menu-empat-pilar ul
		{
			width: 100%; 
			margin: 0; 
			padding: 0; 
			list-style: none;
			overflow: hidden;
			position: relative;
			float: right;
			border-left: 1px solid #d2b371; 
		}

			.empat-pilar .menu-empat-pilar ul li
			{
				float: left; 
			}

				.empat-pilar .menu-empat-pilar ul li a
				{
					display: block;
					padding: 30px 15px;
					font-size: 13px;
					border-right: 1px solid #d2b371; 
					width: 128px;
					height: 90px;
					box-sizing: border-box;
					color: #b58727; 
					line-height: 16px;
					font-family: 'Noto Sans SC', sans-serif; 
					font-weight: 500; 
				}

				.empat-pilar .menu-empat-pilar ul li a:hover
				{
					color: #007231; 
				}

.slider
{
	background: #FFF; 
}

	.slider .flexslider
	{
		border: none;
		background: #FFF; 
		margin: 0px;
		border-radius: 0px;
	}

.section-home-1
{
	padding: 30px 0px; 
}

	.section-home-1 .colom-6
	{

	}

		.section-home-1 .section-home-1-img
		{
			width: 350px;
		}

		.section-home-1 .colom-6 p
		{
			font-size: 24px; 
			color: #007231; 
			margin-top: 70px;
			font-family: 'Philosopher', sans-serif; 
		}

		.section-home-1 .colom-6 a
		{
			display: inline-block;
			margin-top: 10px;
		}

.section-home-2
{
	height: 475px;
	padding: 30px 0px;
	box-sizing: border-box;
	background-size: 100% 100%;  
	color: #FFF; 
	margin-bottom: 20px;
}

	.section-home-2
	{

	}

		.section-home-2 h1
		{
			font-size: 20px; 
			font-weight: 400;
			margin-top: 100px;
			font-family: 'Noto Sans SC', sans-serif; 
		}

		.section-home-2 p
		{
			margin-top: 20px;
		}

		.section-home-2 .colom-6 a
		{
			display: inline-block;
			margin-top: 10px;
		}

.section-home-3
{
	padding: 30px 0px; 
	margin:30px 0px;
}

	.section-home-3 .colom-6
	{
		padding: 0px 20px;
	}

		.section-home-3 .section-home-3-img
		{
			width: 100%;
		}

		.section-home-3 .colom-6 h1
		{
			margin-top: 50px;
			font-size: 20px;
			color: #b58727; 
			font-weight: 400; 
			font-family: 'Noto Sans SC', sans-serif; 
		}

		.section-home-3 .colom-6 p
		{
			font-size: 14px; 
			color:#464646; 
		}

		.section-home-3 .colom-6 a
		{
			display: inline-block;
			margin-top: 10px;
		}

.section-home-4
{
	height: 475px;
	padding: 30px 0px;
	box-sizing: border-box;
	background-size: 100% 100%;  
	color: #FFF; 
	margin-top: 10px;
	margin-bottom: 20px;
}

	.section-home-4 .section-home-4-wrapper
	{
		width: 819px; 
		margin: auto; 
	} 

		.section-home-4 h1
		{
			font-size: 20px; 
			font-weight: 400;
			margin-top: 180px; 
			font-family: 'Noto Sans SC', sans-serif; 
		}

		.section-home-4 p
		{
			margin-top: 20px;
		}

		.section-home-4 a
		{	
			display: inline-block;
			margin-top: 10px;
		}

.section-home-5
{
	padding: 20px 0px; 
}

	.section-home-5 .colom-6
	{
		padding: 0px 20px;
	}

		.section-home-5 .section-home-3-img
		{
			width: 100%;
		}

		.section-home-5 .colom-6 h1
		{
			margin-top: 110px;
			font-size: 20px;
			color: #b58727; 
			font-weight: 400; 
			font-family: 'Noto Sans SC', sans-serif; 
		}

		.section-home-5 .colom-6 p
		{
			font-size: 14px; 
			color:#464646; 
		}

		.section-home-5 .colom-6 a
		{
			display: inline-block;
			margin-top: 10px;
		}

.partner
{
	border-top:1px solid #c39638;
	padding: 10px 0px;
}

	.partner .partner-wrapper
	{
		margin: auto;
		overflow: hidden;
	}

	.partner-wrapper img {
		width: 70%; 
	}

		.partner .partner-wrapper .text-partner
		{
			width: 160px; 
			float: left; 
			padding: 30px 10px;
			margin-top: 5px;
			color: #959595; 
			font-size: 15px;
			box-sizing: border-box;
		}

		.partner .partner-wrapper ul 
		{
			margin: 0; 
			padding: 0; 
			list-style: none;
			float: left;
			list-style: none;
		}

			.partner .partner-wrapper ul li
			{
				margin-left: 30px;
				float: left;
				position: relative;
			}

				.partner .partner-wrapper ul li a
				{
					display: block;
				}

.footer
{
	background: rgb(195, 150, 56); 
	padding: 20px 0px;
	color: #FFF; 
}

	.footer .colom-6
	{
		padding: 0px 45px;
	}
	
	.footer-wrapper
	{
		width: 961px;
		margin: auto; 
	}

		.footer-kiri
		{
			text-align: center;
		}

			.logo-footer
			{
				margin-top: 15px;
			}

			.socmed-link
			{
				width: 150px;
				margin: auto; 
				overflow: hidden;
				text-align: center;
				margin-top: 15px;
				margin-bottom: 15px;
				border-bottom: 1px solid #FFF; 
			}

				.link-item
				{
					float: left;
					width: 20%; 
				}

					.link-item a
					{
						color: #FFF; 
						font-size: 21px;
					}

		.footer-tengah h1
		{
			font-family: 'Noto Sans SC', sans-serif; 
			font-weight: 400; 
			font-size: 20px;
		}

		.footer-tengah a
		{
			display: inline-block;
			color: #FFF; 
			font-family: 'Noto Sans SC', sans-serif; 
			font-size: 14px;
			margin-top: 10px;
		}

		.footer-kanan h1
		{
			font-family: 'Noto Sans SC', sans-serif; 
			font-weight: 400; 
			font-size: 20px;
		}

.content
{
	margin-bottom: 30px;
}

.content-image h1
{
	padding: 30px 40px;
	margin: 0; 
	background: -webkit-linear-gradient(left, #005826, #bc9337) #005826;
	background: -o-linear-gradient(left, #005826, #bc9337) #005826;
	background: -moz-linear-gradient(left, #005826, #bc9337) #005826;
	color: #FFF; 
	font-weight: 300; 
	font-size: 45px;
	line-height: 50px;
}
 
.content-wrapper
{
	overflow: hidden;
}

	.content-image
	{
		margin-bottom: 30px;
	}

	.sidebar
	{
		width: 300px;
		float: left;
	}

		.sidebar-list
		{
			padding: 0; 
			margin: 0; 
			list-style: none;
			border-top: 1px solid #CC9900; 
			margin-bottom: 30px;
		}

			.sidebar-list li a 
			{
				display: block;
				padding: 12px 0px;
				font-size: 14px;
				border-bottom: 1px solid #CC9900; 
			}


				.sidebar-list li a:hover
				{
					color: #007231; 
				}

				.sidebar-list li a img
				{
					margin-right: 17px;
				}

		.item-banner
		{
			margin-bottom: 25px;
		}

	.content-text
	{
		float: left; 
		width: 694px;
		padding-left:50px;
		box-sizing: border-box;
	}

		.content-text p 
		{
			margin-top: 0px;
			margin-bottom: 20px;
		}

.title-page
{
	font-family: 'Noto Sans SC', sans-serif; 
	font-size: 50px;
	font-weight: 300; 
	color: #c39638; 
	margin: 25px 0px 25px 0px;
}

.title-page.title-page-form {
	font-size: 35px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #dddddd;
	margin-right: 30px;
}

.form {
	margin-bottom: 20px;
	width: 500px;
}

.form label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}

.form label span.required {
	color: red;
}

.form .controls {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd; 
	font-family: 'Noto Sans SC';
}

.form .validation-error {
	font-size: 13px;
	padding: 10px;
	background: #ffe5e5;
	color: #eb4444;
	font-weight: 700;
}

.form-action {
	margin-bottom: 15px;
}

.form-action .btn-action {
	padding: 10px 30px;
	color: #fff; 
	border: none;
	font-weight: 600;
	font-family: 'Noto Sans SC'; 
	background: #c39638;
	font-size: 15px;
}

.btn-action:hover {
	cursor: pointer;
	background: #9b7b32;
}
.title-page small
{
	display: block;
	font-size: 16px;
	color: #777; 
	font-weight: 600; 
}

.article
{
	padding-right: 5px;
	margin-right: 30px;
	border-bottom: dotted 1px #DDD;
	padding-bottom: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

	.timestamp
	{
		font-size: 13px;
		color: #999; 
		font-weight: 600;
	}

		.article .title h1
		{
			font-size: 17px;
			font-weight: 600; 
			margin: 3px 0px 7px 0px;
		}

		.article-image
		{
			float: left;
			width: 100%;
			margin-right: 12px;
			margin-bottom: 12px; 
			margin-top: 5px;
		}

		.article-content p 
		{
			font-size: 13px; 
			color: #555; 
			line-height: 20px;
		}

.newslater
{
	margin: 0px 0px 100px 0px;
}

	.newslater label
	{
		display: block;
		margin-bottom: 10px;
		font-size: 15px;
	}

	.controls
	{
		width: 208px;
		padding: 4px;
		box-sizing: border-box;
	}

	.btn-submit
	{
		cursor: pointer;
		padding: 5px 15px;
		font-weight: 400; 
		font-size: 15px;
		font-family: 'Noto Sans SC', sans-serif; 
		background: #c39638; 
		color: #FFF; 
		border: none;
	}

ul.pagination
{
	overflow: hidden;
	margin:10px 0px;
	list-style: none; 
	padding: 10px 0px;
}

ul.pagination li 
{
	float: left; 
	margin-left: 5px;
}

ul.pagination li a
{
	display: block;
	padding: 10px 15px;
	color: #FFF; 
	font-weight: 400; 
	background: #cb8f24; 
}

.donation-wrapper
{
	width: 100%; 
}

.donation-title
{
	text-align: center;
}

	.donation .title
	{
		font-family: 'Noto Sans SC', sans-serif; 
		font-size: 20px;
		font-weight: 300; 
		color: #898989; 
		text-align: center;
		margin-bottom: 25px;
	}

	.donation .title small
	{
		display: block;
		margin-top: 19px;
		font-weight: 400; 
		font-size: 14px;
		color:#464646;
		font-family: 'Open sans', sans-serif; 
	}

	.information-image
	{
		border-top: 1px solid #c39638; 
		border-bottom: 1px solid #c39638; 
		padding-top: 35px;
		padding-bottom: 10px;
	}

	.information-image .row .colom-4 img
	{
		width: 100%; 
	}

	.information-image .row .colom-4 p
	{
		text-align: center;
		margin: 20px 0px;
	}

	.donation-information
	{
		width: 231px;
		margin: auto; 
		padding: 40px 0px 20px 0px;
		line-height: 22px;
	}

.tags
{
	font-family: 'Noto Sans SC', sans-serif; 
	font-weight: 500; 
}

.article-detail
{
	padding-right: 30px;
}

	.article-detail .article-info
	{
		font-weight: 600; 
		color: #777; 
		border-bottom: 1px dotted #DDD;
		padding-bottom: 10px;
	}

.detail-content
{
	overflow: hidden;
	clear:both;
}

.breadchrumb
{
	list-style: none;
	margin: 0; 
	padding: 0; 
	overflow: hidden;
}

	.breadchrumb li
	{
		padding: 15px 15px 15px 0px;
		float: left; 
	}

		.breadchrumb a
		{ 
			font-weight: 600;
			font-size: 15px;
		}

.detail-title
{
	font-weight: 400;
	font-size:23px;
	margin-bottom: 10px; 
	color: #444; 
}

	.detail-title small
	{
		font-size: 21px;
		font-weight: 400; 
		display: block;
		color: #999; 
	}

	.img-detail-article
	{
		width: 100%;
		clear:both;
		margin: 20px 15px 5px 0px;
	}

.socmed-share
{
	border-top: 1px dotted #DDD;  
}

.socmed-border{
	clear: both;
	border-bottom: 1px dotted #DDD;
}

.recent-title
{
	font-weight: 400; 
	font-size: 25px;
}

.recent-post 
{
	list-style: none;
	padding-left: 0px;
}

	.recent-post li
	{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC; 
		font-weight:600; 
	}

.tags-title
{
	font-size: 22px;
	font-weight: 400; 
}

.tags-title span
{
	color:#777;
}

h2.indo-not-available
{
	font-weight: 600; 
	font-size: 16px;
	color: #999; 
}

.item-baris
{
	overflow: hidden;;
}

	.item-baris .item
	{
		width: 50%; 
		float: left; 
		padding: 5px;
		box-sizing: border-box;
	}

		.item-baris .item img
		{
			display: block;
			width: 100%; 
		}

.btn-learn-more
{
	display: inline-block;
	padding: 15px;
	color: #888; 
	border:2px solid #b58727;
	font-weight: 600; 
	font-size: 13px;
}

.btn-learn-more.transparent
{
	color: #FFF; 
}

.btn-learn-more span
{
	color: #b58727; 
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate
{
	color: #777777 !important; 
	font-size: 13px !important;
	margin-bottom: 20px;
}

.dataTables_length select
{
	padding: 5px 10px !important;
	color: #777777 !important; 
	border-radius: 0px;
	border: 1px solid #dddddd;
	font-family: 'Noto Sans SC' !important;  
}

.dataTables_wrapper .dataTables_filter input
{
	padding: 5px 10px !important; 
	color: #777777 !important; 
	border-radius: 0px;
	border: 1px solid #dddddd;
	font-family: 'Noto Sans SC' !important;
}

.sorting_asc, 
.sorting
{
	color: #666666;
	font-size: 13px;
	border-top:1px dotted #dddddd;
	border-bottom: 2px solid #dddddd !important;
}

table.dataTable thead th, table.dataTable thead td, 
table.dataTable tbody th, table.dataTable tbody td
{
	padding: 8px !important;
	border-bottom:0px solid #dddddd;
	font-size: 13px !important;
	color: #666 !important; 
}

table.dataTable.no-footer 
{
	border-bottom: 2px solid #dddddd !important; 
}

tr.odd
{
	background: #f7f7f7 !important; 
}

.btn-download {
	display: inline-block;
	padding: 8px 12px;
	font-weight: bold;
	background: #c39638; 
	color: #ffffff;
}

.btn-download:hover {
	cursor: pointer;
	color: #ffffff;
}

.notif
{
	background: #eeeeee;
	margin-bottom:20px;
	padding: 10px;
	font-size: 13px;
	color: #555;
	margin-right: 20px;
}

.alert-success
{
	background: #eeeeee;
	margin-bottom:20px;
	padding: 10px;
	font-size: 13px;
	color: #555;
	margin-right: 20px;
}

.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_paginate
{
	margin-top: 15px !important; 
}

.alert-danger 
{
	padding: 10px;
	margin-bottom: 25px;
	background: #fcecec;
	font-size: 13px;
	font-weight: bold;
	margin-right: 30px;
	color: #e37f7f;
}

.chaptcha 
{
	margin-bottom: 20px;
}

.header-post {
	overflow: hidden;
	padding: 10px 0px;
}
	.header-post .post-item {
		float: left;
		width: 33.33333333%; 
		border-left: solid 1px #DDD; 
		box-sizing: border-box;
		padding: 0px 10px;
		min-height: 500px;
	}
	.header-post .post-item:first-child {
		border-left: 0px; 
	}
	.header-post .post-wrapper {
		padding: 20px 0px;
	}
	.post-item .title {
		margin: 5px 0px;
		margin-bottom: 10px;
		font-size: 16px; 
		font-weight: 600;  
	}
	.post-item .full-img {
		max-width: 100%; 
	}

.btn-share {
	padding: 10px;
	color: #FFF; 
	margin-right: 5px; 
	border-radius: 5px; 
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-share:hover {
	color: #FFF; 
}
	.btn-share.facebook {
		background: #3f51b5; 
	}

	.btn-share.twitter {
		background: #03a9f4; 
	}

	.btn-share.google {
		background: #fd3a00; 
	}

	.btn-share.whatsapp {
		background: #1daf43; 
	}

ul.sosmed {
	margin: 0;
	padding: 0;
	float: right;
	width: 200px; 
	list-style: none;
	overflow: hidden;
	margin-top: 7px; 
}
	ul.sosmed li {
		float: right;
		margin: 0px 5px;
	}
		ul.sosmed li a {
			color: #FFF; 
			display: block;
			padding: 5px 2px;
			font-size: 16px; 
		}

#menu {
	position: fixed;
	width: 1100px;
	top: 0px; 
	z-index: 999;
	background: #FFF; 
}

#partner img {
	margin: 15px;
	padding: 10px; 
}

.owl-centered .owl-wrapper {
  	display: table !important;
}
.owl-centered .owl-item {
	display: table-cell;
	float: none !important;
	vertical-align: middle;
}
.owl-centered .owl-item > div {
 	text-align: center;
}



/* Start Widget Terbaru Halaman Home */ 
.line-title-terbaru{
	margin-bottom: 18px;
	margin-top: -10px;
    color: #b58727;
    border-bottom: 1px solid;
}
.hl{
	color: #b58727;
	border-bottom: 4px solid;
	font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans SC', sans-serif;
    
}

.widget-terbaru-pr{
	padding: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
}

.section-home-3 .widget-terbaru-pr-left{
	padding: 20px;
	margin-top: -22px;
}

.section-home-3 .widget-terbaru-img{
	padding: 0px;
	margin-top: -8px;
	margin-right: 20px;
	/*margin-bottom: 10px;*/
}

.section-home-3 .widget-terbaru-desc{

}

.section-home-3 .widget-terbaru-pr-left h1{
	margin-top:-3px;
}

.widget-terbaru-pr-left .title-terbaru h1{
	color: black;
	font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans SC', sans-serif;
}

.section-home-3 .widget-terbaru-pr-left .date-pub{
	margin-bottom: 20px;
	margin-top: -10px;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 12px;
}

.section-home-3 .widget-terbaru-pr-left .date-pub .publikasi{
	color: #b58727;
	font-size: 12px;
    font-weight: 500;
}

.section-home-3 .widget-terbaru-pr-left .date-pub .date-time{
	font-weight: 500;
}

.padding-space {
	padding: 20px;
}


.widget-terbaru-pr-right .img-right img{
	width:100%;
}

.widget-terbaru-pr-right .title-terbaru-right h1{
	margin-top: 20px;
}

.widget-terbaru-pr-right .desc-right{
	font-weight: 400;
}
/* End Widget Terbaru Halaman Home */ 

