@charset "utf-8";
/* CSS Document */
#whyVisit ul li:first-child {
	background-image: url(../images/iconWhy.png);
}
#whyVisit ul li:nth-child(2) {
	background-image: url(../images/iconWhy2.png);
}
#whyVisit ul li:nth-child(3) {
	background-image: url(../images/iconWhy3.png);
}

#indexNews li .hoverDesc{
	font-size: 104%;
	width: 100%;
	height: 200px;
	padding: 8px 16px;
	color: rgba(255,255,255, 255);
	background: rgba(0, 0, 0, 0.5);/*0.5改成1會變透明*/
	position: absolute;
	overflow: hidden;
	z-index: 1;/*改成-1會隱藏，滑過才出現*/
	left: 0px;
	top: 0px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	
	/*microsoft edge solve*/
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
#indexVenue li .hoverDesc {
	font-size: 100%;
	width: 100%;
	height: 300px;
	padding: 8px 16px;
	color: rgba(255,255,255, 0);
	background: rgba(0, 0, 0, 0);
	position: absolute;
	overflow: hidden;
	z-index:-1;
	left: 0px;
	top: 0px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;

     /*microsoft edge solve*/
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}


#indexNews li:hover .hoverDesc {
	z-index:9;
	color: rgba(255,255,255,1);
	background: rgba(123, 20, 25, 0.65);
}

#indexVenue li:hover .hoverDesc {
	color: rgba(255,255,255,1);
	background: rgba( 0, 0, 0, 0.45);
}

.hoverDesc span{
	font-size:94%;
	
}

.hoverDesc span a{
	color:white !important;
}

.hoverDesc span b, .hoverDesc span b{
	color:yellow;
}

.hoverDesc hr{
	
	width:0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	/*microsoft edge solve*/
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}


#indexNews li:hover .hoverDesc span, #indexVenue li:hover .hoverDesc span{
	opacity:1
}


#indexNews li:hover .hoverDesc hr, #indexVenue li:hover .hoverDesc hr{
	opacity:1;width:100%
}


.indexthumb{
	width:100%;
	height: 200px;
	overflow: hidden;
}
.indexthumb img {
	width:100%;
	display:none !important
}

.indexthumb-venue{
	height:300px;
	margin-bottom:1em
	
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-------------banner--------------------*/
#bannerWrapper {
	width: 100%;
	height: auto;
	min-width:980px;
	
	border: solid;
    border-width: 8px 0 8px 0 ;
	-webkit-border-image: -webkit-linear-gradient(to right, #3395F9 0%, #000000 50%, #013469 100%);
	-moz-border-image: -moz-linear-gradient(to right, #3395F9 0%, #000000 50%, #013469 100%);
    border-image: linear-gradient(to right, #3395F9 0%, #000000 50%, #013469 100%);
    border-image-slice: 1;
}
#banner {
	position: relative;
	height: 100%;
}
#banner ul li span {
	position: absolute;
	width:auto;
	max-width:60%;
	color: #fff;
	display: block;
	background: rgba(0,0,0,0.5);
	padding: 30px;
	border-radius:10px;
	display:none;
}
#banner ul li span h1 {
	font-size: 35px;
	line-height: 100%;
}
#banner ul li span h3 {
	font-size: 21px;
	font-weight: normal;
}
#banner ul li span p {
	font-size: 17px;
}
.bannerslide {
	width: 100%;
	height: 100%;
}
#banner img {
	vertical-align: bottom;
}
.fixed-height{
		max-height:260px;
}

/*-------------content index--------------------*/
.contentIndex {
	width: 93%;
	margin: 0 auto;
	min-width:980px;
}
.contentIndex h1{
	font-size: 27px;
	color: #333;
	font-weight: normal;
	border-bottom: 2px solid #8FC320;
	text-align: center;
	padding: 0 0 10px 0;
}
/*----------------- indexNews -----------------------*/

 #indexVenue{
	
}


#indexNews li {
	float: left;
	position: relative;
	    width: 29.8% !important;
    margin: 12px 1.6% 4px 1.6%;
}

#indexVenue li {
	float: left;
	position: relative;
	width: 47.5% !important;
    margin: 12px;
}


