/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/



@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
}
html, body {
	height: 100%;
	color:#4f4f4f;
}

.clr{
	clear:both;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	border:none;
}
body {
	margin: 0;
	padding:0px;
	font-family: 'Open Sans', "微軟正黑體", "Apple LiGothic Medium", "蘋果儷中黑", "Lucida Grande", "Lucida Sans Unicode", Helvetica !important;
	background: #fff;
}
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
  margin-bottom: -239px;
}
.page-wrap:after {
	content: "";
	display: block;
}
.footer, .page-wrap:after {
	height: 80px;
}
.container {
	width:1185px!important;
	padding:0;
}
.pad0{
	padding:0;
}
#owl-main {
	width:100%;
	min-width:1200px;
	top:0;
	z-index:1;
}



#owl-main img {
	min-width:980px;
	height:auto;
}

#owl-main .owl-prev {
	background-image:url(../images/main/arrow_left.png);
	width:63px;
	height:63px;
	left:45px;
	bottom:427px;
	position:absolute;
	content:""!important;
}
#owl-main .owl-next {
	background-image:url(../images/main/arrow_right.png);
	width:63px;
	height:63px;
	right:45px;
	bottom:427px;
	position:absolute;
	content:""!important;
}

#owl-main .owl-controls {
    margin-top: 10px;
    text-align: center;
	bottom:16px!important;
}

#owl-main .owl-dots .owl-dot {
    display: inline-block;	
	margin-top:25px;
}

#owl-main .item{
	position:relative;
}

#owl-main .fixed {
	position:absolute;
	left:50%;
	margin-left:-255px;
	z-index:20;
	width:510px!important;
	min-width:510px!important;
	margin-top:230px;
}

#owl-main .fixed2 {
	position:absolute;
	left:50%;
	margin-left:-412px;
	z-index:20;
	width:825px!important;
	min-width:825px!important;
	margin-top:230px;
}
@media screen and (max-width: 1580px) {
#owl-main .owl-prev {
	bottom:327px;
	position:absolute;
	content:""!important;
}
#owl-main .owl-next {
	bottom:327px;
	position:absolute;
	content:""!important;
}
}

@media screen and (max-width: 1280px) {
#owl-main .fixed {
	margin-top:130px;
}

#owl-main .fixed2 {
	margin-top:130px;
}

#owl-main .owl-prev {
	bottom:227px;
	position:absolute;
	content:""!important;
}
#owl-main .owl-next {
	bottom:227px;
	position:absolute;
	content:""!important;
}
}
.footer {
	width:100%;
	color:#fff;
	font-size:13px;
	position:relative;
	background:#3e2416;
	z-index:999;
}
.footer a {
	color:#fff;
}
/* header */

.gap{

}



.header {
	position:relative;
	padding:27px 0 10px 0;
	background-color:#fff;
	z-index:999;
	box-shadow:0px 5px 5px #f4f4f4;
	min-width:1225px;
}
.header .logo {
	float:left;
	margin-top:10px;
}
.header .menu {
	float:right;
	margin-top:42px;
}
.header .menu li {
	display:inline-block;
	margin-right:56px;
}
.header .menu li:last-child {
	display:inline-block;
	margin-right:0px;
}
.header .menu li a {
	color:#4f4f4f;
}
.header .menu li a:hover {
	color:#b67c5e
}
.header .menu li .active {
	color:#b67c5e
}
.header .lang {
	margin:0 -10px 0 auto;
	width:114px;
}
.header .lang span {
	margin:0 12px;
}
.header .lang a {
	color:#4f4f4f;
	cursor:pointer;
}
.header .lang .active {
	color:#b67c5e
}

