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

html{font-size: 16px;}
/*html *{font-size: 1rem;}*/
body{
	font-size: 1rem;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
	color: #212738;
	background: #eee;
}
.font-montserrat{
	font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}
.preload{
	position: fixed;
	background: #FFF center center no-repeat;
	/*background-image: url(../images/loading.svg), url(../images/logo-icon.png);*/
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.process{
	position: fixed;
	background: rgba(256, 256, 256, 0.8) center center no-repeat;
	/*background-image: url(../images/loading.svg), url(../images/logo-icon.png);*/
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
/*
*{transition: all .50s linear;}
*:hover{transition: all .50s linear;}
*/
a{
	text-decoration: none !important;
	outline: none;
	color: #000;
}
a:hover{color: #41AAE5;}

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

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

/*=[header]=========*/
header{

}
header .wrapper{
	max-width: 1440px;
	padding: 30px 40px;
	box-sizing: border-box;
	overflow: visible;
}
header .topbar{
	position: relative;
	padding: 15px 0;
	color: #FFF;
	background: #41AAE5;
	text-align: center;
}
header .info-item{
	display: inline-block;
	font-size: .9rem;
	margin: 0 10px 10px;
}
header .social-item{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	background: center center no-repeat;
}
header .social-item.fb{
	background-image: url(../images/btn-facebook.svg);
}
header .social-item.fb:hover{
	background-image: url(../images/btn-facebook-hover.svg);
}
header .social-item.ig{
	background-image: url(../images/btn-instagram.svg);
}
header .social-item.ig:hover{
	background-image: url(../images/btn-instagram-hover.svg);
}
header .social-item.yt{
	background-image: url(../images/btn-youtube.svg);
}
header .social-item.yt:hover{
	background-image: url(../images/btn-youtube-hover.svg);
}
header .nav-icon{
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 10;
	color: #999;
	display:none;
}
header .mainnav{
	text-align: right;
}
header .mainnav ul{
	margin: 0;
	padding: 0;
	display: inline-block;
}
header .mainnav ul li{
	display: inline-block;
	padding: 0 18px;
}
header .mainnav ul li a{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2rem;
	padding: 10px;
	box-sizing: border-box;
}
header .mainnav ul li a:hover{
	color: #41AAE5;
}
header .mainnav ul li a.current{
	color: #41AAE5;
}
header .subnav{
	position: absolute;
	top: 134px;
	left: 0;
	width: 100%;
	color: #FFF;
	z-index: 10;
	display: none;
	background: url(../images/subnav.jpg) #1484C3 left center no-repeat;
	background-size: auto 100%;
}
header .subnav .subnav-title{
	font-size: 2rem;
	font-weight: 600;
	color: #FFF;
	padding: 30px 0 0 30px;
}
header .subnav .inner{
	padding: 30px 30px 0 30px;
	min-height: 160px;
	background: #1484C3;
}
header .subnav .item-title{
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 5px;
}
header .subnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
header .subnav ul li{

}
header .subnav ul li a{
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 5px 0;
	box-sizing: border-box;
	color: #FFF;
	transition: opacity .3 ease;
}
header .subnav ul li a:hover{
	opacity: 0.8;
}
header .btn-search{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background: url(../images/btn-search.svg) center center no-repeat;
}
header .btn-search:hover{
	background-image: url(../images/btn-search-hover.svg);
}

.search-wrapper{
	position: absolute;
	width: 400px;
	left: 0;
	right: 0;
	top: 300px;
	margin: 0 auto;
	z-index: 30;
	display: none;
}
.search-wrapper input{
	display: inline-block;
	width: calc(100% - 56px);
	height: 56px;
	box-sizing: border-box;
	vertical-align: top;
	padding: 15px;
	border: none;
	margin: 0;
}
.search-wrapper input[type=submit]{
	display: inline-block;
	width: 56px;
	height: 56px;
	min-width: initial;
	max-width: initial;
	padding: 0;
	background: url(../images/btn-search.svg) #41AAE5 center center no-repeat;
	vertical-align: top;
	border-radius: 0;
	margin: 0;
}

/*=[section]=========*/
.section-title{
	position: relative;
	text-align: center;
	padding: 80px 0;
}
.section-title .main-txt{
	position: relative;
	font-size: 2.8rem;
	font-weight: 600;
	z-index: 2;
}
.section-title .small-txt{
	position: relative;
	color: #41AAE5;
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
	z-index: 2;
}
.section-title:before{
	content: "";
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0 auto;
	width: 260px;
	border-bottom: 1px #000 solid;
}
.section-title:after{
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: 316px;
	height: 316px;
	background: url(../images/bg-title.png) center center no-repeat;
}
.section-title.no-deco:after{
	display: none;
}
.section-title2{
	position: relative;
	margin: 50px 0;
	border-bottom: 1px #000 solid;
}
.section-title2 .main-txt{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.section-title3{
	position: relative;
	margin: 0 0 60px;
	font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
	ont-size: 2rem;
	font-weight: 600;
	text-align: center;
}

/*=page index=======*/
.index .banner{
	position: relative;
	height: 700px;
	background: url(../images/banner-bg.png) center top no-repeat;
	background-size: 100% auto;
}
.index .banner .item .wrapper{
	max-width: 1440px;
	overflow: visible;
}
.index .banner .slogan{
	position: absolute;
	left: 40px;
	top: 40px;
	width: 390px;
	z-index: 1;
	text-align: left;
}
.index .banner .slogan .title{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.8rem;
	color: #212738;
}
.index .banner .slogan .subtitle{
	font-size: 1.1rem;
	color: #41AAE5;
	margin-top: 20px;
}
.index .banner .construction{
	width: 70%;
	margin: 10% auto 0;
}
.index .banner .info{
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	width: 25%;
	z-index: 1;
}
.index .banner .info .item-logo{
	display: inline-block;
	width: 300px;
	margin-bottom: 10px;
}
.index .banner .info .item-title{
	color: #41AAE5;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 2.5rem;
}
.index .banner .info h4{
	font-size: 1.4rem;
	color: #41AAE5;
	font-weight: 400;
}
.index .banner .info .item-txt{
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 20px;
}
.index .banner .item-btn{
	line-height: 1rem;
	padding: 15px 0;
	display: inline-block;
	min-width: 240px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	background: #41AAE5;
	transition: opacity .3 ease;
}
.index .banner .item-btn:hover{
	opacity: 0.8;
}
.index .banner .main-product{
	position: relative;
	z-index: 2;
	width: 30%;
	margin-top: 5%;
	margin-left: 50%;
}
.index .banner .banner-deco{
	position: absolute;
	width: 36%;
	top: 0;
	left: 48%;
	z-index: 1;
}
.index .banner .marker{
	position: absolute;
	width: 180px;
	height: 50px;
	border-radius: 50px;
	border: 3px #41AAE5 solid;
	box-sizing: border-box;
	padding: 9px 0;
	background: #FFF;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 5;
	font-size: 1.1rem;
}
.index .banner .marker-title{
	font-size: .9rem;
	padding: 3px 0;
	display: none;
}
.index .banner .marker:hover{
	color: #FFF;
	background: #41AAE5;
}
.index .banner .marker:hover img{
	display: none;
}
.index .banner .marker:hover .marker-title{
	display: inline-block;
}
.index .banner .marker:after{/*line*/
	content: "";
	position: absolute;
	top: 45px;
	left: 90px;
	width: 2px;
	height: 40px;
	background: #41AAE5;
	z-index: 5;
}
.index .banner .marker:before{/*diamond*/
	content: "";
	position: absolute;
	top: 85px;
	left: 87px;
	width: 8px;
	height: 8px;
	background: #41AAE5;
	transform: rotate(45deg);
	z-index: 5;
}
.index .banner .marker img{
	display: inline-block;
	height: 26px;
	width: auto!important;
	max-width: initial!important;
}
.index .banner .marker-1{
	top: 43%;
	left: 22%;
}
.index .banner .marker-2{
	top: 30%;
	left: 36%;
}
.index .banner .marker-3{
	top: 10%;
	left: 42%;
}
.index .banner .marker-4{
	top: 23%;
	left: 50%;
}
.index .banner .marker-5{
	top: 35%;
	left: 57%;
}
.index .banner .marker-6{
	top: 43%;
	left: 69%;
}
.index .banner .marker-7{
	top: 50%;
	left: 43%;
}

.index .banner .owl-carousel .owl-item .owl_title{
	opacity: 0;
	transition: opacity 1.5s ease-in;
}
.index .banner .owl-carousel .owl-item .owl_subtitle{
	opacity: 0;
	transition: all 1s ease;
}
.index .banner .owl-carousel .owl-item.animate .owl_title { opacity: 1; visibility: visible; }
.index .banner .owl-carousel .owl-item.animate .owl_subtitle { opacity: 1; visibility: visible;}
.index .banner .owl-carousel .owl-nav {
	position: absolute;
	width: 130px;
	top: auto;
	bottom: 30px;
	left: auto;
	right: 0;
	height: 30px;
	margin: 0;
	z-index: 20;
}
.index .banner .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	left: auto;
	right: 65px;
	width: 30px;
	height: 30px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
}
.index .banner .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: 30px;
	width: 30px;
	height: 30px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
}

.index .section1 .wrapper{
	max-width: 960px;
	margin-bottom: 100px;
}
.index .section1 .slogan{
	position: relative;
	color: #41AAE5;
	font-size: 2rem;
	font-weight: 200;
	line-height: 3rem;
	text-align: center;
	margin-top: 80px;
	z-index: 3;
}

.index .section1 .item{
	margin: 40px 0;
}
.index .section1 .item-wrap{
	height: 420px;
}
.index .section1 .info-box{
	width: 400px;
}
.index .section1 .item-logo{
	width: 300px;
}
.index .section1 .item-title{
	color: #41AAE5;
	font-size: 3rem;
	font-weight: 500;
	line-height: 3rem;
	margin-top: 20px;
}
.index .section1 .item-txt{
	color: #ADADAD;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.6rem;
	margin-bottom: 20px;
}
.index .section1 .item-btn{
	line-height: 1rem;
	padding: 15px 0;
	display: inline-block;
	min-width: 240px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
	background: #41AAE5;
	transition: opacity .3 ease;
}
.index .section1 .item-btn:hover{
	opacity: 0.8;
}
.index .section1 .item-pic{
	text-align: center;
}

.index .section2{
	background: url(../images/index-bg-2.png) center center no-repeat;
	background-size: cover;
}
.index .section2 .wrapper{
	overflow: visible;
	padding-bottom: 200px;
}
.index .section2 .item-logo{height: 430px; object-fit: cover;}
.index .section2 .item-pic{height: 430px; object-fit: cover;}
/*
.index .section2 .item-info{
	color: #FFF;
	background: #41AAE5;
	text-align: center;
}
.index .section2 .item-logo{max-width: 100px; display: inline-block;}
.index .section2 h3{
	font-size: 1.7rem;
	font-weight: 400;
}
.index .section2 h4{
	font-size: 1rem;
	font-weight: 400;
}
*/

.index .section2 .owl-carousel{
	position: relative;
	z-index: 2;
}
.index .section2 .owl-carousel .owl-nav {
	position: absolute;
	width: 300px;
	top: auto;
	bottom: -98px;
	left: 0;
	right: 0;
	height: 30px;
	margin: 0 auto;
	z-index: 30;
	pointer-events: none;
}
.index .section2 .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 36px;
	height: 36px;
	background: url(../images/btn_owl_prev2.svg) center center no-repeat;
	background-size: 100% auto;
	pointer-events: auto;
}
.index .section2 .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background: url(../images/btn_owl_next2.svg) center center no-repeat;
	background-size: 100% auto;
	pointer-events: auto;
}
.index .section2 .deco-1{
	position: absolute;
	top: 15%;
	left: -10%;
	width: 35%;
	z-index: 1;
}
.index .section2 .deco-2{
	position: absolute;
	bottom: 5%;
	right: -10%;
	width: 30%;
	z-index: 3;
}

