.judul_menu_sub{
	position:relative;
	padding: 20px 5px 5px 5px;
	font-size: 45px;
	font-weight: bold;
	color: #4f4f4f;
	margin-bottom: -15px;
	
}
.des_menu_sub{
	font-size: 30px;
	padding-bottom: 50px;
}
.box_sektorutama{
	font-family: "Quicksand",sans-serif;
	position:relative;
	box-sizing: border-box;
	line-height: 1.4;
	width: 1100px;
	margin-left: 2px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.box_sektorutama_data{
	position:relative;
	width:267.5px;
	height:250px;
	margin-bottom:20px;
	box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	float: left;
	background: #ffffff;
}

.jarakkiri{
	margin-left: 10px;
}

.box_sektorutama_gambar{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.box_sektorutama_gambar img{
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

.box_sektorutama_nama{
	position:relative;
	font-size: 22px;
	padding: 10px 5px;
	letter-spacing: 1.8px;
	height: 60px;
	font-weight: bold;
}
.box_sektorutama_skema{
	position:absolute;
	padding: 8px 5px;
	letter-spacing: 2.2px;
	background: #f2f2f2;
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
}
.box_jumlah_kotak{
	position: relative;
	float: left;
	width: 50%;
	color: #6d6d6d;
	box-sizing: border-box;
}
.box_jumlah_kotak_border{
	border-right: 1px solid #535353;
}
.box_jumlah_jumlah{
	font-size: 22px;
	font-weight: bold;
}

.box_sektorutama_cover{
	position: absolute;
	width: 100%;
	height: 0%;
	background: rgba(179, 147, 106,0.7);
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.2s linear;
	transition: height all 0.2s linear;
}

.box_sektorutama_data:hover .box_sektorutama_cover{
	height:100%;
	cursor: pointer;
}

@media only screen and (max-width: 800px) {
	.box_sektorutama_data{
		width: 100%;
	}
	.box_sektorutama{
		width: 100%;
	}
	.jarakkiri{
		margin-left: 0px;
	}
}