/*# 下拉選單高度 19274行 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Oswald:200,300,400,500,600");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,ul {
	padding: 0;
	margin: 0 0 0 30px;
}

table {
	width: 100%;
}
table td {
	padding: 5px 10px;
	border-bottom: 1px solid #dddddd;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,blockquote {
	quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none
}
a  {
	transition: .5s all;
}
a img {
	border: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,*::before,*::after {
	box-sizing: inherit
}

html {
	overflow-x: hidden
}

body {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	line-height: 165%;
}

body ::selection {
	background: #9D6A64;
	color: #fff
}

body ::-moz-selection {
	background: #9D6A64;
	color: #fff
}

body img::selection {
	background: transparent
}

body img::-moz-selection {
	background: transparent
}

input,select,textarea {
	outline: 0;
	font-family: Helvetica,Arial,Verdana,"PingFang","PingFangTC","Microsoft JhengHei",sans-serif;
	font-size: 1rem;
	line-height: 1.375em
}

input:focus,select:focus,textarea:focus {
	outline: 0
}

a {
	text-decoration: none;
	color: #9D6A64;
	outline: 0;
	-webkit-transition: 120ms linear;
	transition: 120ms linear;
}

a:hover,a:active,a:focus {
	text-decoration: none;
	outline: 0;
	-webkit-transition: 120ms linear;
	transition: 120ms linear;
}

select {
	background: #fff
}
@media(max-width:1820px) {
	.top {
		margin-left: -650px !important;
		width: 1300px !important;
	}
	.nav {
		margin-left: 600px !important;
	}
}
@media(min-width:0) and (max-width:1199px) {
	.mobile-hide {
		display: none
	}
}

@media(min-width:1480px) {
	.dsk-hide {
		display: none
	}
}

.mask {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 9000;
	left: 0;
	top: 0
}
img {
	display: block;
	max-width: 100%;
}

#js-rwd {
	display: block;
	height: 0;
	width: 0;
	background: transparent;
	visibility: hidden
}

@media(min-width:1200px) {
	#js-rwd {
		width: 10px
	}
}

.nav * {
	box-sizing: border-box
}

.nav>ul>li ul>li>a:before {
	content: ""
}

.nav>ul>li ul>li>a strong:before {
	content: ""
}

.nav>ul>li ul .title:before,.nav>ul>li ul .link-title:before {
	display: inline-block;
	background-size: auto 96px;
	width: 24px;
	height: 24px;
	background-position: -216px 0;
	background-repeat: no-repeat
}

#js-rwd {
	display: block;
	width: 0;
	height: 0;
	background: transparent;
	visibility: hidden
}

@media(min-width:0) and (max-width:1279px) {
	body {
		height: 100%;
		width: 100%;
		overflow-x: hidden
	}

	.nav-toggle {
		display: block;
		overflow: hidden;
		position: absolute;
		cursor: pointer;
		box-sizing: border-box;
		width: 60px;
		height: 50px;
		padding: 0;
		left: 0;
		top: 5px;
		z-index: 888;
		-webkit-transition: All transform .3s linear;
		-moz-transition: All transform .3s linear;
		-o-transition: All transform .3s linear;
		transition: All transform .3s linear
	}

	.nav-toggle span,.nav-toggle:before,.nav-toggle:after {
		height: 3px;
		width: 26px;
		top: 47%;
		left: 50%;
		margin-left: -11px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		text-indent: -9999px;
		background-color: #9D6A64;
		transition: all 300ms ease-in-out
	}

	.nav-toggle:before {
		margin-top: -8px
	}

	.nav-toggle:after {
		margin-top: 8px
	}

	.nav-toggle.show span {
		opacity: 0
	}

	.nav-toggle.show:before {
		margin-top: 0;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.nav-toggle.show:after {
		margin-top: 0;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}


	.page.show {
		-webkit-transform: translateX(280px);
		transform: translateX(280px);
		width: 100vw;
		margin: 0;
		padding: 0
	}

	.nav .wrap {
		width: 100%
	}

	.dskshow {
		display: none
	}

	.nav {
		position: fixed;
		left: -280px;
		top: 0;
		margin: 0 !important;
		width: 280px;
		height: 100vh;
		-webkit-overflow-scrolling: touch;
		background-color: #ffffff;
		z-index: 10000;
		overflow-y: auto;
		font-family: "Open Sans",sans-serif,Microsoft JhengHei;
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: transform .3s ease-out;
		transition: transform .3s ease-out
	}

	.nav.show {
		-webkit-transform: translateX(280px);
		transform: translateX(280px)
	}

	.nav>ul {
		padding-bottom: 40px;
		margin: 0;
	}

	.nav>ul.nav-logo,.top>ul.nav-top {
		display: none
	}

	.nav>ul>li {
		width: 100%;
		margin: 0;
		float: left;
		text-align: left;
		border-bottom: 1px solid rgba(51,51,51,0.1);
		list-style: none;
	}

	.nav>ul>li.mb-hide {
		display: none
	}

	.nav>ul>li:last-of-type {
		margin-bottom: .5rem
	}

	.nav>ul>li>a,.nav>ul>li>span {
		font-weight: 400;
		display: block;
		color: #333;
		font-size: 16px;
		font-weight: 500;
		width: 80%;
		padding-left: 8%;
		line-height: 40px;
		height: 40px;
		margin-bottom: 0
	}

	.nav>ul>li ul {
		display: block;
		margin: 0;
	}

	.nav>ul>li ul.hasthird {
		height: 40px;
		overflow: hidden;
		background-color: #ebebeb
	}

	.nav>ul>li ul.hasthird.current {
		color: #fff;
		background-color: #ebebeb
	}

	.nav>ul>li ul.hasthird.current li {
		position: relative
	}

	.nav>ul>li ul.hasthird.current li a:hover {
		color: #9D6A64
	}

	.nav>ul>li ul.hasthird.current .title {
		color: #fff
	}

	.nav>ul>li ul.hasthird.current .title:before {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		content: "\E817";
		font-family: fontello;
		font-size: 20px;
		color:#ffffff;
	}

	.nav>ul>li ul.hasthird.current .title a:hover {
		color: #fff
	}

	.nav>ul>li ul.hasthird .title {
		background-color: #9D6A64;
		transition: background-color .25s ease;
		display: block
	}

	.nav>ul>li ul.hasthird .title a {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px
	}

	.nav>ul>li ul.hasthird .title:before {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -14px;
		content: "\E816";
		font-family: fontello;
		font-size: 20px;
		color:#ffffff;
	}

	.nav>ul>li ul>li {
		padding-left: 8%;
		width: 100%;
		display: block;
		border: 0;
		border-top: 1px solid rgba(51,51,51,0.1);
		background: #9D6A64;
	}

	.nav>ul>li ul>li>a {
		color: #ffffff;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 100%
	}
	.nav>ul>li ul>li>a:hover {
		color: #ffffff;
	}


	.nav>ul>li ul>li>a strong:before {
		content: ""
	}

	.nav>ul>li ul>li>a img,.nav>ul>li ul>li>a span,.nav>ul>li ul>li>a p {
		display: none
	}

	.nav>ul>li ul>li>a .name {
		display: inline-block
	}

	.nav>ul>li ul .title,.nav>ul>li ul .link-title {
		color: #fff;
		font-size: .9375rem;
		font-weight: normal;
		position: relative;
		border-top: 1px solid rgba(255,255,255,0.2)
	}

	.nav>ul>li ul .title:before,.nav>ul>li ul .link-title:before {
		content: "\f105";
		font-family: fontello;
		position: absolute;
		left: 25px;
		top: 30%;
		margin: -12px 0 0 12px
	}

	.nav>ul>li ul .title {
		padding-left: 55px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav>ul>li ul .link-title {
		padding-left: 0;
		border-top: 1px solid rgba(255,255,255,0.2)
	}

	.nav>ul>li ul .link-title a {
		padding-left: 8%;
		color: #fff;
		background: #1b7ace
	}

	.nav>ul>li ul .link-title:before {
		display: none
	}

	.nav .hassub {
		position: relative;
		overflow: hidden
	}

	.nav .hassub::after {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 26;
		display: block;
		content: "\f105";
		font-family: fontello;
		font-size: 24px;
		color: #9D6A64;
		/* background: #dddddd; */
		padding: 0 20px;
		height: 40px;
		line-height: 40px;
	}

	.nav .hassub.open:after {
		content: "\f107";
		font-family: fontello;
	}

	.nav .hassub .plus-link {
		display: none
	}

	.nav .submenu {
		display: none
	}

	.nav .submenu.multi-news a p.pic-resize,.nav .submenu.multi-mark a p.pic-resize,.nav .submenu.multi-solutions a p.pic-resize {
		display: none
	}

	.nav .submenu.multi-news a h4,.nav .submenu.multi-mark a h4,.nav .submenu.multi-solutions a h4 {
		padding: 10px 8%;
		font-size: .875rem;
		background-color: #9D6A64;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		margin: 0;
	}

	.nav .submenu.multi-news .right-w,.nav .submenu.multi-mark .right-w {
		display: none
	}

	.nav .index-search {
		display: none
	}

	.mask {
		height: 100vh;
		width: 100vw;
		background-color: rgba(0,0,0,0.7);
		position: fixed;
		z-index: 900;
		left: 0;
		top: 0
	}
}

