@font-face{font-family:'FontAwesome';src:url(fonts/fontawesome-webfont.eot);src:url(fonts/fontawesome-webfont.eot) format(embedded-opentype),url(fonts/fontawesome-webfont.woff) format(woff),url(fonts/fontawesome-webfont.ttf) format(truetype),url(fonts/fontawesome-webfont.svg#fontawesomeregular) format(svg);font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}


body {
	line-height: 1;
	font-family: "微軟正黑體", 'Varela Round', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}







/* Basic */

input, textarea, select {
	font-size: 19pt;
	font-weight: 300;
	line-height: 1.75em;
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #666;
	line-height: 1.5em;
}




h3 {
	font-size: 1.5em;
}

header {
	margin: 0 0 2em 0;
}

header > p {
	margin: 1em 0 0 0;
}


strong, b {
	font-weight: 300;
	color: #666;
}

em, i {
	font-style: italic;
}

a {
	text-decoration: none;
	color: inherit;
	-moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	outline: 0;
}

a:hover {
	color: #E27689;
	border-bottom-color: rgba(255, 255, 255, 0);
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p, ul, ol, dl, table {
	margin-bottom: 2em;
}

br.clear {
	clear: both;
}

/* Sections/Article */

section, article {
	margin-bottom: 3em;
}

section > :last-child,
section > .container, section:last-child, article > :last-child,
article > .container, article:last-child {
	margin-bottom: 0;
}
.row > section, .row > article {
	margin-bottom: 0;
}




/* Containers */
.container {
		margin-left: auto;
		margin-right: auto;
	}
.container {
		width: 1400px;
	}
@media screen and (min-width: 961px) and (max-width: 1880px) {
.container {
			width: 1200px;
		}
}

@media screen and (min-width: 961px) and (max-width: 1620px) {
.container {
			width: 960px;
		}
}

@media screen and (min-width: 961px) and (max-width: 1320px) {
.container {
			width: 100%;
		}
}

@media screen and (max-width: 960px) {
.container {
			width: 100%;
		}
}

@media screen and (max-width: 736px) {
.container {
			width: 100% !important;
		}
}







/* Image */
.image {
	display: inline-block;
	border: 0;
}
.image img {
	display: block;
	width: 100%;
}
.image .logo {
	width: 200px;
	height: 70px;
}
.image.logo img {
	width: 200px;
	height: 70px;
}
.image.fit {
	display: block;
	width: 100%;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
.image.centered {
	display: block;
	margin: 0 0 2em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* 語言 */

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}
ul.icons {
	cursor: default;
}
ul.icons li {
	display: inline-block;
}
ul.icons a {
	display: inline-block;
	text-align: center;
	border: 0;
	padding: 5px;
}






/* Item */
.item {
	box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}
.item header {
	background: #fff;
	margin: 0;
	padding: 1em 0 1em 0;
	font-size: 0.8em;
}
.item header h3 {
	font-size: 1em;
}

/* Icons */

.icon {
	text-decoration: none;
}

.icon:before {
	display: inline-block;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon > .label {
	display: none;
}

/* 左邊選單 */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 375px;
	height: 100%;
	color: #fff;
	background-image: url(../images/bg_hearder.gif);
}
#header .header_by {
	background-image: url(../images/header_by.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 375px;
	height: 100%;
}

#header .top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-image: url(../images/bg_hearders.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
	width: 100%;
}

#header .icons {
	font-size: 13px;
	margin: 0 0 1em 0;
	text-align: center;
	line-height: 22px;
}

#header .icons a {
	color: #999999;
	-moz-transition: color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out;
}

#header .icons a:hover {
	color: #FF9;
}

#logo {
	position: relative;
	margin: 1.75em 0.5em 1em 0.5em;
	min-height: 70px;
	cursor: default;
}

#logo .image {
	position: absolute;
	left: 0;
	top: 0;
}

#nav ul li a {
	display: block;
	padding: 0.1em 1em 0.1em 1em;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	outline: 0;
	border: 0;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
}

#nav ul li a span {
	position: relative;
	display: block;
	font-size: 14pt;
	line-height: 32pt;
}
#nav ul li a span:before {
	position: absolute;
	left: 0;
	color: #41484c;
	text-align: center;
	width: 1.25em;
	line-height: 1.75em;
}

#nav ul li a.active {
	background: rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
	color: #fff;
}
#nav ul li a.active span:before {
	color: #e27689;
}

/* 宣告 */
#footer {
	margin-left: 375px;
	text-align: center;
	padding: 3em 0 4em 0;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
	font-size: 10pt;
	background-image: url(../images/bg.jpg);
	}
