/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */
.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Roboto';
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
}

.font3 {

    font-size: 40px;
    width: auto !important;

}

.line {

    background-color: rgb(0,0,0,0) !important;
    display: block;
    height: auto !important;
    margin: 5px 0;

}


.font4 {

    font-size: 18px;
    background-color: rgb(0,0,0,0.7) !important;
    padding: 10px;

}

.font5 {

    font-size: 40px;
    padding-top: 0px !important;
    width: auto;
	color: #fff !important;

}


@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	.banner-item .banner-caption{
	}

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
	}
	
	
	#header, .header {

    background: #1C00BF !important;
    color: #fff;

}
	
	.section_1 {

    padding: 10px 0 0 0 !important

}
	
	
	.section_3 {

    padding: 30px 0 20px 0 !important;

}
	
	.font1 {

    font-size: 18px !important;

}
	
	.font2 {

    font-size: 14px !important;

}
	
	.font3 {

    font-size: 25px !important;
	text-align: center;
	width: 250px !important;

}
	
	.font4 {

    font-size: 15px !important;
	background-color: rgb(0,0,0,0.7) !important;
	}
	
	
	.font5 {

    font-size: 25px !important;
    padding-top: 0px !important;
    text-align: center !important;
    color: #fff;
    margin: 0px 30px !important;
	width: auto !important;

}
	
	.line {

    background-color:rgb(0,0,0,0)!important;
    display: block;
    height: auto !important;
    margin: auto;
	margin-top: 15px !important;

}

}
	
	#footer {

    background: #1C00BF !important;
    color: #fff;

}
	
}