html, body {
	margin: 0 ;
	height: auto;
	overflow-x: hidden;
	}
body {
    font-family: "Bai Jamjuree", sans-serif;
}
img{ border:0;}

::selection { background:#1c9aa6; color:#ffffff; }
::-moz-selection { background:#1c9aa6; color:#ffffff; }
::-webkit-selection { background:#1c9aa6; color:#ffffff; }

::-webkit-selection {
	background: #2a333c;
	color: #ffffff;
}
::-webkit-scrollbar{
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #e0e0e0;
}
::-webkit-scrollbar-thumb{
	border-radius: 16px;
	background-color: #aaaaaa;
}


.header-main-nav {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    display: block;
    padding: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;  
}
@media screen and (max-width: 1115px) {
	.header-main-nav:hover{
	    background: transparent;
	}
} 
@media screen and (max-width: 640px) {
    .header-main-nav {
        padding: 40px;
    }
} 
.header-main-nav .logo {
	display:inline-block;
    -webkit-transition: width .3s ease-out,height .3s ease-out;
    transition: width .3s ease-out,height .3s ease-out
}

.header-main-nav .logo a {
    display: inline-block;
}

.header-main-nav .logo svg {
    fill: #ffffff;
    vertical-align: top;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out;
}

.desktop-memu{
	display: inline-block;
	vertical-align: middle;
    position: absolute;
    top: 45px;
    right: 40px;
    line-height: 60px;
}
@media screen and (max-width: 1115px) {
	.desktop-memu{
		display: none;
	}
} 
.desktop-memu ul {
	display: block;
	padding: 0;
	margin: 0;
	font-family: "Bai Jamjuree", sans-serif;
}
.desktop-memu ul li{
	display: inline-block;
	padding: 0;
	margin: 0 15px;
	font-size: 18px;
	font-weight: 500;
} 
.desktop-memu ul li:nth-last-of-type(2){
	margin: 0 30px 0 15px;
}
.desktop-memu ul li:nth-last-of-type(3){
	margin: 0 5px 0 15px;
}
.desktop-memu ul li:last-child{
	position: relative;
	margin: 0;
}
@media screen and (max-width: 1360px) {
	.desktop-memu ul li{
		margin: 0 10px;
	}
	.desktop-memu ul li:nth-last-of-type(2){
		margin: 0 30px;
	}
	.desktop-memu ul li:nth-last-of-type(3){
		margin: 0 5px;
	}
}
@media screen and (max-width: 1200px) {
	.desktop-memu ul li{
		font-size: 16px;
	} 
}
@media screen and (max-width: 1115px) {
	.header-main-nav {
	    padding: 30px;
	}
}
.desktop-memu ul li i{
	font-size: 28px;
	display: inline-block;
}
.desktop-memu ul li:last-child a:hover label,
.desktop-memu ul li:nth-last-of-type(2) i:hover,
.desktop-memu ul li:last-child i:hover{
	color: #ffdc22;
}
.desktop-memu ul li:nth-last-of-type(2) i{
	position: relative;
	top: 3px;
}
.desktop-memu ul li:last-child i{
	font-size: 24px;
	display: inline-block;
	vertical-align: baseline;
    position: relative;
    top: 2px;
    z-index: 1;
}
.desktop-memu ul li label{
	display: inline;
	font-size: 12px;
	position: absolute;
	top:-22px;
	left: 4px;
	cursor: pointer;
}
.desktop-memu ul li a{
	text-decoration: none;
	color: #ffffff;
}
.header-main-nav .logo svg{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;  
}
.header-main-nav .logo:hover svg{
    fill: #333333!important;
}
@media screen and (max-width: 1115px) {
	.header-main-nav .logo svg{
	    width: 185px;
	}
}
@media screen and (max-width: 640px) {
	.header-main-nav .logo svg{
	    width: 120px;
	}
	.header-main-nav:hover{
	    background: transparent;
	}
}
.nav_btn {
	position: relative;
}
.nav_btn.active ,
.nav_btn:hover {
    color: #ffdc22;
}
.nav_btn:after {
	z-index: 1;
	border-top: 3px solid #f7d835;
	position: absolute;
	width: 100%;
	content: "";
	bottom: -3px;
	left: 0;
	-webkit-transform: scaleX(0.0);
	-moz-transform: scaleX(0.0);
	-ms-transform: scaleX(0.0);
	-o-transform: scaleX(0.0);
	transform: scaleX(0.0);
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
}
/* IE8 */
@media all\0 { 
    .nav_btn:after { border: 0px; }
} 
/* IE9 */
@media all and (monochrome:0) { 
    .nav_btn:after { border-top: 3px solid #f7d835; }
}
/* IE10 IE11 */
@media all and (-ms-high-contrast:none) {
    .nav_btn:after { border-top: 3px solid #f7d835; }
}
.nav_btn.active:after ,
.nav_btn:hover:after {
	display: block !important;
	-webkit-transform: scaleX(1.0);
	-moz-transform: scaleX(1.0);
	-ms-transform: scaleX(1.0);
	-o-transform: scaleX(1.0);
	transform: scaleX(1.0);
}


/* menu appearance*/
#toggle.on + #language {
	 opacity: 1;
	 visibility: visible;
}
#language {
	position: absolute;
	top: 80px;
	right: -35px;
	width: 200px;
	margin: auto;
	text-align: center;
	border-radius: 8px;
	background: white;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}
#language ol, 
#language ol li, 
#language ol li a {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#language ol li{
    font-size: 16px;
}
#language ol li a {
	padding: 5px;
	color: #333333;
	text-decoration: none;
	transition: all .2s;
}
#language ol li a:hover,
#language ol li a:focus {
	background: #f7d835;
}
#language ol li:first-child a:hover{
	border-radius:8px 8px 0 0;
}
#language ol li:last-child a:hover{
	border-radius:0 0 8px 8px;
}


