﻿body{
	margin:0;
	padding:0;
	font-size:14px;
	font-family: arial, Microsoft JhengHei,sans-serif;
	color: #333;
	line-height: 26px;
	overflow-x: hidden;
}

*{transition: height .20s linear;}
*:hover{transition: all .20s linear;}

a{ text-decoration:none; outline: none; color: #231815;}
a:hover{ color: #f6a123; }

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

.preload{
	position: fixed;
	background: #FFF center center no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.dot{
	position: absolute;
	height: 100px;
	width: 120px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	text-align: center;
}
.dot-elastic{
	margin-left: 55px;
}

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

/*=[header]=========*/
header{
	position: absolute;
	width: 100%;
	max-width: 1480px;
	margin: auto;
	top: 30px;
	left: 0;
	right: 0;
	background: #F5F5F5;
	height: 90px;
	z-index: 10;
}
header .wrapper{
	padding: 5px 0;
	overflow: visible;
}
header #logo{
	width: 90px;
	vertical-align: bottom;
}
header .fixed_title{
	display: none;
}
header.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
header nav{
	float: right;
	margin: 25px 0 0;
}
header nav ul{
	margin: 0;
	padding: 0;
}
header nav ul li{
	position: relative;
	display: inline-block;
	padding: 0 0 10px;
	height: 40px;
}
header nav ul li a{
	padding: 0 20px;
	vertical-align: bottom;
	line-height: 16px;
	color: #3E3A39;
	font-size: 16px;
	font-weight: bold;
	border-right: 1px #009FE8 solid;
}
header nav ul li a:hover{
	color: #f6a123;
}
header nav ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  top: 30px;
  left: 50%;
  position: absolute;
  background: #f6a123;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header nav ul li a:hover:after { 
  width: 65%; 
  left: 17%;
}
header nav ul li:last-child a{
	border: none;
}

header nav ul li:hover > ul{display: block;}

header #nav_icon{
	float: right;
	color: #005B9E;
	display: none;
	margin: 10px 0 0 0;
}
header .btn_navCloss{
	display: none;
}


header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30;
}
header.fixed .fixed_title{
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
	line-height: 28px;
	border-left: 1px #555 solid;
	padding-left: 10px;
	margin-left: 5px;
}



/*=[page]=========*/
#index{

}
#index .banner{
	position: relative;
	overflow: hidden;
}
#index .banner #banner_owl{
	width: 100%;
	margin: auto;
	position: relative;
}
#index .banner #banner_owl .item{
	/*height: 100vh;*/
	height: 900px;
	background: center top no-repeat;
	background-size: auto 100%;
}
#index .banner #banner_owl .item1{
	background-image: url(../images/banner01.jpg)
}
#index .banner #banner_owl .item2{
	background-image: url(../images/banner02.jpg)
}
#index .banner #banner_owl .item3{
	background-image: url(../images/banner03.jpg)
}

#index .banner #banner_owl .owl-dots{
	position: absolute;
	width: 100%;
	max-width: 1320px;
	top: 60%;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 6%;
	box-sizing: border-box;
	z-index: 20;
	box-sizing: border-box;
}
#index .banner #banner_owl .owl-dot{
	display: inline-block;
}
#index .banner #banner_owl .owl-dot span{
	display: inline-block;
	width: 40px;
	height: 3px;
	margin: 0 5px;
	border: 1px #005B9E solid;
}
#index .banner #banner_owl .owl-dot.active span{
	background: #005B9E;
}
#index .banner .owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0;
	height: 54px;
	margin: auto;
	z-index: 10;
}
#index .banner .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	left: 30px;
	width: 54px;
	height: 54px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
}
#index .banner .owl-carousel .owl-nav .owl-next{
	position: absolute;
	right: 30px;
	width: 54px;
	height: 54px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
}
#index .banner .item .content{
	position: absolute;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding-left: 6%;
	box-sizing: border-box;
	top: 25%;
	left: 0;
	right: 0;
	z-index: 10;
}
#index .banner .item .content .banner_title-s{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #005B9E;
}
#index .banner .item .content .banner_title{
	position: relative;
	font-size: 60px;
	font-weight: bold;
	padding: 20px 0 0;
	line-height: 70px;
	color: #005B9E;
}
#index .banner .item .content .banner_subtitle{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0;
	color: #009FE8;
	margin-left: 30px;
}
#index .banner .item .content .banner_subtitle:before {
    content: "";
    border-style: solid;
    border-width: 8px 10px 8px 15px;
    border-color: transparent transparent transparent #F29600;
    position: absolute;
    top: 23px;
    left: -30px;
}
#index .banner .item .icon-flag{
	display: inline-block;
	width: 20px!important;
}