@media(min-width:768px) {
	.nav-toggle {
		width: 50px;
		height: 50px
	}
	.nav>ul {
		margin: 0;
	}

	.nav>ul>li {
		line-height: 45px;
		list-style: none;
	}

	.nav>ul>li>ul>li {
		height: 45px;
		line-height: 45px
	}

	.page.show {
		-webkit-transform: translateX(360px);
		transform: translateX(360px)
	}

	.nav {
		left: -360px;
		width: 360px
	}

	.nav.show {
		-webkit-transform: translateX(360px);
		transform: translateX(360px)
	}
}

@media(min-width:1280px) {
	.top-inner {
		background: #ffffff;
		height: 90px;
		width: 100%;
		box-shadow: 0 -12px 40px 5px rgba(0, 0, 0, 0.18);
	}
	.top {
		position: absolute;
		left: 50%;
		top: 0;
		padding: 0;
		height: 90px;
		width: 1200px;
		margin-left: -600px;
		transition: none;
		background-color: transparent;
	}
	.nav-toggle {
		display: none
	}

	.nav {
		position: absolute;
		right: 0;
		top: 20px;
		padding: 0;
		height: 50px;
		width: 85vw;
		z-index: 1000;
		margin-left: 820px;
		transition: none;
	}

	.nav:hover {
		overflow: visible
	}

	.nav>ul {
		display: block;
		padding: 0;
	}

	.nav>ul.wrap {
		width: 100%
	}

	.top > ul.nav-logo {
		width: 296px;
		height: 104px;
		max-width: 296px;
		background-size: 100% auto;
		background-repeat: no-repeat;
		margin: 10px 0;
		box-sizing: border-box;
		display: block;
		float: left;
		z-index: 1001;
		background-image: url("/images/logo.png?v=02");
		position: relative;
	}
	.top > ul.nav-logo a {
		cursor: pointer;
		display: inline-block;
		width: 296px;
		height: 104px;
	}
	.nav > ul.nav-main {
		box-sizing: border-box;
		height: 60px;
		width: 750px;
		margin: 0 auto;
	}

	.top > ul.nav-top {
		z-index: 1001;
		position: absolute;
		right: 0;
		top: 28px;
		height: 40px;
	}
	.top > ul.nav-top .language {
		color: #777777;
	}

	.top>ul.nav-top a {
		display: inline-block;
		color: #9D6A64;
		font-size: 14px;
		overflow: visible;
		position: relative;
		padding: 0 5px;
	}
	.top>ul.nav-top a:hover {
		color: #3BA9E8;
	}
	.top>ul.nav-top a i{
		font-size: 20px;
	}
	.top>ul.nav-top a.icon-search {
		display: block;
		background-size: auto 160px;
		width: 40px;
		height: 40px;
		background-position: -200px -80px;
		background-repeat: no-repeat;
		top: -5px;
		z-index: 9999
	}

	.top>ul.nav-top .nv-search {
		position: relative;
		width: 140px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background-color: #FFFFFF;
		border: 1px solid #cccccc;
		float: left;
		display: block;
		height: 30px;
		margin-left: 15px;
		padding: 5px 10px;
		box-sizing: border-box
	}

	.top>ul.nav-top .nv-search input {
		width: 80%;
		border: 0;
		background: transparent;
		top: 3px;
		position: absolute;
		font-size: 13px;
		color: #999;
		padding: 2px;
	}

	.top>ul.nav-top .nv-search .search {
		top: -1px;
		display: block;
		right: 10px;
		position: absolute;
	}
	.top>ul.nav-top .nv-search .search:before {
			content: "\E803";
			font-family: fontello;
			font-size: 18px;
			color: #555555;
		}

	.nav>ul>li {
		display: inline-block;
		text-align: center;
		width: auto;
		margin: 0;
		float: none;
		border: 0;
		height: auto;
		vertical-align: top
	}
	.nav>ul>li:nth-child(n+3)::before {
		content: "";
		position: absolute;
		left: -1px;
		top: 38%;
		font-size: 1em;
		color: #999999;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.nav>ul>li.mobileshow {
		display: none
	}

	.nav>ul>li:focus {
		color: #900
	}

	.nav>ul>li>a {
		display: block;
		text-align: center;
		width: auto;
		margin: 0;
		color: #333333;
		font-size: 22px;
		position: relative;
		outline: 0;
		font-weight: 400;
	}

	.nav>ul>li ul {
		display: block;	
		background: 0;
		color: #999;
		float: left
	}

	.nav>ul>li ul>li {
		padding-left: 0;
		height: auto;
		box-sizing: border-box;
		position: relative;
	}

	.nav>ul>li ul>li>a {
		color: #ffffff;
		display: block;
		text-align: left;
		padding: 0 40px;
		box-sizing: border-box;
		line-height: 1.75em;
		margin: 0;
		transition: color .3s ease;
		outline: 0;
		position: relative;
	}

	.nav>ul>li ul>li>a:hover {
		color: #ffffff;
	}
	.nav>ul>li ul>li:before {
		top: -5px;
		left: 2px;
		content: "\f105";
		font-family: fontello;
		position: absolute;
		color: #FFFFFF;
		font-weight: 600;
	}
	.nav > ul > li ul .title, .nav > ul > li ul .link-title {
		display: block;
		text-align: left;
		font-size: .875rem;
		line-height: 2em;
		color: #333;
		font-weight: 600;
		vertical-align: text-top;
		background-color: transparent;
	}

	.nav>ul>li ul .title:before,.nav>ul>li ul .link-title:before {
		display: inline-block;
		background-size: auto 96px;
		width: 24px;
		height: 24px;
		background-position: -216px 0;
		background-repeat: no-repeat;
		margin: -12px 0 0 -24px;
		content: "";
		position: absolute;
		left: 0;
		top: 50%
	}

	.nav>ul>li ul .title>a,.nav>ul>li ul .link-title>a {
		color: #333;
		font-weight: 600;
		padding: 7px;
		line-height: 110%
	}

	.nav>ul>li ul .title>a:hover,.nav>ul>li ul .link-title>a:hover {
		color: #9D6A64
	}

	.nav>ul>li ul .title .n-pic,.nav>ul>li ul .link-title .n-pic {
		width: 40px;
		display: inline-block;
		margin-right: 10px;
		box-sizing: border-box
	}

	.nav>ul>li ul .title .n-pic img,.nav>ul>li ul .link-title .n-pic img {
		width: 100%;
		height: auto;
		max-width: 40px;
		display: inline-block
	}

	.nav>ul>li ul .title .name {
		font-size: 15px;
		color: #9D6A64;
		vertical-align: top;
		display: inline;
		font-weight: 400;
	}
	.nav>ul>li ul .title:hover .name {
		color: #B42524;
		text-decoration: underline;
	}

	.nav>ul>li:hover {
		box-sizing: border-box
	}

	.nav>ul>li:hover>a {
		position: relative;
		color: #9D6A64;
		text-decoration: none;
	}

	.nav>ul>li:hover>a:after {
		height: 3px
	}

	.nav>ul>li:hover>a:before {
		border-bottom: 3px solid #9D6A64;
		opacity: 1
	}

	.nav>ul>li:hover .submenu {
		visibility: visible;
		opacity: 1;
		display: block
	}

	.nav>ul>li:hover .nosub {
		display: none
	}

	.nav>ul .current {
		color: #900
	}

	.nav .hassub {
		position: relative;
	}

	.nav .submenu {
		display: none;
		visibility: hidden;
		opacity: 100;
		position: absolute;
		top: 35px;
		/* transition: top .3s ease; */
		left: 25px;
		z-index: 983;
		background-color: #ffffff;
		transition: visibility 0s;
		width: 180px;
		padding: 30px 0 0 0;
		box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.03),-2px 8px 8px 0 rgba(0,0,0,0.03);
	}

	.nav .submenu.no-pdbt {
		padding-bottom: 0
	}
	.nav .submenu h4 {
		color: #ffffff;
	}
	.nav .submenu>ul {
		float: left;
		margin: 10px 0;
	}

	.nav .submenu li {
		margin: 0;
		border: 0
	}

	.nav .submenu li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 6px 0 6px 15px;
		text-align: left;
		position: relative;
		line-height: 1.3;
	}
	
	.nav .submenu li a img,.nav .submenu li a span,.nav .submenu li a p {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		line-height: 1.25em
	}

	.nav .submenu.multi-ul:after {
		height: 350px;
	}

	.nav .submenu.multi-ul li {
		padding-left: 15px;
		font-size: .8125rem;
		margin-bottom: 5px
	}

	.nav .submenu.multi-ul li a:before {
		content: '';
		position: absolute;
		display: block;
		background-size: auto 160px;
		width: 40px;
		height: 40px;
		background-position: -400px -80px;
		background-repeat: no-repeat;
		left: 0;
		top: -10px
	}

	.nav .submenu.multi-ul li.title {
		padding: 0;
		margin-bottom: 0
	}

	.nav .submenu.multi-ul li.title a:before {
		display: none
	}

	.nav .submenu.multi-ul ul:nth-child(5n+1) {
		clear: both
	}


		.nav .submenu.multi-solutions:after {
		height: 80px;
		/*# 有圖是370px, 沒圖260px */
	}

	.nav .submenu.multi-solutions div {
		width: 200px;
		float: left;
		margin-right: 40px;
		color: #222;
		padding: 0;
		-webkit-transition: All .2s linear;
		-moz-transition: All .2s linear;
		-o-transition: All .2s linear;
		transition: All .2s linear;
	}
	.nav .submenu .sec-nav {
		display:none;
	}
	.nav .submenu.multi-solutions div:nth-child(5n+1) {
		clear: both;
	}
	.nav .submenu.multi-solutions div:last-child {
		margin-right: 0
	}

	.nav .submenu.multi-solutions div:hover:hover {
		-webkit-transition: All .2s linear;
		-moz-transition: All .2s linear;
		-o-transition: All .2s linear;
		transition: All .2s linear;

	}

	.nav .submenu.multi-solutions div h4 {
		line-height: 1.3;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		border-bottom: 1px solid #dddddd;
		padding: 0 0 10px;
	}

	.nav .submenu.multi-ul,.nav .submenu.multi-news,.nav .submenu.multi-solutions {
		padding: 20px 0
	}



	.nav.fixed {
		position: fixed
	}

	#js-rwd {
		width: 10px
	}

	header .logo {
		display: none
	}
}

