
 /* ==========================================================================
    Banner Up
 ========================================================================== */
.banner.up.slick-slider{
	height: 350px;
	margin-bottom: 0;
}
.banner.up .list-item{
	position: relative;
}
.banner.up .list-item .left,
.banner.up .list-item .right{
	width: 50%;
	display: inline-block;
}
.banner.up .pic{
	position: relative;
}
.banner.up .pic,
.banner.up .pic img{
	height: 350px;
}
.banner.up .list-item .group{
	float: left;
    width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner.up .pic .left{
	float: left;
}
.banner.up .pic .right{
	float: right;
}
.banner.up .list-item .txt{
	position: absolute;
	width: 1200px;
	height: 335px;
	z-index: 1;
	top: 27px;
}

.banner.up .txt h3{
	position: relative;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    font-family: "Poppins";
    text-shadow: 0 0 10px #000;
    letter-spacing: 0;
	color: #FFF;
}
.banner.up .txt h3.title{
	font-size: 26px;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: "微軟正黑體";
    font-weight: bold;
    text-shadow: 0 0 0;
}
.banner.up .txt h3.sub-title{
	font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    text-shadow: 0 0 0;
}


.borderBottom {
    position: relative;
    float: left;
    margin-top: 7px;
}
.borderBottom > .long{
	width: 275px;
	height: 14px;
    display: inline-block;
    background: #00a1e1;
    float: left;
}
.borderBottom > .triangle {
    border-left: 0px solid transparent;
    border-top: 14px solid #00a1e1;
    border-right: 14px solid transparent;
    display: inline-block;
    float: left;
}
.banner.up .pic .right img{
	height: auto;
	width: auto;
	min-width: auto;
	min-height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-mos-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	float: right;

}
.banner.up .slick-dots{
	width: 1300px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	bottom: 15px;
}
.slick-dots li.slick-active button:before{
	color: #00a1e1;
	opacity: 1;
}
.slick-dots li button:before{
	color: #FFF;
	opacity: 1;
}
.banner.up .slick-dots li{
	margin: 0 2px;
}
.banner.up .slick-dots li button:before{
	font-size: 15px;
}

.max-bg-size .banner.up .txt, .max-bg-size .banner.up .slick-dots{
	width: 90%;
}
.max-sm-size .banner.up .txt h3:first-child{
	font-size: 26px;
}
.max-sm-size .banner.up .txt h3:last-child {
    font-size: 35px;
    line-height: 38px;
}
.max-sm-size .banner.up .txt h3:first-child{
	font-size: 20px;
}
.max-sm-size .banner.up .txt h3:last-child {
    font-size: 23px;
    line-height: 28px;
}

/*=== Banner Up  ===*/

#banner-up{
	margin-top: 80px;
}
.banner.up.slick-slider{
	height: 588px;
}
#banner,
.banner.up .pic,
.banner.up .pic img{
	height: 506px;
}

.banner.up .slick-dots{
	width: auto;
	bottom: 35px;
}
.banner.up .slick-dots li button:before {
    font-size: 12px;
	color: #cccccc;
}
.banner.up .slick-dots li.slick-active button:before{
	color: #00a1e1;
}

@media screen and (max-width: 1199px){
	.banner.up .list-item .group{
		width: 100%;
		padding: 0 30px;
	} 
	.banner.up .pic .right img{
		width: 70%;
	}
}

@media screen and (max-width: 991px){
	.banner.up .pic .right img{
		width: 70%;
	}
	.banner.up .txt h3.title{
		font-size: 25px;
	}
	.banner.up .txt h3.sub-title {
	    font-size: 42px;
	}
	.borderBottom > .long{
		width: 190px;
	}
}

