.databanner{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 600px;
	box-sizing:border-box;
	opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 2s, filter 2s;
    transition: opacity 2s, filter 2s;
}
.databanner img{
	position: absolute;
	left: 0px;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
}
.box_banner_text{
	position: relative;
	width:565px;
	max-width:100%;
	box-sizing: border-box;
	text-align: center;
	font-family: "bahnschrift";
	top: 205px;
	color: white;
}
.box_banner_text1{
    text-transform: uppercase ;
    font-size: 32px;
    font-weight: bolder;
}
.box_banner_text2{
    padding-top: 10px;
    font-size: 17px;
}
.banner_text_layanan{
    position: relative;
    margin-top: 15px;
    padding: 9px 0 5px 0;
    width: 190px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline-block;
    
}
.box_banner_text h1{
	font-family:'Roboto Condensed','Arial', sans-serif;
	font-size: 24px;
	margin:0px;
    padding: 10px;
    padding-left:22px;
    padding-right:22px;
	width: 100%;
	letter-spacing:-0.2px;
	color:#ffffff;
	box-sizing: border-box;
	
	text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.box_banner_text h2{
	color: white;
	font-size: 14px;
    font-weight: 100;
    padding: 10px;
	text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}
.box_banner_text h2 p{
    font-size: 14px;
    font-weight: 100;
    padding: 10px;
}
.btbannerlink{
    cursor: pointer;
    background: #014d9f;
    padding: 6px 15px;
    color: white;
    margin-left: 23px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}
.btbannerlink:hover{
	background: #619561;
	color: #ff6c00;
}
.box_nod{
    position: relative;
    width: 100%;
    top: 200px;
    bottom: 0;
}
.nod{
    position: absolute;
    width: 100%;
    height:100%;
    content:"";
    top:510px;
    bottom: 0;
    background: url(nod2.png) no-repeat;
    display: inline-block;
    background-size: 100% 105px;
}

@media only screen and (max-width: 800px) {
	
	.box_banner_text{
		top: 20px;
		width: 100%;
	}
	.box_banner_text1{
		font-size: 18px;
	}
	.box_banner_text2{
		font-size: 14px;
	}
}