﻿@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,600|Source+Serif+Pro');
body{
	margin:0;
	padding:0;
	font-size:15px;
	font-family: 'Barlow Condensed', Microsoft JhengHei,sans-serif;
	color: #333;
	line-height: 26px;
}

a{ text-decoration:none; outline: none;}
a:hover{}

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;
	padding-top: 80px;
}
.wrapper{
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px;
	padding: 0 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.full-wrapper{
	position: relative;
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

#pagecover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 110;
	display: none;
}

/*=[header]=========*/
header{
	position: relative;
	background: #21323F;
	padding: 15px 0 0;
	height: 80px;
	box-sizing: border-box;
	text-align: center;
}
header.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
header #logo{
	width: 178px;
}
header a{
	color: #E36C2F;
}
header #nav_icon{
	position: absolute;
	top: 15px;
	left: 50px;
	z-index: 1;
	font-size: 18px;
}
header #btn_search{
	position: absolute;
	top: 12px;
	right: 50px;
	z-index: 1;
	display: inline-block;
	border: 1px #E36C2F solid;
	padding: 2px 7px;
	font-size: 16px;
	letter-spacing: 1px;
}
header #btn_search:hover{
	opacity: 0.6;
}

nav{
	position: fixed;
	width: 460px;
	padding: 30px 40px;
	box-sizing: border-box;
	top: 0;
	left: -460px;
	background: #21323F;
	text-align: left;
	z-index: 200;
}
nav ul{
	margin: 0;
	padding: 0;
}
nav ul li{
	position: relative;
	display: block;
	padding: 15px 0;
}
nav ul li a{
	vertical-align: bottom;
	color: #FFF;
	font-size: 28px;
}
nav ul li a:hover{
	color: #E36C2F;
}
nav ul li a.current{
	color: #E36C2F;
}
nav ul li a.subnav{
	display: block;
	padding-top: 8px;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
}
nav ul li a.active{
	color: #E36C2F;
}
nav ul li a.subnav:hover{
	color: #E36C2F;
}
nav #btn_close{
	display: inline-block;
	margin-bottom: 80px;
	color: #FFF;
	font-size: 20px;
}
nav .lang{
	color: #FFF;
	margin-top: 20px;
}
nav .lang a{
	color: #FFF;
}
nav .lang a.active{
	color: #4286f4;
}

/*=[page]=========*/
.banner{
	height: 305px;
	padding: 110px 0;
	box-sizing: border-box;
	text-align: center;
	background: center center no-repeat;
	background-size: cover;
	color: #FFF;
}
.page_title{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.page_subtitle{
	font-size: 24px;
}

/*=[section]=========*/
.section_title{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px #E36C2F solid;
	font-size: 28px;
	line-height: 28px;
	color: #E36C2F;
	margin: 0 0 40px;
	text-align: center;
}

#slideshow_owl{
	position: relative;
}
#slideshow_owl .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 20;
	text-align: center;
	box-sizing: border-box;
}
#slideshow_owl .owl-dot{
	display: inline-block;
}
#slideshow_owl .owl-dot span{
	background: #FFF;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-radius: 6px;
}
#slideshow_owl .owl-dot.active span{
	background: #E36C2F;
}

#slideshow_owl2{
	padding-bottom: 50px!important;
}
#slideshow_owl2 .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 20;
	text-align: center;
	box-sizing: border-box;
}
#slideshow_owl2 .owl-dot{
	display: inline-block;
}
#slideshow_owl2 .owl-dot span{
	background: #999;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border-radius: 6px;
	opacity: 0.5;
}
#slideshow_owl2 .owl-dot.active span{
	background: #E36C2F;;
	opacity: 1;
}