@media screen and (max-width: 767px){
	.banner.up .list-item .group{
		width: 100%;
		padding: 0 15px;
	} 
	.banner.up.slick-slider {
	    height: 200px;
	}
	.max-sm-size .banner.up ,
	.max-sm-size .banner.up .pic,
	.max-sm-size .banner.up .pic img{
		height: 200px;
	}
	.max-sm-size .banner.up .right .pic img{
		height: auto;
		min-width: 180px;
		width: 50%;
		margin-top: 0;
	}
	.max-sm-size .banner.up .txt h3.title {
	    font-size: 18px;
	    margin-top: 0px;
	    letter-spacing: 0px;
	}
	.max-sm-size .banner.up .txt h3.sub-title{
	    font-size: 24px; 
	    line-height: 28px;
	    margin-top: 0;
	    margin-bottom: 5px;
	    letter-spacing: 0px;
	    font-weight: 600;
	}
	.borderBottom{
		margin-top: 0;
	}
	.borderBottom > .long{
		width: 100px;
		height: 5px;
	}
	.borderBottom > .triangle{
		border-top: 5px solid #00a1e1;
    	border-right: 5px solid transparent;
	}
	.banner.up .slick-dots li {
	    margin: 0;
	}
	.banner.up .slick-dots li button:before {
	    font-size: 12px;
	}
	.banner.up .slick-dots{
		bottom: 0px;
	}
}

@media screen and (max-width: 479px){
	.banner.up .list-item .group{
		width: 100%;
		padding: 0 15px;
	} 
	.max-xs-size .banner.up ,
	.max-xs-size .banner.up .pic,
	.max-xs-size .banner.up .pic img{
		height: 160px;
	}
	.max-xs-size .banner.up .right .pic img{
		height: auto;
		width: 110px;
		min-width: 110px;
		margin-top: 20px;
	}
	.banner.up.slick-slider {
	    height: 160px;
	}
	.max-xs-size .banner.up .txt h3.title {
	    font-size: 15px;
	    margin-top: 0px;
	    letter-spacing: 0px;
	}
	.max-xs-size .banner.up .txt h3.sub-title {
	    font-weight: bolder;
	    font-size: 14px;
	    line-height: 18px;
	    margin-top: 0;
	    margin-bottom: 5px;
	    letter-spacing: 0px;
	}
	.borderBottom > .long {
	    width: 45px;
	    height: 3px;
	}
	.borderBottom > .triangle {
	    border-top: 3px solid #00a1e1;
	    border-right: 3px solid transparent;
	}
	.max-xs-size .banner.up .slick-dots{
		display: none;
	}
	.banner.up .slick-dots li {
	    margin: 0;
	}
	.banner.up .slick-dots li button:before {
	    font-size: 8px;
	}
	.banner.up .slick-dots{
		bottom: 0px;
	}
}

/* ==========================================================================
    Products
 ========================================================================== */

section.product{
	position: relative;
	z-index: 10;
	background: #FFF;
}
.max-lg-size section#products.list .nav > li > a{
	font-size: 14px;
}

