﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600&display=swap');

body{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;
	color: #333;
}
.preload{
	position: fixed;
	background: #FFF center center no-repeat;
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

a{
	text-decoration: none !important;
	outline: none !important;
	color: #333;
}
a:hover{ color: #AE1E23; }

img{max-width: 100%;}
input, select, textarea{outline: none;}

/*=[hover effect]==============================*/
/*
*:hover, *:focus , * {
	transition: all .20s linear
}
*/
#pageWrapper{
	position:relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.wrapper{
	position: relative;
	max-width: 1360px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

/*=[header]=========*/
header{
	position: relative;
	background: url(../images/header-bg.png) center top no-repeat;
}
header .wrapper{
	overflow: visible;
}
header .logo{
	width: 420px;
	float: left;
}
header .nav-wrap{
	margin: 0 0 0 420px;
	background: #FFF;
}
header .top-info{
	color: #FFF;
	background: #4d4d4d;
	padding: 10px 10px 10px 30px;
}
header .mainnav{
	display: block;
	margin: 20px 0 0 20px;
}
header .mainnav ul{
	margin: 0;
	padding: 0;
}
header .mainnav ul li{
	position: relative;
	display: inline-block;
	padding: 0 15px 20px;
}
header .mainnav ul li a{
	vertical-align: bottom;
	color: #534741;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
}
header .mainnav ul li a:hover{

}
header .mainnav ul li:hover > ul{display: block;}
header .mainnav ul ul{
	position: absolute;
	top: 40px;
	left: 0;
	width: 160px;
	padding: 10px;
	margin: auto;
	box-sizing: border-box;
	background: #FFF;
	border: 1px #DDD solid;
	display: none;
	z-index: 10;
}
header .mainnav ul ul li{
	display: block;
	border: none;
	padding: 10px;
	text-align: left;
}
header .mainnav ul ul li a{
	color: #707070;
	padding: 0;
	border: none;
	vertical-align: middle;
}

header .nav_icon{
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 10;
	color: #FFF;
	display: none;
}
header .nav_close{
	display: none;
}


/*=[section]=========*/
.section-title{
	font-size: 2em;
}
.section-title-en{
	display: inline-block;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1;
	width: 180px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 30px;
	box-shadow: 2px 2px 5px #C00;
}
.section-des{
	font-size: 1.2em;
	color: #636675;
	margin: 20px auto;
	max-width: 600px;
	line-height: 1.6;
	box-sizing: border-box;
}
.item-title{
	font-size: 1.4em;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.content-title{
	font-size: 2em;
	margin-bottom: 20px;
}
.content-text{
	font-size: 1.2em;
	margin: 20px 0;
	line-height: 1.6;
	box-sizing: border-box;
	padding-right: 40px;
}

.banner .wrapper{
	width: 100%;
	max-width: 100%;
}
.banner2 .wrapper{
	position: relative;
	height: 300px;
}
.slogan{
	position: absolute;
	left: 10%;
	top: 50%;
	-ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}
.banner-title{
	font-size: 3em;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0;
	max-width: 500px;
}
.banner-des{
	font-size: 1.4em;
	max-width: 500px;
	margin-bottom: 30px;
}


/*=[index]=========*/
#index .section1{
	position: relative;
}
#index .section1 .slogan{
	position: absolute;
	left: 10%;
	top: 50%;
	-ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
}
#index .banner-title{
	font-size: 3em;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0;
	max-width: 500px;
}
#index .banner-des{
	font-size: 1.4em;
	max-width: 500px;
	margin-bottom: 30px;
}