/*=[index]=========*/
#index #pageWrapper{
	padding-top: 0;
}
#index .fullscreen{
	position: relative;
	background: url(../images/main.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
#index .fullscreen .logo2{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 225px;
	height: 213px;
	margin: auto;
	z-index: 10;
}
#index .maintxt{
	padding: 40px 0;
	color: #21323F;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
}
#index .section2{
	padding: 70px 0;
}
#index .section2 .items{
	width: 100%;
	overflow: hidden;
}
#index .section2 .items2{
	height: 0;
	overflow: hidden;
}
#index .section2 .item{
	position: relative;
	display: block;
	float: left;
	min-height: 390px;
	/*width: 33.33%;*/
	padding: 0 50px;
	border-right: 1px #CCC solid;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
#index .section2 a.haslink:hover .item_title{
	text-decoration: underline;
}
#index .section2 a.haslink:hover .item_des{
	text-decoration: underline;
}
/*
#index .section2 .item:nth-of-type(3n) {
	border-right: none;
}
*/
#index .section2 .item .item_title{
	color: #E36C2F;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
#index .section2 .item .item_des{
	color: #21323F;
	font-size: 15px;
	line-height: 22px;
}

#index .section3 .items{
	width: 100%;
	overflow: hidden;
}
#index .section3 .item{
	float: left;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
}
#index .section3 .item a:hover img{
	opacity: 0.8;
}
#index .section3 .item img{
	width: 100%;
	display: block;
}

#index .section4{
	padding: 70px 0;
}
#index .section4 .items{
	width: 100%;
	overflow: hidden;
}
#index .section4 .item{
	position: relative;
	float: left;
	display: block;
	width: 50%;
	padding: 0 50px;
	border-right: 1px #CCC solid;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
#index .section4 .item:nth-of-type(2n) {
	border-right: none;
}
#index .section4 .item .item_title{
	color: #21323F;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}
#index .section4 .item .item_subtitle{
	color: #21323F;
	font-size: 24px;
	padding: 10px 0 5px;
	line-height: 20px;
}
#index .section4 .item .item_des{
	color: #E36C2F;
	font-size: 16px;
	line-height: 20px;
}
#index .section5 .inner{
	background: url(../images/bg01.jpg) center center no-repeat;
	background-size: cover;
	height: 330px;
	padding: 140px 0;
	box-sizing: border-box;
	text-align: center;
}
#index .section5 .slogan_title{
	color: #E36C2F;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 30px;
}
#index .section5 .slogan_subtitle{
	color: #FFF;
	font-size: 20px;
}


/*=[about]=========*/
#about .content{
	margin-top: 100px;
}
#about .txt1{
	width: 100%;
	max-width: 760px;
	margin: 20px auto;
	font-size: 24px;
	line-height: 36px;
	color: #21323F;
}
#about .txt1 p{
	font-weight: bold;
	margin: 12px 0;
	color: #E36C2F;
}
#about .section3 .items{
	width: 100%;
	overflow: hidden;
}
#about .section3 .item{
	position: relative;
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
#about .section3 .item img{
	width: 100%;
	display: block;
}
#about .section4{
	padding: 70px 0 40px;
}
#about .section4 .items{
	width: 100%;
	overflow: hidden;
}
#about .section4 .item{
	position: relative;
	float: left;
	display: block;
	width: 50%;
	padding: 0 50px;
	border-right: 1px #CCC solid;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
#about .section4 .item:nth-of-type(2n) {
	border-right: none;
}
#about .section4 .item .item_title{
	color: #21323F;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}
#about .section4 .item .item_subtitle{
	color: #21323F;
	font-size: 24px;
	padding: 10px 0 5px;
	line-height: 20px;
}
#about .section4 .item .item_des{
	color: #E36C2F;
	font-size: 16px;
	line-height: 20px;
}

/*=[product]=========*/
#product .content{
	margin-top: 100px;
}
#product .txt1{
	width: 100%;
	max-width: 1040px;
	margin: 20px auto 40px;
	font-size: 24px;
	line-height: 36px;
	color: #21323F;
}
#product .col1{
	float: left;
	width: 48%;
}
#product .col2{
	float: right;
	width: 48%;
	font-size: 18px;
}
#product .col2 .t1{
	color: #E36C2F;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