.fix-header{
	position:fixed;
	top:0;
	width:100%;
}
#about {
	background:url(../images/main/bg_about.jpg) top #f5f3ee no-repeat;
	      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
	z-index:997;
	position:relative;
	min-width:1225px;
}
#about h2 {
	font-size:25px;
	line-height:40px;
	color:#b67c5e;
	margin-top:93px;
	margin-bottom:42px;
}
#about p {
	font-size:15px;
	line-height:30px;
	margin-bottom:69px;
}
.owl-about {
	width:374px!important;
	margin-top:82px;
	margin-left:100px;
	height:200px;
}
h3.linetitle {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
	line-height: 0.1em;
	margin: 10px 0 20px;
	color:#ab6b4a;
	font-size:20px;
	font-weight:200;
}
h3.linetitle span {
	/* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #f5f3ee;
	padding: 0 23px;
}
.owl-finished {
	width:509px!important;
	margin:40px auto;
}
.owl-finished .item {
	text-align:center;
	font-size:12px;
}
.owl-finished .item img {
	text-align:center;
	font-size:12px;
	margin-bottom:13px;
}
.owl-finished .owl-prev {
	background-image:url(../images/common/prev.png);
	width:17px;
	height:31px;
	left:-50px;
	bottom:40px;
	position:absolute;
	content:""!important;
}
.owl-finished .owl-next {
	background-image:url(../images/common/next.png);
	width:17px;
	height:31px;
	right:-50px;
	bottom:40px;
	position:absolute;
	content:""!important;
}
.owl-solution {
	width:579px!important;
	margin:40px auto;
}
.owl-solution .item {
	text-align:center;
	font-size:12px;
}
.owl-solution .item img {
	text-align:center;
	font-size:12px;
	margin-bottom:13px;
}
.owl-solution .owl-prev {
	background-image:url(../images/common/prev.png);
	width:17px;
	height:31px;
	left:-50px;
	bottom:40px;
	position:absolute;
	content:""!important;
}
.owl-solution .owl-next {
	background-image:url(../images/common/next.png);
	width:17px;
	height:31px;
	right:-50px;
	bottom:40px;
	position:absolute;
	content:""!important;
}



#job {
	background:#e9e9e9;
	padding:30px 0;
	      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
	z-index:997;
	position:relative;
	min-width:1225px;
}

#job-detail {
	background:#e9e9e9;
	padding:0px 0;
	z-index:997;
	position:relative;
	min-width:1225px;
}
.jobcontainer {
	min-width:1185px;
	width:99%;
}
.jobcontainer .row{
	margin-right:-12;
}

#job img {
	width:100%;
	margin-bottom:15px;
}
#job div {
	padding:0;
	position:relative;
	background-size:100% 100%;
	overflow:hidden;
}
#job .jobleft {
	padding-right:7px;
}
#job .jobright {
	padding-left:8px;
}
#job .jobinfo {
	background:rgba(0, 0, 0, .75);
	text-align:center;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	height:100%;
}
#job div:hover > .jobinfo {
	opacity:1;
}
.jobinfo .psmall {
	color:rgba(255, 255, 255, .85);
	padding-top:23%;
}

.jobinfo .plarge {
	color:rgba(255, 255, 255, .85);
	padding-top:10%;
}

.jobinfo .pxlarge {
	color:rgba(255, 255, 255, .85);
	padding-top:25%;
}

.jobinfo .pxxlarge {
	color:rgba(255, 255, 255, .85);
	padding-top:53%;
}

.jobinfo p span {
	display:block;	
	font-size:25px;
	margin-top:15px;
}


#job .big {
	margin-bottom:15px;
}

#job .small {
	margin-bottom:15px;
}

.btn-grey {
	display:block;
	margin:0 auto;
	padding:8px 26px!important;
	background-color:#d5d5d5;
	width:195px;
	text-align:center;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
}

.btn-grey a {
	color:#373737;
}

.btn-grey:hover {
	background-color:#ab6b4a;
}

.btn-grey:hover a {
	color:#fff;
}

#products2 {
	background:#fff;
	      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
	z-index:997;
	position:relative;
	padding:0px 0 0px 0px;
	min-width:1225px;
}


#products {
	background:#fff;
	      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
	z-index:997;
	position:relative;
	padding:60px 0 60px 0px;
	min-width:1225px;
}

#products h2 {
	margin-top:0px;
	color:#373737;
	font-size:30px;
	text-align:center;
	margin-bottom:63px;
	font-weight:200;
}


#products .linecat {
	width: 100%;
	text-align: center;
	line-height: 0.1em;
	margin: 10px 0 20px 0;
	color:#ab6b4a;
	font-size:20px;
	font-weight:200;
	position:relative;
	background:url(../images/main/line.png) repeat-x center;
}
#products .linecat span {
	/* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff;
	padding: 0 23px;
	margin-bottom:-20px;;
	top:-20px;
	margin:0 auto;
}

#products p{
	font-size:13px;
	line-height:20px;
	margin-bottom:30px;
	margin-top:20px;
}


#products .down,#products .up{
	margin:0 auto;
	display:block;
	text-align:center;
	color:#000;
	font-size:20px;
}

#products .subcat{
	text-align:center;
	width:100%;
	margin-bottom:25px;
	margin-top:20px;
}


#products .productsitem{
	background-size: 100% auto;
	background: no-repeat;
	display:inline-block;
	margin:5px;
	height:247px;
	width:247px;
}

.owl-products{
	width:527px!important;
	margin:0 auto;
	margin-bottom:50px;
}


.owl-products  .pinfo {
	background:rgba(0, 0, 0, .75);
	text-align:center;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	height:100%;
	color:#fff;
	padding-top:110px;
}
.owl-products  div:hover > .pinfo {
	opacity:1;
}

.owl-products .owl-prev {
	background-image:url(../images/common/prev.png);
	width:17px;
	height:31px;
	left:-25px;
	bottom:-282px;
	position:absolute;
	content:""!important;
}
.owl-products .owl-next {
	background-image:url(../images/common/next.png);
	width:17px;
	height:31px;
	right:-25px;
	bottom:-282px;
	position:absolute;
	content:""!important;
}


.owl-theme .owl-dots .owl-dot span {
    background: #d4d4d4 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d5b5a4 none repeat scroll 0 0;
}

.owl-products .item{
	height:524px;
}

.owl-products .owl-controls {
    margin-top: 10px;
    text-align: center;
	bottom:523px!important;
}

.owl-products .owl-dots .owl-dot {
    display: inline-block;	
	margin-top:25px;
}

.owl-products2{
	width:1200px!important;
	margin:0 auto;
}

.owl-products2 .item{
	height:524px;
		margin-left:79px;
}



.owl-products2  .pinfo {
	background:rgba(0, 0, 0, .75);
	text-align:center;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	height:100%;
	color:#fff;
	padding-top:110px;
}
.owl-products2  div:hover > .pinfo {
	opacity:1;
}

.owl-products2 .owl-prev {
	background-image:url(../images/common/prev.png);
	width:17px;
	height:31px;
	left:-4px;
	bottom:-282px;
	position:absolute;
	content:""!important;
}
.owl-products2 .owl-next {
	background-image:url(../images/common/next.png);
	width:17px;
	height:31px;
	right:-4px;
	bottom:-282px;
	position:absolute;
	content:""!important;
}

.owl-products2 .owl-controls {
    margin-top: 10px;
    text-align: center;
	bottom:523px!important;
}

.owl-products2 .owl-dots .owl-dot {
    display: inline-block;	
	/*margin-top:25px;*/
}

