@charset "utf-8";
/*==========共用CSS==========*/
* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
  padding:0;
  }
html{font-family:'Work Sans',微軟正黑體,sans-serif;-webkit-text-size-adjust:none;}
img{border:none;}
.bttn-unite.bttn-primary{border-color:#92C927;color:#92C927;}
.bttn-unite.bttn-primary:hover, .bttn-unite.bttn-primary:focus{background:#7eab27;color:#fff;}
.bttn-unite.bttn-primary:before{background:#92C927;}
.bttn-unite.bttn-primary:after{background:#7eab27;}
input::-webkit-input-placeholder{color:#fff !important;}
.toppadding{padding-top: 20px!important;}
@media (min-width:767px){.col-3.map{height: 380px!important;}}
.col-3.map ul.new_fix li a{display: inline-block;}
.col-3.map ul.new_fix li a:before{top:8px;}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
/*===============================手機CSS===============================*/
@media (max-width: 767px){
/*==========HeaderCSS==========*/
header{
	position:fixed;
	width:100%;
	height:55px;
	background-color:#ffffff;
	border-bottom:1px solid #B8B8B8;
	box-shadow:0 3px 6px rgba(58,58,58,.5);
	-webkit-box-shadow:0 3px 6px rgba(58,58,58,.5);
	z-index:999;
}
.home{display:none;}
#logo{float:left;width:50%;max-width:180px;padding-left:10px;}
#logo h1{
	background-image:url(images/clear-film-logo-m.svg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:55px;
	text-indent:-9999px;
}
#btn{
	float:right;
	width:50%;
	max-width:160px;
	height:55px;
	padding-right:5px;
	line-height:50px;
}
#search, #menu, #lang{
	float:right;
	width:51px;
	height:35px;
	margin-top:10px;
	line-height:55px;
	border-right:1px solid #E5E5E5;
	background-size:60%;
	background-position:center center;
	background-repeat:no-repeat;
}
#search{background-image:url(images/search.png);}
#menu{background-image:url(images/clear-vinyl-film-menu.png);}
#lang{background-image:url(images/multi-langue-clear-vinyl-film.png);border-right:none;}
.lang-menu{
	width:100%;
	max-height:0;
	overflow:hidden;
	border-bottom:none;
	background-color:#ffffff;
	box-shadow:0 3px 10px rgba(58,58,58,.5);
	-webkit-box-shadow:0 3px 10px rgba(58,58,58,.5);
}
.lang-menu{line-height:50px;text-align:center;}
.lang-menu a{margin-right:10px;text-decoration:none;color:#B8B8B8;}
.LANGDOWN{max-height:50px;border-bottom:1px solid #D0D0D0;-webkit-transition: all 0s ease-in-out;}	
.search-bar{
	width:100%;
	max-height:0;
	overflow:hidden;
	border-bottom:none;
	background-color:#ffffff;
	box-shadow:0 3px 10px rgba(58,58,58,.5);
	-webkit-box-shadow:0 3px 10px rgba(58,58,58,.5);
}
.gsc-input{float:right !important;width:60% !important;margin-right:12.5%;}
.gsc-input-box{
	appearance: none !important;
	-webkit-appearance: none !important;
	display:block !important;
	float:right !important;
	width:100% !important;
	height:30px !important;
	padding-left:0px !important;
	font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;
	font-size:1em !important;
	color:#B8B8B8 !important;
	outline:none !important;
	border:1px solid #B8B8B8 !important;
	border-left:none !important;
	border-radius:0 5px 5px 0 !important;
}	
.gsc-search-box-tools .gsc-search-box{width:100% !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input, table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input{padding-right:0 !important;background:none !important;}
.gsc-search-box .gsc-input>input:hover, .gsc-input-box-hover, .gsc-input>input:focus, .gsc-input-box-focus{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}
.gsst_a{padding-top:0 !important;}
.gsib_a{padding:0 !important;}
#gsc-i-id1{float:right !important;width:100% !important;height:28px !important;font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;font-size:1.3em !important;color:#575755 !important;background:none !important;}
.gsst_a .gscb_a{color:#B8B8B8 !important;line-height:28px !important;}
.gsc-search-box .gsc-search-button input{width:100% !important;margin:0 !important;opacity:0;}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{width:30px !important;padding:0 !important;}
.gsc-search-button{float:left !important;}	.gsc-search-button,.gsc-search-button:hover,.gsc-search-button:focus{
	display:block !important;
	float:left !important;
	width:15% !important;
	height:30px !important;
	margin-top:0 !important;
	margin-left:12.5%;
	background-color:#ffffff !important;
	background-image:url(images/search.png) !important;
	background-size:25px !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	border:1px solid #B8B8B8 !important;
	border-right:none !important;
	border-radius:5px 0 0 5px !important;
}
.gsc-branding{display:none !important;}
.SEARCHDOWN{max-height:50px;margin-top:0px;border-bottom:1px solid #D0D0D0;-webkit-transition: all 0s ease-in-out;}
form{display:block;height:60px;padding:10px 0;}
nav{
	clear:both;
	width:100%;
	max-height:0;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow:0 3px 10px rgba(58,58,58,.5);
	-webkit-box-shadow:0 3px 10px rgba(58,58,58,.5);
}
nav li{
	display:block;
	height:45px;
	padding-left:40px;
	line-height:45px;
	font-size:1.1em;
	border-bottom:1px solid #D0D0D0;
}
#sub-2{display:none;}
nav a{
	display:block;
	width:100%;
	padding-left:0px;
	text-decoration:none;
	color:#000000;
	letter-spacing:1px;
}
.arrow{
	display:block;
	float:right;
	width:45px;
	height:45px;
	margin:-45px 10px 0 0;
	background-image:url(images/open.png);
	background-size:55%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transform:rotateX(0deg);
}
.ROTATE{-webkit-transform:rotateX(180deg);-webkit-transition: all 0s ease-in-out;}
.DOWN{ max-height:540px;-webkit-transition: all 0s ease-in-out;}
.sub-menu{height:0;overflow:hidden;}
.sub-menu li{background-color:#F9F9F9;}
.sub-menu a{color:#626262;font-size:0.9em;letter-spacing:0.5px;}
.DOWNDOWN{height:180px;max-height:180px;-webkit-transition: all 0s ease-in-out;}
/*==========HeaderCSS==========*/
/*==========CompanyCSS==========*/
section{width:100%;}
.section4{padding:0;}
.com-breadcrumb{width:100%;padding:70px 0 10px 20px;list-style:none;color:#B8B8B8;}
.com-breadcrumb li{display:inline-block;margin:0 5px 0 0;}
.com-breadcrumb a{text-decoration:none;color:#B8B8B8;}
.com-breadcrumb a:hover{color:#004DA0;font-weight:bold;}
.com-breadcrumb h1{font-size:1em;font-weight:normal;}
.com-breadcrumb2{padding-top:120px;}
.search-breadcrumb{width:100%;padding:75px 0 10px 20px;list-style:none;color:#B8B8B8;}
.search-breadcrumb li{display:inline-block;margin:0 5px 0 0;}
.search-breadcrumb a{text-decoration:none;color:#B8B8B8;}
.search-breadcrumb a:hover{color:#004DA0;font-weight:bold;}
.search-breadcrumb h1{font-size:1em;font-weight:normal;}
.search-breadcrumb2{padding-top:120px;}	
.section4 h1{display:block;width:100%;margin:0 auto;padding:0 20px;font-size: 1.1em;font-weight: bold;line-height: 28px;letter-spacing:1px;color: #92C927;}
.section4 h2{display:block;width:100%;margin:25px auto 5px auto;padding:5px 20px;font-size: 1.1em;font-weight: bold;line-height: 32px;letter-spacing:2px;color:#ffffff;background-color: #92C927;}
.com-content{clear:both;width:100%;}
.cer-img{width:100%;}
.cer-img img{display:block;float:left;width:50%;}
.com-content{clear:both;width:100%;padding:0 20px;}
.com-content a{color:#000000;text-decoration:none;}
.com-content span{font-weight:bold;}
.com-content1{float:left;width:100%;margin-top:10px;}
.com-content1-1 h2{color:#a02653;line-height:30px;font-size:1.1em;}
.com-content p,.com-content1-1 p{margin-bottom:10px;line-height:28px;font-size:1em;text-align:left;color:#3B3B3B;}
.com-img{float:left;width:100%;margin-bottom:30px;}
.com-img img{width:100%;}
.com-content-img{width:100%;height:auto;max-height:200px;margin:20px 0;overflow:hidden;}
.com-content-img img{width:130%;}
.bttn-unite.bttn-md {display:block;width:auto;margin:10px auto;font-size:1em;letter-spacing:0;text-align:center;padding:7px 20px 7px 20px;}
/*==========CompanyCSS==========*/
/*==========SearchResultsCSS==========*/
.gcsc-branding{display:none !important;}
.cse .gsc-control-cse, .gsc-control-cse{padding:0 !important;font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;font-size:1em !important;}
.gsc-results{width:100% !important;}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet{border:1px solid #7FA54A !important;background-color:#f0f8e6 !important;}
.gsc-adBlock{display:none !important;}
/*==========FooterCSS==========*/
footer{clear:both;width:100%;padding:15px 20px;background-color:#004DA0;}
footer h6{text-align:center;line-height:16px;font-weight:normal;color:#ffffff;}
footer h6 a{color:#ffffff;text-decoration:none;}
/*新增sitemap*/
.section5{float: left;    padding: 0 0 20px 0;background:#f9f9f9}
.section5 .pc-width{width: 100%;margin: 0 auto;padding:40px 20px;}
.col-30{float:left;width:100%;padding-left: 0;}
.col-30 img{width:60%;    min-width: 220px;}
.col-70{float:left;width:100%}
.vertical-line{position: relative;;margin: 20px 0;padding-left: 15px;border-left:4px solid #20b6ff;}
.vertical-line a{color:#333;text-decoration: none;}
address, .vertical-line p{line-height: 1.4em;}
.col-3.map{float:left;width:100%;height:auto;margin:0;padding:15px 0 20px 0;background-color:transparent;opacity:1;}
.col-3.map:nth-child(1){padding:15px 0 0 0;}
.col-3.map:nth-child(2){padding-top:0;}
.col-3.map:nth-child(3){width:100%;}
.col-3.map:hover{box-shadow:none;-webkit-box-shadow:none;border:none;}
.col-3.map h4{font-size: 1.2em;letter-spacing: 1px;padding: 0 0 15px 0;}
.col-3.map:nth-child(2) h4{display:none;}
.col-3.map ul{display:block;width:100%;margin:0 auto;list-style: none;padding-left: 0;}
.col-3.map ul li{font-size:1em;text-align:left;line-height:36px;color:#575755;}
.col-3.map ul li a{position: relative;text-decoration: none;color: #333;padding-left: 15px;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;}
.col-3.map ul li a:hover{color: #015cff;}
.col-3.map ul li a:before{content:'';display:block;position:absolute;width:4px;height:20px;top:0;left:0;background:#20b6ff;}
/*新增sitemap*/
/*==========FooterCSS==========*/
}
/*===============================平板CSS===============================*/
@media (min-width: 768px) and (max-width: 1024px){
/*==========HeaderCSS==========*/
header{
	position:fixed;
	width:100%;
	height:65px;
	background-color:#ffffff;
	border-bottom:1px solid #B8B8B8;
	box-shadow:0 3px 6px rgba(58,58,58,.5);
	-webkit-box-shadow:0 3px 6px rgba(58,58,58,.5);
	z-index:999;
}
.home{display:none;}
#logo{float:left;width:50%;max-width:260px;padding-left:30px;}
#logo h1{
	background-image:url(images/clear-film-logo.svg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:65px;
	text-indent:-9999px;
}
#btn{
	float:right;
	width:50%;
	max-width:195px;
	height:55px;
	padding-right:5px;
	line-height:60px;
}
#search, #menu, #lang{
	float:right;
	width:56px;
	height:45px;
	margin-top:10px;
	line-height:65px;
	border-right:1px solid #E5E5E5;
	background-size:60%;
	background-position:center center;
	background-repeat:no-repeat;
}
#search{background-image:url(images/search.png);}
#menu{background-image:url(images/clear-vinyl-film-menu.png);}
#lang{background-image:url(images/multi-langue-clear-vinyl-film.png);border-right:none;}
.lang-menu{
	position:absolute;
	width:33.33%;
	top:65px;
	right:0;
	max-height:0;
	overflow:hidden;
	border-bottom:none;
	background-color:#ffffff;
	line-height:50px;
	text-align:center;
	box-shadow:0 3px 10px rgba(58,58,58,.5);
	-webkit-box-shadow:0 3px 10px rgba(58,58,58,.5);
}
.lang-menu a{margin-right:15px;text-decoration:none;color:#B8B8B8;letter-spacing:1px;}
.LANGDOWN{max-height:50px;border-bottom:1px solid #D0D0D0;-webkit-transition: all 0s ease-in-out;}	
.search-bar{
	position:absolute;
	width:33.33%;
	top:65px;
	right:0;
	max-height:0;
	overflow:hidden;
	border-bottom:none;
	background-color:#ffffff;
	box-shadow:0 3px 10px rgba(58,58,58,.5);
	-webkit-box-shadow:0 3px 10px rgba(58,58,58,.5);
}
.gsc-input{float:right !important;width:60% !important;margin-right:12.5%;}
.gsc-input-box{
	appearance: none !important;
	-webkit-appearance: none !important;
	display:block !important;
	float:right !important;
	width:100% !important;
	height:30px !important;
	padding-left:0px !important;
	font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;
	font-size:1em !important;
	color:#B8B8B8 !important;
	outline:none !important;
	border:1px solid #B8B8B8 !important;
	border-left:none !important;
	border-radius:0 5px 5px 0 !important;
}	
.gsc-search-box-tools .gsc-search-box{width:100% !important;}
.gsc-search-box-tools .gsc-search-box .gsc-input, table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input{padding-right:0 !important;background:none !important;}
.gsc-search-box .gsc-input>input:hover, .gsc-input-box-hover, .gsc-input>input:focus, .gsc-input-box-focus{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}
.gsst_a{padding-top:0 !important;}
.gsib_a{padding:0 !important;}
#gsc-i-id1{float:right !important;width:100% !important;height:28px !important;font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;font-size:1.3em !important;color:#575755 !important;background:none !important;}
.gsst_a .gscb_a{color:#B8B8B8 !important;line-height:28px !important;}
.gsc-search-box .gsc-search-button input{width:100% !important;margin:0 !important;opacity:0;}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{width:30px !important;padding:0 !important;}
.gsc-search-button{float:left !important;}	.gsc-search-button,.gsc-search-button:hover,.gsc-search-button:focus{
	display:block !important;
	float:left !important;
	width:15% !important;
	height:30px !important;
	margin-top:0 !important;
	margin-left:12.5%;
	background-color:#ffffff !important;
	background-image:url(images/search.png) !important;
	background-size:25px !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	border:1px solid #B8B8B8 !important;
	border-right:none !important;
	border-radius:5px 0 0 5px !important;
}
.gsc-branding{display:none !important;}
.SEARCHDOWN{max-height:50px;margin-top:0px;border-bottom:1px solid #D0D0D0;-webkit-transition: all 0s ease-in-out;}
form{display:block;height:50px;padding:10px 0;}
nav{
	position:absolute;
	width:40%;
	top:65px;
	right:0;
	max-height:0;
	overflow:hidden;
	background-color:#ffffff;
	box-shadow:0 3px 10px rgba(58,58,58,.5);
	-webkit-box-shadow:0 3px 10px rgba(58,58,58,.5);
}
nav li{
	display:block;
	height:50px;
	padding-left:25px;
	line-height:50px;
	font-size:1.1em;
	border-bottom:1px solid #D0D0D0;
}
#sub-2{display:none;}
nav a{
	display:block;
	width:100%;
	padding-left:0px;
	text-decoration:none;
	color:#000000;
	letter-spacing:1px;
}
.arrow{
	display:block;
	float:right;
	width:45px;
	height:45px;
	margin:-45px 10px 0 0;
	background-image:url(images/open.png);
	background-size:55%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transform:rotateX(0deg);
}
.ROTATE{-webkit-transform:rotateX(180deg);-webkit-transition: all 0s ease-in-out;}
.DOWN{ max-height:600px;-webkit-transition: all 0s ease-in-out;}
.sub-menu{height:0;overflow:hidden;}
.sub-menu li{background-color:#F9F9F9;}
.sub-menu a{color:#626262;font-size:0.9em;}
.DOWNDOWN{height:200px;max-height:200px;-webkit-transition: all 0s ease-in-out;}
/*==========HeaderCSS==========*/
/*==========CompanyCSS==========*/
section{width:100%;}
.section4{padding:10px 40px 0 40px;}
.com-breadcrumb{width:100%;padding:85px 0 10px 40px;list-style:none;color:#B8B8B8;}
.com-breadcrumb li{display:inline-block;margin:0 1px 0 0;}
.com-breadcrumb a{text-decoration:none;color:#B8B8B8;}
.com-breadcrumb a:hover{color:#004DA0;font-weight:bold;}
.com-breadcrumb h1{font-size:1em;font-weight:normal;}
.com-breadcrumb2{padding-top:85px;}	
.search-breadcrumb{width:100%;padding:65px 0 10px 40px;list-style:none;color:#B8B8B8;}
.search-breadcrumb li{display:inline-block;margin:0 1px 0 0;}
.search-breadcrumb a{text-decoration:none;color:#B8B8B8;}
.search-breadcrumb a:hover{color:#004DA0;font-weight:bold;}
.search-breadcrumb h1{font-size:1em;font-weight:normal;}
.search-breadcrumb2{padding-top:120px;}	
.section4 h1{display:block;width:100%;margin:0 auto;padding:0;font-size: 1.2em;font-weight: bold;line-height: 32px;letter-spacing:1px;color: #92C927;}
.section4 h2{display:block;width:100%;margin:20px auto 10px auto;padding:10px 20px;font-size: 1.3em;font-weight: bold;line-height: 32px;letter-spacing:2px;color:#ffffff;background-color: #92C927;}
.com-content{clear:both;width:100%;}
.cer-img{width:100%;}
.cer-img img{display:block;float:left;width:25%;}
.com-content a{color:#000000;text-decoration:none;}
.com-content span{font-weight:bold;}
.com-content1{float:left;width:100%;margin:10px 0 20px 0;}
.com-content1-1 h2{color:#a02653;line-height:45px;}
.com-content p,.com-content1-1 p{line-height:32px;font-size:1em;text-align:left;color:#3B3B3B;}
.com-img{float:left;width:100%;margin-bottom:20px;padding-top:0px;}
.com-img img{display:block;width:70%;margin:0 auto;}
.com-content-img{width:100%;height:300px;margin-bottom:30px;overflow:hidden;}
.com-content-img img{width:100%;}
.bttn-unite.bttn-md {
	display:block;
 	width:auto;
  	margin:30px auto;
  	padding: 7px 30px 7px 30px;
}
/*==========CompanyCSS==========*/
/*==========SearchResultsCSS==========*/
.gcsc-branding{display:none !important;}
.gsc-control-cse{height:auto !important;min-height:800px !important;}
.cse .gsc-control-cse, .gsc-control-cse{padding:0 !important;font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;font-size:1em !important;}
.gsc-results{width:100% !important;}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet{border:1px solid #7FA54A !important;background-color:#f0f8e6 !important;}
.gsc-adBlock{display:none !important;}
/*==========FooterCSS==========*/
footer{clear: both;width: 100%;padding: 15px 20px;background-color: #004da0;}
footer h6{
	text-align:center;
	line-height:16px;
	font-weight:normal;
	letter-spacing:1px;
	color:#ffffff;
}
footer h6 a{color:#ffffff;text-decoration:none;}
/*新增sitemap*/
.pc-width{clear:both;}
section{width:100%;clear: both;}
.section5{float: left;background:#f9f9f9}
.section5 .pc-width{width: 700px;margin: 0 auto;padding:40px 20px;}
.col-30{float:left;width:100%;padding-left: 0;}
.col-30 img{width:40%;}
.col-70{float:left;width:100%}
.vertical-line{position: relative;;margin: 20px 0;padding-left: 15px;border-left:4px solid #20b6ff;}
.vertical-line a{color:#333;text-decoration: none;}
address, .vertical-line p{line-height: 1.4em;}
.col-3.map{float:left;width:31%;height:300px;margin:0;padding:15px 0 20px 0;background-color:transparent;opacity:1;}
.col-3.map:nth-child(1){padding-left:0;}
.col-3.map:nth-child(3){width:35%;}
.col-3.map:hover{box-shadow:none;-webkit-box-shadow:none;border:none;}
.col-3.map h4{font-size: 1.2em;letter-spacing: 1px;padding: 0 0 15px 0;}
.col-3.map ul{display:block;width:100%;margin:0 auto;list-style: none;padding-left: 0;}
.col-3.map ul li{font-size:1em;text-align:left;line-height:36px;color:#575755;}
.col-3.map ul li a{position: relative;text-decoration: none;color: #333;padding-left: 15px;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;}
.col-3.map ul li a:hover{color: #015cff;}
.col-3.map ul li a:before{content:'';display:block;position:absolute;width:4px;height:20px;top:0;left:0;background:#20b6ff;}
/*新增sitemap*/
/*==========FooterCSS==========*/
}
/*===============================電腦CSS===============================*/
@media (min-width: 1025px){
/*==========HeaderCSS==========*/
header{
	position:relative;
	width:100%;
	height:130px;
	z-index:999;
}
.top-bar{position:fixed;top:-100px;box-shadow:0 3px 10px rgba(58,58,58,.5);-webkit-box-shadow:0 3px 10px rgba(58,58,58,.5);}
.pc-width{position:relative;width:100%;max-width:1025px;margin:0 auto;}
.home{    
	display: block;
    width: 60px;
    height: 30px;
    margin-left: 15px;
    padding-left: 20px;
    vertical-align: middle;
    font-size: 0.96em;
    line-height: 33px;
    color: #575755;
    text-decoration: none;
    background-image: url(images/clear-vinyl-film-homepage.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 15px;
}
#logo{float:left;width:50%;max-width:290px;padding-left:15px; padding-bottom: 12px; padding-top: 3px;}
#logo h1{
	background-image:url(images/clear-film-logo.svg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:55px;
	text-indent:-9999px;
}
#btn{display:none;}
.lang-menu{
	position:absolute;
	width:110px;
	height:35px;
	top:5px;
	right:10px;
	line-height:40px;
	text-align:center;
}
.lang-menu a{margin-right:10px;text-decoration:none;color:#B8B8B8;}
.search-bar{
	position:absolute;
	display:block;
	width:215px;
	top:40px;
	right:10px;
}
.gsc-input{float:right !important;}
.gsc-input-box{
	appearance: none !important;
	-webkit-appearance: none !important;
	display:block !important;
	float:right !important;
	width:180px !important;
	height:30px !important;
	padding-left:0px !important;
	font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;
	font-size:1em !important;
	color:#B8B8B8 !important;
	outline:none !important;
	border:1px solid #B8B8B8 !important;
	border-left:none !important;
	border-radius:0 5px 5px 0 !important;
}	
.gsc-search-box-tools .gsc-search-box .gsc-input, table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input{padding-right:0 !important;background:none !important;}
.gsc-search-box .gsc-input>input:hover, .gsc-input-box-hover, .gsc-input>input:focus, .gsc-input-box-focus{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;}
.gsst_a{padding-top:0 !important;}
.gsib_a{padding:0 !important;}
#gsc-i-id1{height:28px !important;font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;font-size:1.3em !important;color:#575755 !important;background:none !important;}
.gsst_a .gscb_a{color:#B8B8B8 !important;line-height:28px !important;}
.gsc-search-box .gsc-search-button input{margin:0 !important;opacity:0;}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{padding:0 !important;}
.gsc-search-button{float:left !important;}	.gsc-search-button,.gsc-search-button:hover,.gsc-search-button:focus{
	display:block !important;
	float:left !important;
	width:35px !important;
	height:30px !important;
	margin-top:0 !important;
	background-color:#ffffff !important;
	background-image:url(images/search.png) !important;
	background-size:25px !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	border:1px solid #B8B8B8 !important;
	border-right:none !important;
	border-radius:5px 0 0 5px !important;
}
.gsc-branding{display:none !important;}
nav{clear:both;width:100%;height:45px;background:linear-gradient(to right, rgb(32, 183, 255) 0%, rgb(0, 90, 255) 100%);background-repeat:repeat-x;background-size:auto 45px;}
nav li{float:left;display:block;width:auto;height:45px;line-height:45px;font-size:1em;font-weight:300;text-align:center;color:#FFFFFF;letter-spacing:0px;}
nav li a{display:block;width:100%;padding:0 13px;text-align:center;text-decoration:none;letter-spacing:0px;color:#FFFFFF;font-size: 1em; font-weight:300;transition:color .5s ease 0s,background-color .5s ease 0s;-webkit-transition:color .5s ease 0s,background-color .5s ease 0s;}
nav a:hover{font-weight:300;color:#004DA0;background-color:rgba(250,250,250,0.9);transition:color .2s ease 0s,background-color .2s ease 0s;-webkit-transition:color .2s ease 0s,background-color .2s ease 0s;letter-spacing:0px;}
#now{padding:0 15px;font-weight:bold;background-color:rgba(0,77,160,0.2);}
#sub-2{display:block;position:relative;}
#sub-2:hover{font-weight:bold;color:#004DA0;background-color:rgba(0,77,160,0.2);}
#sub-2:hover ul{display:block;transition:.2s ease 0s;-webkit-transition:.2s ease 0s;}
#pro-sub-2{font-weight:bold;color:#004DA0;background-color:#efefef}
#sub-2 ul{display:none;position:absolute;width:290px;height:200px;left:0px;transition:.2s ease 0s;-webkit-transition:.2s ease 0s;}
#sub-2 li{
	display:block;
	float:left;
	width:100%;
	height:50px;
	background-color:rgba(0,0,0,.5) !important;	
}
#sub-2 li a{
	display:block;
	float:left;
	width:100%;
	height:50px;
	padding:0 15px;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	color:#ffffff;
	background-color:rgba(0,0,0,.5) !important;	
	transition:font-weight .3s ease 0s;
	-webkit-transition:font-weight .3s ease 0s;
}
#sub-2 li a:hover{font-weight:bold;color:#ffffff;transition:font-weight .3s ease 0s;-webkit-transition:font-weight .3s ease 0s;}
#pro-cate{display:none !important;}
#pad-cate{display:none;}
#sub-btn{display:none;}
.arrow{display:none;}
.sub-menu{display:none;}
/*==========HeaderCSS==========*/
/*==========CertificationCSS==========*/
section{width:100%;height:100%;}
.section4{margin-bottom:250px;padding:0;}
.com-breadcrumb{width:100%;padding:25px 0 20px 0;list-style:none;color:#B8B8B8;}
.com-breadcrumb li{display:inline-block;margin:0 1px 0 0;}
.com-breadcrumb a{text-decoration:none;color:#B8B8B8;transition:color .3s ease 0s;}
.com-breadcrumb a:hover{color:#004DA0;transition:color .3s ease 0s;}
.com-breadcrumb h1{font-size:1em;font-weight:normal;}
.com-breadcrumb2{padding-top:155px;}	
.search-breadcrumb{width:100%;padding:25px 0 20px 20px;list-style:none;color:#B8B8B8;}
.search-breadcrumb li{display:inline-block;margin:0 1px 0 0;}
.search-breadcrumb a{text-decoration:none;color:#B8B8B8;transition:color .3s ease 0s;}
.search-breadcrumb a:hover{color:#004DA0;transition:color .3s ease 0s;}
.search-breadcrumb h1{font-size:1em;font-weight:normal;}
.search-breadcrumb2{padding-top:120px;}	
.section4 h1{display:block;width:100%;margin:0 auto;padding:0;font-size: 1.3em;font-weight: bold;line-height: 32px;color: #92C927;}
.section4 h2{display:block;width:100%;margin:20px auto 10px auto;padding:10px 20px;font-size: 1.3em;font-weight: bold;line-height: 32px;letter-spacing:2px;color:#ffffff;background-color: #92C927;}
.com-content{clear:both;width:100%;}
.cer-img{width:100%;}
.cer-img img{display:block;float:left;width:25%;}
.com-content1{float:left;width:50%;margin-bottom:0;}
.com-content1-1{margin-bottom:10px;padding-bottom:30px;}
.com-content1-1 h2{color: #a02653;line-height: 34px;}
.com-content p, .com-content1-1 p{
	margin-top: 10px;
	line-height: 36px;
	font-size: 1.1em;
	text-align: left;
	color:#3B3B3B;
}
.com-img{float:left;width:50%;padding-left:30px;}
.com-img img{width:90%;}
.com-content-img{width:100%;height:300px;margin-bottom:50px;overflow:hidden;}
.com-content-img img{width:100%;}
.bttn-unite.bttn-md {
    width: auto;
    font-size: 1.1em;
    font-family: inherit;
    margin: 20px 20px 20px 0;
    padding: 7px 30px 7px 30px;
    letter-spacing: 1px;
    text-align: left;
}
/*==========CompanyCSS==========*/
/*==========SearchResultsCSS==========*/
.gcsc-branding{display:none !important;}
.gsc-control-cse{height:auto !important;min-height:700px !important;}
.cse .gsc-control-cse, .gsc-control-cse{padding:0 !important;font-family:Helvetica, Arial,  "微軟正黑體",sans-serif !important;font-size:1em !important;}
.gsc-results{width:100% !important;}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet{border:1px solid #7FA54A !important;background-color:#f0f8e6 !important;}
.gsc-adBlock{display:none !important;}
/*==========FooterCSS==========*/
footer{clear: both;width: 100%;padding: 15px 20px;background-color: #004DA0;}
footer h6{
	text-align:center;
	line-height:16px;
	font-weight:normal;
	letter-spacing:1px;
	color:#ffffff;
}
footer h6 a{color:#ffffff;text-decoration:none;}
/*新增sitemap*/
.pc-width{position:relative;width:100%;max-width:1025px;margin:0 auto; clear: both;}
.section5{float: left;    padding-top: 60px;background:#f9f9f9}
.col-30{float:left;width:30%;padding-left: 20px;}
.col-30 img{width:80%;}
.col-70{float:left;width:70%}
.vertical-line{position: relative;;margin: 20px 0;padding-left: 15px;border-left:4px solid #20b6ff;}
address, .vertical-line p{line-height: 1.4em;}
.vertical-line a{color:#333;text-decoration: none;}
.col-3.map{float:left;width:31%;height:300px;margin:0;padding:15px 0 20px 0;background-color:transparent;opacity:1;}
.col-3.map:nth-child(1){padding-left:15px;}
.col-3.map:nth-child(2){width:25%;}
.col-3.map:nth-child(3){width:43%;}
.col-3.map:hover{box-shadow:none;-webkit-box-shadow:none;border:none;}
.col-3.map h4{font-size: 1.2em;letter-spacing: 1px;padding: 0 0 15px 0;}
.col-3.map ul{display:block;width:100%;margin:0 auto;list-style: none;padding-left: 0;}
.col-3.map ul li{font-size:1em;text-align:left;line-height:36px;color:#575755;}
.col-3.map ul li a{position: relative;text-decoration: none;color: #333;padding-left: 15px;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;}
.col-3.map ul li a:hover{color: #015cff;}
.col-3.map ul li a:before{content:'';display:block;position:absolute;width:4px;height:20px;top:0;left:0;background:#20b6ff;}
/*新增sitemap*/
/*==========FooterCSS==========*/
}