.index .section3 .wrapper{padding: 80px 0;}
.index .section3 .item{padding: 0 40px 60px;}
.index .section3 .inner{
	padding: 40px;
	border: 1px #ccc solid;
	text-align: center;
}

/*=page about=======*/
.about .banner{
	position: relative;
	background: url(../images/banner-bg.png) center top no-repeat;
	background-size: auto 100%;
}
.about .banner img{
	width: 100%;
}
.about .banner .slogan{
	position: absolute;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: 40px;
	z-index: 1;
}
.about .banner .slogan .title{
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.8rem;
	color: #212738;
	width: 390px;
}
.about .banner .slogan .subtitle{
	font-size: 1.1rem;
	color: #41AAE5;
	margin-top: 20px;
	width: 390px;
}
.about .section1{
	position: relative;
}
.about .section1 .wrapper2{
	padding: 100px 0;
}
.about .section1 .content-title{
	font-size: 2.5rem;
	font-weight: 600;
	color: #212738;
	padding-bottom: 40px;
}
.about .section1 .small-txt{
	font-size: 1.2rem;
	color: #7198CD;
}
.about .section1 .txt{
	font-size: 1.4rem;
	color: #8F8F8F;
	padding-bottom: 80px;
}
.about .section1 .pic-1{
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: initial;
}
.about .section1 .deco-1{
	position: absolute;
	bottom: -10%;
	right: 5%;
	width: 25%;
	z-index: 1;
}
.about .section2 .wrapper2{
	overflow: visible;
}
.about .section2 .content-title{
	font-size: 2rem;
}
.about .section2 .item{
	position: relative;
	margin-top: 100px;
}
.about .section2 .item .txt{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin: 20px 0;
}
.about .section2 .pic-2{
	position: relative;
	z-index: 2;
}
.about .section2 .deco-2{
	position: absolute;
	bottom: -20%;
	left: -20%;
	width: 35%;
	z-index: 1;
}
.about .section3 .wrapper2{
	padding: 160px 0;
}
.about .section3 .slogan{
	font-size: 3rem;
	font-weight: 600;
	color: #212738;
	margin-bottom: 20px;
}
.about .section3 .txt{
	font-size: 1.5rem;
	color: #212738;
	margin-bottom: 40px;
}