#footer .copyright {
	cursor: default;
	margin: 0;
}
#footer .copyright li {
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px rgba(128, 128, 128, 0.35);
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}
#footer .copyright li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

/* Main */
#main {
	margin-left: 375px;
}
#main > section {
	margin: 0;
	overflow: hidden;
	padding: 4em 0;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
	text-align: center;
	background-image: url("images/overlay.png");
}

#main > section.dark {
	olor: #ddd;
	color: rgba(255, 255, 255, 0.75);
			}

#main > section.dark h2, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
	color: inherit;
}

#main > section.dark strong {
	color: #fff;
	border-color: inherit;
}

#main > section.dark a {
		color: #fff;
		border-color: inherit;
}

#main > section.dark a:hover {
	border-bottom-color: rgba(255, 255, 255, 0);
}

#main > section.cover {
	padding: 6em 0;
	background-size: cover;
	background-position: center center;
			}

#main > section.one {
	height: auto;
	padding: 0px;
	width: 100%;
}
#main > section.two {
	background-image: url(../images/bg_black.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding-bottom: 0px;
}

#main > section.three {
	background-image: url(../images/bg.jpg);
	background-position: center fixed;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#main > section.four {
	background-image: url(../images/banner.jpg);
	background-position: center fixed;
	color: #333;
}
#main > section.six {
	background-image: url(../images/banner.jpg);
	background-position: center fixed;
	color: #333;
	padding: 0px;
}

#main > section.five {
	background-image: url(../images/bg.jpg);
	background-position: center fixed;
	color: #333;
	padding: 0px;
}




#main > section.four h2 {
	font-size: 28px;
}
#main > section.four p {
	font-size: 16px;
	line-height: 25px;
}
#main > section.two h2 {
	font-size: 28px;
	color: #FFF;
}
#main > section.two .Affix {
	
	color: #FFF;
}
/* Wide */

@media screen and (min-width: 961px) and (max-width: 1880px) {
body, input, textarea, select {
	font-size: 17pt;
}
#header {
	width: 230px;
}

#footer {
	margin-left: 230px;
}

#main {
	margin-left: 230px;
}

}

/* Normal */
@media screen and (min-width: 961px) and (max-width: 1620px) {
#main > section {
	padding: 3em 0;
}
}

/* Narrow */
@media screen and (min-width: 961px) and (max-width: 1320px) {
body, input, textarea, select {
	font-size: 16pt;
}
.container {
	padding: 0 2em 0 2em;
}
.item {
	margin-bottom: 10px;
}

#header {
	width: 20%;
}

#logo .image {
	position: relative;
}

#nav ul li a {
	font-size: 0.8em;
}
#nav ul li a span {
	padding-right: 2.25em;
}
#nav ul li a span:before {
	left: 100%;
	margin-left: -1.25em;
	line-height: 2.25em;
}

#footer {
	margin-left: 20%;
}

#main {
	margin-left: 20%;
}

}

#headerToggle {
	display: none;
}

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

html, body {
	overflow-x: hidden;
}
body, input, textarea, select {
	font-size: 16pt;
}
header br {
	display: none;
}
.container {
	padding: 0 2em 0 2em;
}

.item {
	margin-bottom: 10px;
}

		

/* Header */

#header {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 230px;
	z-index: 10002;
	width: 230px;
	background-image: url(../images/bg_hearder.gif);
}


#header .bottom {
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
	margin-top: 1em;
}
#logo {
	margin: 1.75em 0.5em 1em 0.5em;
}

#nav ul li a {
	padding: 0.2em 1.25em 0.2em 1.25em;
}
/* 隱藏選單 */
#headerToggle {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 2.25em;
	left: 0;
	position: fixed;
	top: 0;
	width: 3.25em;
	z-index: 10001;
}
#headerToggle .toggle {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	outline: 0;
	border: 0;
	width: 100%;
				}

#headerToggle .toggle:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	content: "\f0c9";
	color: #FFF;
	font-size: 18px;
	line-height: 2.25em;
	background: rgba(128, 136, 144, 0.5);
	border-radius: 0.35em;
	text-align: center;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	display: block;
	width: 3.25em;
	height: 2.25em;
	line-height: 2.25em;
}
body.header-visible #main {
	-moz-transform: translateX(230px);
	-webkit-transform: translateX(230px);
	-ms-transform: translateX(230px);
	transform: translateX(230px);
}
body.header-visible #headerToggle {
	-moz-transform: translateX(230px);
	-webkit-transform: translateX(230px);
	-ms-transform: translateX(230px);
	transform: translateX(230px);
}
body.header-visible #header {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Footer */
#footer {
	margin-left: 0;
}
/* Main */
#main {
    -moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	padding-bottom: 1px;
	margin-left: 0;
}


}






