/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.banner-item .banner-caption{
	position: absolute;
}

/* all banner caption */
.banner-item .banner-caption{
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

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

/*.bannerimg {
	position: absolute;
	top: -10vw;
	right: 5vw;
	width: 30%;
}
.bannertitle {
	padding-left: 10%;
  font-size: 3vw;
  width: 50%;
  font-weight: 700;
  font-style: italic;
}
.bannertxt {
	padding-top: 30px;
	font-size: 1.1vw;
	font-weight: 300;
	padding-left: 10%;
	width: 40%;
	line-height: 1.5;
}
.bannerbtn {
	padding-top: 30px;
	padding-left: 10%;
}*/
.bannerimg {
	position: relative;
	top: 0;
	right: 0;
	margin: auto;
	width: 75%;
}
.bannertitle {
  font-size: 3vw;
  width: 75%;
	margin: auto;
  font-weight: 700;
  font-style: italic;
}
.bannertxt {
	padding-top: 30px;
	font-size: 1.1vw;
	font-weight: 300;
	width: 70%;
	margin: auto;
	line-height: 1.5;
}
.bannerbtn {
	padding-top: 30px;
}
@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{
	}

	.bannerimg {
    top: 0;
}
.bannertitle {
    padding-left: 5%;
    font-size: 4vw;
    width: 60%;
    font-weight: 700;
    font-style: italic;
}
.bannertxt {
    padding-top: 10px;
    font-size: 3vw;
    font-weight: 300;
    padding-left: 5%;
    width: 60%;
    line-height: 1.5;
}
.bannerbtn {
    padding-top: 10px;
    padding-left: 5%;
}
}