@media screen and (min-width: 768px){
	#products #dropdownType{
		display:none;
	}
}
@media screen and (max-width: 767px){
	#products #tabType{
		display:none;
	}
	#products #dropdownType .btn-group,
	#products #dropdownType .btn-group .btn{
		width: 100%;
	}
	#products #dropdownType .btn-group .btn{
		height: 55px;
		line-height: 55px;
		background: #00a1e1;
		color: #FFF;
		border-color: #e9e9e9;
		background-image: none;
		border-right: 0;
		border-left: 0;
		-webkit-border-radius: 0;  
		-moz-border-radius: 0;  
		-ms-border-radius: 0;  
		-o-border-radius: 0;  
		border-radius: 0; 
		text-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent;
		padding: 0 12px;
		font-size: 16px;
	}
	#products #dropdownType .nav-pills{
		padding: 0;
	}
	.max-sm-size #products #dropdownType .nav-justified li{
		width: 100%;
		-webkit-border-radius: 0;  
		-moz-border-radius: 0;  
		-ms-border-radius: 0;  
		-o-border-radius: 0;  
		border-radius: 0; 
		background: transparent;
	}
	.max-sm-size #products #dropdownType .nav-justified li a{
		width: 100%;
		-webkit-border-radius: 0;  
		-moz-border-radius: 0;  
		-ms-border-radius: 0;  
		-o-border-radius: 0;  
		border-radius: 0; 
		background: #FFF;
		color: #000;
	}
	.max-sm-size #products #dropdownType > .btn-group > a:after,
	.max-sm-size #products #dropdownType > .btn-group > a[aria-expanded="false"]:after{
		font-family: 'icomoon';
	    content: '\f36c';
	    position: absolute;
	    float: left;
    	padding-left: 15px;
	}
	.max-sm-size #products #dropdownType > .btn-group > a[aria-expanded="true"]:after{
	    content: '\f36b';
	    padding-left: 15px;
	}
	#products #dropdownType .dropdown-menu>.active>a,
	#products #dropdownType .dropdown-menu>.active>a:hover,
	#products #dropdownType .dropdown-menu>.active>a:focus,
	#products #dropdownType .nav-pills li a:hover{
		color: #000;
	} 

}
.products.list .nav-pills{
	width: 75%;
	margin: 0 auto;
	padding: 10px 5% 40px 5%;
}
.products.list .nav-pills li a:active{

}
.products.list .nav-pills li.active a{
	background: #444444;
}
.products.list .nav-pills li a:hover{
	color: #FFF;
	border: solid 0px #444444;
	background-color: #444444;
} 
.nav-tabs li a:hover,
.nav-pills li a:hover{
	color: #FFF;
	border: 0;
	background-color: #444444;
}
.products.list .nav-tabs{
	border-bottom: 0px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 5%;
}
.products.list .nav-tabs{
	padding: 10px 5% 40px 5%;
}
.products.list .nav-tabs li a{
	font: 16px/24px Arial, "微軟正黑體";
	width: 80%;
	margin: 0 auto;
	color: #000;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-ms-border-radius: 4px;  
	-o-border-radius: 4px;  
	border-radius: 4px; 
} 
.products.list .nav-tabs li a:hover{
	color: #FFF;
	border: solid 1px #444444;
	background-color: #444444;
} 
.products.list .nav-tabs li{
	width: 25%;
}

.list-item.col-lg-3{
	width: 20%;
	/*margin-right: -5px;*/
}
.thumbnail{
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0;
	width: 100%;
	max-height: 510px;
	padding: 3px;
	text-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.thumbnail .pic{
	position: relative;
	height: 233px;
	width: 233px;
	margin-top: 1px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
}
#featured .thumbnail .pic{
	background-color: transparent;
}
.thumbnail .pic img{
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}
.thumbnail .caption{
	padding: 9px 13px;
}
.thumbnail .caption .unit, .thumbnail .caption .value{
	display: inline-block;
}
.thumbnail .caption h4{
	margin-top: 10px;
	font: 18px/24px Arial, "微軟正黑體";
	font-weight: normal;
	letter-spacing: 0.8px;
	color: #2e353f;
}
.thumbnail .caption p{
	font: 16px/26px Arial, "微軟正黑體";
	font-weight: lighter;
	letter-spacing: 0.2px;
	color: #666;
}
.thumbnail .caption .price{
	font: 24px/45px Arial, "微軟正黑體";
	color: #0032A0;
}
.thumbnail .caption .choice{
	padding-top: 15px;
}
.row .list-item .caption .choice a.btn{
	padding: 5px 0;
}
.thumbnail .caption .choice a span.buy,
.thumbnail .caption .choice a span.favorite{
	background-color: #00a1e1;
	color: #fff;
}
.thumbnail .caption .choice a span{
	font-family: 'icomoon';
	height: 40px;
	width: 40px;
	display: block;
	color: #cbcbcc;
	background-color: #f5f5f5;
	line-height: 40px;
	text-align: center;
}
.thumbnail .caption .choice a span.buy:before{
	content: "\f214";
	font-size: 20px;
}
.thumbnail .caption .choice a span.favorite:before{
	content: "\f565";
	font-size: 28px;
}
.list-item .thumbnail{
	background: transparent;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}
.list-item:hover .thumbnail{
	background: #ebefed;
}
.thumbnail .pic{
    position: relative;
    height: 234px;
    width: 220px;
    margin: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    -webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}
.thumbnail:hover > .caption .choice a span.buy:hover,
.thumbnail:hover > .caption .choice a span.favorite:hover,
.thumbnail:hover > .caption .choice a span.cart:hover{
	color: #00a1e1;
	background: transparent;
}