#news {
	background:#f5f3ee;
	      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
	z-index:997; 
	position:relative;
	padding:60px 0 60px 0px;
	min-width:1225px;
}

#news h2 {
	margin-top:0px;
	color:#373737;
	font-size:30px;
	text-align:center;
	margin-bottom:63px;
	font-weight:200;
}

.owl-news{
	width:1020px!important;
	margin:0 auto;
}
.owl-news h3 {
	margin:20px 0px 15px 0;
	color:#ab6b4a;
	font-weight:200px;
}

.owl-news h4 {
	margin:0px 0px 20px 0;
	color:#9e9e9e;
	font-size:13px;
}

.owl-news p {
	text-align:left;
	font-size:13px;
	line-height:20px;
}

.owl-news span {
	font-size:27px;
	margin-right:15px;
}



.owl-news .item {
	text-align:left!important;
}
.owl-news .owl-prev {
	background-image:url(../images/common/prev.png);
	width:17px;
	height:31px;
	left:-35px;
	bottom:181px;
	position:absolute;
	content:""!important;
}
.owl-news .owl-next {
	background-image:url(../images/common/next.png);
	width:17px;
	height:31px;
	right:-35px;
	bottom:181px;
	position:absolute;
	content:""!important;
}

.owl-news .owl-controls {
    margin-top: 10px;
    text-align: center;
	bottom:-50px!important;
}

.owl-news .owl-dots .owl-dot {
    display: inline-block;	
	margin-top:25px;
}

#contact {
	background:#fff;
	      -webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);
	z-index:997;
	position:relative;
	padding:60px 0 60px 0px;
	font-size:13px;
	min-width:1225px;
}

#contact h2 {
	margin-top:0px;
	color:#373737;
	font-size:30px;
	text-align:center;
	margin-bottom:63px;
	font-weight:200;
}

.contactlogo{
	width:82px;
	margin-right:15px;
	vertical-align:middle;
	margin-bottom:15px;
	
}

.address img{
	margin-right:168px;
}

.contactperson{
	margin-top:40px;
	color:#ab6b4a;
}

.contact a{
	color:#373737;
	text-decoration:underline;
}

.maininput{
	width:355px;
	height:30px;
	margin-right:14px;
	margin-top:14px;
}

.mssage{
	max-width:727px;
	width:100%;
	height:174px;
	margin-right:14px;
	margin-top:14px;
}

.btn_send{
	margin-top:30px;
	height:30px;
	color:#fff;
	font-size:15px;
	background-color:#ab6b4a;
	border:0;
	width:150px;
	float:right;
	margin-right:62px;
}