@media screen and (max-width: 736px) {
body, input, textarea, select {
	font-size: 14pt;
}

#main > section.one {
	height: auto;
	
}
h2 {
	font-size: 1.5em;
	letter-spacing: 0;
	font-weight: 300;
}
.container {
	padding: 0 15px 0 15px;
}

#footer .copyright li {
	display: block;
	line-height: 1.25em;
	border: 0;
	padding: 0;
	margin: 1em 0 0 0;
}
#footer .copyright li:first-child {
	margin-top: 0;
}
	}
	
	
	
	
@media screen and (max-width: 480px) {
body, input, textarea, select {
	font-size: 14pt;
}

#main > section.one {
	height: auto;
	
}
h2 {
	font-size: 1.5em;
	letter-spacing: 0;
	font-weight: 300;
}
.container {
	padding: 0 15px 0 15px;
}

#footer .copyright li {
	display: block;
	line-height: 1.25em;
	border: 0;
	padding: 0;
	margin: 1em 0 0 0;
}
#footer .copyright li:first-child {
	margin-top: 0;
}

#main > section.four p {
	font-size: 14px;
	line-height: 20px;
}

#main > section .two p {
	font-size: 14px;
	line-height: 20px;
}
	}








/* Clients */
#bx-pager {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	}
#bx-pager a {
	border-radius: 3px;
	margin: 10px;
	display: inline-block;
	color: #FFF;
	}
	
#bx-pager a img {
		opacity:0.6;
		border-radius:3px;
		width:250px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;		
	}
	
#bx-pager a img:hover, #bx-pager a.active img {
		opacity:1;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}
#bx-pager a img {
		opacity:0.4;
		border-radius:3px;
		width:250px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;		
	}



.clients-slider li {
	padding: 30px 0px;
	color: #FFF;
	overflow: hidden;
	}
.clients-slider .sort {
	width: 100%;
	float: left;
	overflow: hidden;
	}	
.clients-slider .product {
	float: left;
	width: 47.5%;
	margin: 15px 0px;
	} 
	
.clients-slider .Le {
	text-align: left;
	margin-left: 20px;

}
	
.clients-slider .ri {
	text-align: right;
	margin-right: 20px;
}
	
.clients-slider .product .nt {
	height: 100%;
	width: 20%;
	color: #F90;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	font-size: 26px;
	text-align: center;
	font-family: "brandon-grotesque", "Brandon Grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.clients-slider .product .nt span{
	font-size: 12px;
	margin-left: 5px;
}
.clients-slider .product .Wr {
	width: 80%;
	font-size: 15px;
	line-height: 22px;
}
.clients-slider .product .Block_left {
	float: left;
}
.clients-slider .product .Block_right {
	float: right;
}





.Download{
	float: left;
	background-color: #FFF;
	padding: 50px;
	width: 100%;
	margin-top: 40px;	
	  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
	background-image: url(../images/contact-bg.png);
	
}


#main > section.two .Download h2{
	color: #FFF;
}
#main > section.two .Download p{
	color: #FFF;
}

.Download a{
	margin-top: 30px;
}
@media screen and (max-width: 960px) {
	#bx-pager a {
	margin: 4px;
	}
	#bx-pager a img {
		width:160px;
	}
	}
@media screen and (max-width: 736px) {	
	#bx-pager a {
	margin: 4px;
	}
	#bx-pager a img {
		width:130px;
	}
	
	.clients-slider .product {
	width: 100%;
} 
	
.clients-slider .Le {
	text-align: left;
	margin-left: 0px;

}
	
.clients-slider .ri {
	text-align: left;
	margin-right: 0px;
}
	


.clients-slider .product .Block_right {
	float: left;
}
	
}
@media screen and (max-width: 480px) {
	#bx-pager a {
	margin: -1px;
	}
	#bx-pager a img {
		width:100px;
	}
	
	
	
	
	

.clients-slider .product {
	width: 100%;
} 
	
.clients-slider .Le {
	text-align: left;
	margin-left: 0px;

}
	
.clients-slider .ri {
	text-align: left;
	margin-right: 0px;
}
	
.clients-slider .product .nt {
	width: 25%;
	font-size: 24px;
}
.clients-slider .product .nt span{
	font-size: 12px;
	margin-left: 5px;
}
.clients-slider .product .Wr {
	font-size: 13px;
	line-height: 20px;
	width: 75%;
}

.clients-slider .product .Block_right {
	float: left;
}
	
	}