@media screen and (max-width: 1407px){
	
	.thumbnail .caption{
		padding: 9px 25px;
	}

}

/*=== Products  ===*/

.products.list .nav-pills{
	width: 100%;
	padding: 0;
}
#products.list .nav > li,
#products.list .nav > li > a{
	width: 290px;
	height: 80px;
	line-height: 80px;
	padding: 0;
	margin: 0 6.5px;
}
#products.list .nav li a{
	background: #00a1e1;
	color: #FFF;
	border: solid 1px #00a1e1;
	font-size: 18px;
}
#products.list .nav li:hover a{
	background: #FFF;
	color: #00a1e1;
	border: solid 1px #00a1e1;
}
#products.list .nav li:first-child a{
	margin-left: 0;
}
#products.list .nav li:last-child a{
	margin-right: 0;
}
#products.list .nav li a .group{
	position: relative;
	float: left;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#products.list .nav li a .group .tab-icon{
	float: left;
	padding-right: 10px;
}
#products.list .nav li a .group .tab-icon img{
	height: 45px;
}
#products.list .nav li a .group .tab-icon img.hov{
	display: none;
}
#products.list .nav li:hover a .group .tab-icon img.hov{
	display: inline-block;
}
#products.list .nav li:hover a .group .tab-icon img.org{
	display: none;
}
#products.list .nav li a p{
	font-size: 18px;
	float: left;
}
#products.list .nav li a .tab-icon:before{
	font-family: "icomoon";
	padding-right: 10px;
	position: relative;
	float: left;
}
/*#products.list .nav li a .tab-arrow:after{
	font-family: "icomoon";
	content: "\f564";
	font-size: 21px;
    padding-left: 6px;
    float: left;
}*/
/*#products.list .nav li a#product_1 .tab-icon:before{
	content: "\f566";
	font-size: 50px;
}
#products.list .nav li a#product_2 .tab-icon:before{
	content: "\f567";
	font-size: 60px;
}
#products.list .nav li a#product_3 .tab-icon:before{
	content: "\f568";
	font-size: 80px;
}
#products.list .nav li a#product_4 .tab-icon:before{
	content: "\f569";
	font-size: 90px;
}*/


@media screen and (max-width: 1407px){
	.max-bg-size section.products{
		width: 90%
	}
	.list-item.col-lg-3{
		width: 25%;
	}
}
@media screen and (max-width: 1199px){
	.max-lg-size section.products{
		width: 100%
	}
	.list-item.col-lg-3{
		width: 25%;
	}

}

@media screen and (max-width: 991px){
	.max-md-size .products.list .nav-tabs li a{
		width: 100%;
		padding: 10px;
	}
	.max-md-size .products .thumbnail{
		height: 130px;
		box-shadow: 0 0 0 transparent;
		margin-bottom: 8px;
		width: 100%;
	}
	.max-md-size .products .list-item .thumbnail{
		border-top: solid 1px #dadada;
	}
	.max-md-size .products .thumbnail .pic{
		float: left;
		width: 150px;
		height: 150px;
		margin: 0;
		margin-right: 15px;
	}
	.max-md-size .products .thumbnail .caption{
		padding: 0;
		padding-bottom: 20px;
	}
	.max-md-size .products .thumbnail .caption h3{
		margin-top: 0;
	}
	.max-md-size .products .thumbnail .caption p{
		height: 70px;
	}
	.max-md-size .products .thumbnail .caption .price{
		width: auto;
		display: inline-block;
		font: 24px/35px Arial, "微軟正黑體";
	}
	.max-md-size .products .thumbnail .caption .choice{
		width: auto;
		display: inline-block;
		float: right;
		padding: 0;
		margin: 0;
		height: auto;
	}
	.max-md-size .products .thumbnail .caption p{
		height: 84px;
		margin: 0;
	}
	.max-md-size section.products{
		width: 100%;
	}
	.max-md-size .products .thumbnail > img{
		width: 150px;
	}
	.max-md-size .products .thumbnail .caption {
		padding: 0;
	}
	.max-md-size .products .thumbnail .caption h3{
		font: 18px/24px Arial, "微軟正黑體";
		height: 25px;
		margin-bottom: 0;
	}
	.max-md-size .products .thumbnail .caption p{
		font: 12px/20px Arial, "微軟正黑體";
		height: 90px;
		margin-bottom: 0;
	}
	.max-md-size .products .thumbnail .caption .price{
		font: 20px/30px Arial, "微軟正黑體";
		height: 30px;
	}

}