#index .section2{
	position: relative;
}
#index .section2 .wrapper{
	position: relative;
	top: -100px;
	padding: 20px;
}
#index .section2 .section-des{
	border-left: 2px #AE1E23 solid;
	padding-left: 20px;
}
#index .section2 .item-wrap{
	position: relative;
	z-index: 2;
	margin: 40px 0;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 2px 2px 6px #CCC;
	background: #FFF;
}
#index .section2 .item2{
	padding: 10px;
}
#index .section2 .inner{

}
#index .section2 .item-info{
	padding: 20px;
	background: #DDDDDD;
}
#index .section2 .item-des{
	min-height: 60px;
}
#index .section2 .owl-carousel .owl-nav {
	position: absolute;
	top: 20px;
	bottom: auto;
	right: 20px;
	left: auto;
	height: 60px;
	margin: auto;
	z-index: 20;
}
#index .section2 .owl-carousel .owl-nav .owl-prev{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 10px;
	-webkit-filter: drop-shadow(3px 3px 5px #CCC);
	filter: drop-shadow(3px 3px 5px #CCC)
}
#index .section2 .owl-carousel .owl-nav .owl-next{
	display: inline-block;
	width: 60px;
	height: 60px;
	-webkit-filter: drop-shadow(3px 3px 5px #CCC);
	filter: drop-shadow(3px 3px 5px #CCC)
}

#index .section3{

}
#index .section3 .wrapper{
	padding: 0 20px 80px;
	text-align: center;
}
#index .section3 .item{
	padding: 10px;
	text-align: left;
}
#index .section3 .inner{
	border: 1px #DDD solid;
	box-shadow: 2px 2px 10px #CCC;
}
#index .section3 .item-info{
	padding: 30px;
	background: #FFF;
}
#index .section3 .item-title{
	
}
#index .section3 .item-info .fa{
	color: #AE1E23;
	margin-right: 10px;
}

/*=[about]=========*/
#about .banner2{
	background: url(../images/banner-about.jpg) center center no-repeat;
	background-size: cover;
}
#about .section2{
	padding: 80px 20px;
}

/*=[news]=========*/
#news .banner2{
	background: url(../images/banner-about.jpg) center center no-repeat;
	background-size: cover;
}
#news .section2{

}
#news .section2 .wrapper{
	padding: 80px 20px;
}
#news .section2 .item{
	padding: 20px;
	text-align: left;
}
#news .section2 .inner{
	border: 1px #DDD solid;
	box-shadow: 2px 2px 10px #CCC;
}
#news .section2 .item-info{
	padding: 30px;
	background: #FFF;
}
#news .section2 .item-title{
	margin-bottom: 20px;
}
#news .section2 .item-des{
	min-height: 100px;
}
#news .section2 .item-info .fa{
	color: #AE1E23;
	margin-right: 10px;
}
#news .main-img{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

/*=[product]=========*/
#product .banner2{
	background: url(../images/banner-about.jpg) center center no-repeat;
	background-size: cover;
}
#product .section2 .wrapper{
	padding: 80px 20px;
}
#product .section2 .item2{
	padding: 10px;
}
#product .section2 .item-info{
	padding: 20px;
	background: #DDDDDD;
}
#product .section2 .item-des{
	min-height: 60px;
}
#product .img-wrap{
	padding-right: 40px;
}
#product .main-img{
	display: block;
	width: 100%;
	border: 1px #CCC solid;
}
#product .thumbnail-wrap{
	margin: 10px 0;
}
#product .thumbnail-pic{
	display: block;
	cursor: pointer;
	max-width: calc(100% - 10px);
}
#product .product-title{
	color: #AE1E23;
}
#product .product-subtitle{
	color: #636675;
	font-size: 1.2em;
	margin-bottom: 40px;
}
#product .section3 .wrapper{
	padding: 20px 20px 80px;
}
#product .section3 .item2{
	padding: 10px;
}
#product .section3 .item-info{
	padding: 20px;
	background: #DDDDDD;
}
#product .section3 .item-des{
	min-height: 60px;
}

/*=[video]=========*/
#video .banner2{
	background: url(../images/banner-about.jpg) center center no-repeat;
	background-size: cover;
}
#video .section2 .wrapper{
	padding: 80px 20px;
}
#video .section2 .item2{
	padding: 10px;
}
#video .section2 .item-info{
	padding: 20px;
}

/*=[download]=========*/
#download .banner2{
	background: url(../images/banner-about.jpg) center center no-repeat;
	background-size: cover;
}
#download .section2 .wrapper{
	padding: 80px 20px;
}
#download .section2 .item2{
	padding: 10px;
}
#download .section2 .item-info{
	padding: 20px;
	background: #DDDDDD;
}
#download .section2 .item-des{
	min-height: 60px;
}

/*=[distributor]=========*/
#distributor .banner2{
	background: url(../images/banner-about.jpg) center center no-repeat;
	background-size: cover;
}
#distributor .section2 .wrapper{
	padding: 80px 20px;
}
#distributor .section2 .item{
	padding: 20px;
	border-radius: 20px;
	border: 1px #CCC solid;
	box-shadow: 2px 2px 4px #CCC;
	margin-bottom: 30px;
}
#distributor .section2 .inner{
	padding: 10px;
	height: 140px;
	border-right: 2px #C00 solid;
}
#distributor .section2 .link-wrap{
	padding: 50px 10px;
}


