﻿@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer);

@charset "utf-8";
/*  Reset
----------------------------------------------------------------------------------------------------*/
* { margin:0; padding:0; border:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body{
	font-size:12px;
	background:#fff;
	font-family:Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;	
	font-weight:normal;
	color:#393939;
}

html, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
table { width:100%; border-collapse:collapse; border-spacing:0; }
table, th, td { border:0; margin: 0; padding: 0;}
img { border: 0 none; vertical-align: top; width:100%; }
ul { list-style-type:none;}
li { list-style-type:inherit; }
button { cursor: pointer; }

ol li {
	margin-bottom:30px;

}

strong { color:#F0F0F0;}
/* for Firefox */
a, a:link { text-decoration: none; color:#FFFFFF;} /*#005880*/
a:hover {color:#FFFFFF;}  /*#0b2653 or #b43e97*/
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
_html .fixed { height: 1%; }
.clear { display: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }
.fl, .fr { display: inline; float: left; }
.fr { float: right; }
h1,h2,h3,h4,h5,h6 { color:#FFF; font-weight:normal;}
/* for IE pseudo-element */
input::-ms-clear {
    display: none;
}
/***** End of Reset *****/

/* 
	Font Setting
*/
.fontLato{	font-family: 'Lato';	}
.fontLora{	font-family: 'Lora';	}
.fontIFGP{	font-family: 'IM Fell Great Primer';	}

/* 
	Body Setting
*/

body{  
	background-color: #0a0a0a;
	width:100%;
}

header{ 	background-color:#000; min-height:88px; }

.sectionInit{
	width:100%;
	display:block;
	position:relative;
}

/*
	Desktop Menu Setting
*/
#menu{	position:relative;	width:100%; height:auto; display:block; }

#mMenu { 
	width:30px; 
	height:auto; 
	float: left; 
	margin-top: 30px; 
}

#mMenu span{ 
	border:2px #FFF solid; 
	width:100%;	
	height: auto;	
	margin-top: 5px;	
	display: block;	
}
	
#logo{ 
	position:absolute;
    top: 0px;
    left: 35px;
    right: 0;
    bottom: 0;
    margin-left: auto;
    width: 256px;
    margin-right: auto;	
	z-index:200;
}

/*.menu_left{ float:left; }*/

#menu li{ 
	float:left; 
	/*margin: 43px 0 34px 0;*/
	/*padding: 50px 0 27px 0;*/
	padding: 40px 0 30px 0;
	width:auto;
	height:auto;
	position:relative;
}
#menu li:hover ul{	
	display:block;
}

#menu > li:nth-of-type(3){	margin-right:23%; }

#menu li a { 
	width:100%;
	padding:0 17px;
	color:#dddddd;
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Lato';
}

#menu li a.active{	color:#FFF;	}
#menu li.lang a{ color:#a3a3a3; }
#menu li.lang a.active{ color:#FFF; }
#menu li.lang a:first-child{ padding-right:10px; }
#menu li.lang a:last-child{ padding:0; font-family:'微軟正黑體'; }

/*
	Desktop Sub-Menu
*/
#menu li ul {
	display:none;
	background-color:#000;
	font-size:12px;
	font-family: 'Lato';
	position:absolute;
	top:85px;
	left:17px;
	z-index:20;
	width:170px;
	padding:0 15px;
}
#menu li ul:hover {	display:block;	}
#menu li ul li{
	float:none;
	margin:0;
	padding:12px 0;
	border-bottom:1px #2e2e2e solid;
}
#menu li ul li:last-child{
	border-bottom:0;
}
#menu li ul li a{
	padding: 0;
}

/*
	banner
*/
#banner {	position:relative;	}
.bannerWord{
	font-size:25px;
	font-style:italic;
	color:#FFF;
	font-family: 'IM Fell Great Primer';
	position:absolute;
	right:10px;
	bottom:10px;
	text-transform: capitalize;
}
/*
Absolute Layer Center
#banner .container{
	position:absolute; 
	top: 0;
	right: 0;
	bottom : 0;
	left : 0;
	margin : auto;
}
*/
.bannerCL, .pCateCL{
	width:23px;
	height:100%;
	position:absolute;
	top:0;
	background-repeat:no-repeat;
	background-position: 0 center;
}
#bannerL{	background-image:url('../images/mainSlider_l.png'); float:left;   left:20px;	}
#bannerR{	background-image:url('../images/mainSlider_r.png'); float:right;  right:20px; }