@media screen and (max-width: 767px){
	.max-sm-size section.products {
	    margin-top: -1px;
	}
	.max-sm-size #products .nav-justified li{
		width: 49%;
		display: inline-block;
	}
	.max-sm-size .thumbnail .pic{
		height: 180px;
		width: 180px;
	}
	.max-sm-size .products .thumbnail .caption{
		height: 120px;
	}
	.max-sm-size .products .thumbnail .caption p{
		height: 70px;
	}
	.max-sm-size .products .thumbnail .caption .price{
		font: 18px/30px Arial, "微軟正黑體";
	}
	.max-sm-size .products .thumbnail .caption .choice{
		padding-top: 0;
	}

}
@media screen and (max-width: 479px){
	.max-xs-size section.products {
	    float: left;
	    margin-top: -5px;
	}
	.max-xs-size #products .nav-tabs{
		padding: 10px 5% 30px 5%;
	}
	.max-xs-size #products .nav li{
		width: 48%;
	}
	.max-xs-size #products .nav-tabs li a{
		padding: 5px;
		font-size: 14px;
	}
	.max-xs-size .products .thumbnail {
	    height: 140px;
	}
	.max-xs-size .thumbnail .pic{
		height: 110px;
		width: 110px;
	}
	.max-xs-size #products .thumbnail .pic{
		margin-bottom: 35px;
	}
	.max-xs-size #products .thumbnail .caption h3{
		margin-top: 0;
	}
	.max-xs-size .products .thumbnail .caption p {
	    height: 90px;
	}
	.max-xs-size .products .thumbnail .caption .price{
		font: 18px/30px Arial, "微軟正黑體";
		position: absolute;
		left: 40px;
	}
	.max-xs-size .products .thumbnail .caption .choice{
		padding-top: 0;
	}
}

@media screen and (max-width: 1407px){
	.products.list #tabType{
		width: 100%;
	}
	.products.list .nav-pills{
		width: auto;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	    float: left;
	}
	#products.list .nav > li, 
	#products.list .nav > li > a {
	    width: 270px;
	    height: 70px;
	    line-height: 70px;
	    padding: 0;
	    margin: 0 6.5px;
	}
	.products .main-title {
	    padding: 70px 0 20px 0;
	}
}

@media screen and (max-width: 1199px){
	#products.list .nav > li, 
	#products.list .nav > li > a {
	    width: 230px;
	    height: 60px;
	    line-height: 60px;
	    padding: 0;
	    margin: 0 6.5px;
	}

	#products.list .nav li a p{
		font-size: 14px;	}
	/*#products.list .nav li a#product_1 .tab-icon:before{
		content: "\f566";
		font-size: 30px;
	}
	#products.list .nav li a#product_2 .tab-icon:before{
		content: "\f567";
		font-size: 40px;
	}
	#products.list .nav li a#product_3 .tab-icon:before{
		content: "\f568";
		font-size: 60px;
	}
	#products.list .nav li a#product_4 .tab-icon:before{
		content: "\f569";
		font-size: 70px;
	}*/
}
/*products thumbnail phone version*/