/*=page product=======*/
.product .identify{
	background: #f3f3f3;
	padding: 35px 0;
	text-align: center;
}
.product .identify h1{
	font-size: 1.6rem;
	font-weight: 600;
}
.product .banner{
	padding: 160px 0 80px;
	background: url(../images/banner-bg.png) center center no-repeat;
	background-size: cover;
}
.product .banner h2{
	font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
	font-size: 2.7rem;
	line-height: 3.2rem;
	color: #41AAE5;
}
.product .banner h3{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8rem;
	color: #41AAE5;
}
.product .banner .item-logo{
	width: 300px;
}
.product .banner .txt{
	font-size: 1.1rem;
}
.product .banner .info-box{
	position: relative;
	z-index: 2;
}
.product .banner .deco-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	z-index: 1;
}
.product .banner .thumb-wrapper{
	margin-top: 60px;
	margin-right: 60px;
}
.product .banner .thumb-pic{
	padding: 0 10px 10px 0;
}
.product .banner .thumb-pic img{
	border: 2px solid transparent;
}
.product .banner .thumb-pic img.current{
	border: 2px solid #41AAE5;
}
.product .banner .thumb-pic img:hover{
	border: 2px solid #41AAE5;
}
.product .banner .main-pic-wrap{
	position: relative;
	margin-left: 40px;
}
.product .banner .main-pic{
	width: 100%;
	max-width: initial;
}
.product .banner .info-bar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
	font-size: 0.9rem;
	color: #FFF;
	background: #000;
	padding: 5px 20px;
}
.product .section1 .wrapper2{
	overflow: visible;
}
.product .section1 .txt-wrap{
	position: relative;
	z-index: 2;
}
.product .section1 .content-title{
	font-size: 2rem;
	font-weight: 600;
	color: #212738;
	padding-bottom: 40px;
}
.product .section1 .txt{
	font-size: 1.4rem;
	color: #212738;
	padding-bottom: 80px;
}
.product .section1 .deco-1{
	position: absolute;
	top: -30%;
	left: -10%;
	width: 30%;
	z-index: 1;
}
.product .section2 .item{
	text-align: center;
	padding: 10px;
}
.product .section2 .item-title{
	margin: 15px 0;
	min-height: 50px;
}
.product .section6 .item{
	text-align: center;
	padding: 10px;
}
.product .section6 .item-title{
	margin: 15px 0;
	min-height: 50px;
}
.product .section7 .item{
	text-align: center;
	padding: 10px;
}
.product .section7 .item-title{
	margin: 15px 0;
}
.product .section8 .wrapper2{
	padding-bottom: 160px;
}
.product .section8 .item{
	text-align: center;
	padding: 10px;
}
.product .section8 .item-title{
	margin: 15px 0;
}
.product .section8 .img-wrap{
	display: block;
	position: relative;
}
.product .section8 .btn-play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.product .ul-txt{
	font-size: 1.6rem;
	line-height: 2;
}
.product .txt{
	font-size: 1.5rem;
	line-height: 3rem;
}
.product .txt2{
	font-size: 1.6rem;
	line-height: 2;
}
.product .txt3{
	font-size: 1.1rem;
	line-height: 2;
}
.product .txt-680{
	width: 680px;
	max-width: 100%;
	margin: 40px auto;
}

