.js-slider1 {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0;
	overflow: hidden;
	/*border-radius: 15px;*/
	background-color: rgba(50,50,50,1.0);
}
.bannerslides {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1vh;
	filter: brightness(50%) grayscale(0%) blur(0.00rem) opacity(50%);
}
.bannertext {
	width: 100%;
	color: rgba(255,255,255,1.0);
}
.bt1 {
	display: none;
	position: absolute;
	top: 15%;
	text-align: center;
	font-size: calc(30px + 24 * ((100vw - 320px) / 680));
}
.bt2 {
	display: block;
	position: absolute;
	top: 70%;
	max-width: 30vw;
	height: 8vw;
	margin-left: 35%;
	border: 1px solid rgba(20,52,101,1.0);
	background-color: rgba(0,32,81,.65);
	color: rgba(255,255,255,1.0);
}
.bt2:hover {
	background-color: rgba(0,22,71,1.0);
}
.btt {
	line-height: 8vw;
	text-align: center;
	font-size: calc(10px + 24 * ((100vw - 320px) / 680));
}
.bta {
	display: block;
	font-size: calc(14px + 4 * ((100vw - 320px) / 680));
	color: rgba(190,190,190,1.0);
}

@media only screen and (min-width: 800px) {
	.js-slider1 {
	width: 100%;
	margin-left: 0%;
	max-height: 60vh;
	border-radius: 0px;
	}
	.bannerslides {
	filter: brightness(100%) grayscale(0%) blur(0.25rem) opacity(50%)
	}
	.noeffect {
	filter: brightness(100%) grayscale(0%) blur(0.0rem) opacity(100%)
	}
	.bt1 {
	display: block;
	text-align: left;
	margin-left: 1.75%;
	margin-right: 1.75%;
	font-size: calc(45px + 18 * ((100vw - 320px) / 680));
	}
	.bt2 {
	top: 80%;
	height: 2.75vw;
	width: 9.5vw;
	margin-left: 45%;
	font-size: calc(8px + 6 * ((100vw - 320px) / 680));
	border: 0.5px solid rgba(20,52,101,1.0);
	}
	.bta {
	display: inline-block;
	float: left;
	width: 90%;
	top: 40%;
	font-size: calc(10px + 18 * ((100vw - 320px) / 680));
	}
	.bta2 {
	top: 50%;
	width: 70%;
	font-size: calc(4px + 6 * ((100vw - 320px) / 680));		
	}
	.btt {
	line-height: 2.75vw;
	text-align: center;
	font-size: calc(4.0px + 5 * ((100vw - 320px) / 680));	
	}
}
@media only screen and (min-width: 1200px) {
	.bta2 {
	width: 60%;
	height: auto;
	font-size: calc(3.25px + 6 * ((100vw - 320px) / 680));		
	}
}