#product .col2 .t2{
	font-size: 24px;
	line-height: 40px;
	margin: 20px 0 10px;
	color: #E36C2F;
}
#product .col2 span{
	display: inline-block;
	height: 40px;
	width: 40px;

	box-sizing: border-box;
	border-radius: 50%;
	color: #FFF;
	background: #E36C2F;
	text-align: center;
}
#product .section3{
	/*padding-bottom: 120px;*/
}
#product .section3 .items{
	width: 100%;
	overflow: hidden;
}
#product .section3 .item{
	position: relative;
	float: left;
	width: 50%;
	padding: 20px 50px 30px;
	border-right: 1px #CCC solid;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
#product .section3 .item.border-bottom{
	border-bottom: 1px #CCC solid;
}
#product .section3 .item:nth-of-type(2n) {
	border-right: none;
}
#product .section3 .item .item_title{
	color: #21323F;
	font-size: 42px;
	font-weight: bold;
	margin: 20px 0;
}
#product .section3 .item .item_des{
	color: #333;
	font-size: 19px;
	min-height: 80px;
	min-height: 110px;
}
#product .section4{
	padding: 70px 0 0;
}
#product .section4 .items{
	width: 100%;
	overflow: hidden;
}
#product .section4 .item{
	position: relative;
	float: left;
	display: block;
	width: 50%;
	padding: 0 50px;
	border-right: 1px #CCC solid;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
#product .section4 .item:nth-of-type(2n) {
	border-right: none;
}
#product .section4 .item .item_title{
	color: #21323F;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}
#product .section4 .item .item_subtitle{
	color: #21323F;
	font-size: 24px;
	padding: 10px 0 5px;
	line-height: 20px;
}
#product .section4 .item .item_des{
	color: #E36C2F;
	font-size: 16px;
	line-height: 20px;
}
#product .section6 .items{
	max-width: 990px;
	margin: 40px auto;
	overflow: hidden;
}
#product .section6 .item{
	position: relative;
	float: left;
	width: 20%;
	padding: 20px;
	border-left: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
#product .section6 .item:nth-of-type(5n) {
	border-right: 1px #CCC solid;
}
#product .section6 .item.no-border{
	border-bottom: none;
}
#product .section6 .item .item_title{
	font-size: 46px;
	font-weight: bold;
	color: #21323F;
	padding-top: 10px;
}
#product .section6 .item .item_txt1{
	font-size: 18px;
	color: #E36C2F;
	padding: 10px 0;
}
#product .section6 .item .item_txt2{
	font-size: 20px;
	color: #898989;
}
#product .section6 .item .item_txt3{
	font-size: 21px;
	color: #21323F;
}


/*=[faq]=========*/
#faq .content{
	margin-top: 70px;
}
#faq .section2 .items{
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 21px;
	line-height: 36px;
}
#faq .section2 .item{
	color: #21323F;
	padding: 25px 0;
	line-height: 30px;
	border-bottom: 1px #CCC solid;
}
#faq .section2 .item .item_q{
	position: relative;
	color: #E36C2F;
	padding-left: 20px;
}
#faq .section2 .item .item_q:after{
	content: "Q:";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#faq .section2 .item .item_a{
	position: relative;
	padding-left: 20px;
}
#faq .section2 .item .item_a:after{
	content: "A:";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*=[partner]=========*/
#partner .content{
	margin-top: 70px;
}
#partner .section2 .items{
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #21323F;
	font-size: 21px;
	line-height: 36px;
}

#partner .section2 .item{
	color: #21323F;
	padding: 15px 10px;
	line-height: 30px;
	border-bottom: 1px #CCC solid;
}
#partner .section2 .item.first{
	border-top: 1px #CCC solid;
}
#partner .section2 .item:nth-of-type(odd) {
	background-color: #F8F8F8;
}
#partner .section2 .item:nth-of-type(even) {

}
#partner .section2 .item .title{
	display: inline-block;
	width: 200px;
}
#partner .section2 .item .tel{
	display: inline-block;
	width: 180px;
}