/*=page news=======*/
.news .banner{
	background: rgba(65, 170, 229, 0.2);
	padding: 60px 0;
	text-align: center;
	color: #000;
}
.news .banner .page-title{
	font-size: 2rem;
	line-height: 2rem;
}
.news .section1 .wrapper3{
	padding: 80px 0;
}
.news .section1 .item{
	padding: 15px;
}
.news .section1 .item-date{
	margin: 10px 0;
}
.news .section1 .item-title{
	min-height: 120px;
	font-size: 1.4rem;
}
.news .section1 .item-title a{
	color: #212738;
}
.news .news-date{

}
.news .news-title{
	font-size: 2rem;
	line-height: 2.6rem;
	margin-bottom: 30px;
}
.news .news-content{
	font-size: 1.2rem;
	line-height: 2rem;
	word-break: break-all;
}
.news .btn-back{
	display: inline-block;
	margin-top: 80px;
	color: #8F8F8F;
}
.news .btn-back:hover{
	color: #41AAE5;
}

/*=page project=======*/
.project .banner{
	background: rgba(65, 170, 229, 0.2);
	padding: 60px 0;
	text-align: center;
	color: #000;
}
.project .banner .page-title{
	font-size: 2rem;
	line-height: 2rem;
}
.project .section1 .wrapper2{
	padding: 80px 0 160px;
}
.project .section1 .item{
	text-align: center;
	padding: 10px;
}
.project .section1 .item{
	text-align: center;
	padding: 10px;
}
.project .section1 .item-title{
	margin: 15px 0 0;
	min-height: 50px;
}
.project .division{
	margin: 80px 0;
	border-bottom: 1px #000 solid;
}