@media(min-width:1200px) {
	.nav>ul>li>a {
		font-size: 18px;
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 12px;
	}
}

@media(min-width:1480px) {
	.nav>ul.nav-logo {
		width: 210px;
		height: 50px;
		max-width: 210px;
		background-size: 100% auto;
		background-position: left 5px;
		margin: 15px 0 0 0
	}

	.nav>ul.nav-logo a {
		cursor: pointer;
		display: inline-block;
		max-width: 210px
	}

	.nav>ul>li {
		vertical-align: top
	}
}

footer {
	overflow: hidden;
	box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.18);
}

@media(min-width:768px) {
	footer .footerbox {
		width: 90%;
		margin: 0 auto
	}
}
body.sec-page .footertop {
	background: #0060b5;
}
.footertop {
	background: #ffffff;
	overflow: hidden;
	padding: 20px 0;
}
.footerbottom {
	overflow: hidden;
	padding: 20px 0;
	font-size: 13px;
	background: #616161;
	color: #ffffff;
}

.footer-info {
	text-align: right;
}
.footer-info p{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	margin: 0;
}
.footer-info p a{
	color: #999999;
}
.footer-info p a:hover{
	color: #9D6A64;
}
.footer-info p span{
	color: #333333;
	font-weight: 500;
}
.footer-info .footer-companyinfo {
	color: #9D6A64;
	/* padding: 0 0 20px; */
}
.footer-info .footer-companyinfo h2 {
	font-size: 18px;
	font-weight: 500;
	color: #18407E;
	margin: 0;
}
.footer-info .footer-companyinfo h2 img{
	width: 230px;
}
.footer-info .footer-companyinfo p {
	font-size: 16px;
	font-weight: 400;
	padding: 6px 0;
	margin: 0;
	line-height: 1.4;
}
.footer-info .footer-companyinfo span.info-lt {
	border-right: 1px solid #18407E;
	padding: 0 10px 0 0;
	margin: 0 10px 10px 0;
	width: 44px;
	float: left;
}
.footer-info .footer-info-logo {
	padding: 0 0 20px;
	background-image: url("/images/logo.png");
	background-size: 100% auto;
	height: 60px;
	background-repeat: no-repeat;
}
body.sec-page .footer-info .footer-info-logo {
	background-image: url("/images/logo-w.png");
	width: 340px;
}
.footer-info .footer-info-logo img{
	width: 350px;
}

.footer-nav {
	float: right;
	padding: 0;
	overflow: hidden;
}
@media (max-width: 991px) {.footer-nav{float: none;width: 100%;display: flex;flex-wrap: wrap;}}

.footer-nav .footer-nav-list {
	float: left;
	padding: 0 30px;
}
@media (max-width: 767px) {.footer-nav .footer-nav-list{padding: 0;display: flex;flex-direction: column;flex-wrap: wrap;flex: 0 0 50%;}}
@media (max-width: 480px) {.footer-nav .footer-nav-list{float: none;padding: 0 0 20px 0;border-bottom: 1px solid #cccccc;margin: 0 0 20px;}}

.footer-nav .footer-nav-list:first-child {
	padding: 0 0 20px 0;
}


h3.widget-title {
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	position: relative;
	color: #333333;
	font-weight: 500;
}
body.sec-page h3.widget-title {
	color: #ffffff;
}

.widget-list {
}
.widget-list ul {
	display: inline-block;
	padding: 0 40px 0 0;
	margin: 0;
}
.widget-list ul li{
	list-style: none;
}
.widget-list ul li a {
	color: #666666;
	font-size: 15px;
	padding: 2px 0;
	display: block;
}
body.sec-page .widget-list ul li a {
	color: #ffffff;
}

p span {
	display: inline-block;
	width: auto;
	margin: 0
}

img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1,1);
	outline: 0
}

img.icon {
	display: block;
	width: 96px;
	height: auto;
	margin: 0 auto
}

.item>img {
	display: inline-block;
	width: 100%;
	height: auto
}

.mobile-show {
	display: block
}

.desktop-show {
	display: none
}

.sub-p {
	display: block;
	overflow: hidden;
	margin-top: 1rem;
	font-size: .875rem
}

.sub-p a {
	display: inline-block;
	width: auto;
	margin: 0 5px;
	border-bottom: 1px dotted #9D6A64;
	font-weight: bold
}

.header {
	height: 67px;
	position: relative
}

.header.wrap-fs,.header.wrap {
	overflow: visible
}

.header.fixed {
	position: fixed;
	z-index: 9;
	background-color: #fff;
	width: 100%
}