/*for index 新聞稿*/
#indexExPress li {
	width: 49%;
	float: left;
	margin: 1% 2% 1% 0;
}
#indexExPress li a {
	text-decoration: none;
	color: #222;
}
#indexExPress li a:hover p {
	text-decoration: underline;
}
#indexExPress li:nth-child(2n) {
	margin-right: 0;
}
#indexExPress li div.left {
	width: 90px;
	height: 60px;
	float: left;/*border: 1px solid #eee;*/
}
#indexExPress li div.prodthumb {
	width: 90px;
	height: 60px;
	background: #fff;
	overflow: hidden;
}
#indexExPress li div.right {
	margin-left: 100px;
	padding-top: 5px;
	width: auto;
}
#indexExPress li div.right span {
	color: #8FC320;
}
/*----------------factsheet----------------*/
#factLeft {
	float:left;
	min-width:600px;
}
#factLeftLeft {
	width: 48%;
	float: left;
}
#factLeftRight {
	float:right;width:48%;
}
.googleMapIndex {
	width:100%;
	height: 350px;
	vertical-align: bottom;
}
#factLeftLeft h3 {
	font-size: 21px;
	color: #8FC320;
	font-weight: normal;
	line-height: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/*-----------------whyVisit--------------------*/
#whyVisit {
	padding: 25px 0;
	width: auto;
	background: #eee;
}
#whyVisit h3 {
	margin-bottom: 15px;
}
#whyVisit ul li {
	float: left;
	display: block;
	width: 30%;
	padding-top:140px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size:120px auto;
}
#whyVisit ul li:nth-child(2) {
	margin: 0 5%;
}
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-------------banner--------------------*/
#bannerWrapper {
	width: 100%;
	height: auto;
	margin: 0;
	
	border: solid;
    border-width: 8px 0 8px 0 ;
	-webkit-border-image: -webkit-linear-gradient(to right, #3395F9 0%, #000000 50%, #013469 100%);
	-moz-border-image: -moz-linear-gradient(to right, #3395F9 0%, #000000 50%, #013469 100%);
    border-image: linear-gradient(to right, #3395F9 0%, #000000 50%, #013469 100%);
    border-image-slice: 1;
}
#banner {
	position: relative;
	height: 100%;
}
.bannerslide {
	width: 100%;
	height: 100%;
}
#banner ul li span {
	position: absolute;
	color: #fff;
	display:none;
}
#banner ul li span h1 {
	font-size:23px;
	line-height:100%; 
	text-shadow:0px 0px 3px #333;
}
#banner img {
	vertical-align: bottom;
}

blockquotes{

}


/*----------------- indexNews -----------------------*/


#indexNews li .hoverDesc {
	
	padding:8px 16px;
	color: white;
    background: rgba(0, 0, 0, .4);
	z-index: 1;
}

.hoverDesc hr {	
	width:100%
}

.hoverDesc span a{
    color: white;
}

 .hoverDesc span b {
	 color:#BEFF44;
 }

#indexNews .swiper-wrapper {
	display: block
}

.indexthumb img {
	opacity:0
}


/*for index 新聞稿*/
#indexExPress li p {
	width: auto;
}
#indexExPress li span {
	color: #999;
}
/*----------------factsheet----------------*/
#factLeftRight {
	margin-top: 20px;
}
.googleMapIndex {
	width: 100%;
	height: 300px;
}
#factLeftLeft h3 {
	font-size: 21px;
	color: #8FC320;
	font-weight: normal;
	line-height: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
#factRight {
	text-align: center;
	margin-top: 20px;
}
#galleryIndex li {
	display: inline-block;
	margin:2px 2px 0 2px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.galleryIndexthumb {
	width: 100px;
	height: 100px;
	vertical-align:bottom;
}
/*-----------------whyVisit--------------------*/
#whyVisit {
	background: #eee;
	color: #333;
	padding: 25px 0;
	width: auto;	
}
#whyVisit h3 {
	font-size:18px;
	margin-bottom: 10px;
	
}
#whyVisit ul li {
	width: 100%;
	padding:45% 0 0 0;
	background-repeat: no-repeat;
	background-position:top center;
	background-size:40% auto;
}
#whyVisit ul li:nth-child(2) {
	margin: 25px 0;
}
}
