.box_berita_utama{
	position: relative;
	width: 100%;
	float: left;
}
.box_berita_utama_bg{
	position:absolute;
	width: 100%;
	box-sizing: border-box;
	top:10px;
	left: 0px;
	height: 100%;
}
.box_berita_utama a{
	color: #4c4c4c;
	text-decoration: none;
}
.head_judul_berita{
	position:relative;
	color: white;
	padding: 10px 10px;
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	color:#ffffff;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	background:#428bca;
	margin-bottom: 15px;
}
.head_judul_berita a{
	color: white;
}
.judul_module_berita{
	position:relative;
	text-align: left;
}
.head_berita_lainnya{
	position:relative;
}
.box_data_berita{
	position: relative;
	box-sizing: border-box;
}
.box_data_berita_over{
	overflow-y: scroll;
}
.box_konten_gambar{
	position:relative;
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-bottom: 0px;
}
.box_konten_gambar img{
	width: 100%;
	min-height: 100%;
}
.box_baris_berita{
	position: relative;
	margin-bottom: 5px;
	float: left;
	width: 370px;
	margin-bottom: 15px;
}
.box_baris_berita_m{
	margin-left: 10px;
}
.box_berita_isi{
	position:relative;
	font-size: 14px;
	box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.2);
	margin-bottom: 5px;
}
.box_berita_ttl{
	padding-bottom: 0px;
}
.berita_tanggal{
	position:absolute;
	top:90px;
	display:inline-block;
	padding:5px;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	background: #00923f;
}
.box_berita_judul{
	margin-top:0px;
	background: #ffffff;
	padding: 5px;
}
.berita_judul{
	position: relative;
	font-size: 15px;
	color: #00036f;
	margin-top:3px;
	font-weight: bold;
}
.box_berita_deskripsi{
	position:relative;
	margin-bottom: 16px;
	box-sizing: border-box;
	background: #ffffff;
	padding: 5px;
}

.tombol_berita_lain{
	position:relative;
	padding: 10px 5px;
	box-shadow: 0px 0px 3px #606060;
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	background: #efefef;
	color: #002600;
}
.tombol_berita_lain:hover{
	background: #bfdbbe;
}
@media only screen and (max-width: 900px) {
	.box_berita_utama{
		position:relative;
		display:block;
		width: 100%;
		height: unset;
		padding-bottom: 10px;
	}
	.box_data_berita{
		height: auto;
	}
	.box_baris_berita{
		width: 100%;
	}
	.box_baris_berita_m{
		margin-left: 0px;
	}
	.berita_tanggal{
		
	}
	.box_berita_judul{
		
		margin-left: 0px;
	}
	
}