/*=page contact=======*/
.contact .banner{
	background: rgba(65, 170, 229, 0.2);
	padding: 60px 0;
	text-align: center;
	color: #000;
}
.contact .banner .page-title{
	font-size: 2rem;
	line-height: 2rem;
}
.contact .section1 .wrapper2{
	padding: 80px 0 110px;
	text-align: center;
}
.contact .section1 .title{
	font-size: 2.2rem;
	margin: 50px 0 20px;
}
.contact .section1 .txt{
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 80px;
}
.contact .section1 .form-wrap{
	max-width: 650px;
	margin: 0 auto;
}

/*=page result=======*/
.results .banner{
	background: rgba(65, 170, 229, 0.2);
	padding: 60px 0;
	text-align: center;
	color: #000;
}
.results .banner .page-title{
	font-size: 2rem;
	line-height: 2rem;
}
.results .section1 .wrapper3{
	padding: 80px 0;
}
.results .section1 .item{
	font-size: 1.4rem;
	padding: 20px 0;
	border-bottom: 1px #CCC dashed;
}

/*=[footer]=========*/
footer{color: #FFF;	background: #212738;}
footer .wrapper{padding: 100px 0 50px;}
footer .info{margin-bottom: 100px;}
footer .title{
	color: #F3DD3E;
	font-size: 1.5rem;
	font-weight: 700;
}
footer .title2{
	color: #41AAE5;
	font-size: 1.5rem;
}
footer .title2 a{color: #41AAE5;}
footer ul{padding-left: 0}
footer li{list-style: none; line-height: 2rem;}
footer li a{color: #FFF;}
footer .copyright{padding-top: 10px;}
footer .s-link{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	background: center center no-repeat;
}
footer .s-link.fb{
	background-image: url(../images/footer-facebook.svg);
}
footer .s-link.fb:hover{
	background-image: url(../images/footer-facebook-hover.svg);
}
footer .s-link.yt{
	background-image: url(../images/footer-youtube.svg);
}
footer .s-link.yt:hover{
	background-image: url(../images/footer-youtube-hover.svg);
}
footer .s-link.ig{
	background-image: url(../images/footer-instagram.svg);
}
footer .s-link.ig:hover{
	background-image: url(../images/footer-instagram-hover.svg);
}
footer a{color: #FFF;}

.fixed-btn{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 50px;
	background: #FFF;
}
.fixed-btn img{
	display: block;
}
.fixed-btn a:hover{
	opacity: 0.8;
}
#scrollup{
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index:20;
	display: none;
	width: 60px;
	height: 60px;
	background: url(../images/btn-totop.jpg) center center no-repeat;
	background-size: 100% auto;
	cursor:pointer;
	transition: bottom .3 ease;
}
#scrollup.bottom{
	bottom: 65px;
}

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

/*=[common]=========*/
label{
	font-size: 16px;
	color: #000;
}
input, textarea, select{
	color: #666;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px #8F8F8F solid;
	border-radius: 0;
	resize: none;
	font-size: 1.2rem;
}
input.bg, select.bg, textarea.bg{
	background-color: #EFEFEF;
}
input.border, select.border, textarea.border{
	border: 1px #DCDDDD solid;
}
input[type=radio],input[type=checkbox]{
	width: initial;
	margin-bottom: 0;
}
input[type=submit],input[type=button]{
	font-size: 1rem;
	line-height: 1rem;
	padding: 15px 0;
	display: inline-block;
	min-width: 240px;
	max-width: 240px;
	border-radius: 20px;
	margin-top: 25px;
	text-align: center;
	color: #FFF;
	background: #41AAE5;
	cursor: pointer;
	border: none;
	transition: all 0.3s ease;
}
input[type=submit]:hover, input[type=button]:hover{
	opacity: 0.8;
}

select{
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none;
	background: url(../images/select-arrow.png) #FFF right center no-repeat;
	background-size: auto 100%; 
}
.select-address select{border: 1px #DCDDDD solid;}
.checkbox-wrap{
	display: inline-block;
	padding: 10px;
}

.mobile{display: none !important;}

.cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.7);
	z-index: 11;
	display: none;
}
.cover2{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.7);
	z-index: 11;
}
.alert-box{
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 20;
	padding: 0 15px;
	border-radius: 20px;
	background: #FFF;
}
.alert-box .btn-close{
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 1;
	font-size: 20px;
	color: #777;
	cursor: pointer;
}