/*=[contact]=========*/
#contact .banner2{
	background: url(../images/banner-about.jpg) center center no-repeat;
	background-size: cover;
}
#contact .section2 .wrapper{
	padding: 80px 20px;
}
#contact .shadow-box{
	background: #AE1E23;
	box-shadow: 3px 3px 8px #AAA;
}
#contact .col-title{
	font-size: 1.6em;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px #AE1E23 solid;
}
#contact .col-title.white{
	color: #FFF;
	border-bottom: 1px #FFF solid;
}
#contact .section2 .form-wrap{
	padding: 20px;
	background: #FFF;
}
#contact .section2 .info{
	padding: 20px;
}
#contact .section2 .item{
	border-radius: 10px;
	background: #FFF;
	margin: 20px;
	padding: 15px;
}
#contact .section2 .icon{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#contact .section2 .text-box{
	display: inline-block;
	vertical-align: top;
}

/*=[footer]=========*/
.footer-info{
	background: #353535;
}
.footer-info .wrapper{

}
.footer-info .item{
	color: #FFF;
	padding: 30px 10px;
	background: url(../images/bg-arrow.png) right center no-repeat;
	background-size: auto 100%;
}
.footer-info img{
	float: left;
	width: 80px;
}
.footer-info .item-info{
	margin-left: 100px;
}
.footer-info .item-title{
	color: #FFF;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.footer-info .item-des{
	color: #B0AEB5;
	font-size: 1em;
}

