.top-box {padding-top: 100px;}
/* 圖片設定 */
.bgphoto-1 {
	height: 500px;
	position: relative;
	background: #000;
    background: url(../images/slide//slide-1.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bgphoto-2 {
	height: 500px;
	position: relative;
	background: #000;
    background: url(../images/slide/slide-2.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bgphoto-3 {
	height: 500px;
	position: relative;
	background: #000;
    background: url(../images/slide/slide-3.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bgphoto-4 {
	height: 500px;
	position: relative;
	background: #000;
    background: url(../images/slide/slide-4.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bgphoto-5 {
	height: 500px;
	position: relative;
	background: #000;
    background: url(../images/slide/slide-5.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flexslider {
	margin: 0px;
	padding: 0px;
	position: relative;
	zoom: 1;
	background-color: #fff;
	overflow: hidden;
}
.flexslider .slides {padding: 0; zoom: 1;}
.flexslider .slides li {
	display: none;
	padding: 0;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides li .caption {
	text-align: center;
	width: 100%;
	height: 100%;
	color:#fff;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexslider .slides li .caption h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 15px;
	padding: 10px 30px 10px 50px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
}
.flexslider .slides li .caption .button {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background-color: #008CBB;
	padding: 15px 30px 15px 30px;
	border-radius: 3px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flexslider .slides li .caption .button:hover,
.flexslider .slides li .caption .button:focus {
	background: #fff;
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 991px) {
.top-box {padding-top: 90px;}	
.bgphoto-1 {height: 300px;}
.bgphoto-2 {height: 300px;}
.bgphoto-3 {height: 300px;}	
.bgphoto-4 {height: 300px;}	
.bgphoto-5 {height: 300px;}	
.flexslider .slides li .caption h1 {
	font-size: 20px;
	letter-spacing: 8px;
	padding: 10px 15px 10px 30px;
}
}

@media screen and (max-width: 480px) {
.top-box {padding-top: 80px;}	
.bgphoto-1 {height: 150px;}
.bgphoto-2 {height: 150px;}
.bgphoto-3 {height: 150px;}	
.bgphoto-4 {height: 150px;}	
.bgphoto-5 {height: 150px;}	
.flexslider .slides li .caption h1 {
	font-size: 14px;
	letter-spacing: 3px;
	padding: 7px 10px 7px 15px;
}	
}