#index .service{
	padding: 160px 0;
	background: url(../images/bg1.jpg) center top no-repeat;
	background-size: cover;
}
#index .service .wrapper{
	padding: 0 40px;
}
#index .service .item{
	position: relative;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 10px;
	transition: all 1s;
}
#index .service .item:hover{
	margin-top: -5px;
}
#index .service .item:nth-of-type(3n) {
	margin-right: 0;
}

#index .deco-circle{
	position: absolute;
	border: 68px #009FE8 solid;
	width: 18%;
	padding-bottom: 18%;
	border-radius: 50%;
	top: 30%;
	left: -12%;
	z-index: 2;
	opacity: .5;
}


/*=[about]=========*/
#about .section1{
	background: url(../images/about-bg.png) right -180px top 15% no-repeat;
	background-size: 1000px auto;
	padding: 200px 0 100px;
}
#about .section1 .wrapper{
	width: 100%;
	max-width: 1320px;
	margin: auto;
}
#about .section1 .content1{
	background: url(../images/about01.png) center top no-repeat;
	background-size: 100% auto;
	padding: 0 0 450px;
}
#about .section1 .banner_title-s{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #005B9E;
}
#about .section1 .banner_title{
	position: relative;
	font-size: 60px;
	font-weight: bold;
	padding: 20px 0 0;
	line-height: 70px;
	color: #005B9E;
}
#about .section1 .banner_subtitle{
	position: relative;
	font-size: 24px;
	margin-left: 90px;
	color: #009FE8;
}
#about .section1 .banner_subtitle span{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
#about .section1 .img2{
	width: 100%;
	max-width: 400px;
	margin: 40px 0 10px;
}
#about .section1 .content-title{
	font-size: 60px;
	font-weight: bold;
	padding: 20px 0 0;
	line-height: 70px;
	color: #005B9E;
}
#about .section1 .content-subtitle{
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0 0;
	color: #005B9E;
	line-height: 40px;
}
#about .section1 .content-txt{
	font-size: 16px;
	padding: 20px 0 0;
	color: #005B9E;
}
#about .section1 .items{
	position: relative;
	margin-top: 100px;
}
#about .section1 .item{
	position: relative;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 23px;
	font-weight: bold;
}
#about .section1 .item:nth-of-type(3n) {
	margin-right: 0;
}
#about .section1 .item2{
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin-bottom: 30px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: left;
	color: #717071;
}
#about .section1 .item2 span{
	color: #E95513;
}
#about .section1 .wrapper{
	position: relative;
	overflow: visible;
}

#about .section1 .deco1{
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 20%;
	z-index: 2;
}
#about .deco-circle1{
	position: absolute;
	border: 75px #25B7BC solid;
	width: 30%;
	padding-bottom: 30%;
	border-radius: 50%;
	top: -50%;
	left: calc(50% - 1100px);
	z-index: 10;
	opacity: .5;
}
#about .deco-circle2{
	position: absolute;
	width: 30%;
	bottom: 15%;
	left: -20%;
	z-index: 10;
}


/*=[features]=========*/
#features .section1{
	padding: 280px 0 150px;
	background: url(../images/bg-3.png) center top no-repeat;
	background-size: auto 115%;
}
#features .section1 .wrapper{
	width: 100%;
	max-width: 1320px;
	margin: auto;
}
#features .section1 .content1{
	position: relative;
	padding: 0 0 60px;
}
#features .section1 .banner_title-s{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #005B9E;
}
#features .section1 .banner_title{
	position: relative;
	font-size: 60px;
	font-weight: bold;
	padding: 20px 0 0;
	line-height: 70px;
	color: #005B9E;
}
#features .section1 .banner_subtitle{
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding: 20px 0 0;
	color: #005B9E;
}
#features .section1 .banner_subtitle2{
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	padding: 20px 0 0;
	color: #005B9E;
}
#features .section1 .content-title{
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
	color: #F26D57;
}
#features .section1 .content-title2{
	font-size: 30px;
	font-weight: bold;
	margin: 200px 0 20px;
	color: #005B9E;
	background: url(../images/deco-line.png) left 240px center no-repeat;
}
#features .section1 .items{
	position: relative;
}
#features .section1 .item{
	display: inline-block;
	width: 30%;
	padding: 5%;
	box-sizing: border-box;
}
#features .section1 .wrapper{
	position: relative;
	overflow: visible;
}
#features .section1 .deco1{
	position: absolute;
	right: 60%;
	bottom: -150px;
	width: 15%;
	z-index: 2;
}
#features .section1 .deco2{
	position: absolute;
	right: 10%;
	bottom: -95px;
	width: 30%;
	z-index: 2;
}
#features .section1 .deco3{
	position: absolute;
	right: 50%;
	top: 50px;
	width: 15%;
	z-index: 2;
}
#features .deco-circle1{
	position: absolute;
	border: 68px #FF8900 solid;
	width: 30%;
	padding-bottom: 30%;
	border-radius: 50%;
	top: -14%;
	left: calc(50% - 1100px);
	z-index: 10;
	opacity: .5;
}