@media screen and (max-width: 991px){

	#products.list .nav > li, 
	#products.list .nav > li > a {
	    width: 175px;
	    height: 60px;
	    line-height: 60px;
	}
	/*#products.list .nav li a p {
	    font-size: 12px;
	}*/
	/*#products.list .nav li a#product_1 .tab-icon:before{
		content: "\f566";
		font-size: 20px;
	}
	#products.list .nav li a#product_2 .tab-icon:before{
		content: "\f567";
		font-size: 30px;
	}
	#products.list .nav li a#product_3 .tab-icon:before{
		content: "\f568";
		font-size: 40px;
	}
	#products.list .nav li a#product_4 .tab-icon:before{
		content: "\f569";
		font-size: 50px;
	}*/
	#products.list .nav li a .tab-arrow:after {
	    font-size: 16px;
	}

	.products .tab-content .row{
		margin-left: 0;
		margin-right: 0;
	}

	.max-md-size .products,
	.max-md-size .products .list-item .thumbnail{
		background: #f5f5f5;
	}
	.max-md-size .featured.product .list{
		padding-bottom: 0;
	}

	.max-md-size .products .thumbnail{
		height: 280px;
		display: inline-block;
	}
	.max-md-size .products .list-item{
		width: 50%;
		padding-right: 0;
	    padding-left: 0;
	    border-bottom: solid 1px #dadada;
	    margin-right: 0;
	}
	.max-md-size .products .list-item:first-child,
	.max-md-size .products .list-item:nth-child(2){
		border-top: solid 1px #dadada;
	}
	.max-md-size .products .list-item:nth-child(odd){
		border-right: dashed 2px #dadada;
	}
	.max-md-size .products .list-item .thumbnail {
	    border-top: 0;
	}
	.max-md-size .products .thumbnail,
	.max-md-size .products .thumbnail > a,
	.max-md-size .products .thumbnail .pic,
	.max-md-size .products .thumbnail .caption .choice,
	.max-md-size .products .thumbnail .caption .price{
		width: 100%;
	}
	.max-md-size .products .thumbnail > a{
		height: 130px;
	    position: relative;
	    display: block;
	}
	.max-md-size .products .thumbnail .pic {
	    height: 130px;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		background: transparent;
	}
	.max-md-size .products .thumbnail .pic img{
	    height: 85px;
	}
	.max-md-size .products .thumbnail .caption .choice{
		position: absolute;
	    top: 145px;
	    text-align: center;
	}
	.max-md-size .products .thumbnail .caption .choice a span{
		padding: 0px;
	}
	.max-md-size .products .thumbnail .caption h4{
		font-size: 18px;
		font-weight: 600;
		margin-top: 69px;
		text-align: center;
	}
	.max-md-size .products .thumbnail .caption .price{
		position: absolute;
		left: 0;
	    text-align: center;
	    top: 215px;
	    font-size: 14px;
	    font-family: "Source Sans Pro";
	}
	.max-md-size .products .thumbnail .caption p{
		margin-top: 10px;
		font-size: 13px;
		text-align: center;
		height: auto;
		padding: 0 10px;
	}
	.max-md-size .products .list-item:last-child{
	    border-bottom: solid 1px #dadada;
	    margin-bottom: 0;
	}
	.max-md-size #featured > nav {
	    display: block;
	    height: 100px;
	}
	.max-md-size nav.change-page .page.center {
	    margin-top: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	#products.list .nav > li{
		width: 48%;
		margin: 5px 6.5px;
		float: left;
	}
	.max-lg-size section#products.list .nav > li > a{
		width: 100%;
		margin: 0 6.5px;
	}

}

@media screen and (max-width: 767px){
	.max-sm-size .products .list-item{
		width: 100%;
	}
	.max-sm-size .products .list-item:nth-child(2){
		 border-top: solid 0px transparent;
	}
	.max-sm-size .products .list-item:nth-child(odd){
		border-right: dashed 0px transparent;
	}
	.max-md-size .products .thumbnail .caption p{
		margin-top: 0px;
	}
}

.products.list .nav-pills li a{
	background: #FFF;
	-webkit-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);;
	-moz-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);;
	-o-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);;
	transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px){
	.products.list .nav-pills{
		width: 100%;
		border-radius: 0;
		margin-top: -1px;
	}
	.products.list .nav-pills li a{
		background: #00a1e1;
		color: #FFF;
		-webkit-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);;
		-moz-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);;
		-o-transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);;
		transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
}