.cri{
	padding-top:17px;
}
.footer{
	padding-top:36px;
	padding-bottom:50px;
	min-width:1225px;
}

.footer .btmmenu a{
	padding:0 10px;
	border-right:solid 1px #fff;
}

.footer .btmmenu a:last-child{
	padding:0 10px;
	border-right:solid 0px #fff;
}

#job h2 {
	margin-top:40px;
	color:#373737;
	font-size:30px;
	text-align:center;
	margin-bottom:63px;
	font-weight:200;
}

.jobitemss{
	padding:0 10px!important;
	overflow:hidden;
	position:relative;
    height: 355px;
}

#job .jobitemss img{
	width:auto!important;
	min-width:100%;
}


#job .jobitemss .jobinfo2{
	padding:15px;
	height:70px;
	font-size:15px;
	line-height:20px;
	color:#4f4f4f;
	position:absolute;
	width:95%;
	max-width:284px;
	bottom:15px;
	background:rgba(245,243,238,0.8);
	overflow:hidden;
}

.btn_lazyload{
	font-size:15px;
	text-align:right;
	margin-bottom:60px;
	width:100%;
}
	
	

.newsitem h3 {
	margin:20px 0px 15px 0;
	color:#ab6b4a;
	font-weight:200px;
}

.newsitem h4 {
	margin:0px 0px 20px 0;
	color:#9e9e9e;
	font-size:13px;
}

.newsitem p {
	text-align:left;
	font-size:13px;
	line-height:20px;
}

.newsitem span {
	font-size:27px;
	color:#c0c0c0;
	margin-right:15px;
}


.newsitem {
	text-align:left!important;
	margin-bottom:50px;
}

.newsitem img {
	display:block;
	margin:0 auto;
}

.newscontainer{
	margin:0 auto;
	max-width:1100px;
	width:100%;
}

.paa{
	margin:0 auto;
	text-align:center;
}

.paa li a{
	background:none;
	border:none;
	color:#3e2416;
}

.paa li a:hover{
	background:#3e2416;
	color:#fff;
}

.glyphicons-circle-plus::before {
    content: "";
}

.newsdetails{
	margin:0 auto;
	max-width:980px;
	width:100%;
}

.newsdetails p{
	margin: 20px 0!important;
}

.btn_video{
	background:#ab6b4a;
	color:#fff;
	font-size:12px;
	text-align:center;
	width:50px;
	height:50px;
	float:right;
	padding:8px 5px 3px 5px;
	margin-top:20px;
}

.btn_video span{
	font-size:21px;
	color:#fff!important;
	display:black;
	margin:0 auto;	
}
.btn_video:hover{
	background:#bb7f5f;
	color:#fff;
}

.colorplate{
	width:427px;
	margin:0 auto;
	margin-top:80px;

}

.coloritem{
	display:inline-block;
	margin:0 7px 20px 0;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.coloritem img{
	margin-bottom:5px;
}

.owl-color .owl-controls{
	left:470px!important;
	right:0!important;
	bottom:220px!important;
}

.pppinfo{
	background:#f5f3ee;
	padding:57px;
}

.productslogo{
	text-align:center;
	padding:20px 0 60px 0;
	border-bottom: solid 1px #fff;
}
.productslogo img{
	margin:0px 10px;
	height:37px;
	width:auto;
}

.pppinfo h2{
	margin-bottom:57px!important;
	font-size:30px;
	color:#ab6b4a!important;
	text-align:left!important;
	margin-top:60px!important;
}

.pppinfo .c1{
	width:126px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:27px;
	font-size:13px;
	line-height:20px;
}

.pppinfo .c2{
	width:352px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:27px;
	font-size:13px;
	line-height:20px;
}

.jobdes{
	z-index:999;
	left:50%;
	position:absolute;
	top:0;
	margin-left:-596px;
	width:340px;
	padding:15px;
	background:rgba(255,255,255,0.9)
}

.jobdes h4{
	color:#9e9e9e;
	margin-bottom:20px;
	font-size:13px;
}

.jobdes h3{
	color:#ab6b4a;
	margin-bottom:15px;
	font-size:20px;
}

.solu{
	margin-bottom:10px;
}

.jobdes p{
	padding-bottom:30px;
		font-size:13px;
		line-height:20px;
	border-bottom:solid 1px #666666;
}

.jobthumbnails{
	z-index:999;
	left:50%;
	margin-left:-150px;
	position:absolute;
	top:700px;
	text-align:center;
}

.jobthumbnails .thumb{
	display:inline-block;
	margin:0 10px;
	border:solid 3px #fff;
	overflow:hidden;
	width:55px;
}

.jobthumbnails .thumb img{
	height:45px!important;
	width:auto;
}