#bannerSlide{	background-color:#000; }
#bannerSlide li {	text-align:center;}
#bannerSlide li img{	max-width:1300px; margin-left:auto; margin-right:auto; max-height:450px;display:inline-block;}
#bannerSlide video {	width:100%; max-height:450px;}



#promoteBox{
	margin-top:40px;
}

#promoteBox img { width:100%; height:auto; }


.promote_desc {
	background-color:#121212;
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding:20px;
}
.promote_desc p{
	margin-bottom:18px;
}

.promote_desc p:first-child{
	font-size:18px;
	font-style: italic;
}

.promote_desc p+p{
	color:#dbdbdb;
	font-size:13px;
	line-height:21px;
}

.promote_desc span{
	font-size:13px;
	color: #FFF;
}

/*
	Category Box
*/

#others{ margin-top:30px; text-align:center; }
#others .container > div > p{ 
	font-size:20px; 
	font-style:italic; 
	color:#FFF; 
	margin-left:auto;
	margin-right:auto;
	width:200px;    background-color: #0a0a0a;
	/*background:url(../images/line_01.png) no-repeat 5px center;
	background-size:contain;*/
}
.bkg-line{	border:1px #3b3b3b solid;	width:100%;	display:block;	position:absolute; top:15px; left:0; z-index:-1; }
/*#other is set text-align center, slider inline-block will be center*/
#productSlider { margin:10px 0; width:90%; display:inline-block; }
#productSlider ul li { 
	padding:10px;
	color:#FFF;
	min-height:97px;
	font-size:13px;
}
#productSlider ul li > div { text-align:center; }
#productSlider ul li > p{ margin-top:20px; }
#productSlider ul li img{
	width:136px; /*91 73*/
	height:100px;
	display:inline-block;
}

.pCateCL{	width:14px;	}
#pCateL{	background-image:url('../images/pate_left.png'); float:left;   left:20px;	}
#pCateR{	background-image:url('../images/pate_right.png'); float:right;  right:20px; }