.searchbar {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 9980;
	opacity: 0;
	background-color: #9D6A64;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='#FF1E88E5',endColorstr='#FF0E508A');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODhlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlNTA4YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,100% 50%,0 50%,color-stop(0,#9D6A64),color-stop(100%,#0e508a));
	background-image: -moz-linear-gradient(right,#9D6A64 0,#0e508a 100%);
	background-image: -webkit-linear-gradient(right,#9D6A64 0,#0e508a 100%);
	background-image: linear-gradient(to left,#9D6A64 0,#0e508a 100%);
	transition: visibility 0s ease .4s,transform .4s ease,opacity .4s ease;
	-webkit-transition: visibility 0s ease .4s,transform .4s ease,opacity .4s ease
}

.searchbar.open {
	visibility: visible;
	transition-delay: 0s;
	opacity: 1;
	transform: scale(1) scaleZ(1)
}

.searchbar p {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	line-height: 100%
}

.searchbar input {
	background-color: #fff;
	outline: 0;
	border: 0;
	text-align: center;
	display: block;
	box-sizing: border-box;
	height: 55px;
	line-height: 55px;
	padding: 0 6%;
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	text-align: left !important
}

.searchbar input:focus {
	background: white;
	color: #000
}

.searchbar select {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: 0;
	background: #fff url(../img/icon/select-arrow.png) no-repeat calc(100% - 15px) center;
	position: relative;
	-webkit-appearance: none;
	outline: 0;
	color: #666
}

.searchbar select:focus {
	background: rgba(255,255,255,0.8);
	color: #9D6A64
}

.searchbar .send {
	color: #fff;
	width: 100%
}

.searchbar .error-text {
	background: #9D6A64;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-top: 5px
}

.searchbar .searchbar-wrap {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 0;
	width: 80%;
	border-radius: 5px;
	max-width: 720px;
	z-index: 162
}

.searchbar .close-search {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent
}

.searchbar .btn {
	background-color: #333;
	display: inline-block;
	font-size: 16px;
	width: 30%;
	height: 55px;
	line-height: 55px;
	color: #fff;
	vertical-align: middle;
	border-radius: 0;
	padding: 0
}

.searchbar .btn:hover {
	background-color: #36b1e9
}

.globalbar {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	height: auto;
	z-index: 9908;
	transform: scale(1) scaleZ(1) rotateX(180deg);
	-webkit-transform: scale(1) scaleZ(1) rotateX(180deg);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	perspective: 200;
	-webkit-perspective: 200;
	perspective-origin: 50% 50%;
	-webkit-perspective-origin: 50% 50%;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s ease .4s,transform .4s ease,opacity .4s ease;
	-webkit-transition: visibility 0s ease .4s,transform .4s ease,opacity .4s ease;
	padding: 0;
	text-align: center
}

@media(min-width:1200px) {
	.globalbar {
		display: block
	}
}

.globalbar ul {
	float: right;
	padding: 30px 20px;
	box-sizing: border-box;
	background: #eee
}

.globalbar a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 16px;
	text-align: left
}

.globalbar a:last-child {
	border: 0
}

.globalbar a:hover {
	color: #9D6A64
}

.globalbar.open {
	visibility: visible;
	transition-delay: 0s;
	opacity: 1;
	transform: scale(1) scaleZ(1) rotateX(0)
}

.headmaxw {
	width: 90%;
	margin: 0 auto
}

@media(min-width:1620px) {
	.headmaxw {
		max-width: 1440px
	}
}

.header-top {
	min-height: 40vh;
	box-sizing: border-box;
	padding-top: 1rem
}

.header-top .subtitle {
	font-size: 16px;
	line-height: 1.375em;
	opacity: .8;
	font-weight: 400
}

.logo {
	margin: 10px auto;
	background-size: auto 30px;
	width: 250px;
	height: 38px;
	background-image: url("/images/logo.png");
	background-repeat: no-repeat;
	background-position: center center
}

@media(min-width:360px) {
	.logo {
		height: 50px;
		background-size: auto 50px;
		margin: 10px auto
	}
}

@media(min-width:768px) {
	.logo {
		height: 60px;
		width: 320px;
		background-size: auto 60px;
		margin: 0 auto
	}
}

@media(min-width:992px) {
	.logo {
		height: 60px;
		width: 320px;
		background-size: auto 60px;
		margin: 0 auto
	}
}

.logo>a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%
}
.m-logo {
	display: none;
}
@media(max-width:1279px) {.m-logo{display: block;}}

.m-logo img {
	padding: 10px 0 10px 22px;
	width: 180px;
}

.sublogo {
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	width: auto
}

.sublogo a {
	position: relative;
	color: #333;
	font-size: 1.25rem;
	padding-left: 40px;
	line-height: 45px
}

.sublogo a:before {
	display: block;
	background-size: auto 160px;
	width: 40px;
	height: 40px;
	background-position: -680px -80px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -5px
}

.btn-search {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 10px;
}

.btn-search:before {
	display: block;
	background-size: auto 120px;
	width: 30px;
	height: 30px;
	background-position: -180px -60px;
	background-repeat: no-repeat;
	margin: 5px
}

.btn {
	text-align: center;
	color: #fff;
	font-weight: 400;
	box-sizing: border-box;
	border-radius: 20px;
	display: inline-block;
	transition: background-color .25s ease;
	padding: .25rem 1.5rem;
	font-size: .8125rem
}

.btn:hover,.btn:active {
	color: #fff;
	cursor: pointer;
	background-color: #9D6A64
}

.btn:visited {
	color: #fff
}

.btn.bk {
	background-color: #666
}

.btn.bk:active,.btn.bk:hover,.btn.bk:visited {
	background-color: #9D6A64
}

.btn.green {
	background-color: #9D6A64
}

.btn.green:hover {
	background-color: #36b1e9
}

.btn.blue {
	background-color: #9D6A64
}

.btn.blue:hover {
	background-color: #36b1e9
}

.btn.line {
	background-color: #eee;
	color: #666;
	border: 1px solid #999;
	transition: border-color .25s ease,color .25s ease,background-color .25s ease
}

.btn.line:active,.btn.line:hover,.btn.line:visited {
	background-color: #fff;
	border-color: #9D6A64;
	color: #9D6A64
}

.btn.line-wht {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	transition: border-color .25s ease,color .25s ease,background-color .25s ease
}

.btn.line-wht:active,.btn.line-wht:hover {
	background-color: #fff;
	color: #9D6A64
}

.btn.white {
	background-color: #fff;
	color: #000;
	transition: border-color .25s ease,color .25s ease,background-color .25s ease
}

.btn.white:active,.btn.white:hover {
	opacity: .8
}

.btn.arrow-R,.btn.arrow-RW {
	position: relative;
	padding-right: 40px
}

.btn.arrow-R:after,.btn.arrow-RW:after {
	content: '→';
	position: absolute;
	right: 15px;
	top: .25rem;
	display: inline-block
}

.btn.arrow-R:after {
	color: #000
}

.btn.arrow-RW:after {
	color: #fff
}

.topmenu {
	width: auto;
	height: auto
}

.topmenu .top-size {
	display: none
}

.topmenu .otherlink {
	top: 25%;
	position: relative;
	float: left
}

.topmenu .otherlink a {
	display: none
}

.topline {
	border-top: 1px solid #e0e0e0;
	display: block;
	min-height: 30px;
	overflow: hidden;
	clear: both
}



.pagebody {
	background: #FFFFFF;
	overflow: hidden;
	padding: 0 0 60px 0;
}
.pagebody .pagebody-inner{
	width: 970px;
	max-width: 970px;
	margin: 0 auto;
}
@media (max-width: 970px) {.pagebody .pagebody-inner{width: 100%;max-width: 100%;padding: 0 15px;}}

.pagebody h1 {
	font-size: 1.6rem;
	font-weight: 600;
	padding: 5px 0 15px 0;
	color: #9D6A64;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 30px;
}
.pagebody h2 {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 15px 0;
}
@media (max-width: 480px) {.pagebody h2{font-size: 1.3rem;text-align: center;}}

.pagebody p {
	font-size: 1rem;
	line-height: 1.6;
	padding: 0 0 20px;
}
.pagebody img {
	max-width: 100%;
}
.pagebody ol{
	list-style: decimal;
	margin: 0 20px;
}
.pagebody ol li{
	list-style: decimal;
}



  /* ------------------------------------------------------------------------
     Index
  --------------------------------------------------------------------------*/


.hero {
	padding-top: 0;
}
@media (max-width: 1280px) {.hero{padding-top: 0;}}

.hero img{
	width: 100%;
}
h3.sec-title {
	position: relative;
	margin-top: 0;
	margin-bottom: 80px;
	line-height: 1.2;
	text-align: center;
	word-spacing: 8px;
	font-size: 32px;
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
}
h3.sec-title::before {
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 4px;
	background-color: #9D6A64;
	content: "";
	position: absolute;
}
h3.sec-title-w {
	position: relative;
	line-height: 1.2;
	text-align: center;
	word-spacing: 8px;
	font-size: 40px;
	font-weight: 500;
	color: #9D6A64;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.index-about {
	position: relative;
	overflow: hidden;
	padding: 60px 0 120px;
}
@media (max-width: 991px) {.index-about{padding: 30px 0;}}

.index-about .index-about-inner {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1200px) {.index-about .index-about-inner{width: 100%;max-width: 100%;padding: 0 15px;}}
@media (max-width: 991px) {.index-about .index-about-inner{display: block;}}

.index-about .index-about-inner .index-about-left {
	width: 53%;
	float: right;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 4px 1px 20px -8px #ababab;
	padding: 60px;
	color: #696969;
	margin: 60px 0 0 0;
}
@media (max-width: 840px) {.index-about .index-about-inner .index-about-left{padding: 40px;}}
@media (max-width: 640px) {.index-about .index-about-inner .index-about-left{width: 100%;margin: 310px 0 0 0;padding: 15px;}}

.index-about .index-about-inner .index-about-left h2 {
	font-size: 26px;
	font-weight: 600;
	color: #333333;
}
@media (max-width: 640px) {.index-about .index-about-inner .index-about-left h2{font-size: 27px;}}

.index-about .index-about-inner .index-about-left h2::after {
	animation: 1s ease 0s normal forwards 1 running inf-title;
	background: #9D6A64 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 3px;
	margin: 30px 0;
	width: 120px;
}
@media (max-width: 640px) {.index-about .index-about-inner .index-about-left h2::after{margin: 20px 0;}}

.index-about .index-about-inner .index-about-left h3 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 1.7;
	padding: 0 0 20px;
}
.index-about .index-about-inner .index-about-left .index-about-more {
}
.index-about .index-about-inner .index-about-left .index-about-more a {
	background: #9D6A64;
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
}
.index-about .index-about-inner .index-about-left .index-about-more a::after {
	content: "\f105";
	font-family: fontello;
	font-size: 20px;
	color: #fff;
	padding: 0 0 0 10px;
}
.index-about .index-about-inner .index-about-right {
	width: 800px;
	position: absolute;
	z-index: -1;
}
@media (max-width: 840px) {.index-about .index-about-inner .index-about-right{width: 100%;position: absolute;padding-right: 30px;}}

.index-about .index-about-inner .index-about-right img {
	width: 100%;
}
.index-products {
	background: #333333;
	overflow: hidden;
	padding: 100px 0;
}
.index-products .index-products-img {
	text-align: center;
}
.index-products .index-products-img img {
	margin: 0 auto;
}
.index-products p {
	font-size: 26px;
	color: #6C4642;
	font-weight: 500;
	text-align: center;
	padding: 20px 0 0;
}
.index-products p.index-pc{display: block;}
@media (max-width: 840px) {.index-products p.index-pc{display: none;}}
.index-products p.index-mobile{display: none;}
@media (max-width: 840px) {.index-products p.index-mobile{display: block;}}
.index-news {
	background: #FFFFFF;
	overflow: hidden;
	padding: 70px 0;
}
.index-news-img img {
	width: 100%;
}
.index-news-title {
	color: #333333;
	font-size: 19px;
	font-weight: 500;
	padding: 20px 0 10px;
	text-align: center;
}
a:hover .index-news-title {
	color: #9D6A64;
	transition: .5s all;
}
.index-news-des {
	color: #555555;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 10px 0;
	text-align: center;
}
.index-news-des p{
	margin: 0;
}
.index-news-date {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
.index-solution {
	position: relative;
	width: 100%;
	padding-top: 55%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.index-solution::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/mask.svg);
	background-size: 105% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.index-solution .index-solution-slogan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4vw 0 0;
	text-align: center;
}
.index-solution .index-solution-slogan h2{
	color: #ffffff;
	font-size: 48px;
	font-weight: 300;
}
.index-solution .index-solution-slogan h3{
	color: #ffffff;
	font-size: 48px;
	font-weight: 500;
}
.index-advantage {
	background: #ffffff;
	overflow: hidden;
	padding: 70px 0;
}
.index-advantage-icon img{
	margin: 0 auto;
}
.index-advantage-title {
	color: #9D6A64;
	font-size: 24px;
	font-weight: 500;
	padding: 20px 0;
	text-align: center;
}
.index-advantage-des {
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	padding: 0 0 10px 0;
	text-align: center;
}
.index-overview {
}
.index-overview-box {
	display: table-cell;
	vertical-align: middle;
	padding: 0 14%;
}
.index-overview-logo img{
	margin: 0 auto;
}
.index-overview-title {
	font-size:24px;
	color:#435363;
	line-height: 1.6;
	font-weight:500;
	text-align: center;
}
.index-overview-des {
	font-size:18px;
	color:#666666;
	line-height: 1.6;
	padding: 30px 0;
}
.index-overview-more {
}
.index-overview-more a {
	display: inline-block;
	background: #ffffff;
	color: #333333;
	padding: 8px 40px 10px;
	border: 1px solid #999999;
	font-size: 16px;
}
.index-overview-more a:hover{
	color: #FFFFFF;
	background: #9D6A64;
	border: 1px solid #9D6A64;
}
  /* -------------------------------------------
     Banner
  ---------------------------------------------*/

