map *:focus {
	outline: none!important;
}

a,
button {
	outline: none!important;
	/* for Firefox Google Chrome  */
	behavior: expression(this.onFocus=this.blur());
	/* for IE */
}

.vpn {
	width: 100%;
	max-width: 1460px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.vpn img {
	display: block;
	width: 100%;
}

.vpn div {
	position: relative;
	margin-bottom: -5px;
	background-color: #eff0e0
}

.vpn a {
	display: block;
	position: absolute;
	z-index: 1
}

.vpn_bnt {
	width: 20%;
	height: 20%;
	/*background-color: #000;*/
	z-index: 1
}

.vpn_video {
	display: flex;
	justify-content: center;
}

.vpn_video article {
	position: absolute;
	display: inline-block;
	/*background-color: #000;*/
	z-index: 1;
	width: 85%;
	max-width: 550px;
	top: 17%
}

.vpn_video aside {
	position: relative;
}

.vpn_video iframe {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%
}



.vpn_kv .vpn_bnt {
	right: 5%;
	bottom: 10%;
	width: 20%;
	height: 15%;
}

.kol_banner {
	/*background-color: #f0f0e1*/
}

.vpn_product1 .vpn_bnt,
.vpn_product3 .vpn_bnt,
.vpn_product2 .vpn_bnt,
.vpn_product4 .vpn_bnt {
	bottom: 5%;
}

.vpn_product1 .vpn_bnt,
.vpn_product3 .vpn_bnt {
	right: 27%;
}

.vpn_product2 .vpn_bnt,
.vpn_product4 .vpn_bnt {
	left: 25%;
}

.vpn_iframe span {
	position: absolute;
	width: 33%;
	height: 49%;
	z-index: 1;
	right: 16%;
	top: 28%;
}

.vpn_iframe2 span {
	position: absolute;
	width: 31.5%;
	height: 43%;
	z-index: 1;
	left: 18%;
	top: 35%;
}

.vpn_iframe span div,
.vpn_iframe2 span div{
	display: block;
	width: 100%;
}


.mb {
	display: none!important;
}




/*輪播按鈕*/

.vpn .slick-arrow {
	/*background-color: #000;*/
	cursor: pointer;
	filter: alpha(opacity=0);opacity:0; 
}

.vpn .slick-next,
.vpn .slick-prev {
	top: 87%;
}

.vpn .slick-prev {
	left: 71%
}

.vpn .slick-next {
	right: 16%;
}

.vpn .cta {
	position: absolute;
	right: 100px;
	z-index: 50;
	top: 0;
}

.vpn .cta a {
	position: relative;
}

#cta {
	position: fixed;
	top: 135px;
	width: 80px;
	z-index: 500;
}

.vpn_iframe {

}

@media only screen and (max-width: 1024px) {
	.vpn .cta {
		right: 60px;
	}
	#cta {
		width: 50px;
	}
}


@media (max-width: 800px) {

	.pc {
		display: none!important;
	}
	.mb {
		display: block!important;
	}

	.vpn_kv .vpn_bnt {
		right: auto;
		left: 7%;
		bottom: 2%;
		width: 40%;
		height: 10%;
	}
	.vpn_video article {
		max-width: 85%;
		top: 18%;
	}
	.vpn .slick-next,
	.vpn .slick-prev {
		top: 48%;
		width: 10%;
		height: 5%;
	}
	.vpn .slick-next {
		right: 7%;
	}
	.vpn .slick-prev {
		left: 64%;
	}
	.vpn_bnt {
		width: 36%;
	}
	.vpn_product1 .vpn_bnt,
	.vpn_product3 .vpn_bnt {
		right: 10%;
	}
	.vpn_product2 .vpn_bnt,
	.vpn_product4 .vpn_bnt {
		left: 10%;
	}
	.vpn_iframe span {
		width: 84%;
		height: 54%;
		right: 8%;
		top: 28%;
		left: auto;
	}
	.vpn_iframe2 span {
		width: 84%;
		height: 46%;
		right: 8%;
		top: 36%;
		left: auto;
	}
}