/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */
.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
    font-family: 'Roboto', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei' !important;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
    width: 40%;
    height: auto;
}

/* 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{
}

.banner-title h3{
    font-size: 25px;
    color:#0a4ea3;
    margin-bottom:10px;
}

.banner-title h2{
    font-size: 55px;
    line-height: normal;
    margin: 0 auto;
    color: #b81f20 ;
    font-weight: bold;
    margin-bottom:10px;
}

.banner-title h4{
    font-size: 20px;
    color:#0a4ea3;
    margin:10px 0;
}

.banner-title p{
    font-size: 16px;
    color:#333;
}

.btn-whatsapp{
    color:#fff;
    font-size:16px;
    background:#1db009;
    border:2px solid #1db009;
    padding:12px 25px;
    border-radius:50px;
    transition: linear .3s;
}

.btn-whatsapp:hover{
    background:transparent;
    color:#1db009;
}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	.banner-item .banner-caption{
        left: 65%;
        width:55% !important;
	}

	/* 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{
	}
    
    .banner-title h3{
        font-size: 8px;
        color:#0a4ea3;
        margin:5px 0;
    }

    .banner-title h2{
        font-size: 13px;
        line-height: normal;
        margin: 0 auto;
        color: #b81f20 ;
        font-weight: bold;
        margin:5px 0;
    }

    .banner-title h4{
        font-size: 8px;
        color:#0a4ea3;
        margin:5px 0;
    }

    .banner-title p{
        font-size: 8px;
        color:#333;
    }

    .btn-whatsapp{
        color:#fff;
        font-size:8px;
        background:#1db009;
        border:1px solid #1db009;
        padding:6px 12px;
        border-radius:50px;
        transition: linear .3s;
    }

    .btn-whatsapp:hover{
        background:transparent;
        color:#1db009;
    }
}