.banner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 16rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	position: relative;
}
@media (max-width: 991px) {.banner{min-height: 13rem;}}
@media (max-width: 640px) {.banner{min-height: 10rem;}}

.banner-inner {
	left: -50vw;
	margin-left: 50%;
	max-width: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
	bottom: 0;
	height: 100%;
}
.banner .title {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.banner .title h2 {
	color: #9D6A64;
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	font-weight: 500;
	letter-spacing: 3px;
}
@media (max-width: 640px) {.banner .title h2{font-size: 1.6rem;}}
  /* 
.banner .title h2::before {
	position: absolute;
	content: "";
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background: #ffffff;
}
-*/
.banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: myAnimation 2s ease 0s;
}




  /* -------------------------------------------
     News
  ---------------------------------------------*/
.submenu-topic {
	color: #9D6A64;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 0 20px;
}
@media (max-width:767px) {.submenu-topic{font-size: 20px;padding: 0 0 5px;}}
@media (max-width:480px) {.submenu-topic{font-size: 18px;}}

.submenu-cat {
  overflow: hidden;
  padding: 10px 0 0;
}
@media (max-width:767px) {.submenu-cat{padding: 10px 0 0;}}

.submenu-cat ul{
  padding: 0;
  margin:0;
}
.submenu-cat ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.submenu-cat ul li:first-child {
  display: inline-block;
  padding: 0 10px 0 0;
}
.submenu-cat ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.submenu-cat ul li a {
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #666666;
  font-size: 15px;
  padding: 7px 30px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 15px;
  display: block;
}
@media (max-width:767px) {.submenu-cat ul li a{font-size: 14px;padding: 4px 15px;}}

.submenu-cat ul li a:hover {
    background: #9D6A64 none repeat scroll 0 0 !important;
    border: 1px solid #9D6A64;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.submenu-cat ul li a.active {
    background: #9D6A64 none repeat scroll 0 0 !important;
    border: 1px solid #9D6A64;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.news-list {
	overflow: hidden;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.news-list .news-txtbox {
	padding: 15px 0;
	background: #F8F8F8;
}
.news-list .news-txtbox .news-title {
	color: #9D6A64;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 15px 10px;
}
.news-list .news-txtbox .news-date {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 15px;
	background: #9D6A64;
	display: inline-block;
	margin: 0 0 0 15px;
}
.news-list .news-txtbox .news-txt {
	color: #555555;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 20px 15px 10px;
}
.news-list a{
	display:block;
	margin: 0 0 30px;
}
.news-list a:hover{
	background-color:#eeeeee;
}
.news-img img {
	width: 100%;
}
.news-title {
	color: #9D6A64;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 15px;
}
.news-des {
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	padding: 0 15px 10px 15px;
}
.news-date {
	color: #9D6A64;
	font-size: 14px;
	font-weight: 400;
	padding: 0 15px 10px;
}

.news-detail {
}
.news-detail p{
	margin-bottom: 20px;
}
.news-detail h1 {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	text-align: center;
	color: #9D6A64;
}
@media (max-width: 767px) {.news-detail h1{font-size: 1.4rem;}}
@media (max-width: 480px) {.news-detail h1{font-size: 1.2rem;}}

.news-detail .news-detail-date {
	color: #777;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 0 20px;
}
.news-detail .news-detail-des {
	padding-bottom: 30px;
}
.news-detail .news-detail-des p{
	font-size: 1.2rem;
	line-height: 1.7;
}
.news-detail .news-detail-des img{
	width: 100%;
}
.news-detail .news-detail-more a {
	color: #fff;
	padding: 10px 25px;
	font-size: 1rem;
	background: #000;
	display: inline-block;
}
.news-detail .news-detail-more a:hover {
	color: #fff;
	padding: 10px 25px;
	font-size: 1rem;
	background: #DF0024;
	display: inline-block;
}
.event-list {
	overflow: hidden;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.event-list ul{
	margin:0 -30px;
	display: flex;
	flex-wrap: wrap;
	width: 105%;
}
.event-list ul li {
	padding: 0 30px 30px;
	flex: 0 0 50%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 30px;
}
@media (max-width: 767px) {.event-list ul li{flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;max-width: 100%;}}

.event-list ul li .event-list-img {
	float: left;
	width: 35%;
	padding-right: 5%;
}
.event-list ul li .event-list-img img{
	width: 100%;
}
.event-list ul li .event-list-txtbox{
	float: left;
	width: 60%;
}
.event-list ul li .event-list-txtbox h4{
	font-size: 1.1rem;
	color: #9D6A64;
	font-weight: 600;
}
.event-list ul li .event-list-txtbox p {
	font-size: 0.95rem;
	color: #333333;
	line-height: 1.4;
	margin: 0 0 10px;
}
@media (max-width: 480px) {.event-list ul li .event-list-txtbox p{font-size: 0.9rem;}}

.view-more {
	text-align: center;
	position: relative;
	margin: 20px 0 40px;
}
.view-more a {
	display: inline-flex;
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	min-width: 150px;
	padding: 8px 20px;
	background-color: transparent;
	color: #9D6A64;
	border: 1px solid #9D6A64;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear;
	outline: 0;
	min-height: 42px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
}
.view-more a:hover{
 color:#fff;
 border: 1px solid #9D6A64;
 background-color:#9D6A64;
 -webkit-box-shadow:0 7px 14px 0 rgba(0,0,0,0.2);
 box-shadow:0 7px 14px 0 rgba(0,0,0,0.2);
 -webkit-transform:translateY(-2px);
 transform:translateY(-2px)
}
.view-more .view-more-left {
	color: #fff;
	background-color: #9D6A64;
	float: left;
}
.view-more .view-more-right {
	color: #fff;
	background-color: #9D6A64;
	float: right;
}
.breadcrumbs {
	font-size: 16px;
	padding: 20px 0;
}
.breadcrumbs-inner {
	padding: 15px 0 25px;
	display: flex;
	width: 970px;
	max-width: 970px;
	margin: 0 auto;
}
@media (max-width: 970px) {.breadcrumbs-inner{width: 100%;padding: 15px 15px 25px 15px;display: inline-block;}}

.breadcrumbsLink {
	padding: 0 15px 0 5px;
	color: #555555;
	position: relative;
	line-height: 1.3;
	display: inline-block;
}
a:hover.breadcrumbsLink {
	color: #9D6A64;
}
.breadcrumbsLink:first-child {
	padding-right: 15px;
	padding-left: 0;
}
.breadcrumbsLink::after {
	top: 0;
	right: 0;
	content: "\f105";
	font-family: fontello;
	position: absolute;
	color: #999999;
}
.breadcrumbsText {
	padding-left: 10px;
	color: #9D6A64;
	padding-bottom: 0;
	margin: 0;
	line-height: 1.3;
	display: inline-block;
}
.social-share {
	text-align: center;
	margin: 30px 0;
}








  /* -------------------------------------------------------------------------------
     products
  ---------------------------------------------------------------------------------*/
.products {
	margin: 30px 0 0 0;
}
.products-cat {
	overflow: hidden;
	display: flex;
	height: 20vw;
	background: #18407E;
	margin: 30px 0;
}
@media (max-width: 1399px) {.products-cat{height: 25vw;}}
@media (max-width: 1140px) {.products-cat{height: 30vw;}}
@media (max-width: 767px) {.products-cat{height: auto;display: block;}}

.products-cat .col-7, .products-cat2 .col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
@media (max-width: 767px) {.products-cat .col-7, .products-cat2 .col-7{height: 200px;max-width: 100%;}}

.products-cat .col-5, .products-cat2 .col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
@media (max-width: 767px) {.products-cat .col-5, .products-cat2 .col-5{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin: 30px 0;}}

.products-cat-left {
	padding: 0 60px !important;
	height: 100%;
	display: table;
}
@media (max-width: 767px) {.products-cat-left{padding: 0 20px !important;}}

.products-cat-right {
	padding: 0 60px !important;
	height: 100%;
	display: table;
	text-align: center;
}
@media (max-width: 767px) {.products-cat-right{padding: 0 20px !important;margin: 0;}}

.products-cat2 {
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	height: 20vw;
	background: #9D6A64;
}
@media (max-width: 1399px) {.products-cat2{height: 25vw;}}
@media (max-width: 1140px) {.products-cat2{height: 30vw;}}
@media (max-width: 767px) {.products-cat2{height: auto;display: block;}}

.va-middle {
	display: table;
	text-align: center;
}
.va-middle h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	padding: 0 0 10px;
	margin: 0;
	line-height: 1.2;
}
@media (max-width: 1140px) {.va-middle h2{font-size: 30px;}}

.va-middle p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	padding: 0 0 20px;
	margin: 0;
	line-height: 1.5;
}
.va-middle a.more {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 1px solid #ffffff;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	border-radius: 20px;
	padding: 8px 30px;
	display: inline-block;
}
@media (max-width: 1140px) {.va-middle a.more{font-size: 16px;}}