/*=[registration]=========*/
#registration .content{
	margin-top: 70px;
}
#registration .note{
	font-size: 16px;
	color: #E36C2F;
	margin-bottom: 20px;
}
#registration .inner{
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #21323F;
	font-size: 21px;
	line-height: 36px;
}
#registration .highlight{
	max-width: 440px;
	padding: 20px;
	border-radius: 10px;
	margin-left: -20px;
	background: rgba(230, 108, 34, 0.15);
	margin-bottom: 40px;
}
#registration .highlight input{
	margin-bottom: 0;
}

/*=[contact]=========*/
#contact .content{
	margin-top: 70px;
}
#contact .note{
	font-size: 16px;
	color: #E36C2F;
	margin-bottom: 20px;
}
#contact .inner{
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #21323F;
	font-size: 21px;
	line-height: 36px;
}


/*=[footer]=========*/
footer{
	position: relative;
	margin-top: 70px;
	color: #FFF;
	background: #21323F;
}
footer .wrapper{
	position: relative;
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
footer img{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
}
footer a{
	display: inline-block;
	margin-left: 15px;
	color: #FFF;
}
footer .footer_logo{
	width: 180px;
}
footer a.icon01{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/icon_ig.png) center center no-repeat;
}
footer a.icon01:hover{
	background-image: url(../images/icon_ig_hover.png);
}
footer a.icon02{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/icon_fb.png) center center no-repeat;
}
footer a.icon02:hover{
	background-image: url(../images/icon_fb_hover.png);
}
footer a.icon03{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/icon_yt.png) center center no-repeat;
}
footer a.icon03:hover{
	background-image: url(../images/icon_yt_hover.png);
}
footer .copyright{
	display: inline-block;
	padding-left: 50px;
	color: #FFF;
	font-size: 14px;
}
footer .copyright a:hover{
	color: #E36C2F;
}
footer .icons{
	float: right;
	margin-top: 15px;
}
#scrollup{
	position: absolute;
	right: 30px;
    top: -44px;
	z-index: 20;
	width: 44px;
	height: 44px;
	background: url(../images/btn_totop.png) center center no-repeat;
	cursor:pointer;
}


/*=[breadcrumb]=========*/
.breadcrumb{
	margin-bottom: 20px;
}
.breadcrumb a.current{
	color: #f6a123;
}

/*=[pagination]=========*/
./*----------pages----------*/
.pages{
	margin-top: 20px;
}
.pages a{
	display: inline-block;
	padding:10px;
	box-sizing: border-box;
	text-align: center;
	color: #21323F;
}
.pages a.current{
	color: #E36C2F;
}

/*=[common]=========*/
input, textarea, select{
	display: block;
	width: 100%;
	max-width: 440px;
	font-size: 16px;
	padding: 15px;
	margin-top: 5px;
	margin-bottom: 40px;
	box-sizing: border-box;
	resize: none;
	background: #F7F8F8;
	border: 1px #bbb solid;
}
select{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background: url(../images/arrow_down.png) #F7F8F8 right center no-repeat;
}
input[type=radio],input[type=checkbox]{
	width: initial;
}
input[type=submit]{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	display: block;
	width: 160px;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	color: #FFF;
	background: #21323F;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	margin-top: 60px;
	font-size: 16px;
}
input[type=submit]:hover{
	background: #E36C2F;
}
.required{
	color: #E36C2F;
}
select.short_select{
	width: 200px;
}

.clear{clear: both;}
.center{text-align: center;}
.right{text-align: right;}
.left{text-align: left;}
.fleft{float: left;}
.fright{float: right;}
.mobile{display: none !important;}
.mobile_800{display: none !important;}

.w100{width: 100px;}
.w200{width: 200px;}
.w300{width: 300px;}
.w400{width: 400px;}