/*
	Contact
*/
.contact{ background-color:#010101; padding:20px; min-height:215px; }
.contact p:nth-of-type(1){ margin-bottom:20px; color:#FFF; font-size:20px; font-style:Italic; }
.contact p{ 
	margin-bottom:10px; 
	color:#dbdbdb; 
	font-size:13px; 
	display:block; 
	min-height:20px;
	position:relative;
}
.contact a{ 
    color: #dbdbdb;
    font-size: 13px;
	display: block;
    padding-left: 28px;
	position:relative;
}
.iconAbs{
	width:18px;
	height:auto;
	display:inline-block;
    margin-right: 10px;
}

/*
	Contents
*/
.topBtn{
	background:url(../images/top.png) no-repeat;
	position:absolute;
	right:20px;
	bottom:20px;
	width:39px;
	height:41px;
	opacity:0.2;
	z-index:10;
}
.topBtn:hover{ opacity:1; }
.bgResponsive{
	background-image:url(../images/background_about.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center bottom;
}

.col-center{
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
}

.col-center > p{
	color:#bababa;
	display:block;
	line-height:35px;
	font-size:13px;
	text-align:left;
}

.spanBorder{
	border:2px #858585 solid;
	width:46px;
	display:block;
}

/* .col-center > p:nth-of-type(1) {	margin-top:26px;  } */
/* .col-center img:nth-of-type(1) {	margin:54px 0 40px 0; text-align:left; }
 */.col-center img:nth-of-type(1) {	margin-top:15px; text-align:left; }

.content-center {	
	text-align:center;	
	margin:80px 0;	
	width:100%;
	display:block;
}
.content-center > p:nth-of-type(1) , .col-center > p.generalTitle{	
	color:#FFF;	
	font-size:18px;	
	font-style:italic;	
	width:100%;
	text-transform:uppercase;
}
.content-center > div {	text-align:center;	}
.content-center > div .spanBorder , .col-center > span.spanBorder{	display:inline-block;	margin:20px 0;	}
.content-center p{	color:#bababa;	font-size:13px;	line-height:36px; width:100%; display:inline-block;	}

.timeLines_event{
    list-style-type: none;
    width: 100%;
    padding-left: 50px;
    display: table;
    content: " ";
}

.timeLines_event li{
    position: relative;
    right: 0;
    display: inline-block;
    width: 20%;
    color: #FFF;
    background: url('../images/timeline_part2.png') no-repeat right 0;
    min-height: 51px;
    margin-right: 5%;
    padding-top: 18px;
    float: left;
    text-align: left;
}

.timeLines_event li span{
    float: right;
    position: relative;
    right: 40px;
	color:#FFF;
	font-size: 13px;
}

.timeLines_event div{
    width: 70%;
    float: left;
    padding-top: 15px;
}

.timeLines_event div p{
    line-height: 22px;
    width: 100%;
    display: block;
    text-align: left;
}


/*
	Section Info
*/

.sectionInfo{	
	margin-bottom:76px;	
	/* text-transform: capitalize; */
}

.sectionTitle{
	font-size:20px;
	font-style:italic;
	color:#FFF;
	line-height:21px;
	padding-bottom:28px;
	border-bottom:1px #3b3b3b solid;
}
.sectionContent{
	padding-top:40px;
	color:#bababa;
	font-size:13px;
}
#contactForm{
    content: " ";
    display: table;
	width:100%;
}
#contactForm p{
	display:block;
	width:100%;
	height:31px;
	margin-bottom:30px;
}
#contactForm p span{
	display:inline-block;
	width:30%;
	padding-top: 5px;
	float:left;
}
#contactForm input, #contactForm textarea{
	float:left;
	width:50%;
	height:31px;
	display:inline-block;
	border:1px #3b3b3b solid;
	background-color:transparent;
}
#contactForm textarea{	height:98px; width:70%; resize:none; }
#contactForm  > a{	
	border:1px #3b3b3b solid;
	color:#FFF;
	font-size:13px;
	padding:10px 53px;
	float:right;
	margin-top:60px;
}		
/*
	Direct Contact
*/
.directCon table{	width:100%;	height:auto;	}
.directCon tr td{		height:60px;	}
.directCon tr td:nth-of-type(1){	width:15%;	}
.directCon tr td:nth-of-type(2){	width:10%;	}


.col2Layout {	margin-top:75px;	}

.mStayPage{	display:none; }
 
.left_menu{
	border-top:1px #858585 solid;
	padding-top:35px;
	width:100%;
	height:auto;
}