.va-middle a:hover.more {
	background: #E05955 none repeat scroll 0 0 !important;
	border: 1px solid #E05955;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
.product-list {
	margin: 50px 0;
}
@media (max-width: 767px) {.product-list{margin: 20px 0;}}

.product-list a {
	background-color: #fff;
	box-shadow: 1px 1px 5px #cecece;
	display: block;
}
.product-list-img {
}
.product-list-title {
	font-size: 22px;
	font-weight: 500;
	padding: 15px 0;
}
.product-list p{
	font-size: 16px;
	color:#666666;
}
.product-detail {
	overflow: hidden;
	margin: 30px 0 60px;
	font-size: 18px;
}
.product-detail h1 {
	font-weight: 600;
	margin: 0 0 30px;
	color: #9D6A64;
	font-size: 40px;
	position: relative;
}
.product-detail h1::before {
	top: calc(100% + 10px);
	width: 150px;
	height: 3px;
	background-color: #9D6A64;
	content: "";
	position: absolute;
}
.product-detail h2 {
	font-size: 20px;
	line-height: 1.6;
	margin: 0 0 10px;
}
.product-detail .p-title {
	font-size: 24px;
	font-weight: 600;
	color: #9D6A64;
	line-height: 1.2;
	margin: 20px 0;
	border-left: 5px solid;
	padding: 0 0 0 10px;
}
.product-detail .p-des {
	font-size: 16px;
}
.product-detail .p-des ol{
	margin:0 0 0 20px;
}
.product-detail .p-des ol li{
	list-style-type:decimal;
	padding: 10px 0;
}
.product-detail .p-des ol li strong{
	font-weight: 600;
}
.products-detail ul {
	padding: 0;
	margin: 0 0 0 20px;
}
.products-detail ul li {
	list-style-type: disc !important;
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #000000;
	font-size: 1rem;
}
.products-detail table {
	text-align: center;
	font-size: 15px;
	border-right: 1px solid #dddddd;
}
.products-detail table th {
	padding: 10px;
	border-top: 1px solid #dddddd;
	border-bottom: 3px solid #1495C7;
	background: #0060b5;
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	word-break: keep-all;
}
.products-detail table td {
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	word-break: keep-all;
}
.products-detail table tr:nth-of-type(odd) {
	background: #eeeeee;
}
.achievement-box {
	margin: 0 0 20px;
	overflow: hidden;
}
.achievement-box .achievement-box-title {
	margin: 0 0 10px;
	/* overflow: hidden; */
	font-size: 1.1rem;
	font-weight: 600;
}
.hn_line01 {
	margin-bottom: 30px;
	padding-top: 40px;
	line-height: 1.154em;
	font-size: 26px;
	font-weight: 600;
}
.hn_line01 > h3 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #ffffff;
	padding: 5px 10px;
	border-left: 6px solid #9D6A64;
	margin: 0 0 15px;
	background-image: url("/images/title-bg.jpg");
}
.products-1-left {
	width: 22%;
	float: left;
	background: #ffffff;
}
@media (max-width:970px) {.products-1-left{width: 20%;display: none;}}

.products-1-left ul {
	margin: 0;
	list-style: none;
}
.products-1-left ul li {
	list-style: none;
}
.products-1-left ul li a {
	color: #333333;
	padding: 10px 10px 10px 15px;
	display: block;
	font-size: 0.95rem;
	border-bottom: 1px solid #cccccc;
}
.products-1-left ul li.nosec a::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.products-1-left ul li a.plus-dark {
	background: transparent;
	color: #000000;
	padding: 10px;
}
.products-1-left ul li:hover a.plus-dark{
	color: #0060b5;
	text-decoration: none;
}
.products-1-left ul li a.plus {
	float: left;
	background: transparent;
	color: #ffffff;
	border: 0;
	padding: 10px 5px 10px 10px;
}
.products-1-left ul li a:hover.plus {
	color: #ffffff;
	text-decoration: none;
}
.products-1-left ul li a:hover {
	color: #9D6A64;
	text-decoration: none;
}
.products-1-left ul li a.active {
	background: #1495C7;
	color: #ffffff;
	display: block;
	font-weight: 600;
	font-size: 18px;
}

.products-1-left ul li ul.secnav{
	margin: 0;
	list-style: none;
}
.products-1-left ul li ul.secnav li a {
	background: #eeeeee;
	color: #222;
	font-size: 0.95rem;
	padding: 7px 15px 7px 25px;
	display: block;
}
.products-1-left ul li ul.secnav li a::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.products-1-left ul li ul.secnav li a:hover {
	color: #9D6A64;
}
.products-1-left ul li ul.secnav li a.active {
	color: #9D6A64;
	font-weight: 600;
}
.products-1-left ul li ul.secnav li a.active::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.products-1-left-title {
	background: #9D6A64;
	color: #ffffff;
	padding: 12px;
	font-size: 20px;
	font-weight: 600;
}
.products-left-cat1 {
	background: #1495C7;
	color: #ffffff;
	padding: 12px;
	font-size: 18px;
	font-weight: 600;
}
.products-left-cat1 a{
	color: #ffffff;
}
.products-1-right{
	width: 73%;
	float:right;
}
@media (max-width:1280px) {.products-1-right{width: 75%;}}

@media (max-width:960px) {.products-1-right{width: 100%;float:none;}}

.products-1-right .products-1-right-title {
	color: #C32C2B;
	font-size: 1.5rem;
	font-weight: 600;
	border-left: 8px solid #C32C2B;
	line-height: 1.5;
	padding-left: 10px;
	margin-bottom: 25px;
}
.products-1-right .products-1-right-list {
	overflow: hidden;
}
.products-1-right .products-1-right-list ul {
	margin: 0 -15px;
}
.products-1-right .products-1-right-list ul li {
	width: 100%;
	padding: 0 15px 40px;
	margin: 0 0 40px;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}
