.box_utama_head{
	position:relative;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.box_utama_head_banner{
	position:relative;
	width:100%;
	min-width:1100px;
	top:25px;
	padding:10px;
	box-sizing: border-box;
}
.box_head_img{
	position:relative;
	float:left;
	width: 33%;
	top: 10px;
}
.box_head_img img{
	width: 100%;
	min-height:100%;
	border: 3px solid #ffffff;
	box-shadow: 0 10px 0.2px -6px rgba(0,0,0,0.1);
	border: 4px #f0f0f0;
}
.box_utama_head_banner h1{
	position: absolute;
	right:0px;
	width: calc(100% - 170px);
	background: #ffffff;
	box-sizing: border-box;
	padding: 10px;
}
.box_utama_head_konten{
	position:relative;
	box-sizing: border-box;
	text-align: justify;
	font-size: 16px;
	top: 140px;
	background: #ffffff;
	padding: 10px;
}
.box_kanan{
    position: relative;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0px;
}
.txt_head{
    font-size: 28pt;
    font-family: "bahnschrift";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 30px;
}
.txt_head1{
    font-size: 24pt;
    font-family: "bahnschrift";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.txt_bawah{
    font-family:"arial";
    font-size: 18px;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #51a800;
    letter-spacing: 2px;
    font-weight: bold;
}
.txt_bawah1{
    font-family:"arial";
    font-size: 16px;
    padding: 15px 0 10px 0;
    letter-spacing: 2px;
}
ul li {
    margin: 0;
    padding: 0;
    
}
.menu_head_kanan{
	position:relative;
    width: 100%;
    font-size: 22px;
    line-height: 1.7;
    padding-top: 15px;
    box-sizing: border-box;
}
.menu_head_kanan ul li {
    position:relative;
    text-align: left;
    margin-left: 0px;
    font-size: 14px;
    list-style: none;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
}
.menu_head_kanan ul li:before{
    position: absolute;
    content: ">";
    color: #16ad37;
    left: 0px;
    width: 30px;
    height: 30px;
}
.box_utama_head_konten .isi_konten{
	box-sizing: border-box;
}

.listprofile{
	min-width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	margin-left: 10px;
}

.box_info_alamat{
    position: relative;
    width: 100%;
    min-width:110px;
    height: 50px;
    background-color: #a54e00;
    margin-top: 10px;
    font-size: 14px;
    
}
.info_telp,.info_wa,.info_fax,.info_email{
    position:relative;
    padding-left: 25px;
    padding-top: 15px;
    margin-bottom: 2px;
    margin-left: 105px;
    display: inline-block;
    max-width:100%;
    color: #ffffff;
    font-family: "ptsans";
    font-weight: bold;
}
.info_telp:before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(telp.png) no-repeat;
    background-size: 17px 17px;
    left: 0px;
}
.info_wa:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(wa.png) no-repeat;
    background-size: 20px 20px;
    left: 0px;
}
.info_fax:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(fax2.png) no-repeat;
    background-size: 20px 20px;
    left: 0px;
}
.info_email:before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(email.png) no-repeat;
    background-size: 17px 17px;
    left: 0px;
}
@media only screen and (max-width: 800px) {
	.box_utama_head{
		padding-bottom: 5px;
	}
	.box_utama_head_banner{
		margin-left: 0px;
		width: 100%;
		min-width: 100%;
		padding: 5px;
		top: 3px;
	}
	
	.box_head_img{
		width: 100%;
		top: 50px;
		float: none;
	}
	.box_head_img img{
		width: 100%;
	}
	.box_kanan{
		width: 100%;
		padding:10px;
		float: none;
	}
	.listprofile{
		font-size: 11px !important;
		font-weight: bold;
		letter-spacing: 0.9px;
		width: 120px;
	}
	.menu_head_kanan{
		font-size: 12px;
		width: 100%;
	}
	.txt_head{
		font-size: 17px;
		margin-top: 2px;
	}
	.txt_head1{
		font-size: 12px;
	}
	.txt_bawah{
		font-size: 12px;
	}
	.txt_bawah1{
		font-size: 12px;
	}
	
	.box_info_alamat{
		width:100%;
		min-width:100%;
		margin-top: 10px;
		font-size: 7px;
	}
	.info_telp,.info_wa,.info_fax,.info_email{
		margin-left: 5px;
		padding-left: 15px;
		padding-top: 8px;
	}
	.info_telp:before, .info_wa:before, .info_fax:before, .info_email:before{
	    width: 10px;
	    height: 10px;
	    background-size: 10px 10px;
	    left: 0px;
	}
	
}