/*animate begin*/
@media screen and (min-width: 900px) { 
	.view-poll.first-child.in-view{
		position: relative;
		animation: moveleft_item 0.7s;
	}
	.zero-child.in-view,  
	.view-poll.moveleft-child.in-view{
		position: relative;
		animation: moveleft_item 0.5s linear; 
	}
	@keyframes moveleft_item{    
		0% { right:-40px;opacity: 0;} 
		40% { right:-40px;opacity: 0; }
		99% { right:-1px;opacity: 1; }
		100% { right:0px;opacity: 1; }
		} 
	@-webkit-keyframes moveleft_item{    
		0% { right:-40px;opacity: 0;} 
		40% { right:-40px;opacity: 0; }
		99% { right:-1px;opacity: 1; }
		100% { right:0px;opacity: 1; }
	}   
	@-moz-keyframes  moveleft_item{    
		0% { right:-40px;opacity: 0;} 
		40% { right:-40px;opacity: 0; }
		99% { right:-1px;opacity: 1; }
		100% { right:0px;opacity: 1; }
	} 
	@-o-keyframes moveleft_item{   
		0% { right:-40px;opacity: 0;} 
		40% { right:-40px;opacity: 0; }
		99% { right:-1px;opacity: 1; }
		100% { right:0px;opacity: 1; }
	}
}    

@media screen and (min-width: 900px) { 
	.view-poll.first-child.in-view{
		position: relative;
		animation: feature_item 0.7s;
	}
	.view-poll.zero-child.in-view{
		position: relative;
		animation: feature_item 0.5s linear; 
	}
	.title-child.in-view,  
	.view-poll.title-child.in-view{
	    animation: title_item 0.5s linear; 
	}    
	@keyframes title_item{    
	  0% { 
	    -webkit-transform: translateY(100%);
	    transform: translateY(100%);
	  } 
	  100% {        
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    }
	} 
	@-webkit-keyframes title_item{    
	  0% { 
	    -webkit-transform: translateY(100%);
	    transform: translateY(100%);
	  } 
	  100% {        
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    }
	}   
	@-moz-keyframes  title_item{    
	  0% { 
	    -webkit-transform: translateY(100%);
	    transform: translateY(100%);
	  } 
	  100% {        
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    }
	} 
	@-o-keyframes title_item{   
	  0% { 
	    -webkit-transform: translate(0);
	    transform: translate(0);
	  } 
	  100% {        
	    -webkit-transform: translateY(100%);
	    transform: translateY(100%);
	    }
	}
	.fade-child.in-view,
	.view-poll.fade-child.in-view{
	    animation: fade_item 1.5s; 
	}
	@keyframes fade_item{   
		0% { opacity: 0;} 
		40% { opacity: 0; }
		99% { opacity: 1; }
		100% { opacity: 1; }
	} 
	@-webkit-keyframes fade_item{   
		0% { opacity: 0;} 
		40% { opacity: 0; }
		99% { opacity: 1; }
		100% { opacity: 1; }
	}   
	@-moz-keyframes  fade_item{   
		0% { opacity: 0;} 
		40% { opacity: 0; }
		99% { opacity: 1; }
		100% { opacity: 1; }
	} 
	@-o-keyframes fade_item{    
		0% { opacity: 0;} 
		40% { opacity: 0; }
		99% { opacity: 1; }
		100% { opacity: 1; }
	}

	@keyframes left-item{    
	    0% {
	       -webkit-transform: translateX(6vh);
	       transform: translateX(6vh);
	    }
	    100% {
	       -webkit-transform: translateX(-6vh);
	       transform: translateX(-6vh);
	    }
	} 
	@-webkit-keyframes left-item{    
	    0% {
	       -webkit-transform: translateX(6vh);
	       transform: translateX(6vh);
	    }
	    100% {
	       -webkit-transform: translateX(-6vh);
	       transform: translateX(-6vh);
	    }
	}   
	@-moz-keyframes  left-item{    
	    0% {
	       -webkit-transform: translateX(6vh);
	       transform: translateX(6vh);
	    }
	    100% {
	       -webkit-transform: translateX(-6vh);
	       transform: translateX(-6vh);
	    }
	} 
	@-o-keyframes left-item{   
	    0% {
	       -webkit-transform: translateX(6vh);
	       transform: translateX(6vh);
	    }
	    100% {
	       -webkit-transform: translateX(-6vh);
	       transform: translateX(-6vh);
	    }
	}
}
/*animate end*/

/*animate begin*/
@media screen and (min-width: 900px) { 
	.view-poll.fade-area.in-view{
		position: relative;
		animation: fade_item 1s;
		z-index: 1; 
	}
	@keyframes fade_item{   
		0% { opacity: 0;}  
		40% { opacity: 0; }
		99% { opacity: 1; }
		100% { opacity: 1; }
	} 
	@-webkit-keyframes fade_item{   
		0% { opacity: 0;}  
		40% { opacity: 0; }
		99% { opacity: 1; }
		100% { opacity: 1; }
	} 
	@-moz-keyframes  fade_item{   
		0% { opacity: 0;}  
		40% { opacity: 0; }
		99% { opacity: 1; }
		100% { opacity: 1; }
	}   
	@-o-keyframes fade_item{    
		0% { opacity: 0;}  
		40% { opacity: 0; }
		99% { opacity: 1; }
		100% { opacity: 1; }
	}
} 
@media screen and (min-width: 900px) { 
	.view-poll.last-area.in-view{
		position: relative;
		animation: last_item 1s;
		z-index: 0; 
		}
	@keyframes last_item{   
		0% { bottom:-80px;opacity: 0;}  
		40% { bottom:-80px;opacity: 0; }
		99% { bottom:-1px;opacity: 1; }
		100% { bottom:0px;opacity: 1; }
	} 
	@-webkit-keyframes last_item{   
		0% { bottom:-80px;opacity: 0;}  
		40% { bottom:-80px;opacity: 0; }
		99% { bottom:-1px;opacity: 1; }
		100% { bottom:0px;opacity: 1; }
	} 
	@-moz-keyframes  last_item{   
		0% { bottom:-80px;opacity: 0;}  
		40% { bottom:-80px;opacity: 0; }
		99% { bottom:-1px;opacity: 1; }
		100% { bottom:0px;opacity: 1; }
	}   
	@-o-keyframes last_item{    
		0% { bottom:-80px;opacity: 0;}  
		40% { bottom:-80px;opacity: 0; }
		99% { bottom:-1px;opacity: 1; }
		100% { bottom:0px;opacity: 1; }
	}

	.view-poll.sec-area.in-view{
		position: relative;
		animation: sec_item 1s;
		z-index: 0; 
		}
	@keyframes sec_item{   
		0% { bottom:0px;}  
		40% { bottom:0px;}
		99% { bottom:99px;}
		100% { bottom:100px;}
	} 
	@-webkit-keyframes sec_item{   
		0% { bottom:0px;}  
		40% { bottom:0px;}
		99% { bottom:139px;}
		100% { bottom:140px;}
	} 
	@-moz-keyframes  sec_item{   
		0% { bottom:0px;}  
		40% { bottom:0px;}
		99% { bottom:139px;}
		100% { bottom:140px;}
	}   
	@-o-keyframes sec_item{    
		0% { bottom:0px;}  
		40% { bottom:0px;}
		99% { bottom:139px;}
		100% { bottom:140px;}
	}
} 
/*animate end*/