/*=[info]=========*/
#info .deco-circle1{
	position: absolute;
	border: 30px #EE7B62 solid;
	width: 20%;
	padding-bottom: 20%;
	border-radius: 50%;
	bottom: -25%;
	left: calc(50% - 900px);
	z-index: 1;
	opacity: .5;
}
#info .deco-circle2{
	position: absolute;
	border: 20px #009FE8 solid;
	width: 30%;
	padding-bottom: 30%;
	border-radius: 50%;
	top: -20%;
	right: -10%;
	z-index: 10;
	opacity: .2;
}
#info .section1{
	padding: 280px 0 150px;
}
#info .section1 .wrapper{
	width: 100%;
	max-width: 1320px;
	margin: auto;
}
#info .section1 .banner_title{
	position: relative;
	font-size: 60px;
	font-weight: bold;
	padding: 20px 0 0;
	line-height: 70px;
	color: #005B9E;
}
#info .section1 .banner_subtitle2{
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	padding: 20px 0 0;
	color: #005B9E;
}
#info .section1 .content-title{
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
	color: #F26D57;
}
#info .section1 .content-subtitle{
	font-size: 22px;
	font-weight: bold;
	color: #005B9E;
}
#info .section1 .content-txt{
	color: #005B9E;
	font-size: 18px;
}
#info .txt-box1{
	max-width: 55%;
	margin-top: 100px;
	margin-left: 10%;
}
#info .deco1{
	position: absolute;
	top: 200px;
	right: 0;
	width: 30%;
	z-index: 1;
}
#info .deco2{
	position: absolute;
	top: 100px;
	left: 3%;
	width: 8%;
	z-index: 1;
}
#info .deco3{
	position: absolute;
	top: 100px;
	right: 3%;
	width: 12%;
	z-index: 1;
}
#info .section1 .content1{
	position: relative;
}
#info .section1 .content2{
	position: relative;
	border-radius: 20px;
	padding: 80px 13%;
	margin-top: 100px;
	background: #FAF5CC;
}
#info .section1 .content2 .info-img{
	width: 100%;
	margin-top: 60px;
	margin-bottom: -200px;
}
#info .section1 .content3{
	position: relative;
	max-width: 1000px;
	margin: 200px auto 0;
}

/*=[contact]=========*/
#contact .banner{
	position: relative;
	overflow: hidden;
	padding: 300px 0 100px;
}
#contact .banner .wrapper-title{
	float: left;
	width: 30%;
}
#contact .banner .wrapper-form{
	float: left;
	width: 60%;
}
#contact .banner .banner_title-s{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #005B9E;
}
#contact .banner .banner_title{
	position: relative;
	font-size: 60px;
	font-weight: bold;
	padding: 20px 0 0;
	line-height: 70px;
	color: #005B9E;
}
#contact .banner .content-title{
	color: #3E3A39;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
#contact .banner .content-subtitle{
	color: #005B9E;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
#contact .deco-circle1{
	position: absolute;
	border: 30px #009FE8 solid;
	width: 20%;
	padding-bottom: 20%;
	border-radius: 50%;
	bottom: -30%;
	left: calc(50% - 900px);
	z-index: 1;
	opacity: .5;
}
#contact .deco-circle2{
	position: absolute;
	border: 20px #EE7B62 solid;
	width: 30%;
	padding-bottom: 30%;
	border-radius: 50%;
	top: -20%;
	right: -10%;
	z-index: 10;
	opacity: .2;
}
#contact .deco-circle3{
	position: absolute;
	border: 20px #FFCA00 solid;
	width: 10%;
	padding-bottom: 10%;
	border-radius: 50%;
	bottom: -20%;
	right: 10%;
	z-index: 10;
	opacity: .3;
}


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

/*=[pagination]=========*/
.pagination{
	text-align: center;
	margin: 40px auto 80px;
}
.pagination a{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #999;
}
.pagination a:nth-child(odd){
	background: #DDD;
}
.pagination a:nth-child(even){
	background: #EEE;
}
.pagination a.current{
	color: #f6a123;
}
.pagination a.prev, .pagination a.next{
	background: #f6a123;
	color: #FFF;
}


