.boxpetasebaran{
	position: relative;
	width: 100%;
	height:600px;
	box-sizing: border-box;
}
.box_petasebaran{
	position: relative;
	width: 100%;
	height:100%;
	box-sizing: border-box;
}
.btmapdetail{
	position:absolute;
	display: inline-block;
	padding: 10px;
	background: #292311;
	color: #ffffff;
	bottom: 20px;
	left: 50%;
	font-weight:bold;
	transform: translate(-50%, 0);
}
.btmapdetail:hover{
	cursor: pointer;
	background: #a05016;
}
.box_jumlahekraf{
	position:absolute;
	color: #000000;
}
.box_data_kota{
	position: relative;
	padding: 3px 8px;
	display:inline-block;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	background: #ffffff;
	font-weight: bold;
}

/*Mobile*/
@media only screen and (max-width: 900px) {
	
}