.color1{color: #E36C2F;}
.color2{color: #21323F;}

.btn_back{
	display: block;
	width: 180px;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	background: #f6a123;
	border-radius: 5px;
	margin: 50px auto;
}
.btn_back:hover{
	color: #FFF;
}

.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;
}

.tabs{
	margin: 30px 0;
}
.tab{
	display: inline-block;
	padding: 0 10px;
	color: #21323F;
}
.tab.current{
	color: #E36C2F;
}

.video-container {
	position: relative;
	width: 800px;
	padding-bottom: 40%;
	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: 1300px) {
	#product .section6 .item .item_title{
		font-size: 46px;
		font-weight: bold;
		color: #21323F;
		padding-top: 10px;
	}
}

@media screen and (max-width: 1100px) {
	#product .section3 .item{
		padding: 20px 20px 30px;
	}
	#product .section3 .item .item_title{
		font-size: 36px;
	}
	#product .section6 .item{
		padding: 10px;
	}
	#product .section6 .item .item_title{
		font-size: 28px;
	}
	#product .section6 .item .item_txt2{
		font-size: 16px;
		color: #898989;
	}
	#product .section6 .item .item_txt3{
		font-size: 16px;
		color: #21323F;
	}
}

@media screen and (max-width: 900px) {
	#product .section3 .item .item_des{
		min-height: 140px;
	}
}