/*footer begin*/
.footer-info {
	position: relative;
	display: block;
	width: 100%;
	background-color: #2fb6b9;
	z-index: 0;
}
.info-area {
	width: 100%;
	margin: 0 auto 0 0;
	padding: 5% 0 5% 5%;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.foot-gird {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.foot-gird li {
	display: inline-block;
	padding: 0 0 0 5%;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0px solid #444444;
}
ul.foot-gird li.foot-logo {
    padding: 0;
    margin-right: 0;
    width: 15%;
    max-width: 300px;
}
ul.foot-gird li.foot-logo img.lh-logo{
    display: block;
    width: 100%;    
}
ul.foot-gird li .foot-content ul li {
    width: 100%;
}
.foot-logo svg {
	display: block;
	width: 100%;
	max-width: 185px;
	margin: 0;
}
.tel {
	color: #ffffff;
	margin: 0;
	font-size: 14.5px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
	vertical-align: bottom;
}
.foot-content ul {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.foot-content ul li {
	position: relative;
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 400;
	color: #838383;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.foot-content ul p {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #838383;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
}
.foot-content ul p a{
	text-decoration: none;
	color: #6e6e6e;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.foot-content ul p a b{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	cursor: default;
}
.foot-content ul li a:link,
.foot-content ul li a {
	text-decoration: none;
	color: #707070;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.foot-content ul li a:hover {
    color: #222222;
}
.foot-content ul a.mail:link,
.foot-content ul a.mail{
	text-decoration: none;
	color: #f9ee6b;
	font-size: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.foot-content ul a.mail:hover {
	color: #f9ee6b;
	text-decoration: underline;
}
.mail-address {
	display: block;
	color: #3c9fe4;
	margin: 8px 0 0 0;
	font-size: 13px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
.mail-address:hover {
    text-decoration: underline;
}
.copyright {
	position: relative;
	z-index: 0;
	width: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #2fb6b9;
	background-color: #1b6870;
	text-align: left;
	padding: 30px 0 30px 30px;
}
.copyright img.HsLogo {
	float: right;
	margin: -15px 5% 0 0;
}
.foot-content .read-more{
    margin-top: 30px;
    display: block;
    text-decoration: none;
} 
.foot-content .read-more .btn_s{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #2fb6b9;
    border: 1px solid #7ee3e5;
    border-radius: 50%;
    cursor: pointer;
} 
.foot-content .read-more .btn_s:before{
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 8px;
    left: 7px;
    margin: auto;
    width: 3px;
    height: 3px;
    border-top: 1px solid #7ee3e5;
    border-right: 1px solid #7ee3e5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.foot-content .read-more label{
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    color: #ffffff;    
} 

.foot-content .read-more.mail label{
    color: #f9ff19;
    text-decoration: underline;
    cursor: pointer;
} 
.foot-content .read-more.mail:hover label{
    color: #222222;
} 
@media screen and (max-width: 1280px) {
	ul.foot-gird li .foot-content ul li {
	    padding: 0 0 0 10px;
	}
	ul.foot-gird li {
	    padding: 0 0 0 2vw;
	}
	ul.foot-gird li.foot-logo{
		margin: 0;
	}
}
@media screen and (max-width: 965px) {
    ul.foot-gird li.foot-logo{
    	display: none;
    }
	.foot-content .read-more .btn_s {
	    margin-right: 5px;
	}
	.info-area {
	    padding: 10% 0 10% 5%;
	}
	.foot-logo svg {
	    max-width: 135px;
	    margin-bottom: 20%;
	    margin-left: 5%;
	}
	ul.foot-gird li {
		padding: 0 0 0 12px;
		width: 48%;
	}
	ul.foot-gird li.foot-menu-com {
	    padding: 0;
	}
	.foot-content .read-more {
	     margin-top: 0; 
	}
}
@media screen and (max-width: 640px) {
	.foot-content .read-more label{
	    font-size: 16px;
	} 

	.copyright {
	    padding: 20px 0 20px 20px;
	}
	.foot-content ul p {
	    line-height: 1.6;
	}
	ul.foot-gird li.foot-menu-contact{
	    display: block;
	}
	ul.foot-gird {
	    padding: 0;
	}
	.foot-content ul p {
	    margin: 0;
	}
	ul.foot-gird li{
		padding: 0;
		font-size: 13px;
	}
	ul.foot-gird li {
		padding: 0;
		width: 100%;
	}
    ul.foot-gird li .foot-content ul li {
        padding: 0 0 0 12px;
        margin-bottom: 5%;
    }
}
@media screen and (max-width: 480px) {
	.copyright img.HsLogo {
	    display: none;
	}
	.info-area {
	    padding: 20% 0 20% 5%;
	}
    ul.foot-gird li .foot-content ul li {
        margin-bottom: 10%;
    }
    .foot-content .read-more .btn_s {
        margin-right: 10px;
    }
}

/* mobile sidebar */
.menu-bg{
    display: inline-block;
    width: initial;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    }
@media screen and (max-width: 1200px) { 
.menu-bg{
    display: none;
    }
}
ul.mobile-list{
    position: relative;
    display: inline-block;
    padding-top: calc(50vh - 160px);
    padding-left: calc(50vw - 300px);
    margin: 0 auto;
    list-style-type: none;
    z-index: 1;
    width: 800px;
}
ul.mobile-list.language{
	position: absolute;
	left: 30px;
	top: 15px;
	padding-top: 0;
	padding-left: 0;
	width: 100%;
	z-index: 9999;
}
ul.mobile-list.language:after{
	display: none;
}
ul.mobile-list.language li{
    width: auto;
    margin-right: 30px;
}
ul.mobile-list:after{
    content: 'Liang-Han TECH CO., LTD.';
    position: absolute;
    top: 22vh;
    left: 30px;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 3px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    z-index: 1;
    color: #d8d8d8;
    text-transform: uppercase;
} 
@media screen and (max-width: 730px) { 
    ul.mobile-list {
        padding-left: calc(50% - 45px);
        padding-top: 18vh;
    }
    ul.mobile-list:after{
        top: calc(100% - 370px);
        font-size: 12px;
        letter-spacing: 2px;
        left: 15px;
    }  
}
@media screen and (max-width: 320px) { 
    ul.mobile-list:after{
        letter-spacing: 1.3px;
        }  
}
ul.mobile-list li{
    display: inline-block;
    width: 340px;
    margin: 15px 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.mobile-list li a,
ul.mobile-list li a:active{
    display:block;
    color:#555555;
    font-weight: 600;
    text-decoration:none;
    overflow: hidden;
    -moz-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease; 
    -webkit-transition: all 0.5s ease; 
    transition: all 0.5s ease; 
    }
ul.mobile-list li a:hover{
    color:#078996;
    }
ul.mobile-list li span{
    text-transform: capitalize;
    display: block;
    letter-spacing: 0.5px;
    }
.sidebar.show ul.mobile-list li span{
    width: 100%;
    transform: translate(0);
    animation: nav-up 0.6s linear;
}
.sidebar{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 27px; 
    background-color:#ffffff;
    z-index: 9998;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-animation: drawer-close 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    animation: drawer-close 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sidebar span.language{
    font-size: 17px; 
    font-weight: 500;
    color: #707070;
    letter-spacing: 0;
}
.sidebar.show{
    display: block;
    width: 100%;
    transform: translate(0);
    -webkit-animation: drawer-open 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    animation: drawer-open 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sidebar:after,
.sidebar.show:after{
    content: '';
    position: absolute;
    width: inherit;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: auto;
    }
@media screen and (max-width: 1280px) { 
    .sidebar:after,
    .sidebar.show:after{
        display: none;
    }
}
@media screen and (max-width: 730px) { 
	ul.mobile-list li{
	    display:block;
	    margin: 25px 0;
	}
	ul.mobile-list.language li{
	    display:inline-block;
	    margin: 0;
	}
	ul.mobile-list.language {
	    left: 27px;
        top: 27px;
	}
	.sidebar span.language {
	    font-size: 14px;
        margin-right: 20px;
        letter-spacing: -0.5px;
        color: #222222;
        font-weight: 500;
	}
	.sidebar{
	    font-size: calc((1.2rem + 2.5vw) - 8px)!important;
	} 
} 

@-webkit-keyframes drawer-open {
      0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
      }
      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
}
@keyframes drawer-open {
      0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
      }
      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
}
@-webkit-keyframes drawer-close {
      0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
      }
}
@keyframes drawer-close {
      0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
      }
      100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
      }
}

@keyframes nav-up{    
      0% { 
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        } 
      40%{ 
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        } 
      100% {        
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
} 
@-webkit-keyframes nav-up{    
      0% { 
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        } 
      40%{ 
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        } 
      100% {        
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
}   
@-moz-keyframes  nav-up{    
      0% { 
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        } 
      40%{ 
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        } 
      100% {        
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
} 
@-o-keyframes nav-up{   
      0% { 
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        } 
      40%{ 
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        } 
      100% {        
        -webkit-transform: translateY(0);
        transform: translateY(0);
        }
}
.sidebar-btn {
    position: fixed;
    display:none;
    height: 45px;
    width: 45px;
    background-color:transparent;
    border: 0;
    outline: none;
    top:18px;
    right: 20px;
    cursor:pointer;
    transform: translate(0);
    z-index: 9999;
    text-decoration:none;
}
.menu-stripes {
    position: relative;
    right: 0;
    height: 2px;
    width: 26px;    
    background-color: #dddddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    mix-blend-mode: luminosity;
}
.menu-stripes:nth-child(1) {
    margin: 0 0 9px auto;
    }
.menu-stripes:nth-child(2) {
    margin: 0 0 9px auto;
    } 
.menu-stripes:nth-child(3) {
    margin: 0 0 0 auto;
    }    
.sidebar-btn.sidebar-show .menu-stripes {
    margin: -1.8px auto;
    background-color: #888888;
    }
.sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
  width: 30px;
  transform: rotate(45deg);
  }
.sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
  width: 30px;
  display: none;
  }
.sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
  width: 30px;
  transform: rotate(-45deg);
  }
@media screen and (min-width: 1115px) { 
	.sidebar.show{
		display: none!important;
	}
}  
@media screen and (max-width: 1115px) { 
	.sidebar-btn {
	    display:block;
	}
}  
@media screen and (max-width: 640px) { 
	.menu-stripes { 
	    background-color: #ffffff;
	}
	.sidebar-btn {
	    right: 15px;
	    top: 7px;
	}
    .menu-stripes:nth-child(1) {
        margin: 0 0 8px auto;
    }
    .menu-stripes:nth-child(2) {
        margin: 0 0 8px auto;
    } 
}  
@media screen and (max-width: 480px) { 
    .sidebar-btn.sidebar-show{
        right: 10px;
        top: 15px;
        }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(1) {
      width: 24px;
      }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(2) {
      width: 24px;
      }
    .sidebar-btn.sidebar-show .menu-stripes:nth-child(3) {
      width: 24px;
      }
} 
/* mobile sidebar end */

.bread{
	position: relative;
	display: block;
	width: 100%;
	padding: 40px 40px 40px 5%;
	font-size: 18px;
    color: #bafeff;
    font-weight: 400;
	border-bottom: 1px solid #7ee3e5;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.bread a.go-to-top{
	position: absolute;
	top: 0;
	right: 0;
	width: 103px;
	height: 103px;
	text-align: center;
	line-height: 117px;
	background-color: #48c6c9;
	border-bottom: 1px solid #7ee3e5;
}
.bread a.go-to-top i{
	font-size: 36px;
	color: #ffffff;
}
@media screen and (max-width: 640px) { 
	.bread{
		padding: 30px;
	}
	.bread a.go-to-top{
		width: 83px;
		height: 83px;
		line-height: 88px;
	}
	.bread a.go-to-top i{
		font-size: 27px;
	}
} 

.header-main-nav:hover .logo svg {
    fill: #222222;
}
.main-header{
	display: block;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-header img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: -1;
}
.header-main-nav.main{
    position: absolute; 
}

.main-feature-bg{
    display: block;
    width: 100%;
    margin-top: 0;
    position: relative;
    bottom: 100px;
    z-index: 1;
}
.main-feature {
    position: relative;
    display: block;
    width: 75%;
    background-color: #ffffff;
    padding: 10% 0 5% 5%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.main-feature.contact{
    padding: 10% 0 0 5%;
}
.main-feature.contact.products{
    padding: 7% 0 0 5%;
}
.main-feature.map{
    width: 100%;
    padding: 10% 55% 10% 5%;
}
.spec-left h3,
.feature-area h3,
.map p,
.aside-content h5,
.main-feature h1,
.main-content-center h3,
.main-feature h3{  
    font-size: 40px;
    display: block;
    line-height: 1;
    white-space: normal;
    font-weight: 500;
    margin: 0 0 40px 0;
    padding: 0;
    color: #222222;
}
.feature-area h3{  
    color: #1c9295;
    margin: 0 0 25px 0;
}
.spec-left h3{  
    font-size: 32px;
}
.main-feature h3{
	letter-spacing: -0.5px;
	font-size: 38px;
}
.main-content-center .description,
.main-feature .description{
    display: inline-block;
    width: 65%;
    font-size: 21px;
    line-height: 1.6;
    white-space: normal;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 3px;
    color: #707070;
    word-break: break-word;
    vertical-align: top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.main-content-center.products.last.access h3,
.main-content-center.products.last.access .description{
    color: #ffffff;
}

.main-content-center.products.last.access .section-border__bar {
    background: #b4fffc;
}
.main-content-center.products.last.access .section-border:before {
    background-color: #64d1d3;
}
.main-feature.contact.products.last.access h5{
	color: #b4fffc;
}
.main-content-center.products.last.access span{
	color:#44eeff;
	font-size: 20px;
}
.main-content-center .description ul{
    margin: 0;
    padding: 0 0 0 20px;
}
.main-content-center .description,
.main-feature.contact .description{
	width: 100%;
}
.main-feature.map .description{
    line-height: 2;
}
.main-feature .description a{
    color: #ebb315;
} 
.main-feature .description a:hover{
    color: #222222;
} 
.main-feature img{
    display: inline-block;
    width: 55%;
    position: absolute;
    right: -27%;
    bottom: 5%;
}
.main-feature iframe{
	position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    bottom: 0;
}
.map span,
.main-content-center span,
.aside-content span,
.main-feature span{
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 3% 0;
    padding: 0;
    color: #999999;
    border-bottom: 2px solid #35e5f7;
    text-transform:uppercase;
}
.feature-area h4,
.aside-content h6,
.main-feature h5{
    font-size: 50px;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
    white-space: normal;
    font-weight: 600;
    padding: 0;
    margin: 0 0 7% 0;
    color: #222222;
    text-transform:uppercase;
}
.main-feature h5{
    font-size: 70px;
}
.feature-area h4{
    margin: 5% 0;
    font-size: 70px;
}
.main-feature.contact h5{
    margin: 0;
}
@media screen and (max-width: 900px) {
	.main-feature iframe{
		position: relative;
	    width: 100%;
	    height: 40vh;
	    margin-top: 10%;
	}

    .main-feature {
        width: 100%;
        padding: 10%;
    }
	.main-feature.map {
		position: unset;
	    width: 100%;
	    padding: 15% 7%;
	}
    .main-feature img {
        position: unset;
        width: 100%;
        margin-top: 10%;
    }
    .feature-area h4,
    .aside-content h6,
    .main-feature h5{
        font-size: 45px;
    }
    .main-content-center .description,
    .main-feature .description {
        width: 100%;
    }
    .main-feature-bg.contact,
	.main-feature-bg {
	    bottom: 0;
	}
} 
@media screen and (max-width: 640px) {
    .main-feature {
        padding: 15% 7%;
    }
	.main-feature.contact {
	    padding: 10% 0 0 7%;
	}
	.feature-area h3,
    .map p,
	.aside-content h5,
	.main-feature h1,
	.main-content-center h3,
	.main-feature h3{
        font-size: 7.2vw;
        margin: 0 0 30px 0;
    }
	.main-content-center h3{
        font-size: 5.6vw;
    }
    .main-feature h3 {
        font-size: 4.2vw;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }
    .feature-area h4,
    .aside-content h6,
    .main-feature h5{
        font-size: 8vw;
        font-weight: bold;
    }
    .feature-area h4{
        font-size: 10vw;
        margin: 7% 0;
    }
    .main-content-center .description,
    .main-feature .description{
        padding-left: 2px;
        font-size: 16px;
    }
    .map span,
	.main-content-center span,
	.aside-content span,
	.main-feature span {
        margin: 0 0 5% 0;
        font-size: 12px;
    }
} 
.main-content-center.products.last.access{
	padding: 0 5% 7% 5%;
}
.main-content-center.products.last.access,
.main-feature.contact.products.last.access{
	background: #2fb6b9;
}
.main-feature.contact.products.last.access{
	width: 100%;
	padding: 7% 0 3% 5%;
}
#accessories.main-feature-bg{
	bottom: 0;
}

.team-content{
    display:block;
    width:100%;
    margin:0 auto;
    padding:0 5%;  
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
}
.team-content ul{
    display:table;
    width:100%;
    padding:0;
    margin:0 auto;
    text-align:center;
}
.team-content ul li{
    display:inline-block;
    width:50%;
    padding:0 1.5%;
    vertical-align:top;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;  
}
.team-content ul li:first-child{
    padding-left:0;  
}
.team-content ul li:last-child{
    padding-right:0;  
}
.team-content ul li img{
    display:block;
    width:100%;
}    

.team-content ul li .team-aside{
    display:block;
    padding:10% 0 20% 0;
}
.team-content ul li .team-aside.food{
    padding:5% 0;
}
.team-content ul li .team-aside h4{
    display:block;
    padding:0;
    margin:0 0 15px 0;
    color:#333333;
    font-size:24px;
    font-weight:500;
}
.team-content ul.food li .team-aside h4{
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
}  
.team-content ul li .team-aside p{
    display:block;
    padding:0;
    margin:0;
    color:#707070;
    font-size:18px;
    line-height:160%;
}   

.team-content ul li .team-aside p a:link, 
.team-content ul li .team-aside p a {
    display: block;
    margin: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #222222;
}
.team-content ul li .team-aside p a:hover{
    color:#C70026;
    text-decoration:underline;
}
@media screen and (max-width: 640px) {
	.main-content-center.products.last.access span{
	    margin: 0 0 10% 0;	
	}
	.main-feature.contact.products.last.access{
		padding: 20% 0 3% 7%;
	}
	.main-content-center.products.last.access {
	    padding: 0 7% 20% 7%;
	}
    .team-content{ max-width: 100%; }  
    .team-content ul{ text-align:center; }   
    .team-content ul li{
        width:100%;
        padding: 0;
        margin: 0 auto;
    }          
    .page-aside{
        width:80%;  
    }
    .team-content ul li .team-aside{
        max-height:inherit;
    }
    .team-content ul li .team-aside h3{
        font-size:18px;
    }  
	.team-content ul li:last-child .team-aside{
	    padding:10% 0 0 0;
	}    
}
.aside-content {
    display: block;
    width: 100%;
    padding: 10% 5% 5% 5%;
    vertical-align:top;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;  
    margin: 0 auto;
}
.page-aside{
    display: block;
    margin: 35px 0 0 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    color: #707070;
    text-align: left;            
}
.page-aside a{
    color:#C70026;  
    text-decoration: underline;     
}
@media screen and (max-width: 900px) {
    .aside-content {
        padding: 25% 10% 10% 10%;
    }
}
@media screen and (max-width: 640px) {
    .page-aside{
        padding-left: 2px;
        font-size: 16px;
    }
    .team-content ul li .team-aside p{
        font-size: 16px;
    }
    .team-content ul li .team-aside h4{
        font-size: 5.6vw;
    }
    .aside-content{
        padding: 15% 7%;
    }
    .team-content{
        padding: 0 7% 15% 7%;
    }
}    

.main-content-center{
    display: block;
    width: 100%;
    padding: 0 10% 10% 5%;
    margin: -3% auto 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.main-content-center.products{
    padding: 0 10% 10% 10%;
}
.main-content-center.products.last{
    padding: 0 5% 2% 5%;
}
@media screen and (max-width: 900px) {
	.main-content-center{
	    padding: 10% 7%;
	}	
	.main-content-center.products {
	    padding: 10% 7% 15% 7%;
	}
    .main-content-center.products.last {
        padding: 0 7% 0 7%;
    }	
}
.map{
    position: relative;
    display: block;
    width: 100%;
    padding: 3% 0 0 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
	background-image: url(../img/noise.webp);
	background-color: #1c1c1c;
    overflow: hidden;
	border-top-left-radius: 3.125rem;
	border-top-right-radius: 3.125rem;	
}
.map img{
    display: block;
    width: 100%;
    z-index: 1;
}
.map video{
    display: block;
    width: 100%;
    max-width: 1366px;
    mix-blend-mode: color-dodge;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;
    padding: 8% 0 5% 0;
}
.color-overley{
    width: 100%;
    height: 40%;
    mix-blend-mode: difference;
    left: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.color-overley:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,.71,.35,.99) .2s;
    transition: -webkit-transform 1s cubic-bezier(0,.71,.35,.99) .2s;
    transition: transform 1s cubic-bezier(0,.71,.35,.99) .2s;
    transition: transform 1s cubic-bezier(0,.71,.35,.99) .2s, -webkit-transform 1s cubic-bezier(0,.71,.35,.99) .2s;
}
.map > .color-overley.view-poll.in-view{
    mix-blend-mode: exclusion;
    
}
@media screen and (min-width: 900px) {
	.map > .color-overley.view-poll.in-view:before{
	    opacity: 1;
	    -webkit-transition-delay: .2s;
	    transition-delay: .2s;
		background-color: #43dfe3;
	}
	.map > .color-overley.view-poll.in-view{
	    height: 100%;
	    bottom: 0;
	}

	.color-overley.view-poll.in-view ~ .map-content a.read-more label,
	.color-overley.view-poll.in-view ~ .map-content span,
	.color-overley.view-poll.in-view ~ .map-content p{
	    color: #222222;
	}
	.color-overley.view-poll.in-view ~ .map-content b{
	    color: #222222;
	}
}
.map-content{
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.map p{
    text-align: center;
    margin: 0 auto;
    line-height: 1.3;
    word-break: break-word;
}
.map a.read-more {
    margin-top: 7%;
}
.map b{
    margin: 0;
}
.map span{
    margin: 0 0 3% 0;
}
@media screen and (max-width: 640px) {
    .map{
        height: auto;
        background-image: none;
        background: #0c0c0c;
    }
    .team-content ul li:last-child .team-aside{
        padding: 10% 0 0 0;
    }
    .map b {
        margin: 5% 0;
    }
    .map a.read-more {
        margin-top: 20%;
    }
    .map p{
        font-size: 4.5vw;
    }
    .color-overley{
        bottom: -5%;
    }
    .map img {
        margin-bottom: 10%;
    }
}
.map a.read-more:hover .btn_s,
.map a.read-more .btn_s{
    background-color: transparent; 
}
.map a.read-more:hover .btn_s{
    border: 1px solid #f7d835;
}
.map a.read-more:hover label{
    color: #f7d835!important;
}
.map a.read-more:hover .btn_s:before{
    border-top: 1px solid #f7d835;
    border-right: 1px solid #f7d835;
}
.map-content ul{
    display: block;
    margin: 0;
    padding: 0;
}
.map-content ul li{
    overflow: hidden;
}
.map-content ul li > *{
     opacity: 0;
     transform: translateY(60px);
     transition: opacity 0.6s, transform 0.6s;
}
.map-content.view-poll.in-view ul li > *{
     opacity: 1;
     transform: translateY(0px);
}
.map-content.view-poll.in-view ul li:nth-child(1) > *{
    transition-delay: 0.3s;
}
.map-content.view-poll.in-view ul li:nth-child(2) > *{
    transition-delay: 0.5s;
}
.map-content.view-poll.in-view ul li:nth-child(3) > *{
    transition-delay: 0.7s;
}
.map-content.view-poll.in-view ul li:nth-child(4) > *{
    transition-delay: 0.9s;
}

.map b{
    font-size: 50px;
    display: block;
    line-height: 1;
    letter-spacing: 1px;
    white-space: normal;
    font-weight: 600;
    padding: 0;
    margin: 0 0 7% 0;
    color: #222222;
    text-transform:uppercase;
}
@media screen and (max-width: 900px) {
    .map b{
        font-size: 45px;
    }
} 
@media screen and (max-width: 640px) {
    .map b{
        font-size: 7vw;
        font-weight: bold;
        margin: 15% 0 8% 0!important;
    }
} 


.map a.read-more{
    margin-top: 50px;
    display: block;
    text-decoration: none;
} 
.map a.read-more .btn_s{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    cursor: pointer;
} 
.map a.read-more .btn_s:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 8px;
    left: 7px;
    margin: auto;
    width: 3px;
    height: 3px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.map a.read-more:hover .btn_s {
    border: 1px solid #f7d835;
    background: #f7d835;
}
.map a.read-more:hover .btn_s:before{
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
} 
.map a.read-more label{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #555555;
    cursor: pointer;
}


.section-border {
    position: relative;
    width: 100%;
    height: 2px;
    margin-bottom: 8vh;
}
.section-border__bar {
    position: absolute;
    left: 0;
    top: -3px;
    width: 8.2rem;
    height: 8px;
    background: #2fb6b9;
}
.section-border:before {
    content: "";
    position: absolute;
    background-color: rgba(43, 47, 56, 0.05);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.tech-feature ul{
    display: block;
    width: 100%;
    padding: 0;
    margin: 10vh auto 12vh auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}  
.tech-feature ul li{
    display: inline-block;
    width: calc(25% - 27px);
    margin-right: 30px;
    vertical-align: top;    
}
.tech-feature ul.thir li{
    width: calc(33% - 21px);
    margin-right: 30px;  
}
.tech-feature ul li:last-child{
    margin-right: 0;
}
.tech-feature ul li a{
    text-decoration: none;
}
.tech-feature ul li a:hover h2{
    color: #f2b918;
}
.tech-feature ul li:last-child{
    margin-right: 0;
}
.tech-feature ul li img{
    display: block;
    width: 100%;
}
.spec-left h2,
.tech-feature h1,
.tech-feature h2,
.tech-feature h3{
    display: block;
    margin: 15px 0;
    text-transform: capitalize;
    color: #222222;
    word-break: inherit;
    font-weight: 500;
    font-size: 21px;   
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tech-feature p.used{
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    word-break: normal;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #707070;
    text-decoration: none;
}
.tech-feature .mask{
    position: relative;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
}
.tech-feature .mask .overley{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(40, 175, 175, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    mix-blend-mode: overlay;
}
.tech-feature ul li img{
    display: block;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.tech-feature ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tech-feature ul li:hover .overley{
    background: rgb(40, 175, 175, .7);    
}

@media screen and (max-width: 1280px) {
	.tech-feature ul li{
	    width: calc(49% - 30px);
	    margin-right: 30px;
	    margin-bottom: 7%;
	}
} 

@media screen and (max-width: 900px) {
	.tech-feature ul.thir li{
	    width: calc(49% - 30px);
	    margin-right: 30px;
	    margin-bottom: 7%;
	}
	.tech-feature ul.thir li:first-child{
	    width: calc(99% - 33px);
	}
	.tech-feature ul {
	    margin: 5vh auto 2vh auto;
	}
	.tech-feature h2{
	    margin: 20px 0 10px 0;
	    font-size: 18px;
	}
	.section-border {
	    margin-bottom: 6vh;
	}
	.main-feature.contact.products {
	    padding: 20% 0 0 7%;
	}
} 
@media screen and (max-width: 640px) {
	.spec-left h2{
	    margin: 5px 0;
	}
	.tech-feature h2{
        font-size: 5vw;
	}
	.tech-feature ul li,
	.tech-feature ul.thir li{
	    width: calc(50% - 3px);
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.tech-feature ul.thir li:first-child,
	.tech-feature ul.four li:first-child,
	.tech-feature ul.four li:nth-child(2),
	.tech-feature ul.thir li{
	    width: calc(100% - 3px);
	}
} 

/*fixed icon*/
#chat-toggle{
    position:absolute;
    appearance:none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    cursor:pointer;
    right:0;
    top:0;
    }
#chat-toggle + label {
    display: block;
    cursor:pointer;
    margin-right:15px; 
    padding: 0;
    background: #6cae43;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 46px;
    text-align:center;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -moz-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
#chat-toggle + label:hover{
    background: #50862e;
    }
#chat-toggle + label:after {
    content: "\f27a";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
    line-height: 47px;
    margin: 0;
    }
#chat-toggle:checked ~ .chat-container {
    position: fixed; 
    top: 0;
    -webkit-box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
    -o-box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
    -moz-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);    
    }
.close-chat-panel{
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 15px;  
    }  
.close-chat-panel:after{
    position: absolute;
    top: 0;
    right: 0;  
    content:"\f00d";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
    line-height: 43px;
    }
.chat-btn{
    position: fixed; 
    right: 0;  
    display: block; 
    z-index: 6;
    } 
.chat-btn.shop{
    bottom:90px; 
    text-decoration: none;
    } 
.chat-btn.shop{
    display: block;
    cursor:pointer;
    margin-right:15px; 
    padding: 0;
    background: #e92452;
    font-size: 16px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 46px;
    text-align:center;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -moz-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
.chat-btn.shop:hover{
    background: #d70a17;
    }
.chat-btn.shop:after {
    content: "\f879";
    font-family: 'FontAwesome';
    font-size: 23px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
    line-height: 47px;
    position: relative;
    top: 1px;
    right: 1px;
    margin-left: 2px;
    }
.chat-btn.line{
    bottom:145px; 
    }   
.chat-btn.chat{
    bottom:145px; 
    display: block;
    width: 200px;
    height: 200px;
    outline:1px solid #000;
    } 
.chat-btn.call{
    bottom:200px; 
    text-decoration: none;
    } 
.chat-btn.call{
    display: block;
    cursor:pointer;
    margin-right:15px; 
    padding: 0 18px 0 24px;
    background: #2d80e8;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 46px;
    text-align:center;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    -moz-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);  
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    }
.chat-btn.call:hover{
    background: #2067bf;
    }
.chat-btn.call:after {
    content: "\f09a";
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
    line-height: 50px;
    margin: 0 0 0 -7px;
    }

@media screen and (max-width: 640px) {
.chat-btn{
    right: 0; 
    bottom:43px; 
    } 
.chat-btn.shop{
    padding: 0;
    width: 50px;
    }
.chat-btn.shop span{
    display: none;
    }  
.chat-btn.shop:after {
     right: 0; 
     margin-left: 0; 
    }

}

/*index popup*/
.popup-mask{
    display:block;
    width:100%;
    text-decoration: none;
    }
.popup-mask.higher{
    height: 300px;
    } 
.popup-title{
    font-weight:bold;
    color:#222222;
    padding:0 0 10px 0;
    border-bottom: 1px solid #e0e0e0;
    font: 700 27px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
    }
.popup-bottom{
    width:100%;
    text-align:right;
    padding:15px 0 0 0;
    margin:8px 0 0 0;
    border-top:1px solid #e0e0e0;
    } 
.index-popup-body {  
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    width: 80%;
    max-width:320px;
    margin:0 auto;  
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 10001;
    }
.main-popup-body {  
    position:fixed;
    top: 20%;
    left: 0;
    right: 0; 
    display: block;
    padding: 30px 20px;
    margin:0 auto;
    width: 90%;
    max-width: 690px; 
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    z-index: 10001!important;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    } 
.main-popup-body.slide-down{
    max-width: 400px;  
    animation: slide_down 0.2s ease-out;
    top: 15%;
    } 
    @keyframes slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:15%;opacity: 1; }
      } 
    @-webkit-keyframes slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:15%;opacity: 1; }
      }   
    @-moz-keyframes  slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:15%;opacity: 1; }
      } 
    @-o-keyframes slide_down{   
      0% { top:-2%;opacity: 0;} 
      100% { top:15%;opacity: 1; }
      }