.line{border-top:1px #DDD solid;}

.tableBorder{
	border-collapse: collapse;
    width:100%;
    border-collapse: collapse;
}
.tableBorder th{
	padding: 20px 10px;
	border-bottom: 1px #CCC solid;
	text-align:left;
}
.tableBorder td{
	padding: 20px 10px;
	border-bottom: 1px #CCC solid;
	text-align:left;
}

.btn{
	display: inline-block;
	padding: 18px;
	min-width: 200px;
	box-sizing: border-box;
	text-align: center;
	line-height: 14px;
	color: #FFF;
	background: #ffb100;
	border: none;
	transition: background-color .5s;
}
.btn:hover{
	color: #FFF;
	background: #541a86;
}
.btn-block{
	width: 100%;
	display: block;
}
.btn-half{
	width: 48%;
	min-width: 0;
}
.btn-pay{
	color: #FFF;
	background: #60B760;
}
.btn-fb-login{
	color: #FFF;
	background: #3b5998;
}
.pages{
	margin: 60px 0;
	text-align: center;
}
.pages a{
	display: inline-block;
	color: #8F8F8F;
	margin: 0 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.2rem;
}
.pages a.current, .pages a:hover{
	color: #41AAE5; 
}

.tabs{margin: 20px 0;}
.tabs a{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.1rem;
	padding: 10px 15px;
	margin: 0 5px;
	color: #ADADAD;
	background: #CFDFF5;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.tabs a.active{
	color: #FFF;
	background: #41AAE5;
}
.tabs a:hover{
	color: #FFF;
	background: #41AAE5;
}

.w3-col-right{
	float: right;
}

.breadcrumb{}

.img-zoom{
	width: 100%;
	overflow: hidden;
}
.img-zoom img{
	transition: all 0.3s ease;
}
.img-zoom:hover img{
	transform: scale(1.2);
}
.img-fit-cover {
	height: 200px;
	object-fit: cover;
}
.img-full{width: 100%; max-width: 100%;}

.col-reverse{float: right !important;}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*=[EFF]=========*/
.fadein{
	opacity: 0;
	transition: all .5s;
}
.fadein.in{
	opacity: 1;
}

.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:nth-child(4) {
	transition-delay: .7s
}
.scrollimation:nth-child(5) {
	transition-delay: .9s
}
.scrollimation:nth-child(6) {
	transition-delay: 1.1s
}
.scrollimation:nth-child(7) {
	transition-delay: 1.3s
}
.scrollimation.in{
	opacity: 1;
	margin-top: 0;
}

.fixed-bottom{display: none;}

@media screen and (max-width: 1220px) {
	header .mainnav ul li{padding: 0 6px;}
	.index .banner{height: 500px;}
}

@media screen and (max-width: 1024px) {
	.pad{ display: none !important;}
	.mobile-block{display: block !important;}
	.wrapper, .wrapper2, .wrapper3{padding: 0 20px;}

	header .topbar{display: none;}
	header .wrapper{padding: 20px;}
	header .logo{width: 300px;}
	header .top-info{display: none;}
	header .mainnav{
		position: fixed;
	    top: 0;
	    left: -300px;
	    z-index: 1000;
	    width: 300px;
	    height: 100vh;
	    background: #212738;
	    border: none;
	    padding: 10px;
	    box-sizing: border-box;
	    transition: left 1s;
	    overflow: hidden;
	    text-align: left;
	}
	header .mainnav.open{left: 0;}
	header .mainnav ul{
		margin-top: 20px;
		text-align: left;
	}
	header .mainnav ul li{
		display: block;
		padding: 0 10px;
	}
	header .mainnav ul li a{
		display: block;
		color: #FFF;
	}
	header .mainnav ul li a:hover{color: #999;}
	header .mainnav .btn-closenav{
		float: right;
		color: #FFF;
	}
	header .nav-icon{display:block;}
	header .btn-search{display: none;}
	header .search-m-wrapper{
		margin-top: 20px;
		margin-left: 20px;
	}
	header .search_icon{
		display: inline-block;
		width: 24px;
		margin-right: 10px;
	}
	header .form-m{
		display: inline-block;
		width: calc(100% - 80px);
	}
	header .form-m input{
		padding: 5px;
		background: transparent;
		border: none;
		border-bottom: 1px #FFF solid;
		color: #FFF;
	}

	header .subnav-m{
		color: #FFF;
		font-size: 1.1rem;
		padding-left: 10px;
	}
	header .subnav-2-wrap{
		padding-bottom: 5px;
	}
	header .subnav-2-m{
		padding-left: 10px;
		display: none;
	}
	header .subnav-2-m a{
		display: block;
		color: #FFF;
		font-size: 1.1rem!important;
		padding: 5px!important;
	}
}

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

	footer .wrapper{padding: 20px 0;}
	footer .info{padding: 20px 30px; margin-bottom: 20px;}
	footer .info .footer-title{
		font-size: 1.3rem;
		font-weight: 600;
		margin: 20px 0 10px;
	}
	footer ul{padding-left: 20px}
	footer li{list-style-type: disc; line-height: 2rem;}

	footer .copyright{
		text-align: center!important;
		font-size: .6rem;
		padding: 20px 0;
	}
	footer .btns{
		display: block;
		margin-top: 20px;
		text-align: center;
	}

	.section-title{
		padding: 80px 0 40px;
	}
	.section-title .txt{
		font-size: 2rem;
		line-height: 2rem;
	}
	.section-title2{
		position: relative;
		margin: 20px auto;
	}
	.section-title2 .small-txt{
		padding: 12px;
		font-size: 1.6rem;
		line-height: 1.6rem;
		min-width: 100%;
	}
	.section-title2 .txt{
		display: inline-block;
		vertical-align: middle;
		font-size: 2.4rem;
	}

	.alert-box{width: 90%;}

	.owl-carousel .owl-dot span{
	  width: 10px;
	  height: 10px;
	}
	.owl-carousel .owl-nav .owl-prev{
		left: 10px;
	}
	.owl-carousel .owl-nav .owl-next{
		right: 10px;
	}

	.index .banner{
		position: relative;
		height: initial;
		background: url(../images/banner-bg.png) center top no-repeat;
		bckground-size: auto 100%;
	}
	.index .banner .slogan{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		margin: 10px auto;
	}
	.index .banner .slogan .title{
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.index .banner .slogan .subtitle{
		font-size: 1.1rem;
	}
	.index .banner .construction{
		width: 100%;
		margin: 10px auto;
	}
	.index .banner .info{
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 70%;
		margin: 20px auto 0;
		text-align: center;
		z-index: 10;
	}
	.index .banner .info .item-logo{
		display: inline-block;
		width: 300px;
		margin-bottom: 10px;
	}
	.index .banner .info .item-title{
		font-size: 2rem;
		line-height: 2rem;
	}
	.index .banner .info h4{
		font-size: 1.2rem;
	}
	.index .banner .info .item-txt{
		font-size: 1rem;
	}

	.index .banner .item-btn{
		display: block;
		min-width: 0;
		width: 160px;
		margin: 50px auto 0;
	}
	.index .banner .banner-deco{
		position: absolute;
		width: 70%;
		top: 60px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		margin: auto;
	}
	.index .banner .main-product{
		position: relative;
		width: 60%;
		margin: 20px auto;
		z-index: 10;
	}
	.index .banner .marker{display: none;}
	.index .banner .owl-carousel .owl-nav {
		bottom: -40px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.index .section1 .wrapper{
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.index .section1 .slogan{margin-top: 20px;}
	.index .section1 .slogan span{font-size: 1.2rem;}
	.index .section1 .item{
		text-align: center;
	}
	.index .section1 .item-wrap{
		height: initial;
	}
	.index .section1 .info-box{
		width: initial;
	}
	.index .section1 .m-w{
		padding-top: 10px;
		position: static!important;
		transform: none;
	}
	.index .section1 .item-title{
		color: #41AAE5;
		font-size: 2rem;
		line-height: 2rem;
	}
	.index .section1 .item-txt{
		color: #ADADAD;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.index .section1 .item-btn{
		min-width: 200px;
	}
	.index .section2 .owl-carousel .owl-nav {
		width: 240px;
	}
	.index .section2 .item-logo{
		position: relative;
		z-index: 2;
		display: block;
		/*width: 60%;*/
		height: initial;
		object-fit: contain;
		/*margin: 0 auto -30px;*/
	}
	.index .section2 .item-pic{
		position: relative;
		z-index: 1;
		display: block;
		height: initial;
		object-fit: contain;
	}

	.about .banner .slogan{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		padding: 20px;
	}
	.about .banner .slogan .title{
		font-size: 1.6rem;
		line-height: 2.2rem;
		width: initial;
	}
	.about .banner .slogan .subtitle{
		font-size: 1.1rem;
		width: initial;
	}

	.about .section1 .wrapper2{padding: 40px 20px 80px;}
	.about .section1 .content-title{font-size: 1.6rem;	padding-bottom: 20px;}
	.about .section1 .txt{padding-bottom: 40px;}
	.about .section2 .item{
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.about .section3 .slogan{font-size: 2rem;}
	.about .section3 .wrapper2{padding: 80px 20px;}

	.product .identify{padding: 20px 0;}
	.product .banner{padding: 40px 0;}
	.product .banner .main-pic-wrap{margin-left: 0;}
	.product .banner .thumb-wrapper{
		margin-top: 20px;
		margin-right: 0;
	}
	.product .banner .info-box{
		text-align: center;
	}
	.product .section8 .wrapper2{
		padding-bottom: 60px;
	}
	.project .section1 .wrapper2{
		padding: 40px 10px;
	}
	.project .section1 .section-title3{
		position: relative;
		margin: 0 0 20px;
	}
	.project .division{
		margin: 40px 0;
	}
	.news .section1 .wrapper3{padding: 40px 20px;}
	.news .section1 .item-title{
		min-height: auto;
	}

	.project .banner{padding: 30px 0;}
	.contact .banner{padding: 30px 0;}
	.contact .section1 .wrapper2{padding: 40px 20px;}

	.results .section1 .wrapper3{padding: 0 20px;}

	.news .banner, .project .banner, .contact .banner, .results .banner{padding: 30px 0;}

	.tabs{margin: 20px 0;}
	.tabs a{
		display: block;
		width: 80%;
		font-size: 1.2rem;
		padding: 10px;
		margin: 5px auto;
	}

	.fixed-bottom{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		display: block;
	}
	.fixed-bottom .btn-fixed{
		display: block;
		padding: 15px;
		color: #FFF;
		background: #541a86;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 600;
	}
	.fixed-bottom .btn-fixed2{
		display: block;
		padding: 15px;
		color: #FFF;
		background: #ffb100;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 600;
	}
	a.btn-info{display: none;}

	.fixed-btn{
		top: auto;
		bottom: 40px;
		transform: none;
	}
}