@media screen and (max-width: 800px) {
	header #nav_icon .pc, header #btn_search .pc{ display: none !important;}
	header #nav_icon .mobile, header #btn_search .mobile{ display: block !important;}

	header #nav_icon{
		left: 20px;
	}
	header #btn_search{
		right: 20px;
		border: none;
		padding: 0;
		font-size: 24px;
	}
	nav{
		padding: 20px;
	}
	nav ul{
		margin: 80px 0 0;
		text-align: center;
		clear: all;
	}
	nav ul li{
		padding: 10px 0;
	}
	nav #btn_close{
		float: right;
		margin-bottom: 0;
	}
	nav .lang{
		text-align: center;
	}
	#index .section2 .item{
		padding: 0 20px;
	}
	#index .section5 .slogan_title{
		font-size: 58px;
	}
	#index .section5 .slogan_subtitle{
		font-size: 18px;
	}
	#about .section3 .item{
		width: 50%;
	}
}

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

	.logo_mobile{
		display: inline-block !important;
	}

	.wrapper{
		padding: 20px 30px;
	}

	

	.banner{
		height: 130px;
		padding: 40px 0;
	}
	.page_title{
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 0px;
	}
	.page_subtitle{
		font-size: 18px;
	}
	.section_title{
		font-size: 28px;
		line-height: 28px;
		margin: 0 0 20px;
	}

	#index .fullscreen .logo2{
		width: 180px;
		height: 170px;
	}
	#index .maintxt{
		padding: 0 0 20px;
		font-size: 21px;
		line-height: 30px;
	}
	#slideshow_owl .owl-dots{
		bottom: 10px;
	}
	#index .section2{
		padding: 0;
	}
	#index .section2 .item{
		float: none;
		width: 100%;
		padding: 0 20px;
		border-right: none;
		margin-bottom: 30px;
	}
	#index .section2 .item .item_des{
		padding-bottom: 20px;
	}
	#index .section3 .item{
		float: none;
		width: 100%;
	}
	#index .section3 .item:nth-of-type(2n) {
		margin-bottom: 20px;
	}
	#index .section4{
		padding: 20px 0;
	}
	#index .section4 .item{
		padding: 0 20px;
	}
	#index .section4 .item .item_title{
		font-size: 32px;
		margin-bottom: 0;
	}
	#index .section4 .item .item_subtitle{
		font-size: 20px;
		font-weight: bold;
	}
	#index .section4 .item .item_des{
		font-size: 16px;
	}
	#index .section5 .inner{
		background: url(../images/bg01.jpg) center center no-repeat;
		background-size: cover;
		height: 280px;
		padding: 60px 0;
		box-sizing: border-box;
		text-align: center;
	}
	#index .section5 .slogan_title{
		color: #E36C2F;
		font-size: 40px;
		line-height: 44px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#index .section5 .slogan_subtitle{
		width: 70%;
		margin: auto;
		line-height: 30px
	}

	#about .content{
		margin-top: 20px;
	}
	#about .txt1{
		font-size: 20px;
		line-height: 30px;
	}
	#about .section3 .item{
		float: none;
		width: 100%;
	}
	#about .section4{
		padding: 20px 0 0;
	}
	#about .section4 .item{
		padding: 0 20px;
	}
	#about .section4 .item .item_title{
		font-size: 32px;
		margin-bottom: 0;
	}
	#about .section4 .item .item_subtitle{
		font-size: 20px;
		font-weight: bold;
	}
	

	#product .content{
		margin-top: 20px;
	}
	#product .txt1{
		font-size: 20px;
		line-height: 30px;
	}
	#product .col1{
		float: none;
		width: 100%;
	}
	#product .col2{
		float: none;
		width: 100%;
		font-size: 18px;
		margin-top: 20px;
	}
	#product .col2 .t1{
		font-size: 28px;
		margin-bottom: 30px;
	}
	#product .section3{
		padding-bottom: 0px;
	}
	#product .section3 .item{
		float: none;
		width: 100%;
		padding: 40px 0;
		border: none;
		border-bottom: 1px #CCC solid;
	}
	#product .section3 .item .item_des{
		min-height: 60px;
	}
	#product .section4{
		padding: 20px 0 0;
	}
	#product .section4 .item{
		padding: 0 20px;
	}
	#product .section4 .item .item_title{
		font-size: 32px;
		margin-bottom: 0;
	}
	#product .section4 .item .item_subtitle{
		font-size: 20px;
		font-weight: bold;
	}
	#product .section5{
		padding: 20px 0 0;
	}
	#product .section6{
		padding: 20px 0 0;
	}
	#product .section6 .items{

		margin: 40px auto 0;
	}
	#product .section6 .item{
		width: 50%;
		padding: 20px 10px;
		border-bottom: 1px #CCC solid !important;
	}
	#product .section6 .item:nth-of-type(5n) {
		border-right: none;
	}
	#product .section6 .item:nth-of-type(2n) {
		border-right: 1px #CCC solid;
	}
	#product .section6 .item .item_title{
		font-size: 32px;
	}
	#product .section6 .item .item_txt2{
		font-size: 18px;
		color: #898989;
	}
	#product .section6 .item .item_txt3{
		font-size: 18px;
		color: #21323F;
	}
	#product .section6 .item.no-border-mobile{
		border-bottom: none !important;
	}

	#faq .content{
		margin-top: 20px;
	}

	#partner .content{
		margin-top: 20px;
	}
	#partner .section2 .tab{
		padding: 0 5px;
	}
	#partner .section2 .item{
		padding: 15px 5px;
	}
	#partner .section2 .item .tel{
		display: block;
		width: initial;
	}

	#registration .content{
		margin-top: 20px;
	}
	#registration form div{
		padding: 0 20px;
	}
	#registration .highlight{
		max-width: 440px;
		padding: 20px;
		border-radius: 10px;
		margin-left: 0;
	}
	#registration .highlight input{
		margin-bottom: 0;
	}

	#contact .content{
		margin-top: 20px;
	}

	.video-container {
		width: 100%;
		padding-bottom: 56%;
	}

	footer{
		text-align: center;
	}
	footer .copyright{
		display: block;
		padding-left: 0;
		font-size: 18px;
	}
	footer .icons{
		display: block;
		float: none;
	}
}

@media screen and (max-width: 640px) {
	.rwd-table th {display: none;}
	.rwd-table td {display: block;}
	.rwd-table th, .rwd-table td {text-align: left; padding: 10px;}
	.rwd-table td:first-child {padding-top: 20px; font-size: 18px; font-weight: bold;}
	.rwd-table td:last-child {padding-bottom: 20px;}
	.rwd-table td:before {
		content: attr(data-th) ":";
		font-weight: bold;
		width: 80px;
		display: inline-block;
		color: #67542c;
	}
	.rwd-table td:first-child:before {
		content: "";
		width: 0;
	}
	.rwd-table td.empty{
		display: none;
	}
}
