.box_mod_footer{
	position:relative;
	width: 100%;
	padding: 0px;
}
.logo_footer{
	width: 90px;
	margin-bottom: 10px;
}
.logo_footer img{
	width: 100%;
}
.boxtextfooter{
	position:relative;
	width: 1100px;
	box-sizing: border-box;
	padding: 30px 0px 30px 0px;
	letter-spacing: 2.5px;
}
.boxtextfooter p{
	color: white;
	line-height: 1.5;
	margin: 0px;
	margin-bottom:-1px;
	text-align: center;
}
.boxtextfooter a{
	color: #ffae00;
	text-decoration: none;
	font-weight: bold;
}
.footerc{
	font-size: 11px !important;
	color: #211b0e !important;
	max-width: 100%;
	width: 1100px;
	text-align: left;
}

.box_footer_cpr{
	position:relative;
	width: 100%;
	background: #c38821;
	box-sizing: border-box;
	padding: 6px 0px;
}

.footer_profile_info{
	position:absolute;
	width: calc(100% - 250px);
	color: white;
	text-align: left;
	box-sizing: border-box;
	bottom: 50px;
}
.footer_profile_info h2{
	font-size: 20px;
	letter-spacing: 2.8px;
}
.footer_deskripsi{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 1.5px;
	max-width:100%;
	text-align: left;
	box-sizing: border-box;
}
.footer_deskripsi p{
	text-align: left;
}
.footer_profile_alamat{
	position:relative;
	width: 100%;
	display:inline-block;
	color: white;
	text-align: left;
	vertical-align:top;
	font-size: 11px;
	letter-spacing: 1.2px;
}

.footer_profile_menu a{
	color: #ffffff;
	font-weight: 300;
}
.footer_menu{
	margin-bottom: 3px;
}
.footer_alamat,.footer_telp,.footer_email{
	position:relative;
	padding-left: 20px;
	margin-bottom: 2px;
	display: inline-block;
	max-width:100%;
}
.footer_alamat:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background: url(lokasi.png) no-repeat;
	background-size: 13px 13px;
	left: 0px;
	top: 3px;
}
.footer_telp:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background: url(telp.png) no-repeat;
	background-size: 13px 13px;
	left: 0px;
	top: 2px;
}
.footer_email:before{
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background: url(email.png) no-repeat;
	background-size: 13px 13px;
	left: 0px;
	top: 2px;
}
.footer_counter{
	position:relative;
	width: 180px;
	float: right;
	color: white;
	text-align: left;
	margin-left: 20px;
	box-sizing: border-box;
}
.box_counter{
	position: relative;
	width: 100%;
}
.box_counter img{
	position: relative;
	width: 100%;
	background: white;
}
.box_counter:before{
	position: absolute;
	bottom: 0px;
	width: 100%;
	content: "";
	background:white;
	height: 30px;
	z-index: 10;
}
.footer_profile_link{
	width: 150px;
	position: relative;
	box-sizing: border-box;
	float: right;
}
/*Mobile*/
@media only screen and (max-width: 800px) {
	.box_mod_footer{
		padding: 10px;
		box-sizing: border-box;
	}
	.boxtextfooter{
		width: 100%;
	}
	.boxtextfooter p{
		font-size: 10px;
	}
	.footer_judul_menu{
		font-size: 16px;
	}
	.footer_catatan{
		width: 100%;
	}
	.footer_catatan p{
		width: 100%;
	}
	
	
}