/*=[footer]=========*/
footer{
	position: relative;
	background: #F0E2D0;
	z-index: 10;
	font-weight: bold;
}
footer img{
	width: 90px;
}
footer .info .wrapper{
	color: #005cb9;
	padding: 40px 0;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 26px;
}
footer .info .wrapper .col{
	float: left;
	padding: 0 50px;
	margin-top: 20px;
	box-sizing: border-box;
}
footer .info .wrapper .col .info-item{
	display: inline-block;
	min-width: 200px;
}
footer .info .wrapper .col2{
	float: left;
	padding: 0 50px;
	box-sizing: border-box;
}
footer .info .wrapper .col.border{
	border-left: 1px #005cb9 solid;
}



#scrollup{
	position: fixed;
	right: 20px;
    bottom: 20px;
	z-index:20;
	display: none;
	width:58px;
	height:58px;
	background: url(../images/btn_totop.png) center center no-repeat;
	cursor:pointer;
}


/*=[common]=========*/
input, textarea, select{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	resize: none;
	border: 1px #CCC solid;
	font-size: 18px;
}
input.helf{
	display: inline-block;
	width: 48%;
}
input.gap{
	margin-right: 4%;
}
input[type=radio],input[type=checkbox]{
	width: initial;
}
input[type=submit]{
	color: #FFF;
	background: #FF4400;
	text-align: center;
	max-width: 220px;
}
::placeholder {
	font-size: 18px;
	color: #999;
}

.clear{clear: both;}
.center{text-align: center;}
.right{text-align: right;}
.fleft{float: left;}
.fright{float: right;}
.mobile{display: none !important;}
.mobile_800{display: none !important;}
.icon-flag{
	display: inline-block;
	width: 20px!important;
}
.v-title{
	position: absolute;
	top: 190px;
	left: 50px;
	z-index: 20;
}
.v-title2{
	position: absolute;
	top: 270px;
	left: 50px;
	z-index: 20;
}


a.btn_more, a.btn_back{
	display: block;
	width: 140px;
	padding: 8px;
	margin: 50px auto;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	color: #FFF !important;
	background: #f6a123; 
	box-shadow: 0px 5px 10px 1px #CCC;
}

.line{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px #DDD solid;
}

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

@media screen and (max-width: 1440px) {
	#index .banner .item .content,
	#index .banner #banner_owl .owl-dots{
		padding-left: 100px;
	}

	#about .section1 .cc, #features .section1 .cc{
		padding-left: 50px;
	}
}
@media screen and (max-width: 1320px) {
	.wrapper{
		width: 100%;
		padding: 10px 50px;
		box-sizing: border-box;
	}
	header .wrapper{
		padding: 5px 50px;
	}
	#index .banner #banner_owl .item{
		/*height: 100vh;*/
		height: 700px;
	}
	#index .banner #banner_owl .owl-dots{
		top: 70%;
	}
}
@media screen and (max-width: 1024px) {
	.v-title, .v-title2{display: none;}
	#index .banner .item .content,
	#index .banner #banner_owl .owl-dots{
		padding-left: 50px;
	}
	#about .section1 .cc, #features .section1 .cc{
		padding-left: 0;
	}

}