footer{
	color: #FFF;
	background: #191919;
	padding: 60px;
}
footer .wrapper{
	position: relative;
}
footer .logo{
	display: inline-block;
	margin-bottom: 10px;
}
footer .social-icons{
	margin-top: 20px;
}
footer .social-icons a{
	display: inline-block;
	margin-right: 10px;
}
footer .item-title{
	position: relative;
	color: #FFF;
	margin-bottom: 20px;
}
footer .item-title:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 1;
	width: 50%;
	border-bottom: 3px #AE1E23 solid;
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer a{color: #FFF}

#scrollup{
	position: fixed;
	right: 20px;
  bottom: 20px;
	z-index:20;
	display: none;
	width: 62px;
	height: 62px;
	background: url(../images/totop.png) center center no-repeat;
	background-size: 100% auto;
	cursor:pointer;
	-webkit-filter: drop-shadow(2px 2px 3px #CCC);
	filter: drop-shadow(2px 2px 3px #CCC)
}

/*=[common]=========*/
aside{
	padding-right: 40px;
}
aside .aside-wrap{
	padding: 20px;
	margin-bottom: 20px;
	background: #E6E6E9;
}
aside ul{
	list-style: none;
	padding: 0;
}
aside ul li{
	display: block;
}
aside ul li a{
	display: block;
	background: #D0D0D5;
	margin-bottom: 10px;
	padding: 15px;	
}
aside ul li.active a{
	color: #FFF;
	background: #A3A3A3;
}
aside ul li.active > a{
	color: #FFF;
	background: #AE1E23;
}
aside ul li.active2 a{
	color: #FF0000;
}
aside ul ul{
	display: none;
}
aside ul ul.open{
	display: block;
}
aside ul ul:has(> .active2) { display:block; }
aside .fa{float: right;}

input, textarea, select{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: none;
	background: #EEE;
	resize: none;
}
input[type=radio],input[type=checkbox]{
	width: initial;
}
input.w200{
	width: 200px;
}
input.subscribe{
	width: calc(100% - 50px);
	height: 50px;
}
input.btn-subscribe{
	width: 50px;
	height: 50px;
	background: url(../images/icon-04.png) center center no-repeat;
}
input.search{
	margin-bottom: 0;
}
input.no-mb{
	margin-bottom: 0;
}
label{
	color: #233862;
	font-size: 1.4em;
	font-weight: 500;
}
.form-control{
	padding: 0 10px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.btn{
	display: inline-block;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
	padding: 15px;
	min-width: 160px;
	color: #FFF;
	background: #AE1E23;
	text-align: center;
	border: 1px #AE1E23 solid;
}
.btn:hover{
	color: #AE1E23;
	background: #FFF;
}
.btn-text{
	color: #000;
	font-weight: 600;
}

.tab{
	display: inline-block;
	padding: 15px;
	color: #FFF;
	background: #636675;
	cursor: pointer;
}
.tab.active{
	color: #FFF;
	background: #AE1E23;
}
.tab-content{
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px #CCC solid;
	display: none;
}
.tab-content.active{
	display: block;
}

.border-top{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px #CCC solid;
}
.color-red{color: #AE1E23;}
.full-img{width: 100%; max-width: 100%}
.fit-img{
	width: 100%;
	height:300px;
	object-fit: cover;
	object-position: center top;
	overflow:hidden;
}

.mobile{display: none !important;}

.rwd-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	line-height: 26px;
}
.rwd-table th{
	color: #67542c;
	border-bottom: 2px #67542c solid;
	padding: 10px;
	font-weight: bold;
}
.rwd-table td{
	border-bottom: 1px #999 solid;
	text-align: center;
	padding: 20px 0;
	vertical-align: top;
}
/*.rwd-table td:first-child{text-align: left;}*/
.rwd-table td:before {display: none;}

.rwd-table a:hover{
	color: #0d30a6;
}

/*=[.owl-carousel]=========*/
.owl-carousel .owl-dots{
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 20;
  text-align: center;
  box-sizing: border-box;
}
.owl-carousel .owl-dot{
  display: none;
}
.owl-carousel .owl-dot span{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-radius: 50%;
  background: #555;
}
.owl-carousel .owl-dot.active span{
  background: #FFF;
}
.owl-carousel .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 130px;
	margin: auto;
	z-index: 20;
}
.owl-carousel .owl-nav .owl-prev{
	width: 60px;
	height: 70px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
	background-size: 100% auto;
}
.owl-carousel .owl-nav .owl-next{
	width: 60px;
	height: 60px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
	background-size: 100% auto;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
	margin: 10px auto;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	header{background: #000;}
	header .wrapper{padding: 0;}
	header .top-info{display: none}
	header .nav-wrap{	margin: 0;}
	header .mainnav{
		position: fixed;
	    top: 0;
	    left: -100vw;
	    z-index: 1000;
	    width: 100vw;
	    height: 100vh;
	    background: #222;
	    border: none;
	    padding: 10px;
	    margin: 0;
	    box-sizing: border-box;
	    transition: left 1s;
	    overflow: hidden;
	    text-align: left;
	    overflow-y: scroll;
	}
	header .mainnav.open{
      left: 0;
	}
	header .logo{
		width: 260px;
	}
	header .mainnav ul{
		margin-top: 40px;
		text-align: left;
	}
	header .mainnav ul li{
		display: block;
		padding: 10px;
	}
	header .mainnav ul > li a{
		display: block;
		color: #FFF;
		padding-bottom: 20px;
		border-bottom: 1px #FFF solid;
	}
	header .mainnav ul li a:hover{
		color: #999;
	}
	header .mainnav ul ul{
		position: static;
		width: 100%;
		background: transparent;
		border: none;
		display: block;
		padding: 0;
	}
	header .mainnav ul ul li a{
		color: #FFF;
		padding: 0 0 0 25px;
		border: none;
		vertical-align: middle;
	}
	header .mainnav ul ul li a:after{
		content: "--";
		position: absolute;
		top: 10px;
		left: 20px;
		z-index: 1;
	}
	header .mainnav .nav_close{
		display: block;
		float: right;
		color: #FFF;
	}
	header .nav_icon{display:block;}
	header .mainnav .fa-angle-down{display: none;}
}
@media screen and (max-width: 992px) {
	.wrapper{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.content-text{padding-right: 0;}

	#index .section1 .wrapper{padding: 0;}
	#index .section1 .slogan{display: none;}
	#index .section2 .wrapper{top: 0;}

	#distributor .section2 .inner{
		height: initial;
		border-right: none;
	}
	#distributor .section2 .link-wrap{
		padding: 10px;
	}

	.footer-info .item{
		color: #FFF;
		padding: 30px 10px;
		background-image: none;
		border-bottom: 1px #555 solid;
	}
	footer{padding: 20px 0 60px;}
	aside{padding-right: 0;}

	.fit-img{
		width: 100%;
		height:200px;
		object-fit: cover;
		object-position: center top;
		overflow:hidden;
	}
}

@media screen and (max-width: 767px) {
	.desktop{ display: none !important;}
	.mobile{ display: block !important;}
}