.left_menu li{
	margin-bottom:39px;
	font-size:13px;
}
.left_menu li a {	color:#bababa;	}
.left_menu li ul {	padding-top:26px; }
.left_menu li ul li {	
	margin-bottom:22px;	    
	background: url('../images/ul_img.png') no-repeat 0px 6px;
    padding-left: 10%;
}
.left_menu li a.active{	color:#fff !important;	}

.right_content{	width:100%;	}
.right_content > p{	
	margin-top:25px;
	line-height:27px;
	font-size:13px;
	color:#bababa;
}
.right_content .sectionInfo{ 	margin-top:50px; }

.right_content .sectionContent p {	
	font-size:13px;
	color:#dbdbdb;
	margin-bottom:40px;
	background: url('../images/ul_img.png') no-repeat 0px 6px;
	padding-left: 30px;
}
.right_content .sectionContent p:last-child {	margin-bottom:0;	}
.rightTable, .rightTable tr td {	border:1px #363636 solid; }
.rightTable tr td{ padding:23px; text-align:center; }
.rightTable tr td:last-child{ text-align:left; }

.right_content .cancelMarginTop{	margin-top:0 !important;	}
.right_content .cancelPaddTop{	padding-top:0 !important;	}

.right_content .sectionContent .pDesc{		
	background:none;
	color:#bababa;
	line-height:27px;
	padding:0;
	margin-top:27px;
}
.stageTitle{
	font-size:20px;
	color:#fff;
	font-style:italic;
}

.videoContent{ width:100%; display:table; content:".";	}
.videoList{ width:100%; margin-bottom:11px; display:block; overflow:hidden; }
.videoPart{
	float:left;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
	width:108px;
}

.videoPart.active{	border:2px #FFF solid; }

.colorLayer{
	background-color:#000;
	opacity:0.5;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
}
.videoContent > video{
	width:100%;
	height:auto;
}


/*
	Footer
*/
footer {
	text-align:center;
	padding:25px 0;
	background-color:#000;
}

footer p {
	color:#dddddd;
	font-size:12px;
}

/*
	Mobile Menu
*/
#sidr-left{
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 15px;
	background: #000;
	color: #fff;
	/*
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222
	*/
}

.sidr li{
	text-transform:uppercase;
	font-family: 'Lato';
	list-style-type: none;
	text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid #1e1e1e;
	font-size: 12px;
}
.sidr li a{
    /*padding: 0 20px;*/
    display: block;
    text-decoration: none;
    color: #fff;
}
.sidr li.sidr-class-lang a{
    display: inline-block;
}
.sidr li.sidr-class-lang a:first-child{
	margin-right: 20px;
}
.sidr li.sidr-class-lang a:first-child{
	font-family:'微軟正黑體';
}

/*
	Mobile Sub-menu 
*/
.sidr li ul {	display:none; }
.sidr li ul li {	border:0;	}
.sidr li ul li:hover { background-color:#0d0d0d;	}
.sidr li:hover ul{
	display:block;
}
.chem_el {
	width:auto;
}
.pageSpacing{
	height:200px;
}
.sectionSpacing{
	height:50px;
}
.qa_chart{
	width:auto;
	margin-top:50px;
}


/*
@media (max-width: 550px) {
	.videoPart:nth-of-type(3n+1){
		clear:left;
	}
	.videoPart{
		width:25%;
	}
}
*/

@media (max-width: 767px) {
	/* Arrive Mobile */
	.pBoxs{	margin-top:20px; }
	.content-center p {	width:100%;	}
	#contactForm p span, #contactForm input, #contactForm textarea{	width:100% !important;	}
	.timeLines_event li{	min-height:81px; }
	.left_menu{ display:none; border-top:0; }
	.mStayPage{	
		display:block;
		width:100%;
		height:auto;
		border: 1px #3b3b3b solid;
		padding: 15px;
		min-height:50px;
		position:relative;
	}
	.mWord{	font-size:13px; color:#bababa !important;	}
	.mArrow{	
		position:absolute;
		width:39px;
		height:20px;
		right:10px;
		/*top:5px;*/
		background: url(../images/slide.png) no-repeat;
	}
	.videoPart:nth-of-type(3n+1){	clear:left;	}
	.videoPart{		width:25%;	}
	.qa_chart{width:100%;}
}

@media (min-width: 768px) {
	/* Tablet Mode */
	/* Show in Tablet and Desktop */
	.contact a { padding-left:0; }
	#promoteBox .pBoxs:first-child { padding-left:0; }
	#promoteBox .pBoxs:nth-of-type(2){ padding-left:7px; padding-right:7px; }
	#promoteBox .pBoxs:last-child { padding-right:0; }
	#productSlider ul li > div {	border-right:1px #161616 solid;	}
	#others > .container > div:nth-of-type(2){	padding-right:0;	z-index:-1;	/*padding-left:25px;*/	}
	#pCateR{	right:10px; }
	.timeLines_event{	padding-left: 100px;	}
	.timeLines_event li {	text-align:center;	}
}
@media (min-width: 768px) and (max-width: 990px){
	/* Tablet Mode */
	.videoPart:nth-of-type(3n+1){	clear:left;	}
}

@media (max-width: 991px) {
	/*
		Only Show in Desktop, Not show in Tablet
	*/
	#menu{ display:none; }
	#menu li ul{ display:none; }
}

@media (min-width: 992px) {
	/*desktop*/
	.contact a { padding-left:28px; }
	#mMenu{ display:none; }
	.col-center{	width:72%;	}
}



/*
@media (min-width: 1200px) {
	/*Large Desktop*

}
*/