@media screen and (max-width: 768px) {
	.deco, .pc{display: none;}
	.mobile{display: block;}
	header{
		top: 0;
		height: 60px;
	}
	header #logo{
		width: 60px;
	}
	header #nav_icon{
		display: block;
	}
	header nav{
		position: fixed;
		float: none;
		width: 100%;
		height: 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0;
		padding: 0 10px;
		left: 0px;
		top: 60px;
		background: #005B9E;
		z-index: 100;
	}
	header nav.open{
		height: 280px;
	}
	header nav ul li{
		display: block;
		padding: 15px 0;
		border-bottom: 1px #999 solid;
	}
	header nav ul li a{
		padding: 0 10px;
		border-right: none;
		color: #FFF;
	}
	header nav ul li a:hover:after { 
	  width: 0; 
	}

	.btn_navCloss{
		float: right;
		color: #FFF;
		font-size: 20px;
		display: block;
	}

	#index .banner #banner_owl .item{
		height: 100vh;
		background: center top 60px no-repeat;
		background-size: 100% auto;
	}
	#index .banner #banner_owl .item1{
		background-image: url(../images/banner-mobile1.jpg)
	}
	#index .banner #banner_owl .item2{
		background-image: url(../images/banner-mobile2.jpg)
	}
	#index .banner #banner_owl .item3{
		background-image: url(../images/banner-mobile3.jpg)
	}
	#index .banner #banner_owl .item .slide-pic{
		display: none;
	}
	#index .banner .owl-carousel .owl-nav{
		display: none;
	}
	#index .banner #banner_owl .owl-dots{
		display: none;
	}
	#index .banner .item .content{
		top: 15%;
		padding: 10px;
	}
	#index .banner .item .content .banner_title{
		font-size: 50px;
		line-height: 60px;
	}
	#index .deco-circle{
		display: none;
	}

	#index .service{
		padding: 60px 0;
	}
	#index .service .item{
		float: none;
		width: 100%;
		margin-right: 0;
	}

	#about .section1{
		background: url(../images/about-mobile.jpg) center top 300px no-repeat;
		background-size: 100% auto;
		padding: 80px 0 100px;
	}
	#about .section1 .wrapper{
		
	}
	#about .section1 .content1{
		background: none;
		background-size: 100% auto;
		padding: 0 0 450px;
	}
	#about .section1 .banner_title{
		font-size: 50px;
		line-height: 60px;
	}
	#about .section1 .banner_subtitle{
		margin-left: 0;
	}
	#about .section1 .content-title{
		font-size: 50px;
		line-height: 60px;
	}
	#about .section1 .img2{
		max-width: 300px;
		margin: 0;
	}
	#about .section1 .items{
		margin-top: 40px;
	}
	#about .section1 .item{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#about .section1 .item2{
		width: 80%;
	}
	#about .section1 .items2{
		padding-bottom: 100px;
	}
	#about .section1 .deco1{
		position: absolute;
		right: 0;
		bottom: -20px;
		width: 40%;
		z-index: 2;
	}


	#features .section1{
		padding: 100px 0;
	}

	#features .section1 .content1{
		position: relative;
		padding: 0 0 60px;
	}
	#features .section1 .banner_title{
		font-size: 50px;
		line-height: 60px;
	}
	#features .section1 .content-title2{
		margin: 50px 0;
	}
	#features .section1 .item{
		width: 70%;
		padding: 0;
	}
	#features .section1 .deco1{
		bottom: -100px;
		width: 40%;
	}
	#features .section1 .deco2{
		right: 0;
		bottom: -50px;
		width: 35%;
	}
	#features .section1 .deco3{
		right: 10%;
		top: 50px;
		width: 30%;
	}


	#info .section1{
		padding: 100px 0;
	}
	#info .section1 .banner_title{
		width: 60%;
	}
	#info .deco1{
		width: 40%;
		top: 40px;
	}
	#info .txt-box1{
		max-width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	#info .section1 .content2{
		position: relative;
		border-radius: 0;
		padding: 0;
		margin-top: 0;
		background: #FFF;
	}
	#info .section1 .content3{
		position: relative;
		max-width: 1000px;
		margin: 20px auto 0;
	}


	#contact .banner{
		padding: 80px 0 0;
	}
	#contact .banner .wrapper-title{
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	#contact .banner .wrapper-form{
		float: none;
		width: 100%;
	}

	input.helf{
		display: block;
		width: 100%;
	}
	input.gap{
		margin-right: 0;
	}

	footer .info .wrapper{
		padding: 20px;
	}
	footer .info .wrapper .col{
		float: none;
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px #999 solid;

	}
	footer .info .wrapper .col2{
		float: none;
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px #999 solid;
	}
	footer .info .wrapper .col.border{
		border-left: none;
	}
	footer .info .wrapper .col .links a{
		font-size: 12px;

		/*margin-left: 120px;*/
	}

	footer .info2 .wrapper{
		padding: 20px;
	}
	footer .info2 .wrapper .col{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	footer .info2 .wrapper .col2{
		float: none;
		width: 100%;
		padding: 0;
	}
	footer .info2 .wrapper .footerTitle2{
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	.desktop{ display: none !important;}
	.mobile{ display: block !important;}
}

@media screen and (max-width: 640px) {
	#info .deco1{
		top: 0;
	}
	#info .section1 .banner_title{
		font-size: 40px;
		padding: 0;
		line-height: 50px;
	}
	#info .section1 .banner_subtitle2{
		font-size: 28px;
		line-height: 1.3;
	}
	#info .section1 .content-title{
		font-size: 24px;
		line-height: 1.3;
	}
}


.scrollimation{
	opacity: 0;
	margin-top: 30px;
	transition: all 0.5s;
}
.scrollimation:nth-child(1) {
	transition-delay: .1s
}
.scrollimation:nth-child(2) {
	transition-delay: .3s
}
.scrollimation:nth-child(3) {
	transition-delay: .5s
}
.scrollimation.in{
	opacity: 1;
	margin-top: 0;
}