@media (max-width:1280px) {.products-1-right .products-1-right-list ul li{width: 100%;}}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li{width: 100%;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-img {
	border: 1px solid #dedede;
	float: left;
	width: 25%;
}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li .products-1-right-list-img{width: 100%;float: none;margin: 0 0 15px;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-img img {
	width: 100%;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-con {
	float: right;
	width: 70%;
}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li .products-1-right-list-con{width: 100%;float: none;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-con-title {
	font-size: 1.4rem;
	font-weight: 600;
	color:#333333;
	line-height: 1.3;
}

.products-1-right .products-1-right-list ul li .products-1-right-list-con-des {
	font-size: 1rem;
	font-weight: 400;
	color: #666666;
	line-height: 1.4;
	padding: 10px 0;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li{
	float: left;
	width: 33.33%;
	border: 0;
	padding: 0 15px 10px;
	margin: 0;
}
@media (max-width:1280px) {.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li{width: 50%;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li a{
	color: #72A22D !important;
}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li a{font-size: 0.9rem;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li a:hover{
	color: #5C8D16 !important;
	text-decoration: underline;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-con-list ul li a::before {
	content: "\f105";
	font-family: fontello;
	font-size: 20px;
	color: #72A22D;
	padding-right: 7px;
}
.products-1-title {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 0 30px;
	color: #9D6A64;
}
.products-1-des {
	font-size: 0.95rem;
	font-weight: 400;
	padding: 0 0 20px;
	color: #555555;
	line-height: 1.4;
}
.products-1-des p {
	padding: 0 0 20px;
}
.products_03 {
	width: 100%;
}
.products_03 ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.products_03 ul li {
	border-bottom: 1px solid #cccccc;
	float: left;
	margin-bottom: 20px;
	padding: 0 0 20px;
	width: 100%;
}
.products_03 .products_03_left {
	float: left;
	margin: 0 4% 1% 0;
	width: 20%;
}
@media (max-width: 480px) {.products_03 .products_03_left{width: 35%;}}

.products_03 .products_03_left .products_03_left_img {
	float: left;
	width: 100%;
}
.products_03 .products_03_left .products_03_left_img img{
	border-color: #9D6A64 #ebebeb #ebebeb;
	border-style: solid;
	border-width: 5px 1px 1px;
}
.products_03 .products_03_left .products_03_left_img a{
}
.products_03 .products_03_middle {
	float: left;
	margin: 0 0 1% 0;
	width: 76%;
}
@media (max-width: 480px) {.products_03 .products_03_middle{width: 61%;}}

.products_03 .products_03_middle .products_03_middle_title {
	font-size: 1.4rem;
	color: #72A22D;
	font-weight: bold;
}
.products_03 .products_03_middle .products_03_middle_title a{
	color: #9D6A64;
}
.products_03 .products_03_middle .products_03_middle_title a:hover{
	color: #B12822;
}
.products_03 .products_03_middle .products_03_middle_title2 {
	font-size: 13px;
	color: #555555;
	padding: 5px 0 15px;
}
.products_03 .products_03_middle .products_03_middle_title2 p{
	margin: 0;
	padding: 0;
}
.more a {
	display: inline-block;
	background: #9D6A64;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 4px 15px 6px;
}
@media (max-width: 480px) {.more a{font-size: 1.05rem;}}

.products-3 {
	overflow: hidden;
	margin: 0 0 50px;
}
.products-3 .products-3-left {
	float: left;
	width: 50%;
	padding-right: 10%;
}
@media (max-width: 640px) {.products-3 .products-3-left{float: none;width: 100%;padding-right: 0;}}

.products-3 .products-3-left .Thumb-b {
	margin: 0 0 20px;
}
.products-3 .products-3-left .Thumb-b img {
	width: 100%;
	border: 1px solid #ebebeb;
}
.products-3 .products-3-left .Thumb-s {
	width: 100%;
	overflow: hidden;
}
.products-3 .products-3-left .Thumb-s ul {
	margin: 0 -5px;
	padding: 0;
}
.products-3 .products-3-left .Thumb-s ul li {
	float: left;
	width: 25%;
	padding: 0 5px 10px;
	list-style: none;
}
@media (max-width: 480px) {.products-3 .products-3-left .Thumb-s ul li{width: 33.33%;}}
@media (max-width: 330px) {.products-3 .products-3-left .Thumb-s ul li{width: 50%;}}

.products-3 .products-3-left .Thumb-s ul li img {
	width: 100%;
}
.products-3 .products-3-left .Thumb-s ul li a {
	border: 1px solid #dedede;
	display: block;
	padding: 5px;
}
.products-3 .products-3-right{
	float: right;
	width: 50%;
}
@media (max-width: 640px) {.products-3 .products-3-right{float: none;width: 100%;}}

.products-3 .products-3-right h1 {
	font-size: 2.2rem;
	color: #333333;
	font-weight: 600;
	padding: 0 0 15px;
}
@media (max-width: 480px) {.products-3 .products-3-right h1{text-align: center;padding: 20px;}}

.products-3 .products-3-right h2 {
	font-size: 1rem;
	color: #333333;
	font-weight: 400;
	padding: 0 0 15px;
	line-height: 1.4;
}
.products-3 .products-3-right h3 {
	font-size: 1.1rem;
	color: #9D6A64;
	font-weight: 600;
}
.des-box {
	margin: 5px 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #333333;
	padding: 0 0 20px;
	overflow: hidden;
}
.des-box .des-box-icon {
	float: left;
	width: 15%;
	padding-right: 5%;
}
.des-box .des-box-con {
	margin: 0 0 20px;
}
.des-box ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.des-box ul li {
	padding: 0;
	margin: 0;
	list-style-type:disc !important;
}
.p-download i {
	font-size: 1.2rem;
}
.p-download a {
	background: #9D6A64;
	color: #ffffff;
	padding: 12px 40px 15px;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	border-radius: 3px;
}
@media (max-width: 480px) {.p-download{text-align: center;}}

.p-download a:hover {
	background: #333333;
}
.products-more {
	overflow: hidden;
	margin: 10px 0 30px;
}
.products-more ul li{
	padding-bottom: 5px;
}
.tab {
	width: 100%;
	overflow: hidden;
	margin: 25px 0;
}
.nav-tabs {
	margin: 0;
	border-bottom: 2px solid #9D6A64;
	overflow: hidden;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
@media (max-width: 480px) {.nav-tabs > li{float: left;width: 50%;}}

.nav-tabs > li > a {
	line-height: 1.42857143;
	border-radius: 0;
	background-color: #9D6A64;
	text-align: center;
	color: #ffffff;
	font-size: 0.95rem;
	padding: 10px 15px;
	display: block;
	font-weight: 600;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #ededed;
	border-bottom-color: transparent;
	text-align: center;
}
.tab-content {
	background-color: #ffffff;
	padding: 20px 0;
	font-size: 0.95rem;
	line-height: 1.6;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .tab-pane img{
	max-width: 100%;
	display: inline-block;
}
.tab-content > .active {
	display: block;
}
.products-info-des p {
	padding: 0 0 20px;
}






  /* -------------------------------------------------------------------------------
     Contact
  ---------------------------------------------------------------------------------*/

.signup-box {
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
	border-left: 6px solid #9D6A64;
	padding: 0 5px 10px;
}
.signup-col {
	float: left;
	width: 100%;
}
.signup-col2 {
	float: left;
	width: 50%;
	padding: 0 15px;
	min-height: 105px;
}
@media (max-width: 767px) {.signup-col2{float: none;width: 100%;min-height: auto;}}
.signup-col-auto {
	float: left;
	padding: 0 5px;
}
@media (max-width: 767px) {.signup-col3{float: none;width: 100%;}}
.formLabel {
	display: inline-block;
	width: auto !important;
	margin-bottom: 6px;
	font-weight: 300;
	font-size: 14px;
}
.Required {
	margin: 0 0 0 2px;
	float: none;
	font-size: .8125rem;
	-webkit-font-smoothing: auto;
	color: #F93636;
}
.FormPanel {
	width: 100%;
	margin-bottom: 10px;
}
.FormPanel.Interest label{
	width: 25% !important;
	float: left;
	margin: 0;
	padding: 0 10px;
}
@media (max-width: 991px) {.FormPanel.Interest label{width: 33.33% !important;}}
@media (max-width: 640px) {.FormPanel.Interest label{width: 50% !important;}}
@media (max-width: 480px) {.FormPanel.Interest label{width: 100% !important;}}

.contact-des {
	border-left: 4px solid #9D6A64;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}
input.captcha_input {
	display: inline-block;
	width: calc(100% - 90px) !important;
	vertical-align: middle;
	height: 43px;
}
.FormPanel img {
	vertical-align: middle;
	display: inline-block;
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="search"], input[type="number"], input[type="tel"] {
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 0.95rem;
	padding: 8px;
	-webkit-appearance: textfield;
	border-radius: 3px;
	width: 100%;
}
input[type="button"], input[type="submit"], input[type="reset"], .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	min-width: 200px;
	padding: 10px 24px;
	background-color: #9D6A64;
	color: #ffffff;
	border: 0;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition: all 120ms linear;
	transition: all 120ms linear;
	outline: 0;
	min-height: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, .btn:hover, .btn:focus {
	color: #ffffff;
	background-color: #268CCD;
	-webkit-box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
	box-shadow: 0 7px 14px 0 rgba(0,0,0,0.2);
}
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #ccc;
	/* border-radius: 0; */
	background-color: #ffffff;
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.7;
	color: #0a0a0a;
	transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	resize: none;
	max-width: 100%;
}
.FormPanel.location select {
	width: auto;
}
select {
	border: 1px solid #ccc;
	height: 2.5rem;
	line-height: 2.6375rem;
	padding: 0 50px 0 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	background-image: url("/images/select-bg.svg");
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50px 50px;
	color: #333333;
	border-radius: 3px;
	font-size: 0.95rem;
}
.SubmitButton2 {
	padding: 8px !important;
	font-size: 0.95rem !important;
	min-height: 38px !important;
	margin-top: 0 !important;
	min-width: 100px !important;
	border-radius: 3px;
}
.SubmitButton-pad {
	margin-top: 35px !important;
}
.b-info2 .title{
	color: #333333;
	padding: 0;
}
.b-info2 .title .e-t {
	/* text-transform: uppercase; */
	font-size: 26px;
	font-weight: 400;
	/* letter-spacing: 1px; */
	padding: 10px 0;
	color:#9D6A64;
}
.b-info2 .title .c-t {
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 0 0 20px;
	position: relative;
}
.b-info2 .title .c-t::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 90px;
	width: 30px;
	height: 2px;
	background: #9D6A64;
}



  /* -------------------------------------------------------------------------------
     About
  ---------------------------------------------------------------------------------*/
.about {
	overflow: hidden;
	margin: 20px 0;
}
@media (max-width: 767px) {.about{margin: 10px 0;}}

.about-1 {
	position: relative;
	width: 100%;
	padding-top: 55%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.about-1-slogan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2vw 0 0;
	text-align: center;
}
.about-1-slogan h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 300;
	position: relative;
}
.about-1-slogan h2::before {
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background-color: #E05955;
	content: "";
	position: absolute;
}
.about-1-slogan h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	padding: 30px 0;
	width: 450px;
	margin: 0 auto;
	line-height: 2;
}
.about-1-icon {
	position: absolute;
	top: 470px;
	left: 50%;
	transform: translateX(-50%);
	width: 900px;
}
.about-1-icon-icon img {
	margin: 0 auto;
	width: 92px;
}
.about-1-icon-title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	padding: 20px 0;
	text-align: center;
}
.about-2 {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #18407E;
}
.about-2-img {
	width: 100%;
}
.about-2-img img{
	width: 100%;
}
.about-2-title {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	text-align: center;
	padding: 15px 0 50px;
}
.about-3 {
	position: relative;
	width: 100%;
	padding-top: 45%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.about-3-slogan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 6vw 0 0;
	text-align: center;
}
.about-3-slogan h2 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 300;
	position: relative;
}
.about-3-slogan h2::before {
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background-color: #E05955;
	content: "";
	position: absolute;
}
.about-3-slogan h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	padding: 30px 0;
	width: 800px;
	margin: 0 auto;
	line-height: 2;
}
.about-3-icon {
	padding: 50px 0;
}
.about-3-icon img {
	margin: 0 auto;
}
.about-4 {
	position: relative;
	padding: 60px 0;
}
.about-4-title {
	position: relative;
	background: #E05955;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 8px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 20px;
}
.about-5 {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.about-5 h2 {
	font-size: 36px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.4;
	position: relative;
	margin: 0 0 50px;
}
.about-5 h2::before {
	top: calc(100% + 20px);
	width: 150px;
	height: 3px;
	background-color: #E05955;
	content: "";
	position: absolute;
}
.about-5 h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	margin: 0 auto;
	line-height: 2;
}
.img-left {
	float: left;
	width: 55%;
	padding-right: 40px;
	padding-bottom: 10px;
}
@media (max-width: 640px) {.img-left{float: none;width: 100%;padding-right: 0;}}

.m-dt {
	display: none;
	float: left;
	color: #666666;
	font-weight: 600;
}
@media (max-width: 767px) {.m-dt{display: block;}}


.products-info-des table td{
    border-bottom: 1px solid #dddddd;
}
.css-table{
    display: table;
}
.css-table .thead{
    display:table-header-group;
}
.css-table .tbody{
    display:table-row-group;
}
.css-table .tr{
    display:table-row;
}
.css-table .th, .css-table .td{
    display:table-cell;
}
.more a:hover {
	background: #333333;
}
.opc .section.active {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.opc .section .step-title {
	margin: 0 0 10px;
	position: relative;
	width: 100%;
}
.opc .section .step-title .number {
	background-color: #333333;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 30px;
}
.opc .section .step-title .number2 {
	background-color: #9D6A64;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 30px;
	line-height: 28px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 30px;
}

.opc .section .step-title h2 {
	/* float: left; */
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 4px 0 55px;
	padding: 0;
}
.opc .section .step-title h2 a {
	color: #9D6A64;
	display: block;
	padding: 10px 0;
	line-height: 1.4;
}
.opc .section .step-title .plus {
	background-color: #999999;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 39px;
	line-height: 37px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 39px;
	right: 0;
	cursor: pointer;
}
.opc .section .step-title .plus::before {
	content: "+";
}
.opc .section .step-title .minus {
	background-color: #05b2c6;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 39px;
	line-height: 37px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 39px;
	right: 0;
	cursor: pointer;
}
.opc .section .step-title .minus::before {
	content: "-";
}
.opc .section .step-title p {
	float: left;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 10px 0;
	color: #333333;
	margin: 0 4px 0 55px;
}
.opc .section .step-title::after {
	clear: both;
	content: "";
	display: table;
}
.Worldwide-top {
	padding: 50px 0 70px 50px;
	margin: 0 0 30px;
}
.Worldwide-top h3 {
	color: #ffffff;
	font-size: 1.7rem;
	padding: 0 0 15px;
}
.banner-bot {
	position: fixed;
	right: 15px;
	bottom: 50px;
	z-index: 1000;
}
@media (max-width: 480px) {.banner-bot{width: 60%;}}

.banner-bot img{
	width: 240px;
}
@media (max-width: 480px) {.banner-bot img{width: 100%;}}

.open > .dropdown-menu {
	display: block;
	min-width: 7rem;
	left: 25px;
}
.dropdown-menu a {
	float: none !important;
}
@media (max-width: 991px) {.more-btn{text-align: center;}}
.more-btn a {
	background: #9D6A64;
	display: inline-block;
	padding: 5px 15px 5px 25px;
	color: #ffffff;
}
.more-btn a:hover {
	background: #B42524;
	box-shadow: 4px 1px 20px -8px #ababab;
}
#floatContact {
    top:70%;/*50%;*/
    display: block;
    position: fixed;
    right: 0px;
    bottom: auto;    
    padding: 13px 15px;    
    font-size: 20px;
    background: #b7aeae;
    font-style: white;
    cursor: pointer;
    z-index: 2;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
#top {
	position: relative;
	background-color: #9D6A64;
	width: 100%;
	height:45px;
	z-index: 1000;
	padding: 8px 0;
	color: #ffffff;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
@media (max-width: 767px) {#top{font-size: 12px;}}

#top a{
	color: #ffffff;
}
#header {
	position: relative;
	background-color: white;
	width: 100%;
	z-index: 1000;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
}
#header.sticky {
	position: fixed;
	top: 0;
}
#header.sticky-hidden {
	position: fixed;
	top: -130px;
	width: calc(100% - 40px);
}
#header2 {
	position: relative;
	background-color: white;
	width: 100%;
	z-index: 1000;
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
	display: none;
}
@media (max-width: 1279px) {#header2{display: block;}}

#header2.sticky {
	position: fixed;
	top: 0;
}
#header2.sticky-hidden {
	position: fixed;
	top: -60px;
	width: calc(100% - 40px);
}
.timeline {
	list-style: none;
	padding: 60px 0 40px;
	position: relative;
	margin: 20px 0 0;
}

    .timeline::before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 6px;
	background-color: #9D6A64;
	left: 50%;
	margin-left: -2px;
}

    .timeline > li {
        margin-bottom: 0;
        position: relative;
    }