@media screen and (max-width: 767px){
	#products.list .nav > li,
	#products.list .nav > li > a{
		width: 290px;
		height: 55px;
		line-height: 55px;
		padding: 0;
		margin: 0;
	}
	#products.list .nav li a{
		background: #00a1e1;
		color: #FFF;
		border: solid 1px #dadada;
	}
	#products.list .nav li:first-child a{
		border-top: 0;
	}
	#products #dropdownType .dropdown-menu>.active>a, 
	#products #dropdownType .dropdown-menu>.active>a:hover,
	#products #dropdownType .nav-pills li a:hover{
		background: #dadada;
		color: #FFF;
		border-color: #dadada;
	}
}

#products #search {
    width: 286px;
    margin: 4px;
    float: left;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 29px;
    margin-bottom: 152px;
}
#products #search_text{
    width: 245px;
    padding: 15px 0 15px 35px;
    font-size: 16px;
    height: 35px;
    margin-right: 0;
    color: #00a1e1;
    border: solid 1px #00a1e1;
    border-right: 0;
    outline: none;
    background: #FFF;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
    text-align: center;
}
#products #search ::-webkit-input-placeholder { /* WebKit browsers */
    color: #00a1e1;
}
#products #search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #00a1e1;
}
#products #search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #00a1e1;
}
#products #search :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #00a1e1;
}
#products #search_text:focus {

}
#products #search_button {
	border: solid 1px #00a1e1;
    border-left: 0 none;
    background: transparent;
    width: 35px;
    float: left;
    padding: 0;
    text-align: center;
    height: 35px;
    cursor: pointer;
}
#products #search span:before{
	font-family: "icomoon";
	content: "\f572";
	position: absolute;
	right: 17px;
	top: 0;
	display: block;
	color: #00a1e1;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

@media screen and (max-width: 991px){
	#products #search{
		display: none;
	}
}

/* ==========================================================================
	Exhibition
========================================================================== */

#exhibition{
	width: 100%;
}
#exhibition .area{
	background: #eeeeee;
	padding: 75px 0;
}
#exhibition .area .group{
	width: 1200px;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
	-mos-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#exhibition .area .left{
	position: relative;
	float: left;
	width: 415px;
}

#exhibition .area .left .content{
    display: block;
    float: left;
    margin-top: -2px;
}
#exhibition .area .left .content .title{
	font: 26px "微軟正黑體";
	font-weight: bold;
    line-height: 62px;
    letter-spacing: 1px;
    color: #565962;
}
#exhibition .area .left .content .date,
#exhibition .area .left .content .place,
#exhibition .area .left .content .place span,
#exhibition .area .left .content .site,
#exhibition .area .left .content .site span,
#exhibition .area .left .content .num,
#exhibition .area .left .content .num span{
	font: 16px "微軟正黑體";
	color: #565962;
	line-height: 26px;
}
#exhibition .area .left .content .place .city:before{
	content: "/";
	padding: 0 2px;
}
#exhibition .area .left .content .more{
	background: #00a1e1;
    color: #FFF;
    border-radius: 0;
    font-size: 16px;
    width: 145px;
    letter-spacing: 1px;
    margin: 17px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family: Arial, "微軟正黑體";
}
#exhibition .area .left .content .more:hover{
	background: #565962;
}
#exhibition .area .right{
	position: relative;
	float: right;
	width: 785px;
}
#exhibition .area .right .list-item{
    margin: 5px;
	width: 122px;
	height: 122px;
}

#exhibition .list-item img{
	position: relative;
	width: 100%;
}
#exhibition .effect .mask{
	position:absolute;
	top: 0px;
	left: 0px;
    display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
/*#exhibition .effect .mask {
	position:absolute;
	top: 0px;
	left: 0px;
    display: inline-block;
	width: 122px;
	height: 122px;
	background: rgba(0, 0, 0, 0.4);
	opacity:1;
	visibility:visible;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}*/
/*#exhibition .effect .mask:focus {
	opacity: 0;
	border: 0px solid rgba(0,0,0,0.4);
	visibility:hidden;
}*/
@media screen and (max-width: 1407px){

	#exhibition .area .left{
		padding: 0 20px;
		width: 400px;
	}
	#exhibition .area .right{
		margin-right: 10px;
	}

}