.main-popup-body.slide-down.roll{
    top: 25%;
    animation: slide_fade 0.2s ease-out;
    }
    @keyframes slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      } 
    @-webkit-keyframes slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      }   
    @-moz-keyframes  slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      } 
    @-o-keyframes slide_fade{   
      0% { opacity: 0;} 
      100% { opacity: 1; }
      }

.main-popup-body.roll-in-out{  
    position:fixed;
    } 
.main-popup-icon:after{
    position:relative;
    left:0;
    top:0;
    display: inline-block;
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size:21px;
    color:#c5c5c5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.pop-processing {
    position: relative;
    width: 100%;
    min-height: 200px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
.pop-processing span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 10px auto 0 5px;
    font-size: 17px;
    color:#F90;
    }
.popup-body{
    padding: 40px 30px 30px 30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    } 
.popup-head{
    position:relative;
    left:0;
    top:0;
    display:block;
    color:#fff;
    width:auto;
    margin:0 auto;
    height:105px;
    border-radius:8px 8px 0 0 ;
    text-align:center;
    overflow:hidden;
    z-index:0;
    text-align:center;
    }
.popup-head:before{
    content: '';
    position: absolute;
    bottom: 40px;
    left:50%;
    margin:0 0 0 -275px;
    width: 550px;
    height: 550px;
    background: #b0e458; 
    background: -moz-linear-gradient(top, #b0e458 0%, #b0e458 90%, #09d140 100%); 
    background: -webkit-linear-gradient(top, #b0e458 0%,#b0e458 90%,#09d140 100%); 
    background: linear-gradient(to bottom, #b0e458 0%,#b0e458 90%,#09d140 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e458', endColorstr='#09d140',GradientType=0 );
    border-radius: 100%;
    z-index: 2; 
    }
.popup-head:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:50%;
    margin:0 0 0 -300px;
    width: 600px;
    height: 600px;
    background: #b0e458; 
    background: -moz-linear-gradient(top, #b0e458 0%, #b0e458 80%, #09d140 100%); 
    background: -webkit-linear-gradient(top, #b0e458 0%,#b0e458 80%,#09d140 100%); 
    background: linear-gradient(to bottom, #b0e458 0%,#b0e458 80%,#09d140 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e458', endColorstr='#09d140',GradientType=0 );
    border-radius: 100%;
    z-index: 1; 
    }
.index-popup-close {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index:3;
    }
.index-pop_overlay {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
    }
.main-pop_overlay {
    content: "";
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000!important;
    }
.index-pop-title{
    display:block;
    width:100%;
    margin:0 0 15px 0;
    font-weight:bold;
    font-size:21px;
    letter-spacing:2px;
    text-align:center;
    }
.index-click-close{
    width: 100%;
    }
.index-popup-contact p{
    color:#222222;
    font-size:15px;
    line-height:1.5;
    margin:0 0 25px 0;
    } 
/*index popup end*/

.line-qr{
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    }
.popup-note,
.popup-content{    
    display: block; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    color: #222222;   
    }
.popup-note{
    display: block;
    text-transform: uppercase;
    padding: 10px 0 20px 0;
    font-family: 'Noto Serif TC', serif;
    font-size: 30px;
    }
.popup-note span{
    display: block;
    font-size: 20px;
    font-weight: 100;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }
.popup-content{
    padding: 20px 0 40px 0;
    font-size: 16px;
    color: #707070;     
    } 	