﻿@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:Arial, Helvetica, "微軟正黑體",sans-serif;-webkit-text-size-adjust:none;}
img{border:none;}
.pro-fea ul li span, .pro-app h3 span, .pro-app p span{color:#ff0000;}
input::-webkit-input-placeholder{color:#fff !important;}
.toppadding{padding-top: 20px!important;}
.section5{padding-bottom: 25px;}
/*===============================手機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;
}
#logo{float:left;width:50%;max-width:160px;padding-left:10px;}
#logo h1{
	background-image:url(images/clear-vinyl-film-logo-mobile.svg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:55px;
	text-indent:-99999px;
}
.home{display:none;}
#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/menu.png);}
#lang{background-image:url(images/langue.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-left: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:Arial, Helvetica, "微軟正黑體",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:Arial, Helvetica, "微軟正黑體",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;}
.DOWNDOWN{height:180px;max-height:180px;-webkit-transition: all 0s ease-in-out;}
/*==========HeaderCSS==========*/
/*==========IndexCSS==========*/	
section{width:100%;}
/*==========IndexCSS==========*/	
/*==========ProductInfoCSS==========*/
.breadcrumb{width:100%;padding:70px 0 10px 20px;list-style:none;color:#B8B8B8;}
.breadcrumb li{display:inline-block;margin:0 5px 0 0;}
.breadcrumb a{text-decoration:none;color:#B8B8B8;}
.breadcrumb h1{font-size:1em;font-weight:normal;}
.top-img{width:100%;height:auto;overflow:hidden;}
.top-img img{width:140%;height:auto;}
.keyword{
	display: block;
	width: 100%;
	margin: 10px auto;
	padding: 10px 20px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	background-color: #004DA0;
}
.section3{float:left;width:100%;padding-top:0px;}
.pro1, .pro2, .pro3{position:relative;float:left;width:100%;height:100%;margin-bottom:10px}
.pro2{background-color:#f0f0f0;}
.pro3{padding:0 20px;}
.pro2, .pro-cont{margin-bottom:20px;}
.pro-img{float:left;width:100%;}
.pro-fea{width:100%;padding:0 20px;}
h2{font-size: 1.2em;line-height: 48px;color: #004da0;}
.pro-fea ul{list-style-image:url(images/3.product2.png);padding-left:25px;}
.pro-fea li{margin-bottom:5px;line-height:25px;text-align:left;}
.pro-down{width:100%;padding:0 20px;margin-bottom:50px;}
.pro-down a{
	display:block;
	width:100%;
	height:45px;
	margin:10px auto;
	background-color:#7FA54A;
	color:#ffffff;
	font-size:1em;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
}
.pro-app{width:100%;padding:10px 20px;background-color:#f9f9f9;}
.pro-app h3{margin-bottom:10px;font-size:1em;line-height:25px;color:#626262;text-align:justify;}
.pro-app p{margin-bottom:20px;line-height:25px;color:#626262;text-align:left;}
.owl-carousel{width:100%;margin:0 auto;padding:0;}
#sync1 .item{width:100%;margin-bottom:10px;padding:0;overflow:hidden;}
#sync1 img{width:100%;}
.owl-theme .owl-controls{margin-top:-10px;}
.owl-buttons{position:absolute;width:100%;top:35%;}
.owl-prev{float:left;background-image:url(images/prev.png);background-size:100%;background-repeat:no-repeat;}
.owl-next{float:right;background-image:url(images/next.png);background-size:100%;background-repeat:no-repeat;}
.pro3 iframe{display:block;float:left;width:100%;height:210px;margin-bottom:20px;}
.pro-cont{
	float:left;
	width:100%;
	height:auto;
	background-color:#f0f0f0;
}
.pro-cont .cont{
	width:100%;
	max-width:350px;
	height:auto;
	margin:0 auto;
	padding:25px 40px;
	background-color:#f0f0f0;
}
.pro-cont h2, #samp-down h2{font-size: 1.2em;line-height: 35px;color: #575755;}
.pro-cont h2 img, #samp-down h2 img{width:30px;margin-right:5px;vertical-align:middle;}
.pro-cont p{margin-top:10px;line-height:20px;color:#626262;font-size:0.9em;}
.pro-cont h4{font-weight:blod;line-height: 35px;color: #575755;}
.tel, .mail, .fax{
	display:block;
	width:100%;
	height:35px;
	margin-top:10px;
	padding:0 35px;
	font-size:0.9em;
	line-height:35px;
	text-decoration:none;
	color:#626262;
	background-color:#ffffff;
}
.tel{
	background:url(images/phone-s2.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:12px center;
	background-color:#ffffff;
}
.fax{
	background:url(images/print.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:11px center;
	background-color:#ffffff;
}
.mail{
	background:url(images/mail-3.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:10px center;
	background-color:#ffffff;
}
.pro-form input{
	width:100%;
	height:35px;
	margin-bottom:8px;
	padding-left:10px;
	border:none;
	border-radius:0;
	font-family:Helvetica, Arial, "微軟正黑體",sans-serif;
	font-weight:bold;
	color:#626262;
}
#contact-btn{
	padding-left:45px;
	background-image:url(images/mail.png);
	background-size:15%;
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#575755;
	border-radius:0;
	color:#ffffff;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	line-height:35px;
}
.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;}
/*==========ProductInfoCSS==========*/
/*==========FooterCSS==========*/
.section3{float: left;    padding: 0 0 20px 0;}
.section3 .pc-width,.section5 .pc-width{width: 100%;margin: 0 auto;padding:40px 20px;}
.section5{float: left;width: 100%;padding-top: 60px;background:#f9f9f9}
.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;}
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;}
/*==========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;
}
#logo{float:left;width:50%;max-width:230px;padding-left:10px;}
#logo h1{
	background-image:url(images/clear-vinyl-film-logo.svg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:65px;
	text-indent:-99999px;
}
.home{display:none;}
#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/menu.png);}
#lang{background-image:url(images/langue.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-left:10px;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:Arial, Helvetica, "微軟正黑體",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:Arial, Helvetica, "微軟正黑體",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:33.33%;
	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;}
.DOWNDOWN{height:200px;max-height:200px;-webkit-transition: all 0s ease-in-out;}
/*==========HeaderCSS==========*/
/*==========IndexCSS==========*/	
section{width:100%;}
/*==========IndexCSS==========*/	
/*==========ProductInfoCSS==========*/
.breadcrumb{width:100%;padding:85px 0 15px 40px;list-style:none;color:#B8B8B8;}
.breadcrumb li{display:inline-block;margin:0 1px 0 0;}
.breadcrumb a{text-decoration:none;color:#B8B8B8;}
.breadcrumb a:hover{color:#004DA0;font-weight:bold;}
.breadcrumb h1{font-size:1em;font-weight:normal;}
.breadcrumb2{padding-top:85px;}
.top-img{
	width:90%;
	height:auto;
	margin:0px auto 20px auto;
	padding:10px;
	background-color:#f0f0f0;
}
.top-img img{width:100%;height:auto;}
.keyword{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	background-color: #004DA0;
}
.section3{float:left;width:100%;margin-bottom:100px;padding:10px 40px 0 40px;}
.pro1, .pro2, .pro3{position:relative;float:left;width:100%;height:100%;margin-bottom:0;}
.pro2{background-color:#f0f0f0;}
.pro2, .pro-cont{margin-bottom:10px;}
.pro-img{float:left;width:100%;}
.pro-fea{float:left;width:100%;padding:0 20px 20px 20px;}
h2{font-size: 1.2em;line-height:48px;color: #004da0;}
.pro-fea ul{list-style-image:url(images/3.product2.png);padding-left:25px;}
.pro-fea li{margin-bottom:5px;line-height:25px;text-align:left;}
.pro-down{
	float:left;
	width:100%;
	height:120px;
}
.pro-down a{
	display:block;
	float:left;
	width:33%;
	height:45px;
	margin:0 15px 10px 0;
	background-color:#7FA54A;
	color:#ffffff;
	font-size:1em;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
}
.pro-app{float:left;width:100%;padding:10px 20px;background-color:#f9f9f9;}
.pro-app h3{
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.em;
	letter-spacing: 1px;
	color: #626262;
	line-height: 1.35em;
	text-align: left;
}
.pro-app p{
	margin-bottom: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #626262;
	text-align: left;
}
p b{color: #FF0000;}
.owl-carousel{width:100%;padding:0;}
#sync1 .item{width:100%;padding:0;}
#sync1 img{width:100%;margin:10px auto 20px auto;}
.owl-theme .owl-controls{margin-top:-10px;}
.owl-buttons{position:absolute;width:100%;top:40%;}
.owl-prev{float:left;background-image:url(images/prev.png);background-size:100%;background-repeat:no-repeat;}
.owl-next{float:right;background-image:url(images/next.png);background-size:100%;background-repeat:no-repeat;}
.pro3 iframe{display:block;float:left;width:49%;height:240px;margin-right:2%;margin-bottom:20px;}
.pro3 iframe:nth-child(3){margin-right:0;}
.pro-cont{
	float:left;
	width:100%;
	height:auto;
	background-color:#f0f0f0;
}
.pro-cont .cont{
	width:50%;
	height:auto;
	margin:0 auto;
	padding:25px 40px;
	background-color:#f0f0f0;}
.pro-cont h2, #samp-down h2{font-size: 1.2em;line-height: 35px;color: #575755;}
.pro-cont h2 img, #samp-down h2 img{width:30px;margin-right:5px;vertical-align:middle;}
.pro-cont p{margin-top:10px;line-height:25px;color:#626262;font-size:0.9em;}
.pro-cont h4{font-weight:blod;line-height: 35px;color: #575755;}
.tel, .mail, .fax{
	display:block;
	width:100%;
	height:35px;
	margin-top:10px;
	padding:0 40px;
	line-height:35px;
	text-decoration:none;
	color:#626262;
	background-color:#ffffff;
}
.tel{
	background:url(images/phone-s2.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:12px center;
	background-color:#ffffff;
}
.fax{
	background:url(images/print.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:11px center;
	background-color:#ffffff;
}
.mail{
	background:url(images/mail-3.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:10px center;
	background-color:#ffffff;
}
.pro-form input{
	width:100%;
	height:35px;
	margin-bottom:8px;
	padding-left:10px;
	border:none;
	border-radius:0;
	font-family:Helvetica, Arial, "微軟正黑體",sans-serif;
	font-weight:bold;
	color:#626262;
}
#contact-btn{
	padding-left:45px;
	background-image:url(images/mail.png);
	background-size:15%;
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#575755;
	border-radius:0;
	color:#ffffff;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	line-height:35px;
}
.bttn-unite.bttn-md {
	float:left;
	display:block;
 	width:auto;
  	margin:15px 20px 0 0;
  	padding: 7px 30px 7px 30px;
}
/*==========ProductInfoCSS==========*/
/*==========FooterCSS==========*/
.pc-width{clear:both;}
section{width:100%;clear: both;}
.section3{float: left;}
.section3 .pc-width,.section5 .pc-width{width: 700px;margin: 0 auto;padding:40px 20px;}
.section5{float: left;width: 100%;padding-top: 60px;background:#f9f9f9}
.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:350px;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*/

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;}
/*==========FooterCSS==========*/
}
/*===============================電腦CSS===============================*/
@media (min-width: 1025px){
/*==========HeaderCSS==========*/
header{position:relative;width:100%;height:145px;z-index:999;}
.pc-width{position:relative;width:100%;max-width:1025px;margin:0 auto; clear: both;}
.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);}
.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:3px 0 12px 15px;}
#logo h1{background-image:url(images/clear-vinyl-film-logo.svg);background-size:100%;background-repeat:no-repeat;background-position:left center;line-height:55px;text-indent:-99999px;}
#btn{display:none;}
.lang-menu{position:absolute;width:110px;height:35px;top:12px;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:50px;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 30px;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 30px;font-weight:bold;background-color:rgba(0,77,160,0.2);}
.sub-2{display:block;position:relative;padding: 0 30px;}
.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==========*/
/*==========IndexCSS==========*/	
section{width:100%;height:100%;}
/*==========IndexCSS==========*/
/*==========ProductInfoCSS==========*/
.breadcrumb{width:100%;padding:15px 20px;list-style:none;color:#B8B8B8;}
.breadcrumb li{display:inline-block;margin:0 1px 0 0;}
.breadcrumb a{text-decoration:none;color:#B8B8B8;transition:color .3s ease 0s;}
.breadcrumb a:hover{color:#004DA0;transition:color .3s ease 0s;}
.breadcrumb h1{font-size:1em;font-weight:normal;}
.breadcrumb2{padding-top:150px;}
.top-img{
	width:96%;
	height:auto;
	margin:10px auto 20px auto;
	padding:20px;
	background-color:#f0f0f0;
}
.top-img img{width:100%;height:auto;}
.keyword{
	display: block;
	width: 96%;
	margin: 0 auto 20px auto;
	padding: 0 20px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 45px;
	color: #ffffff;
	background-color: #004DA0;
}
.section3{float:left;width:100%;margin-bottom:200px;padding:0 20px;}
.pro1, .pro2, .pro3{position:relative;float:left;width:100%;height:100%;margin-bottom:10px}
.pro2{background-color:#f0f0f0;}
.pro2, .pro3, .pro-cont{margin-bottom:20px;}
.pro-img{float:left;width:55%;}
.pro-fea{float:left;width:45%;padding:0 20px 0 25px;}
h2{font-size: 1.2em;line-height:48px;color: #004da0;}
.pro-fea ul{list-style-image:url(images/3.product2.png);padding-left:25px;}
.pro-fea li{margin-bottom:5px;line-height:26px;text-align:left;}
.pro-down{float:left;width:100%;height:auto;margin-top:5px;}
.pro-down a{
	float:left;
	display:block;
	width:25%;
	height:45px;
	margin:0 20px 0 0;
	background-color:#7FA54A;
	color:#ffffff;
	font-size:1em;
	line-height:45px;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	opacity:1;
	transition:opacity .4s ease 0s;
}
.pro-down a:hover{opacity:.8;}
.pro-app{float:left;width:100%;min-height:365px;padding:10px 2.5%;background-color:#f9f9f9;}
.pro-app h3{
	margin-bottom:10px;
	font-size:1em;
	line-height:26px;
	letter-spacing:1px;
	color:#626262;
	text-align:justify;
}
.pro-app p{margin-bottom:20px;line-height:26px;letter-spacing:1px;color:#626262;text-align:left;}
.owl-carousel{width:100%;padding:0;}
#sync1 .item{width:100%;padding:0;}
#sync1 img{width:100%;margin:10px auto 20px auto;}
.owl-theme .owl-controls{margin-top:-10px;}
.owl-buttons{position:absolute;width:100%;top:40%;}
.owl-prev{float:left;background-image:url(images/prev.png);background-size:100%;background-repeat:no-repeat;}
.owl-next{float:right;background-image:url(images/next.png);background-size:100%;background-repeat:no-repeat;}
.pro3 iframe{display:block;float:left;width:320px;height:240px;margin-right:12px;}
.pro3 iframe:last-child{margin-right:0;}
.pro-cont{
	position:relative;
	float:left;
	width:31%;
	height:100%;
	margin-bottom:30px;
	padding:20px 35px;
	background-color:#f0f0f0;
}
.pro-cont h2, #samp-down h2{font-size: 1.2em;line-height: 35px;color: #575755;}
.pro-cont h2 img, #samp-down h2 img{width:30px;margin-right:5px;vertical-align:middle;}
.pro-cont p{margin-top:10px;margin-bottom:15px;line-height:22px;color:#626262;font-size:0.9em;}
.pro-cont h4{font-weight:blod;line-height: 30px;color: #575755;}
.tel, .mail, .fax{
	display:block;
	width:100%;
	height:35px;
	margin-top:10px;
	padding:0 35px;
	line-height:35px;
	text-decoration:none;
	color:#626262;
	background-color:#ffffff;
}
.tel{
	background:url(images/phone-s2.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:12px center;
	background-color:#ffffff;
}
.fax{
	background:url(images/print.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:11px center;
	background-color:#ffffff;
}
.mail{
	background:url(images/mail-3.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:10px center;
	background-color:#ffffff;
}
.pro-form input{
	width:100%;
	height:35px;
	margin-bottom:8px;
	padding-left:10px;
	border:none;
	border-radius:0;
	font-family:Helvetica, Arial, "微軟正黑體",sans-serif;
	font-weight:bold;
	color:#626262;
}
#contact-btn{
	padding-left:45px;
	background-image:url(images/mail.png);
	background-size:15%;
	background-repeat:no-repeat;
	background-position:5px center;
	background-color:#575755;
	border-radius:0;
	color:#ffffff;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	line-height:35px;
}
.bttn-unite.bttn-md {	
	float:left;
	display:block;
    width:auto;
    font-size:1.1em;
    font-family:inherit;
    margin:10px 20px 0 0;
    padding:7px 30px 7px 30px;
    letter-spacing:1px;
    text-align:left;
}
/*==========ProductInfoCSS==========*/
/*==========FooterCSS==========*/
.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:350px;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;}

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;}
/*==========FooterCSS==========*/
}