@media (max-width: 767px) {.timeline > li{margin-bottom: 30px;}}

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 47%;
            float: left;
            border-radius: 2px;
            padding: 20px;
            position: relative;
			background: #F4F0EE;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 12px;
                right: -14px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #F4F0EE;
                border-right: 0 solid #F4F0EE;
                border-bottom: 15px solid transparent;
                content: " ";
            }


        .timeline > li > .timeline-badge {
            color: #fff;
            width: 18px;
            height: 18px;
            line-height: 16px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -9px;
            background-color: #9D6A64;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }
.timeline-badge-top {
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 16px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -11px;
	background-color: #ffffff;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border: 4px solid #9D6A64;
}
@media (max-width: 767px) {.timeline-badge-top{left: 41px;}}

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -14px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -13px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: #9D6A64;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: right;
}
@media (max-width: 767px) {.timeline-title{text-align: left;}}

.timeline-title span{
	color: #333333;
	font-size: 20px;
}
.timeline-inverted .timeline-title {
	text-align: left;
}
.timeline-inverted .timeline-title span{
	color: #333333;
	font-size: 20px;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
	font-size: 0.95rem;
	text-align: right;
	line-height: 1.6;
}
@media (max-width: 767px) {.timeline-body > p{text-align: left;}}

.timeline-inverted .timeline-body > p {
	text-align: left;
}
    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
    }

    ul.timeline > li > .timeline-badge {
        left: 32px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -14px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -13px;
            right: auto;
        }
}
.text-container {
	float: left;
	width: 50%;
}
.text-container .title-box h4 {
	color: #18407E;
	padding: 0;
	font-size: 1.3rem;
}
.text-container .info-box {
	position: relative;
	margin: 30px 0;
	padding: 30px 0;
	border: 1px solid #E5E5E5;
	border-left: none;
	border-right: none;
}
.text-container .info-box::before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	display: block;
	width: 40px;
	height: 4px;
	background-color: #15438F;
}
.text-container .info-box dl {
	line-height: 1.5em;
}
.text-container .info-box dl dt {
	float: left;
	width: 115px;
}
.text-container .info-box dl dd {
	padding-left: 115px;
}
.t-gray {
	color: #808080;
}
.support-download {
	overflow: hidden;
	width: 100%;
}
.support-download .support-download-list {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.support-download .support-download-list .download-title {
	float: left;
	width: 70%;
	padding: 12px 15px;
	border-right: 1px solid #ddd;
}
@media (max-width: 767px) {.support-download .support-download-list .download-title{width: 50%;}}

.support-download .support-download-list .download-size {
	float: left;
	width: 15%;
	padding: 12px 15px;
	text-align: center;
	border-right: 1px solid #ddd;
}
@media (max-width: 767px) {.support-download .support-download-list .download-size{width: 25%;}}

.support-download .support-download-list .download-btn {
	float: left;
	width: 15%;
	padding: 12px 15px;
	text-align: center;
}
@media (max-width: 767px) {.support-download .support-download-list .download-btn{width: 25%;}}

.support-download .support-download-list {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.support-top {
	background: #9D6A64;
	color: #ffffff;
	font-weight: 600;
}
.social {
	text-align: right;
	font-size:18px;
}
.social a{
	color: #ffffff;
}
.hero .slick-prev, .hero .slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 100;
}
.hero .slick-prev {
	left: 20px;
	background-image: url('/images/left-arrow.png');
	background-size: 50px;
}
.hero .slick-next {
	right: 20px;
	background-image: url('/images/right-arrow.png');
	background-size: 50px;
}
.gutter-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.gutter-0 > * {
	padding: 0 !important;
}
video {
  width: 100%;
  height: 100%;
}
.col-xl-6 {
	padding-bottom: 3rem;
}
.col-xl-3 {
	margin-bottom: 30px;
}
.col-xl-4 {
	margin-bottom: 40px;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #eee;
	animation-timing-function: cubic-bezier(.165,.84,.44,1);
	animation-delay: 2s;
}

#preloader #preloader-inner {
	display: block;
	position: relative;
	left: 40%;
	top: 50%;
	width: 338px;
	height: 80px;
	margin: 0;
	background-image: url(../images/logo.png)
}
@media (max-width: 767px) {#preloader #preloader-inner{left: 20%;background-size: 250px;width: 250px;background-repeat: no-repeat;}}

#preloader #preloader-inner::before {
	content: "";
	position: absolute;
	top: 120px;
	font-size: .9rem;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	line-height: 1.3rem;
	letter-spacing: .6rem;
	left: -10px
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px) scale(1);
		transform: translateY(-20px) scale(1)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px) scale(1);
		-ms-transform: translateY(-20px) scale(1);
		transform: translateY(-20px) scale(1)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0) scale(1);
		-ms-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}