@media screen and (min-width: 1199px){
	#exhibition .area .right .list-item:nth-child(6n+1){
	    margin-left: 0px;
	}
	#exhibition .area .right .list-item:nth-child(6n){
	    margin-right: 0px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	#exhibition .area .right .list{
		float: left;
		width: 530px;
	}
	#exhibition .area .right .list-item:nth-child(4n){
		margin-right: 5px;
	}
	#exhibition .area .right .list-item:nth-child(4n+1){
		margin-left: 0;
	}
}

@media screen and (max-width: 1199px){

	#exhibition .area .group{
		width: 100%;
	}
	#exhibition .area .left{
		width: 38%;
	}
	#exhibition .area .right{
		width: 62%;
		margin-right: 0;
	}

	#exhibition .area .left .content{
		position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}
@media screen and (max-width: 991px){
	
	#exhibition .area .right .list {
	    width: 100%;
	}
	#exhibition .area .right .list-item:nth-child(3n+1) {
	    margin-left: 5px;
	}
	#exhibition .area .right .list-item:nth-child(4n){
		margin-right: 5px;
	}
	#exhibition .area .right .list-item:nth-child(4n+1){
		margin-left: 5px;
	}
	/*#exhibition .area .right .list-item:nth-child(6n){
		margin-right: 0px;
	}*/
}

@media screen and (max-width: 767px){
	#exhibition .area {
	    padding: 30px 0;
	}
	#exhibition .area .left,
	#exhibition .area .right{
	    width: 100%;
	}
	#exhibition .area .right .list {
	    width: 280px;
	    float: left;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);

	}
	#exhibition .area .right .list-item {
	    width: 90px;
	    height: 90px;
	    margin: 1px;
	}
	#exhibition .area .right .list-item:nth-child(3n+1) {
	    margin-left: 1px;
	}
	#exhibition .area .right .list-item:nth-child(4n){
		margin-right: 1px;
	}
	#exhibition .area .right .list-item:nth-child(4n+1){
		margin-left: 1px;
	}
	#exhibition .area .right .list-item:nth-child(6n){
		margin-right: 0px;
	}
	#exhibition .area .left .content .more {
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);

	    position: relative;
	}

}

/* ==========================================================================
	Partner
========================================================================== */

#partner{
	width: 100%;
}
#partner .area{
	margin: 0;
}
#partner .list{
	padding: 0;
}
#partner .list-item{
	width: 100%;
	cursor: pointer;
}
#partner .list-item .pic{
	position: relative;
}
#partner .list-item .pic img{
	position: relative;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#partner .effect .mask {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#partner .list-item:hover img{
	transform: scale(1.2);
}
#partner .effect:hover .mask {
   opacity: 0;
   border: 0px solid rgba(0,0,0,0.7);
}
#partner .list-item .pic .icon{
	opacity: 1;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#partner .list-item .pic p{
	opacity: 1;
	font-family: "Source Sans Pro";
	font-weight: 900;
	font-size: 29px;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
#partner .list-item .pic:hover .icon{
	opacity: 0;
}
#partner .list-item .pic:hover p{
	opacity: 0;
	margin-top: 50px;
}

@media screen and (max-width: 1407px){

	#partner .list-item .pic .icon img{
		width: 80%;
		max-width: auto;
		min-width: auto;
		max-height: auto;
		min-height: auto;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

}

@media screen and (max-width: 1199px){

	#partner .list-item .pic .icon img{
		width: 60%;
	}
	#partner .list-item .pic .icon p{
		font-size: 26px;
		margin-top: 10px;
	}

}

@media screen and (max-width: 991px){

	#partner .list-item .pic .icon img{
		width: 70%;
	}

}

@media screen and (max-width: 767px){

	#partner .list-item,
	#partner .list-item .pic{
		display: block;
	}
	#partner .list-item img {
	    width: 100%;
	    max-width: none;
	}
	#partner .list-item .pic .icon img{
		width: 60%;
	}
	#partner .list-item .pic .icon p{
		font-size: 24px;
	}

}

@media screen and (max-width: 479px){

	#partner .list-item .pic .icon img{
		width: 40%;
	}
	#partner .list-item .pic .icon p{
		font-size: 18px;
		margin-top: 5px;
	}

}