@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.min.css";
/* bootstrap-icons */
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
/* Animate */
@import "animate.min.css";
@font-face{font-family:iconfont;src:url(../fonts/iconfont.ttf?t=1622274305876) format("truetype")}
.iconfont{cursor:pointer;font-family:iconfont !important;font-size:1.8rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;-webkit-animation:scaleout 2.5s infinite ease-in-out;animation:scaleout 2.5s infinite ease-in-out}

@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/OpenSans/OpenSans-Light.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Light.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/OpenSans/OpenSans-Regular.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Regular.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/OpenSans/OpenSans-Medium.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Medium.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/OpenSans/OpenSans-SemiBold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-SemiBold.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/OpenSans/OpenSans-Bold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Bold.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/OpenSans/OpenSans-ExtraBold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-ExtraBold.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/OpenSans/OpenSans-Black.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Black.woff) format("woff")}

@font-face{font-family:"Exo";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Exo/Exo-ExtraLight.woff2) format("woff2"),url(../fonts/Exo/Exo-ExtraLight.woff) format("woff")}
@font-face{font-family:"Exo";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Exo/Exo-Light.woff2) format("woff2"),url(../fonts/Exo/Exo-Light.woff) format("woff")}
@font-face{font-family:"Exo";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Exo/Exo-Regular.woff2) format("woff2"),url(../fonts/Exo/Exo-Regular.woff) format("woff")}
@font-face{font-family:"Exo";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Exo/Exo-Medium.woff2) format("woff2"),url(../fonts/Exo/Exo-Medium.woff) format("woff")}
@font-face{font-family:"Exo";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Exo/Exo-SemiBold.woff2) format("woff2"),url(../fonts/Exo/Exo-SemiBold.woff) format("woff")}
@font-face{font-family:"Exo";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Exo/Exo-Bold.woff2) format("woff2"),url(../fonts/Exo/Exo-Bold.woff) format("woff")}
@font-face{font-family:"Exo";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Exo/Exo-ExtraBold.woff2) format("woff2"),url(../fonts/Exo/Exo-ExtraBold.woff) format("woff")}
@font-face{font-family:"Exo";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Exo/Exo-Black.woff2) format("woff2"),url(../fonts/Exo/Exo-Black.woff) format("woff")}

:root {
	--bg-main: #EF7D00;
	--bg-hover: #EF7D00;
	--font-Family: "OpenSans", sans-serif;
	--font-Family2: "Exo", sans-serif;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-Gainsboro: #DCDCDC;
	--bg-Eee: #eeeeee;
	--bg-Fb: #fbfbfb;

}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-Gainsboro{background-color: var(--bg-Gainsboro) !important;}
.bg-Eee{background-color: var(--bg-Eee) !important;}
.bg-Fb{background-color: var(--bg-Fb) !important;}
.bg-white-light{background-image: linear-gradient(#fff,#f8f9fa);}
.bg-light-white{background-image: linear-gradient(#f8f9fa,#fff);}
.bg-white-WhiteSmoke{background-image: linear-gradient(#fff,#f5f5f5);}
.bg-WhiteSmoke-white{background-image: linear-gradient(#f5f5f5,#fff);}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#333; font-family:var(--font-Family); font-size: 1rem; line-height:1.5; background-color:#fff; overflow-x:hidden}
li,ol,ul,dl,dd {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #000; font-family: var(--font-Family2); margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.875rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem;}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover);}
p:last-child{margin-bottom: 0;}
strong {font-weight: 700;}
b {font-weight: 500;}
img{display:block;max-width:100%;height:auto;margin:0 auto; transition: all .4s;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color: var(--bg-hover);}
figure,.figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a,.figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a:hover,.figure>a:hover{cursor: zoom-in;}
figure:last-child{margin-bottom: 0;}

.img-bg img{mix-blend-mode: multiply;}
.imgbox{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.textbox{width: 100%; display: flex; flex-wrap: wrap; flex: 1;}
.card,.card-header,.card-header:first-child{border-radius: 0; padding: 0;}
.card-header{border-bottom: none; display: flex;}
.card-link{padding: .75rem 1.25rem; width: 100%; position: relative;}
.swiper .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{cursor: no-drop; opacity: .5;}

.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px;}
.container2{max-width:1030px;}
.container3{max-width:900px;}
@media (max-width:1199.98px){
	.container{max-width:calc(100% - 50px)}
}
@media (max-width:1099.98px){
	.container1{max-width:calc(100% - 30px)}
}
@media (max-width:999.98px){
	.container2{max-width:calc(100% - 30px)}
}
@media (max-width:991.98px){
	.container{max-width:calc(100% - 30px)}
}
@media (max-width:899.98px){
	.container3{max-width:calc(100% - 30px)}
}
@media (max-width:767.98px){
	.container{max-width:calc(100% - 20px)}
	h3,.h3 {font-size: 1.8rem;}
	h4, .h4{font-size: 1.6rem;}
}
@media (max-width:575.98px){
	.container{max-width:calc(100% - 20px)}
}
@media (max-width:375.98px){
	.container{max-width:calc(100% - 10px)}
}
/* public */
ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}

.etw-phone{width: 100%; display: flex; flex-wrap: wrap;}
.etw-phone>figure{width: 100%; display: flex; flex-wrap: wrap;}
.etw-phone>figure>.row{width: 100%; margin: 0;}
.etw-phone>figure>.row>div{padding: 0; display: flex; flex-wrap: wrap;}
.etw-phone ul{width: calc(100% + 10px); margin: 0 -2px;}
.etw-phone ul>li{width:100%; padding: 5px;}
.etw-phone ul>li a{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative;}
.etw-phone ul>li img{mix-blend-mode: multiply;}
.etw-phone ul>li span{flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: .625rem; color: #333; font-size: .95rem;}
.etw-phone ul>li>a:hover span{color: var(--bg-hover);}

.etw-phone2 ul>li{width:50%;}
.etw-phone3 ul>li{width:calc(100% / 3)}
.etw-phone4 ul>li{width:25%}
.etw-phone5 ul>li{width:20%}
.etw-phone6 ul>li{width:calc(100% / 6)}
.etw-phone7 ul>li{width:calc(100% / 7)}
.etw-phone-p1{width: calc(100% + 20px); margin: 0 -10px;}
.etw-phone-p1 li{padding: 10px;}
.etw-phone-p2{width: calc(100% + 30px); margin: 0 -15px;}
.etw-phone-p2 li{padding: 15px;}

.etw-phone1-4,.etw_phone1-6{display: block; overflow: hidden;}
.etw-phone1-4 ul>li,.etw_phone1-6 li{ float: left; display: block;}
.etw-phone1-4 ul>li{width: 25%;}
.etw-phone1-4 ul>li:first-child{width: 50%;}
.etw_phone1-6 ul>li{width: 20%;}
.etw_phone1-6 ul>li:first-child{width: 40%;}

@media (max-width:1199.98px){

}@media (max-width:991.98px){.etw-phone5 ul>li{width: 25%;}

}@media (max-width:767.98px){.etw-phone5 ul>li{width: calc(100% / 3);}

}@media (max-width:575.98px){.etw-phone5 ul>li{width: 50%;}
	.etw-phone3 ul>li,.etw-phone2 ul>li{width: 100%;}
}
@media (max-width:475.98px){

}

.items{display: flex; flex-wrap: wrap; width: 100%; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: flex; position:relative; margin-bottom: .5rem; overflow: hidden; padding: 0; line-height: 1.5;}
.items li:last-child,.items dd:last-child{margin-bottom: 0;}
.items li::before,.items dd::before{content: ''; display:inline-block; font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; color: var(--bg-hover);}

.items li strong,.items dd strong{font-weight: 500; color: #000;}
.items-icon1>li::before,.items-icon1>dd::before{content: '\F309'; font-size: 1.5rem;}

.items-icon2>li,.items-icon2>dd{padding-left: 1.875rem;}
.items-icon2>li::before,.items-icon2>dd::before{content: '\F270'; font-size: 1.25rem; top: 2px; position: absolute; left: 0;}


/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #333; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-responsive>.table-bordered{border: 1px solid #fff;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.table-striped tbody tr:nth-of-type(odd){background: #f7f9fb;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top td{background-color: #eee !important; color: #000;; font-weight: 400; text-align: center; padding: .75rem; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.table a,.table a:not([href]):not([class]){color: var(--bg-hover); cursor: pointer;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-hover); text-decoration: none;}
.table .top td a{color: var(--bg-hover);}
.table .top td a:hover{color: var(--bg-main);}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.border-top{border-color: #f5f5f5 !important;}

/* video-Btn */
.video-btn{--w:80px; width: var(--w); height: var(--w); border-radius: 50%; background-color: rgba(250,250,250,.8); border: 4px solid var(--bg-hover); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video-btn::before{content: "\F4F4"; color: var(--bg-hover); font-size: 2.5rem; padding-left: 5px; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.video-smallbtn{--w:60px; font-size: 1rem;}
.video-btn:hover{background-color: #fff;}

/* More */
.more{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: 1rem; font-weight: 300; line-height: 1; border: 1px solid var(--bg-main); background-color: var(--bg-main); color: #fff; border-radius: 6px; padding: .75rem 1.25rem;}
.more>a:hover{background-color: #fff; color: var(--bg-hover);}

/* Inquiry-quote */
.inquiry-quote{display: flex;}
.inquiry-quote>a{display: flex; padding: .5rem 1.5rem; color: #fff; border-radius: 6px; font-size: .875rem; font-weight: 500; transition: all 0.3s ease; background-color: var(--bg-hover); border: 1px solid var(--bg-main); box-shadow: 0 0 0 rgba(0,0,0,.2);}
.inquiry-quote>a:hover{transform: translateY(2px); box-shadow: 0 10px 10px rgba(0,0,0,.2); background-color: #fff; color: var(--bg-hover);}

/* public-End */

/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#333; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; margin-right: 2.5rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#333; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-hover); color: #fff; text-decoration: none;}
}
@media (max-width:767.98px){.video-btn{width: 60px;height: 60px;}
}
@media (max-width:575.98px){
}
/* header */
#header{padding-top: 90px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: rgba(250,250,250,.9); transition: all .5s ease-in-out; box-shadow: 0 0 10px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{
	from{opacity:0;transform:translate3d(0,-100%,0)}
	to{opacity:1;transform:none}
}

#etw_logo{float: left; padding: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:50px;}

nav{display: block;}
nav .navbar{padding:0; justify-content:flex-end}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial; position: relative;}
.navbar-expand-lg .navbar-nav{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; margin: 0;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; margin-left: 2.125rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#444; min-height:50px; display:flex;align-items:center;justify-content:center; font-size:1rem; font-weight: 600; position: relative; z-index: 0; padding: 0; overflow: hidden;}
nav .navbar-nav .nav-item>.dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\F282"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-hover);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-hover);}
nav .navbar-nav .nav-item.active>.dropdown-toggle::after,
nav .navbar-nav .nav-item:hover>.dropdown-toggle::after{transform:rotate(180deg)}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}
/* 导航下拉 */
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; border-radius:0 0 10px 10px; background-color: rgba(255,255,255,.8); backdrop-filter: blur(6px); overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.dropdown-menu ul{width: 100%; margin: 0; padding: .5rem;}
.dropdown-menu ul li{width: 100%; padding: 0;}
.dropdown-menu ul li .dropdown-item{color:#000; font-weight: 500; font-size:.95rem; position:relative;display:flex;transition:all 0.5s; padding: .5rem; align-items: center;}
.dropdown-menu ul li .dropdown-item:hover,
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-hover);}
/* 产品下拉 */
.dropdown-menu1{padding: 0; overflow: visible;}
.dropdown-menu1 ul{width: 100%; margin: 0; padding: 0;}
.dropdown-menu1 ul>li{width: 100%; padding: 0 1.25rem; border-bottom: 1px dashed #ccc;}
.dropdown-menu1 ul>li .dropdown-item{width:100%; display: flex; align-items: center; justify-content: space-between; padding: .625rem 0; font-weight: 500; font-size: 1rem;}
.dropdown-menu1 ul>li:hover .dropdown-item,
.dropdown-menu1 ul li .dropdown-item.active{color: var(--bg-hover);}

.nav-child ul{width: 100%; margin: 0; padding-bottom: .625rem;}
.nav-child ul>li{width: 100%; padding: 0; border-bottom: none !important;}
.nav-child ul>li>a{font-size: .95rem; color: #333; font-weight: 500; margin-bottom: .5rem; position: relative; padding-left: 1.25rem; white-space: nowrap;}
.nav-child ul>li>a::before{content: '\F309'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: var(--bg-hover); position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 1.25rem;}
.nav-child ul>li>a:hover,
.nav-child ul>li>a.active{color: var(--bg-hover);}

@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1.5rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size: .9rem;}
}
@media (max-width:991.98px){
	#header {padding-top: 0;}
	.header{position: relative;}
	.header .container{display: flex; flex-wrap: wrap; align-items: center;}
	#etw_logo {flex: 1;display: flex;}
	#etw_logo a>img{max-height:40px;}

	.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
	nav{width: 100%;}
	nav .navbar{width: 100%; position:relative;right:initial;top:inherit;z-index:10}
	nav .navbar-collapse{flex: 1;}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	.navbar-expand-lg .navbar-nav .nav-link{border-bottom:1px solid #ddd;padding:0 1rem; min-height: 40px; position:relative;font-size:1rem;justify-content:flex-start; color: #000;}
	.navbar-light .navbar-nav a.nav-link::before{display: none;}
	.nav-item span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:30px;height:100%;display:flex; justify-content:center;text-align:center;font-weight:200;z-index:2}
	.navbar-expand-lg .navbar-nav .nav-item:hover span.pro_icon,
	.navbar-expand-lg .navbar-nav .nav-item.active span.pro_icon{color: #fff;}
	.navbar-light .navbar-nav .nav-item.active .nav-link,
	.navbar-light .navbar-nav .nav-item:hover .nav-link,
	.navbar-light .navbar-nav .show>.nav-link{color:#fff; background-color: var(--bg-hover);}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1rem; color: #000; background-color: #fff; border: none; border-radius: 0;}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: var(--bg-hover); color: #fff;}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial;top:initial}
	.dropdown-toggle::after{display:none}
	.dropdown-menu{border-top: none;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
}
@media (max-width:575.98px){.etw-phone ul>li img{width: 100%;}
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}

/* Banner */
.etw-banner{padding: 0; background-color: #f5f5f5;}
.etw-banner .swiper{width: 100%;}
.etw-banner .swiper .swiper-slide{height: auto; display: flex; justify-content: flex-end;}
.etw-banner .swiper .swiper-slide>img{width: 100%; height: auto;}
.etw-banner .swiper-horizontal>.swiper-pagination-bullets,.etw-banner .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%; bottom: 20px; display: flex; justify-content: center; z-index: 2;}
.etw-banner .swiper-pagination-bullet{width: 10px; height: 10px; background-color: var(--bg-hover); opacity: .5; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw-banner .swiper-pagination-bullet:hover{width: 20px; opacity: 1;}
.etw-banner .swiper-pagination-bullet-active{width: 30px; opacity: 1;}
.etw-banner .prev-button,.etw-banner .next-button{width: 50px; height: 50px; border-radius: 50%; border: 2px solid #fff; position: absolute; right: 30px; bottom: 100px; z-index: 5; cursor: pointer; font-size: 1.25rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out;}
.etw-banner .next-button{left: auto; right: 30px; bottom: 160px;}
.etw-banner .prev-button:hover,
.etw-banner .next-button:hover{background-color: var(--bg-main); border-color: var(--bg-main);}

.banner-hover{position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.banner-hover .banner-text small{font-weight: 700; color: #000; display: block; margin-bottom: .5rem;}
.banner-hover .banner-text .h2{color: var(--bg-main); font-size: 2.25rem; font-weight: 700;}
.banner-hover .banner-text p{font-size: 1rem; color: #333;}
.banner-hover .banner-text .banner-more{display: flex;}
.banner-hover .banner-text .banner-more>a{width: fit-content; padding: .5rem 1.5rem; background-color: var(--bg-main); font-weight: 300; border: 1px solid var(--bg-main); border-radius: 10px;}
.banner-hover .banner-text .banner-more>a:hover{background-color: #fff; color: var(--bg-main);}
.banner1 .banner-text{max-width: 650px; padding: 2.5rem; background-color: #fff; color: #fff; position: relative; transform: translateX(20%);}





@media (max-width:1699.98px){

}@media (max-width:1599.98px){

}@media (max-width:1499.98px){

}@media (max-width:1399.98px){

}@media (max-width:1299.98px){

}@media (max-width:1199.98px){

}@media (max-width:991.98px){

}@media (max-width:767.98px){

}@media (max-width:575.98px){

}
/* Banner-end */
/* index */
section,.section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{display: flex; flex-direction: column; align-items: center; color: var(--bg-main); font-size: 1.875rem; font-weight: 600; line-height: 1; font-family: var(--font-Family2); margin-bottom: 1rem; text-align: center;}
.home-title::after{content: ''; width: 80px; height: 1px; background-color: #333; margin-top: 1rem;}
.home-small{display: block; margin: 0 auto 1rem auto; text-align: center; font-size: .875rem;}

.homeapps small{max-width: 40%;}
.homeapps ul{width: calc(100% + 30px); margin: 0 -15px;}
.homeapps ul>li{width: calc(100% / 3); padding: 0 15px; margin-top: 10px;}
.homeapps ul>li>ol{flex-direction: column;}
.homeapps ul>li>ol a.textbox{width: 100%; flex: 1; background-color: #fff; border-bottom: 1px solid var(--bg-main); position: relative; z-index: 2; padding: 1.5rem; padding-left: 0; transition: all .3s ease-in-out; display: flex; flex-direction: column; font-weight: 600;}
.homeapps ul>li>ol a.textbox::before{content: ''; width: 40px; height: 4px; background-color: var(--bg-hover); transition: all .3s ease-in-out; margin-bottom: 1rem;}
.homeapps ul>li>ol:hover a.textbox{width: 100%; padding-left: 1.5rem; box-shadow: 0 0 10px rgba(0,0,0,.1); color: var(--bg-hover);}
.homeapps ul>li>ol:hover a.textbox::before{width: 60px;}

.homepros-nav{justify-content: center;}
.homepros-nav>li{width: calc(100% / 8); padding: 0 10px; flex-direction: column;}
.homepros-nav>li>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.homepros-nav>li>a::before{content: ''; display: block; padding-top: 25%;}
.homepros-nav>li>a>svg{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;}
.homepros-nav>li>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .75rem; font-weight: 600;}
.homepros-list{margin-top: 1.25rem;}
.homepros-list>li{width: calc(100% / 3);}
.homepros-list>li>ol{flex-direction: column; transition: all .3s; background-image: radial-gradient(#fff 50%, #dcdcdc);}
.homepros-list>li>ol a.imgbox>img{filter: drop-shadow(0 5px 5px rgba(0,0,0,.5));}
.homepros-list>li>ol a.textbox{display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; font-size: .875rem; font-weight: 700; color: #000; padding-top: 0;}
.homepros-list>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.homepros-list>li>ol:hover a.textbox{color: var(--bg-hover);}

.homeabout{background: url(../images/about_bg.webp) no-repeat center center; background-size: cover;}
.homeabout::before{content: ''; position: absolute; inset: 0; background-color: #fff; opacity: .9;}
.homeabout .container{position: relative; z-index: 2;}
.homeabout-left{width: 100%; position: relative;}
.homeabout-left>span{width: 30px; height: 30px; display: block; position: absolute;}
.homeabout-left>span.heng1{left: 10px; top: 10px; border-left: 1px solid #fff; border-top: 1px solid #fff;}
.homeabout-left>span.heng2{right: 10px; top: 10px; border-right: 1px solid #fff; border-top: 1px solid #fff;}
.homeabout-left>span.heng3{left: 10px; bottom: 10px; border-left: 1px solid #fff; border-bottom: 1px solid #fff;}
.homeabout-left>span.heng4{right: 10px; bottom: 10px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
.homeabout-right {padding-left: 25px;}
.homeabout-right .home-title{align-items: flex-start;}

.homedistributor{background-image: linear-gradient(to right,#fff 60%,#f5f5f5 40%);}
.homedistributor-right .home-title{align-items: flex-start; position: relative;}
.homedistributor-right .home-title::before{content: none;}
.homedistributor-right .home-title>span{width: 100px; position: absolute; left: -18px; top: -18px; opacity: .1;}








@media (max-width:1199.98px){
	section{padding:3.125rem 0;}


}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}

}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}

}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}


}
@media (max-width:375.98px){
	section{padding:1rem 0;}



}
/* index-end */

.footer {padding: 2.5rem 0; background: url(../images/footer-bj.webp) no-repeat center center; background-size: cover; position: relative; overflow: hidden;}
/* .footer::before{content: ''; position: absolute; inset: 0; background-color: #000; z-index: 1; opacity: .4;} */
.footer .container{position: relative; z-index: 2;}
.footer .container>.row>div{padding: 0 15px; position: relative;}
.footer .container>.row>div.col1{width: 34%;}
.footer .container>.row>div.col2{width: 22%;}
.footer .container>.row>div.col3{width: 22%;}
.footer .container>.row>div.col4{width: 22%;}

.footer .h3{font-family: var(--font-family1); font-weight: 600; font-size: 1.2rem; color: #000;}
.footer .h3::after{content: ''; width: 20px; height: 2px; background-color: var(--bg-main); display: block; margin-top: .625rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}

.footer-logo{margin-bottom: 1rem; display: flex; justify-content: flex-start;}
.footer-logo img{max-height: 40px; margin: 0;}
.footer_contact{display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact dd{width: 100%; color: #333; display: block; margin-bottom: .5rem; font-size: .9rem; line-height: 24px; padding-left: 1.8rem; position: relative;}
.footer_contact dd a{color: #333;}
.footer_contact dd i{font-size: 1rem; position: absolute; left: 0; top: 2px; color: var(--bg-hover);}
.footer_contact dd a:hover{color: var(--bg-hover);}
.footer_contact dd:last-child{margin-bottom: 0;}

.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #333; font-size: .875rem;}
.footer_list li>a:hover{color: var(--bg-hover);}
/****footer contact****/
.cot_add,.cot_email,.cot_fax,.cot_mobile,.cot_people,.cot_tel,.cot_whatsapp,.cot_wechat,.cot_skype{position:relative;display:block;margin-bottom:1rem;line-height:1.2rem;font-size:0.95rem;font-weight:300;color:#fff;padding:0.6rem 0.5rem 0.6rem 2.8rem;border-radius:.5rem;}

.footer_contact dd i.cot_whatsapp{background: url(../images/whatapps.png) no-repeat left; size:16px;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding-top: 1.875rem;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center; background: var(--bg-main); z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%;}
#etw_top a{color:#fff;font-size:0.9rem;}
#etw_top:hover{background: #000;transform:translateY(-0.5rem)}
#etw_top:after{position:absolute;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:1;background:radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0,rgba(0,0,0,0) 80%)}
.theme-send-inquiry-box{background: var(--bg-hover) !important;border:1px solid var(--bg-hover) !important;}
.theme-box-name{background:#000 !important;border-left:1px solid #444 !important}

@media (max-width:1199.98px){
	.footer-bg{width: 30%;}
}
@media (max-width:991.98px){
	.footer .container>.row>div.col1{width: 50%;}
	.footer .container>.row>div.col2{width: 50%;}
	.footer .container>.row>div.col3{width: 50%; margin-top: 1.25rem;}
	.footer .container>.row>div.col4{width: 50%; margin-top: 1.25rem;}

}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.footer-bg{width: 50%; left: auto; right: 0;}
	.footer .container>.row>div.col1,
	.footer .container>.row>div.col2,
	.footer .container>.row>div.col3,
	.footer .container>.row>div.col4{width: 100%; margin-top: 1rem;}
	.footer .container>.row>div.col1{margin-top: 0;}
	.footer_logo {max-width: 100%; margin-bottom: 1rem;}
	.footer_logo>a>img{margin-left: 0; max-height: 50px;}
	.etw_root {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1.2rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:var(--bg-hover);}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,1);}
#quicknav ul.quicknav li:last-child{color: var(--bg-hover);}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-hover); opacity: 1;}
@media (max-width:767.98px){
	#quicknav{display: none;}
}
/* #quicknav-End */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,
.etw_hometitle .h3{font-size: 2rem; line-height: 1.3; color: #000; font-weight: 600;}
.etw_hometitle h2:last-child,
.etw_hometitle .h3:last-child{margin-bottom: 0;}
@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.875rem;}
}
@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.75rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.5rem;}
}
/* Products */
.pros-banner{padding-top: 0;}
.pros-banner .container{position: relative; z-index: 5;}
.pros-banner .etw_hometitle>h2{color: #000; max-width: 650px;}
.pros-banner .etw_hometitle::after{content: ''; display: block; width: 100px; height: 1px; background-color: var(--bg-main); margin-top: 1rem;}
.pros-banner .proimgbox{width: 480px;}

.pros-banner p{font-size: .95rem; line-height: 1.6; color: #555; max-width: 70%;}
.svg-bottom{width: 100%; display: flex; justify-content: center; margin-top: -80px; position: relative; z-index: 1;}
.svg-bottom>svg{width: 100%; height: auto;}
.svg-bottom>svg>path{fill: var(--bg-WhiteSmoke);}

.proimgbox{width: 100%; display: flex; justify-content: center; position: relative;width: 410px;}
.proimgbox>img:nth-child(2),
.proimgbox>img:nth-child(3){position: absolute; display: block; max-width: 100%; height: auto;}
.proimgbox>img:nth-child(2){max-width: 178px; left: 191px; animation: myfirst 5s linear 2s infinite reverse;}
.proimgbox>img:nth-child(3){max-width: 248px; left: 157px; bottom: 52px; animation: myfirst 5s linear 2s infinite;}
@keyframes myfirst
{
	from {transform: rotate(0);}
	to {transform: rotate(360deg);}
}

.pros-title{display: flex; flex-direction: column; align-items: center; color: #333; font-size: 2rem; font-weight: 600; line-height: 1; font-family: var(--font-Family2); margin-bottom: 1rem; text-align: center;}

.prosall-nav{display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: .625rem;}
.prosall-nav>li{margin:0;}
.prosall-nav>li>a{display: flex; align-items: center; justify-content: center; text-align: center; font-size:0.9rem; font-weight: 500;}
.prosall-nav>li>a:hover{color: var(--bg-hover);}
.prosall-list>li{width: 25%; margin-top: 50px;}
.prosall-list>li>ol{flex-direction: column; border-radius: 10px; background: #f8f8f8; border-bottom: 2px solid var(--bg-main);}
.prosall-list>li>ol a.imgbox{overflow: visible; border-radius: 8px 8px 0 0;}
.prosall-list>li>ol a.imgbox>img{transform: translateY(-30px);}
.prosall-list>li>ol a.imgbox>img{filter: drop-shadow(5px 5px 5px rgba(0,0,0,.3));}
.prosall-list>li>ol:hover a.imgbox>img{filter: drop-shadow(8px 8px 5px rgba(0,0,0,.5));}
.prosall-list>li>ol .textbox{padding: 1.25rem; flex-direction: column;}
.prosall-list>li>ol .textbox>a.h6{font-weight: 700; font-size: .9rem; margin-bottom: .625rem;}
/* .prosall-list>li>ol .textbox>a.h6::after{content: ''; width: 40px; height: 1px; background-color: var(--bg-hover); display: block; margin-top: .3125rem; transition: all .3s ease-in-out;} */
.prosall-list>li>ol .textbox>a.h6:hover::after{width: 100%;}
.prosall-list>li>ol .textbox>dl{display: flex; flex-direction: column;}
.prosall-list>li>ol .textbox>dl>dd{font-size: .8rem; color: #555;}
.prosall-list>li>ol .textbox>dl>dd:nth-child(3){display: none;}
.prosall-list>li>ol:hover{
	background: #f5f5f5;
  animation-name: ShineAnimation;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12, 0.89, 0.98, 0.47);
}

.inquiryform{background: url(../images/inquiry_bg.webp) no-repeat center center; background-size: cover; padding: 2.5rem 0;}
.inquiryform .h3{color: #000; font-weight: 500; line-height: 1.2; margin-bottom: 0; font-size: 1.75rem;}
.inquiryform .h3>span{font-weight: bold; color: var(--bg-hover);}
.inquiryform dl{display: flex; flex-direction: column; margin-bottom: .5rem;}
.inquiryform dl>dd{color: #333; margin-bottom: .5rem;}
.inquiryform .inquiryform-btn{display: flex;}
.inquiryform .inquiryform-btn>a{width: fit-content; display: flex; padding: .5rem 1.5rem; background-color: var(--bg-hover); color: #fff; border-radius: 30px; border: 1px solid var(--bg-hover);}
.inquiryform .inquiryform-btn>a:hover{background-color: #fff; color: var(--bg-hover);}

.prosapps ul{width: calc(100% + 30px); margin: 0 -15px;}
.prosapps ul>li{width: calc(100% / 3); padding: 15px;}
.prosapps ul>li>a{width: 100%; display: flex; flex-direction: column; align-items: center; background-color: #f5f5f5; padding: 1.25rem; box-shadow: 5px 5px 0 #dcdcdc;}
.prosapps ul>li>a .imgbox>img{width: auto; height: 60px; position: relative; filter: drop-shadow(0 60px var(--bg-main)); transform: translateY(-100%); transition: initial;}
.prosapps ul>li>a .h6{margin-bottom: 0; padding-top: 1.25rem; color: #000;}
.prosapps ul>li>a:hover .imgbox>img{filter: drop-shadow(0 60px var(--bg-hover));}
.prosapps ul>li>a:hover .h6{color: var(--bg-hover);}






@media (max-width:991.98px){
	.prosall-list>li{width: calc(100% / 3);}
	.pros-banner p,.pros-banner .etw_hometitle>h2{max-width: 100%;}
	.prosall-nav>li>a{font-size: 0.8rem;}
}
@media (max-width:767.98px){
	.inquiryform{padding: 2rem 0;}
	.inquiryform .h3{font-size: 1.6rem;}
	.proimgbox_wrap{display: inline-flex;justify-content: center;}
	.prosall-list>li{width: 50%;}
	.pros-banner{padding-top: 2rem;}
	.prosall-nav>li{margin: 0 0.5rem;}
}
@media (max-width:575.98px){
	.prosall-list>li,.prosapps ul>li{width: 100%;}
	.proimgbox{min-width: 410px;}
	.pros-banner .proimgbox{min-width: 480px;}
	.prosall-nav>li{padding: 0.2rem 0.5rem;}
}
@media (max-width:375.98px){}
/* Hub */
.proshub{padding-top: 0;}
.etw_hometitle_hub{align-items: center;}
.etw_hometitle_hub::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-hover); margin-top: 1rem;}

.hub-nav{width: 100%; margin: 0; justify-content: center;}
.hub-nav>li{padding: 0;}
.hub-nav>li>a{padding: .5rem .8rem; border-bottom: 1px solid #ccc;}
.hub-nav>li>a:hover{color: var(--bg-hover);}
.hub-nav>li.active>a{color: var(--bg-hover); border-bottom-color: var(--bg-hover);}
.hub-content{display: block; padding-top: 1.25rem;}
.hub-content>div{display: none;}
.hub-content>div:first-child{display: block;}
.hub-content p{font-size: .95rem;}
.hub-content p.firsttext{font-size: 1rem; line-height: 1.5;}
.hub-content dl{display: flex; flex-direction: column;}
.hub-content dl>dd{margin-bottom: .625rem; font-size: .95rem;}
.hub-content dl>dd:last-child{margin-bottom: 0;}
.hub-content dl.items-col>dd{display: flex; flex-direction: column;}

.hubnavlist{display: flex; justify-content: center; padding-bottom: 20px;}
.hubnavlist>li{width:50%}
.hubnavlist>li>a{ font-weight: 400; padding: .1rem 0.25rem; font-size: 0.9rem;}
.hubnavlist>li>a:hover{color: var(--bg-hover);}
.hublist{width: calc(100% + 30px); margin: 0 -15px;}
.hublist>li{width: 50%; padding: 0 15px; margin-top: 70px;}
.hublist>li>ol{flex-direction: row-reverse; background-color: #f9f9f9; box-shadow: 0 0 5px rgba(0,0,0,.1); padding: .625rem; transition: all .3s; border-radius: 20px; border-bottom: 1px solid var(--bg-main);}
.hublist>li>ol a.imgbox{width: 40%; z-index: 0; margin-top: -50px; overflow: visible; padding-bottom: 10px;}
.hublist>li>ol a.imgbox>img{transform: rotateY(180deg); filter: drop-shadow(5px 5px 5px rgba(0,0,0,.3));}
.hublist>li>ol:hover a.imgbox>img{filter: drop-shadow(5px 5px 5px rgba(0,0,0,.5));}
.hublist>li>ol .textbox{width: 60%; flex-direction: column; justify-content: center; padding: 1.25rem;}
.hublist>li>ol .textbox a.h6{font-size: 1.25rem; color: var(--bg-hover);}
.hublist>li>ol .textbox>dl{display: flex; flex-direction: column; font-size: .875rem; margin-bottom: 1rem;}
/* .hublist>li>ol .textbox>dl>dd:nth-child(3){display: none;} */
.hublist>li>ol .textbox>.more{display: none;}
.hublist>li>ol .textbox>.more>a{padding: 0; background: none; border: none; color: var(--bg-main); font-weight: 400;}
.hublist>li>ol .textbox>.more>a:hover{color: var(--bg-hover);}
.hublist>li>ol:hover{
	background: #f5f5f5;
  animation-name: ShineAnimation;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12, 0.89, 0.98, 0.47);
}


@media (max-width:991.98px){
	.hubnavlist>li>a{padding: 0 0.5rem;font-size: 0.9rem;}
	.hublist>li{margin-top: 2rem;}
}
@media (max-width:767.98px){
	.proshub{padding-top: 2rem;}
	.hublist>li{width: 100%;margin-top: 3rem;}.hubnavlist>li{width:100%}
}
@media (max-width:575.98px){
	.hublist>li>ol .textbox a.h6{font-size: 1.1rem;}
}
@media (max-width:375.98px){}
/* Little Hub */
.littlehub {overflow: visible;}
.littlehub figure{position: relative; z-index: 2;}
.littlehub figure>a{margin-top: -60px;}
.littlehub figure>a>img{max-width: 85%;}
.littlehub .littlehub_hometitle{flex-direction: column;}
.littlehub .littlehub_hometitle>h2{color: var(--bg-hover); margin-bottom: 0;}
.littlehub .littlehub_hometitle>small{display: block; font-size: 1.125rem; color: #555;}
.littlehub p{font-size: .95rem;}
.littlehub dl{display: flex; flex-direction: column; margin-bottom: 1rem;}
.littlehub dl>dd{font-size: .95rem; margin-bottom: .625rem; color: #000; display: block;}
.littlehub dl>dd::before{font-size: 1.25rem;}
.littlehub dl>dd>strong{font-weight: 500;}
.littlehub dl>dd:last-child{margin-bottom: 0;}
.hide{display: none; margin-bottom: 1rem;}
.seeall{display: flex; margin-bottom: 1rem; margin-top: -.75rem;}
.seeall>a{width: fit-content; color: var(--bg-main);}

.littlehub-nav{margin-bottom: 1rem;}
.littlehub-nav>li{width: 25%; padding: 0 10px; flex-direction: column;}
.littlehub-nav>li>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.littlehub-nav>li>a::before{content: ''; display: block; padding-top: 25%;}
.littlehub-nav>li>a>svg{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;}
.littlehub-nav>li>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .75rem; font-weight: 600;}

.littlehub-list{width: 100%; margin: 0; position: relative; z-index: 2;}
.littlehub-list>li{width: 100%; padding: 0 0 50px 0; margin-bottom: 50px; border-bottom: 1px solid #e8e8e8;}
.littlehub-list>li>ol a.imgbox{width: 50%;}
.littlehub-list>li>ol .textbox{width: 50%; padding-left: 40px; flex-direction: column;}
.littlehub-list>li>ol .textbox a.h6{width: fit-content; font-size: 1.625rem; color: #000;}
.littlehub-list>li>ol .textbox a.h6::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main); display: block; margin-top: .625rem; transition: all .3s ease-in-out;}
.littlehub-list>li>ol .textbox a.h6:hover{color: var(--bg-hover);}
.littlehub-list>li>ol .textbox a.h6:hover::after{width: 100%;}
.littlehub-list>li>ol .textbox>p{font-size: .95rem; color: #444;}
.littlehub-list>li>ol .textbox .smallbox{display: flex; flex-direction: column;}
.littlehub-list>li>ol .textbox .smallbox>.h5{width: fit-content; font-size: 1.125rem; font-weight: 400; text-transform: uppercase; padding: .5rem 1rem; border: 1px solid #e8e8e8; border-bottom-color: transparent; margin-bottom: 0; background-color: #fff; position: relative; margin-bottom: -1px; color: #333;}
.littlehub-list>li>ol .textbox .smallbox>.row{border: 1px solid #e8e8e8; width: 100%; margin: 0; padding: 20px 30px;}
.littlehub-list>li>ol .textbox .smallbox>.row>div{padding: 0;}
.littlehub-list>li>ol .textbox .smallbox p{margin-bottom: .5rem;}
.littlehub-list>li>ol .textbox .smallbox p>strong{font-weight: 400;}
.littlehub-list>li>ol .textbox .smallbox dl{display: flex; flex-direction: column;}
.littlehub-list>li>ol .textbox .smallbox dl>dd{font-size: .95rem; position: relative; padding-left: 1rem;}
.littlehub-list>li>ol .textbox .smallbox dl>dd::before{content: ''; width: 4px; height: 4px; background-color: #666; display: flex; position: absolute; left: 0; top: 9px;}
.littlehub-list>li>ol .textbox .smallbox dl>dd>b{font-weight: 400;}
.littlehub-list>li>ol .textbox .more{display: flex; justify-content: flex-end; margin-top: -60px; overflow: hidden;}
.littlehub-list>li>ol .textbox .more>a{border-radius: 0; clip-path: polygon(100% 0, 0% 100%, 100% 100%); padding: 2rem .5rem .75rem 2rem; border: none; position: relative; transform: translateX(100%);}
.littlehub-list>li>ol .textbox:hover .more>a{transform: translateX(0);}
.littlehub-list>li>ol .textbox .more>a:hover{background-color: #000; color: #fff;}
.littlehub-list>li:last-child{margin-bottom: 0; padding-bottom: 0; border-bottom: none;}



.littlehub-faqs .container{position: relative; z-index: 3;}
.littlehub-faqs .card{background:none; border: none; border-bottom:1px solid #ccc; border-radius:0; overflow:hidden; transition: all .3s ease-in-out;}
.littlehub-faqs .card-header{padding:0; background:none; border:none}
.littlehub-faqs .card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size:1rem; font-weight:600; position:relative; line-height:1.5rem}
.littlehub-faqs .card-link::after{content:"\F282";font-size:1.2rem; position:absolute; right:1rem; top:1rem; transition:all 0.3s; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.littlehub-faqs .card-body{padding:1rem; padding-top:0; line-height:1.4rem}
.littlehub-faqs .card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.littlehub-faqs .card:hover{background: #fff;}

.inquiryformlittlehub{padding: 2.5rem 0; background: url(../images/inquiry_bg.webp) no-repeat center center; background-size: cover;}
.inquiryformlittlehub .h3{display: flex; flex-direction: column; margin-bottom: 0; color: var(--bg-main);}
.inquiryformlittlehub dl{flex-direction: column; margin-bottom: .5rem;}
.inquiryformlittlehub dl>dd{margin-bottom: .5rem;}
.inquiryformlittlehub .more>a{border-radius: 30px;}

.morepros .h3{display: flex; flex-direction: column; align-items: center;}
/* .morepros .h3::after{content: ''; width: 100px; height: 1px; background-color: var(--bg-main); display: block; margin-top: 1rem;} */
.morepros ul>li{width: calc(100% / 3); padding: 0 10px; margin-top: 60px;}
.morepros ul>li>ol{flex-direction: column; border-radius: 10px; background: #f9f9f9; border-bottom: 2px solid var(--bg-main);}
.morepros ul>li>ol a.imgbox{overflow: visible; border-radius: 8px 8px 0 0; margin-top: -50px;}
.morepros ul>li>ol a.imgbox>img{filter: drop-shadow(5px 5px 5px rgba(0,0,0,.3)); max-width: 80%;}
.morepros ul>li>ol:hover a.imgbox>img{filter: drop-shadow(8px 8px 5px rgba(0,0,0,.5));}
.morepros ul>li>ol .textbox{padding: 1.25rem; flex-direction: column;}
.morepros ul>li>ol .textbox>a.h6{font-weight: 600; font-size: 1rem; margin-bottom: 0; display: flex; flex-direction: column; align-items: center; text-align: center;}
.morepros ul>li>ol:hover{
	background: #f5f5f5;
  animation-name: ShineAnimation;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12, 0.89, 0.98, 0.47);
}


@media (max-width:991.98px){}
@media (max-width:767.98px){

	.littlehub{padding-top: 5rem;}
	.littlehub-nav>li{width: 50%;}
	.littlehub-list>li{padding-bottom: 2rem;margin-bottom: 1rem;}
	.littlehub-list>li>ol a.imgbox{width: 100%;}
	.littlehub-list>li>ol .textbox{width: 100%;padding-left: 0;}
	.littlehub-list>li>ol .textbox a.h6{font-size: 1.4rem;}
	.littlehub-list>li>ol .textbox .smallbox>.h5{font-size: 1.1rem;}
	.inquiryformlittlehub{padding: 2rem 0;}
}
@media (max-width:575.98px){
	.littlehub-nav>li,.morepros ul>li{width: 100%;margin-bottom: 1rem;}
}
@media (max-width:375.98px){}
/* Details */
.details-hometitle{margin-bottom: 0.5rem;}
.details-hometitle h2{font-size: 2rem; margin-bottom: .5rem; font-weight: 600;}
.details-hometitle h2>span{color: var(--bg-main); border-bottom: 1px solid var(--bg-main);}

.details{overflow: visible; padding-top: 1.25rem;}
.details .container{position: relative; z-index: 2;}
.details .border-left{border-color: var(--bg-main) !important; border-width: 3px !important; padding-left: 2rem;}
/* .details-imgs{width: 100%; height: auto; position: sticky; padding: 0 15px; top: 90px; transition: all .3s ease-in-out;} */
.details-imgs{width: 100%; height: auto; margin-bottom: 1.5rem;}

.left_pics{width: 100%; display: flex;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: block; background-color: #fff;}
.left_pics>a>img{mix-blend-mode: multiply;}
.left_pics>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-wrap: nowrap;}
.related_pic ul>li{flex: 1; padding: 0 5px;}
.related_pic ul>li>a{display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-hover);}

.details small{display: block; font-size: 1.25rem; color: #666; margin-bottom: 1rem;}
.details p{font-size: .875rem;}
.details p.text1{font-size: .95rem;}
.details-items{display: flex; margin-bottom: 1rem;}
.details-items>.h4{width: 120px; font-size: 1rem; font-weight: 600; margin-bottom: 0;}
.details ul.items>li,
.details dl.items>dd{font-size: .875rem;}

.bladeedgeshapes-title{padding-top: 10px;}
.bladeedgeshapes{flex: 1; margin: 0; flex-direction: column; padding-left: 5px;}
.bladeedgeshapes>li{width: 100%; display: flex; align-items: center; padding: 5px;}
.bladeedgeshapes>li>a{max-width: 100px; display: flex; align-items: center; justify-content: center;}
.bladeedgeshapes>li>span{font-size: .875rem; padding-left: 1rem;}

.dimensions-title{padding-top: 4px;}
.dimensions{flex: 1; margin: 0;}
.dimensions>li{width: calc(100% / 3); padding: .5rem;}
.dimensions>li>span{font-size: .8rem; line-height: 1;}
.details-bottom{font-size: .8rem; padding-left: 130px;}

.dimensionsbox{flex-wrap: wrap;}
.dimensionsbox .h4{width: 150px; flex: none;}
.dimensionsbox p.w-100{padding-left: 160px;}

.details-items>.specifications-title{width: 120px;}
.specifications{flex: 1; margin: 0; padding-left: 10px; display: flex; flex-direction: column;}
.specifications dd{font-size: .875rem; margin-bottom: 5px;}
.specifications dd strong{font-weight: 500; color: #000;}

.details-application{display: flex; align-items: center; margin-bottom: 1rem;}
.details-application .icon{width: 50px; overflow: hidden; display: flex;}
.details-application .icon>img{width: 50px; filter: drop-shadow(50px 0 var(--bg-hover)); position: relative; transform: translateX(-100%);}
.details-application .textbox{flex: 1; padding-left: 20px; flex-direction: column;}
.details-application .textbox>.h4{font-size: 1rem; font-weight: 600; margin-bottom: .5rem;}
.details-application .textbox>p{font-size: .875rem;}
.details-application:last-child{margin-bottom: 0;}

.details-application2>.h4{width: 120px; font-size: 1rem; font-weight: 600; margin-bottom: 0;}
.details-application2>p{flex: 1; padding-left: 10px; margin-bottom: 0; font-size: .875rem;}


.features{display: flex; flex-direction: column; margin-bottom: 0;}
.features .h4{margin-bottom: .5rem;}
.features dl{flex: 1; display: flex; flex-direction: column; margin-bottom: .5rem;}
.features dl>dd{font-size: .875rem; position: relative; padding-left: 1.875rem; margin-bottom: .5rem;}
.features dl>dd::before{content: '\F270'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: 0; top: 3px; color: var(--bg-main); font-size: 1.25rem;}
.features1{flex-direction: row; margin-bottom: 1rem;}
.features1>.h4{width: 120px; font-size: 1rem; font-weight: 600; margin-bottom: 0;}
.features1>p{flex: 1; padding-left: 10px; margin-bottom: 0; font-size: .875rem;}

.inquiry-details{justify-content: space-between;}
.inquiry-details>a{display: flex; align-items: center; justify-content: center; font-size: .75rem; padding: .5rem 0.4rem; font-weight: 400;margin-right: 0.4rem;}
.inquiry-details>a>i{margin-right: .4rem; font-size: 1.25rem;}
.inquiry-details>a.pdf-btn{ background-color: #fff; color: #000; margin-right: 0;}
.inquiry-details>a.pdf-btn:hover{background-color: var(--bg-hover); color: #fff;}
.inquiry-details>a:only-child{width: fit-content; padding: .5rem 1rem;}


.inquiryformdetails{background: url(../images/inquiry_bg.webp) no-repeat center center; background-size: cover;}
.inquiryformdetails .imgbox{width: 15%; position: absolute; left: 10%; bottom: -5%; overflow: visible;}
.inquiryformdetails .imgbox>img{width: 100%; transform: rotateY(180deg) rotateZ(60deg); position: relative; opacity: .3;}
.inquiryformdetails .h3{font-weight: 600; display: flex; flex-direction: column; margin-bottom: 1.25rem; font-size: 1.65rem; color: var(--bg-main);}
.inquiryformdetails dl{flex-direction: column;}
.inquiryformdetails dl>dd{margin-bottom: .5rem; color: #000; font-size: 1.1rem;}

.prosdetailsall-nav{display: flex;}
.prosdetailsall-nav>li{margin-right: 1.25rem;}
.prosdetailsall-nav>li>a{font-size: 1.5rem; font-weight: 500;}
.prosdetailsall-nav>li>a:hover,
.prosdetailsall-nav>li.active>a{color: var(--bg-hover);}
.prosdetailsall-content{display: block;}
.prosdetailsall-content>div{display: none;}
.prosdetailsall-content>div:first-child{display: block;}

.relatedpros ul>li{width: 25%; padding: 10px;}
.relatedpros ul>li>ol{flex-direction: column; box-shadow: 0 10px 10px rgba(0,0,0,.1); border-radius: 10px; border-bottom: 2px solid var(--bg-main); padding: 1rem;}
.relatedpros ul>li>ol a.imgbox{overflow: visible;}
.relatedpros ul>li>ol .textbox{flex-direction: column;}
.relatedpros ul>li>ol .textbox>a.h6{margin-bottom: 0; padding-top: 1rem; flex: 1; display: flex; align-items: center; justify-content: center; font-size: .9rem; font-weight: 600; text-align: center;}
/* .relatedpros ul>li>ol:hover a.imgbox>img{transform: scale(1.02);} */
.relatedpros ul>li>ol:hover .textbox>a.h6{color: var(--bg-hover);}
.relatedpros ul>li>ol:hover{
	background-color: #f1f1f1;
  animation-name: ShineAnimation;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12, 0.89, 0.98, 0.47);
}
.shiny {
  animation-name: ShineAnimation;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12, 0.89, 0.98, 0.47);
}
@keyframes ShineAnimation {
  from {
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
    background-position: -810px -810px;
    background-size: 950px 950px;
  }
  to {
    background-repeat: no-repeat;
    background-position: 800px 800px;
  }
}


.otherpros{margin-top: 1.25rem;}
.otherpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherpros ul>li{width: calc(100% / 3); padding: 0 15px;}
.otherpros ul>li>ol{flex-direction: column;}
.otherpros ul>li>ol a.imgbox{background-image: radial-gradient(#fff 50%, #dcdcdc);}
.otherpros ul>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.otherpros ul>li>ol .textbox{width: 100%; flex: 1; overflow: visible; position: relative; z-index: 2; display: flex; }
.otherpros ul>li>ol .textbox>a.h6{width: 90%; margin-bottom: 0; background-color: #fff; box-shadow: 0 10px 10px rgba(0,0,0,.1); padding: 1rem; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; font-weight: 600; position: relative; transform: translateY(-50%);}
.otherpros ul>li>ol:hover .imgbox>img{transform: scale(1.05);}
.otherpros ul>li>ol:hover .textbox>a.h6{transform: translateY(0); width: 100%;}

.details-faqs .card{background:none;}
.details-faqs .card:hover{background: #fff;}

.detailsappsall .h3{display: flex; align-items: center; justify-content: center;}
.detailsappsall .h3::before,.detailsappsall .h3::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main); margin: 0 20px;}
.detailsappsallbox{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.detailsappsallbox ul>li{width: 100%;}
.detailsappsallbox ul>li>ol{position: relative;}
.detailsappsallbox ul>li>ol:hover a.imgbox>img{transform: scale(1.03);}
.detailsappsallbox ul>li>ol .textbox{position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent 20%, rgba(0,0,0,1)); display: flex; align-items: center; padding: 1.25rem; padding-top: 2.5rem;}
.detailsappsallbox ul>li>ol .textbox>a.h6{flex: 1; margin-bottom: 0; color: #fff; font-size: 1.25rem;}
.detailsappsallbox ul>li>ol .textbox .more>a{padding: 0; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;}
.detailsappsallbox .left{width: calc(50% - 10px); display: flex;}
.detailsappsallbox .right{width: calc(50% - 10px);}
.detailsappsallbox .right ul>li>ol a.imgbox::before{padding-top: 40%;}



@media (max-width:1199.98px){

}
@media (max-width:991.98px){
	.details{padding: 2.5rem 0;}
	.inquiryformdetails .h3{font-size: 1.6rem;}
}
@media (max-width:767.98px){
	.details-hometitle{padding: 1.875rem 0 1rem;}
	.details small{font-size: 1.1rem;}
	.details-bottom{margin-bottom: 2rem;}
	.prosdetailsall-nav>li>a{font-size: 1.2rem;}
	.relatedpros ul>li{width: 50%;}
	.otherpros ul>li>ol .textbox>a.h6{font-size: .9rem;}
}
@media (max-width:649.98px){
	.dimensions>li{width: 50%;}
}
@media (max-width:575.98px){
	.details{padding: 1.25rem 0;}
	.inquiry-details{flex-wrap: wrap;}
	.inquiry-details>a{max-width: 11rem;width: 100%;margin: 0 1rem 1rem 0;font-size: 0.8rem;}
	.inquiry-details>a.pdf-btn{max-width: 16rem;width: 100%;font-size: 0.8rem}
	.otherpros ul>li,.otherpros ul>li>ol a.imgbox>img{width: 100%;}
	.otherpros ul>li{margin-bottom: 1rem;}
	.otherpros ul>li>ol .textbox>a.h6{width: 100%;transform: translateY(0);}
}
@media (max-width:479.98px){.details-items{flex-wrap: wrap;}
	.details-items>.h4{width: 100%;margin-bottom: 1rem;}
	.specifications{padding-left: 0;}
	.details-bottom{padding-left: 0.5rem;}

	.prosdetailsall-nav>li{margin-right: 1rem;padding: 0.2rem 0.5rem;}
	.prosdetailsall-nav>li:last-child{margin-right: 0;}
	.dimensionsbox p.w-100{padding: 10px;}
}
@media (max-width:375.98px){
	.dimensions>li{width: 100%;}
}
/* Products End */
/* Applications */
.appsbanner{padding:0;}
.appsbanner .container{position: relative; z-index: 2;}
.apps_hometitle{display: flex; flex-direction: column;}
.apps_hometitle>.h3{line-height: 1.2; text-transform: uppercase; display: flex; flex-direction: column;}
.apps_hometitle>.h3::after{content: ''; width: 80px; height: 1px; background-color: var(--bg-main); margin-top: .5rem;}
.apps_hometitle>small{font-size: .95rem;}
.appsbanner .svg-bottom{margin-top: -30px;}

.appslist ul{width: 100%; margin: 0;}
.appslist ul>li{width: 100%; padding: 0; margin-bottom: 40px;}
.appslist ul>li>ol a.imgbox{width: 40%;}
.appslist ul>li>ol .textbox{width: 60%; flex-direction: column; justify-content: center; padding-left: 2.5rem;}
.appslist ul>li>ol .textbox>a.h6{font-size: 1.5rem; display: flex; flex-direction: column;}
.appslist ul>li>ol .textbox>a.h6::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main); margin-top: .5rem;}
.appslist ul>li>ol .textbox>p{font-size: .95rem;}
.appslist ul>li>ol .textbox>.more>a{padding: .5rem 1rem; font-size: .875rem; border-radius: 30px; background-color: #fff; color: var(--bg-main);}
.appslist ul>li>ol .textbox>.more>a:hover{background-color: var(--bg-hover); color: #fff;}

.appslist ul>li:last-child{margin-bottom: 0;}

.ourpros .h3{display: flex; align-items: center; justify-content: center;text-align: center;}
.ourpros .h3::before,.ourpros .h3::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main); margin: 0 20px;}
.ourpros ul>li{width: 25%; margin-top:30px;}
.ourpros ul>li>ol{flex-direction: column; background-color: #f9f9f9; border-radius: 10px; transition: all .3s; border-bottom: 2px solid var(--bg-main);}
.ourpros ul>li>ol a.imgbox{overflow: visible; margin-top: -30px;}
.ourpros ul>li>ol a.imgbox>img{transform: rotate(-5deg); filter: drop-shadow(5px 5px 5px rgba(0,0,0,.1)); max-width: 80%;}
.ourpros ul>li>ol .textbox{flex: 1; flex-direction: column;}
.ourpros ul>li>ol .textbox>a.h6{flex: 1; display: flex; align-items: flex-start; justify-content: center; text-align: center; font-size: .875rem; padding: 1rem; margin-bottom: 0;}
.ourpros ul>li>ol:hover{box-shadow: 0 0 15px rgba(0,0,0,.1)}
.ourpros ul>li>ol:hover a.imgbox>img{filter: drop-shadow(5px 5px 5px rgba(0,0,0,.3));}
.ourpros ul>li>ol:hover{
	background-color: #f1f1f1;
  animation-name: ShineAnimation;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12, 0.89, 0.98, 0.47);
}

.ourpros2 ul>li{width: 25%; margin-top:0;}
.ourpros2 ul>li>ol{padding: 1rem; overflow: hidden;}
.ourpros2 ul>li>ol a.imgbox{overflow: hidden; margin-top: 0;}
.ourpros2 ul>li>ol .textbox>a.h6{padding: .625rem; padding-bottom: 0;}
.ourpros2 ul>li.four-item>ol{padding: 0;}
.ourpros2 ul>li.four-item>ol a.imgbox{mix-blend-mode: multiply;}
.ourpros2 ul>li.four-item>ol a.imgbox>img{transform: rotate(0); max-width: 100%;}
.ourpros2 ul>li.four-item>ol .textbox>a.h6{padding: .625rem; padding-top: 1rem;}

.ourpros2 ul>li.four-item2>ol{padding: 1rem;}
.ourpros2 ul>li.four-item2>ol .textbox>a.h6{padding: .625rem; padding-bottom: 0;}



@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.appsbanner img{width: 100%;}
}
@media (max-width:767.98px){.appsbanner{padding-top: 2rem;}
	.ourpros ul>li{width: 50%;}
	.ourpros .h3{font-size: 1.6rem;}
	.ourpros .h3::before,.ourpros .h3::after{display: none;}
	.appslist ul>li{margin-bottom: 2rem;}
	.appslist ul>li>ol a.imgbox{width: 100%;margin-bottom: 1rem;}
	.appslist ul>li>ol a.imgbox img{width: 100%;}
	.appslist ul>li>ol .textbox{width: 100%;padding-left: 0;}
	.appslist ul>li>ol .textbox>a.h6{font-size: 1.2rem;}
	.appslist ul>li>ol .textbox>p{font-size: 0.9rem;}
}
@media (max-width:575.98px){}
/* Details */
.appsdetails .apps_hometitle>div.h3{font-size: 1.75rem; text-transform: capitalize;}
.appsdetails .apps_hometitle>small{font-size: .875rem;}
.shapes{flex-direction: column;}
.shapes ul>li{width: 30%; flex-direction: column;}
.shapes ul>li>a.imgbox::before{padding-top: 15%;}
.shapes ul>li>span{flex: 1; display: flex; align-items: center; justify-content: center; font-size: .75rem; text-align: center;}

.detailsapps{overflow: visible;}
.detailsapps .container{position: relative; z-index: 3;}
.detailsapps-list>li{width: 100%; margin-bottom: 1.2rem;}
.detailsapps-list>li:last-child{margin-bottom: 0;}
.detailsapps-list>li>ol{width: 100%; flex-direction: row-reverse;}
.detailsapps-list>li>ol .imgbox{width: 40%; background-image: radial-gradient(#fff 50%, #dcdcdc); padding: 1.25rem; margin-top: 50px; overflow: visible;}
.detailsapps-list>li>ol .imgbox>img{max-width: 80%; margin-top: -60px;}
.detailsapps-list>li>ol .textbox{width: 60%; flex-direction: column; position: relative; z-index: 0; background-color: #f9f9f9; padding: 30px;}
.detailsapps-list>li>ol .textbox::after{content: ''; width: 110%; height: 100%; background-color: #f9f9f9; position: absolute; left: 0; top: 0; z-index: -1;}
.detailsapps-list>li>ol .textbox>p{color: #555; font-size: .95rem;}
.detailsapps-list>li>ol .textbox>dl{display: flex; flex-direction: column;}
.detailsapps-list>li>ol .textbox>dl>dd{margin-bottom: .5rem; padding-left: 1rem; position: relative; font-size: .875rem; font-weight: 400;}
.detailsapps-list>li>ol .textbox>dl>dd::before{content: '\F519'; font-size: .5rem; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: 0; top: 6px; color: inherit;}

.inquiryformdetails2{padding-top: 2.5rem;}
.inquiryformdetails2 .svg-top{margin-top: -100px;}
.inquiryformdetails2 .svg-top>svg>path{fill: #f5f5f5;}
.inquiryformdetails3 .svg-top{margin-top: -100px;}
.inquiryformdetails3 .container{margin-top: -60px; position: relative; z-index: 3;}

/* .otherapps .container{max-width: 1600px;} */
.otherapps .h3{display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem;}
.otherapps .h3::before,.otherapps .h3::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main); margin: 0 20px;}
.otherapps ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherapps ul>li{width: calc(100% / 3); padding: 0 15px;}
.otherapps ul>li>ol{flex-direction: column; position: relative; overflow: hidden; border-radius: 1rem 1rem 0 0;}
.otherapps ul>li>ol a.imgbox{width: 100%;}
.otherapps ul>li>ol a.imgbox::before{padding-top: 60%;}
.otherapps ul>li>ol .textbox{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent 30%, rgba(0,0,0,.5)); display: flex;}
.otherapps ul>li>ol .textbox>a.h6{width: 100%; height: 100%; display: flex; align-items: flex-end; justify-content: center; font-size: 1.25rem; margin-bottom: 0; color: #fff; text-align: center; padding: 2rem 1rem;}

.otherapps ul>li>ol .textbox>a.h6:hover,
.otherapps ul>li.active>ol .textbox>a.h6{color: var(--bg-hover);}
.otherapps ul>li>ol .textbox>a.h6:hover::after{width: 100%;}
.otherapps ul>li>ol .textbox>p{font-size: .875rem; display: none;}




@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){
	.shapes ul>li{width: 50%;}
	.otherapps ul>li>ol .textbox>a.h6{font-size: 1.1rem;}
}
@media (max-width:575.98px){
	.detailsapps-list>li>ol .imgbox{width: 100%;margin-top: 2rem;}
	.detailsapps-list>li>ol .textbox{width: 100%;}
	.otherapps .h3::before, .otherapps .h3::after{display: none;}
	.otherapps ul>li{width: 100%;margin-bottom: 1rem;}
	.otherapps ul>li>ol{border-radius: 0;}
}
/* Applications End */
/* Become Our Distribuidor autorizado */
.distributor{width: 100%; display: flex; flex-direction: column;}
.distributor .etw_hometitle .h3{font-size: 2rem; line-height: 1; position: relative;}
.distributor .etw_hometitle .h3::after{content: ''; width: 90px; height: 1px; background-color: var(--bg-main); position: absolute; right: 105%; top: 50%; transform: translateY(-50%);}
.distributor p{font-size: 1rem; line-height: 1.6;}
.distributor p>b{font-weight: 600; color: #333;}
.distributor .h4{font-size: 1.125rem; font-weight: 600; position: relative; margin-bottom: .625rem; color: #000;}
.distributor .items>li{flex-direction: column;}
.distributor .items>li{font-size: .95rem; flex-direction: column;}
.distributor .items>li>strong{font-weight: 600;}
.distributor .items>li>dl{display: flex; flex-direction: column;}
.distributor .items>li>dl>dd{margin-bottom: 0; font-size: .875rem;}


@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){
	.distributor{padding-top: 2rem;}
	.distributor img{width: 100%;}
}
@media (max-width:575.98px){}
/* Become Our Distribuidor autorizado */
/* About Us */
.nbanner{width: 100%; overflow: hidden; min-height: 450px; background: url(../images/nbanner2.webp) no-repeat center bottom; background-size: cover; background-attachment: fixed; display: flex; align-items: center; flex-direction: column; justify-content: center; position: relative;}
.nbanner::before{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,.5);}
.nbanner .etw_hometitle{margin-bottom: 0; position: relative; z-index: 2;}
.nbanner .etw_hometitle .h3{font-size: 2rem; display: flex; flex-direction: column; line-height: 1; color: #fff;}

.company{padding: 0; font-size: .95rem; overflow: visible;}
.company-items{padding: 3.125rem 0; position: relative;}


.company-nav ul>li{width: calc(100% / 3); padding: 0 10px;}
.company-nav ul>li>ol{border: 1px solid #ccc; border-radius: 20px 0; overflow: hidden;}
.company-nav ul>li>ol a.imgbox{width: 50%;}
.company-nav ul>li>ol .h6{width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 1rem; margin-bottom: 0;}
.company-nav ul>li>ol:hover .h6,
.company-nav ul>li.active>ol .h6{color: var(--bg-hover);}

@media (max-width:1199.98px){}
@media (max-width:991.98px){.company{padding-top: 2rem;}
	.company-items{padding: 2.5rem 0;}
	.company img{width: 100%;}

}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
	.company-nav ul>li{width: 50%;margin-bottom: 1rem;}
	.company .col-lg-6 img{width: 100%;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.company-nav ul>li{width: 100%;}
	.company-nav ul>li:last-child{margin-bottom: 0;}
}

/* Our Workshops */
.workshops2 .h6{margin-bottom: .625rem; font-weight: 600; font-size: 1.125rem;}
.workshops2 .textbox{flex-direction: column;}
.workshops2 .textbox>p{flex: 1;}


@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){}
@media (max-width:575.98px){}
/* FAQs */
.faqs{padding-top: 0;}
.faqs .h3{display: flex; align-items: center; justify-content: center; font-size: 2rem;}
.faqs .h3::before,.faqs .h3::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main); margin: 0 20px;}
.faqs .card{background:none; border:none; border-radius:10px 10px 0 0; overflow:hidden; margin-bottom:0; border-bottom: 1px dashed #ccc;}
.faqs .card-header{padding:0;background:none; border:none;}
.faqs .card-link{width:100%;display:block; padding:1rem; padding-right: 2.5rem; font-size:1rem; font-weight:500; position:relative; line-height:1.5rem}
.faqs .card:hover{background: #fff;}
.faqs .card-link:hover{color:var(--bg-hover)}
.faqs .card-link::after{content:"\F282"; font-size:1.2rem; color:#000; transition: all .3s; position: absolute; right: 1rem; top: 1rem; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.faqs .card-body{padding:1rem;padding-top:0;line-height:1.4rem}
.faqs .card-body p{font-size: .9rem;}
.faqs .card-link[aria-expanded="true"]::after{transform: rotate(180deg);}



@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){
	.faqs{padding-top: 2rem;}
}
@media (max-width:575.98px){}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-hover);}
.contact dl dd{font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact dl dd strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact dl dd a{color: var(--bg-hover);}
.contact dl dd a:hover{color:var(--bg-main); text-decoration: underline;}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-left: 0;}
.contact .feedback{padding: 1.5rem 1rem;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family: var(--font-Family2);}
.contact_map{margin-top: 2rem;}

#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s; border: 1px solid var(--bg-main) !important;}
.etw-inquery-btn:hover{background: #fff !important; color: var(--bg-hover) !important;}
/* Contact Us-End */
/* Overview */
.overviewbanner{padding: 0;}
.overvier-hover{position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.overviewbanner .etw_hometitle{max-width: 50%; margin: 0 auto;}
.overviewbanner .etw_hometitle>.h3{font-size: 2rem; font-weight: 600; text-align: center; color: #fff;}

.overview-title{display: flex; justify-content: center; align-items: center; position:relative; margin-bottom: 1.25rem;}
.overview-title>span{text-align:center; display:inline-block; position:relative; line-height:1.3; font-size:1.8rem; color: #000; font-weight: 600; font-family: var(--font-Family2);}

.overview-company .overview-title::before,.overview-company .overview-title::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main);}
.overview-company .overview-title>span{padding: 0 20px;}
.overview-company .etw_hometitle{margin-bottom: 0; display: flex; align-items: center; justify-content: center; flex-direction: row;}
.overview-company .etw_hometitle>.h3{font-size:1.8rem; color: #000; font-weight: 600; text-align: center; margin: 0 20px;}
.overview-company .etw_hometitle::before,.overview-company .etw_hometitle::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main);}


.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company li{width:calc(50% - 20px); margin-top:30px; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.2rem; margin-bottom:1rem; color:#000; font-weight: 500;}
.overview-company li .overview-company-label::before{content:""; width:100%; height:1px; background-color:#ccc; position:absolute; left:0; bottom:0}
.overview-company li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-hover);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#000; font-size:1rem; line-height: 1.2;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{margin-bottom: .875rem; line-height: 1.2;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-hover); margin-right: .875rem;}
.overview-company li:hover .overview-company-label::after{width:100%}
.overview-company-value>figure>dl{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap;}
.overview-company-value>figure>dl>dd{width: calc(100% / 7); padding: 5px;}

.overviewfac .overview-title{max-width: 50%; margin: 0 auto 1.25rem auto;}
.overviewfac .etw-phone ul>li span{font-size: .875rem;}
.overviewpros .overview-title{align-items: flex-start; flex-direction: column;}
.overviewpros .overview-title::after{content: ''; width: 60px; height: 1px; background-color: var(--bg-main); margin-top: .5rem;}
.overviewpros .proimgbox>img:nth-child(2){max-width: 150px; left: 160px;}
.overviewpros .proimgbox>img:nth-child(3){max-width: 205px; left: 130px; bottom: 43px;}

@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.overviewfac .overview-title{max-width: 70%;}
}
@media (max-width:767.98px){.overview-company{padding-top: 2rem;}
	.overview-title>span{font-size: 1.8rem;}
	.contact .feedback .webtitle{font-size: 1.8rem;}
	.overview-title>span{font-size: 1.6rem;}
	.overviewfac .overview-title{max-width: 96%;}
}
@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0; background-image: linear-gradient(#f8f9fa, #f5f5f5);}
.videos .etw_hometitle>div[itemprop]{ font-size: 1.875rem; font-weight: 600; line-height: 1; margin: 0 0 1.875rem 0; color: #000;}

.videos-hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos-hub-title{font-size:1.625rem; font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family2);}

.videos-hub ul{width: calc(100% + 20px); margin: 0 -10px;}
.videos-hub ul li{width: 100%; padding: 10px;}
.videos-hub ul li .imgbox::after{content: '\F4F4'; --w:60px; width: var(--w); height: var(--w); color: var(--bg-hover); border: 2px solid var(--bg-hover); font-size: 2rem; padding-left: 5px; border-radius: 50%; background-color: rgba(250,250,250,.8); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: all .3s;}
.videos-hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videos-hub ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos-hub:last-child{margin-bottom: 0;}
.videos-hub ul li>a:hover .imgbox::after{background-color: #fff;}

.videos-pros ul{width: calc(100% + 30px); margin: 0 -15px;}
.videos-pros ul li{width:50%; padding: 15px;}
.videos-pros ul li>a{border-radius: 0 80px 80px 0; overflow: hidden;}
.videos-pros ul li>a>.imgbox{width: 40%;}
.videos-pros ul li>a>.imgbox::after{width: 3.125rem; height: 3.125rem; font-size: 1.5rem; padding-left: .2rem;}
.videos-pros ul li>a>.textbox{flex: none; width: 60%; display: flex; align-items: center; font-size: .95rem; line-height: 22px; color: #000; padding: .625rem; padding-left: 1.25rem; transition: all .4s;}
.videos-pros ul li>a:hover>.textbox{color:var(--bg-hover)}

.video-details{width:100%;padding:0 0 3.125rem 0}
.video-details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right .h3{font-size: 1.875rem; color: #000; font-weight: 600; font-family: var(--font-Family2);}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-hover); color:#fff; border-color:var(--bg-hover)}
.etw_videolist_more{display: none;}

#video_sidebar{width:30%; background-color:#fff; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,.15);}
#etw_videolist .webtitle{font-size:1.3rem; font-weight:600; color:var(--bg-main); text-transform:uppercase; background-color: #f5f5f5; padding:1rem;text-align:center;font-style:italic;border-radius:10px 10px 0 0; border-bottom: 1px solid var(--bg-main);}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between; padding:1.5rem; padding-bottom: 0;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center;}
#etw_videolist ul li a img{width:30%; height: auto;}
#etw_videolist ul li a span{width:70%;font-size:0.9rem; padding-left:1rem;line-height: 1.2; transition: all .4s;}
#etw_videolist ul li a.dq span{color:var(--bg-hover);}
#etw_videolist ul li a:hover span{color: var(--bg-hover);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}

@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
	.videos .etw_hometitle>div[itemprop],#video_right .h3{font-size: 1.8rem;}
}
@media (max-width:767.98px){#video_right{padding-top: 2rem;}
	#etw_videolist ul li,.videos-pros ul li,#etw_videolist ul li a img,#etw_videolist ul li a span{width: 100%;}
	#etw_videolist ul li a{flex-wrap: wrap;}
	#etw_videolist ul li a span{padding: 0.5rem 1rem;}
	#video_sidebar{margin-top:1rem}
	.videos{margin-top: 2rem;}
}
@media (max-width:575.98px){
	.videos-pros ul li>a{border-radius: 0;}
	.videos-pros ul li>a>.imgbox{width: 100%;}
	.videos-pros ul li>a>.textbox{width: 100%;}
}
/* videos-End */



/* jxc */
#etw_banner{position: relative;}
#etw_banner{width:100%;height:auto;position:relative;margin:0 auto;text-align:center;}

.banner_shadows:before{position:absolute;content:'';background-color:rgba(0,20,67,0.68);width:100%;height:100%;left:0;top:0;opacity:.5;}
#etw_banner video{display:block;width:100% !important;}
.banner_txt{width:820px;left:0;margin:0 auto;top:20%;text-align:center;position:absolute;right:0;}
.banner_txt h2{font-size:2.6rem;color:#333;font-weight:600;line-height:3rem;margin:0.5rem 0 1rem 0;text-align:center;text-shadow:2px 2px 0 #333;font-family:var(--font-Family2);}
.banner_txt span{color:#fff;font-size:1.4rem;line-height:2rem;font-weight:300;text-align:left;display:block;margin:0 auto 2rem;text-shadow:2px 2px 0 #333;font-family:var(--font-Family2);}
.banner_txt small{color: var(--bg-main);font-size: 1.2rem;line-height: 1.2rem;}
.banner-more{display: block;width: 220px;margin: 0;}
.banner-more a{display: block;width: 100%;border: 1px solid #fff;color: #fff;font-size: 1rem;line-height: 1rem;padding: 0.8rem 0;font-family: var(--font-Family2);}
.banner-more a:hover{border-color: var(--bg-main);color: var(--bg-main);}

.banner_txt1{
	width: 900px;
  top: 0;
  text-align: center;
  position: absolute;
  right: 0;
  height: 100%;
  background: rgba(0,0,0,.45);
  border-radius: 0;
  left: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  padding: 5% 10rem 0 9%;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  backdrop-filter: blur(10px);
}
.banner_img{
	position: absolute;
  right: 3%;
  bottom: -12%;
  width: 21%;
}
.banner_txt1 h2{
	font-size: 1.7rem;
	color: #fff;
	font-weight: 600;
	line-height: 2.1rem;
	margin: 0 0 1rem 0;
	font-family: var(--font-Family2);
	text-align: left;
}
.banner_txt1 span{
	color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: left;
  display: block;
  margin: 0 0 2rem;
  font-family: var(--font-Family2);
  display: block;
}
.banner_txt1 small{
	color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: left;
  font-style: oblique;
  font-weight: 600;
}


.homeapps{padding: 4rem 0 5rem;position: relative;}
.homeapps:before{position: absolute;content: '';background: url(../images/app_bg.webp) no-repeat;background-size: cover;width: 1500px;height: 331px;right: 0;bottom: 0;opacity: .1;}
.homeapps ul > li > ol a.imgbox{
	display: block;
  position: relative;
  box-shadow: -10px 10px 0 #dfdfdf;
}
.homeapps ul > li > ol a.imgbox:before{position: absolute;content: '';background: rgba(0,0,0,.5);width: 100%;height: 100%;left: 0;top: 0;}
.homeapps ul > li > ol a.imgbox .overlay{position: absolute;left: 50%;top: 45%;transform: translate(-50%,-50%);width: 30%;}
.homeapps ul > li > ol a.imgbox .overlay img{display: block;position: relative;}

.homepros_bg{background: #f3f3f3;padding: 4rem 0 3rem;}
.container4{max-width: 1300px;}
.homepros-list{justify-content: space-between;}
.homepros-list > li{padding: 0;width: calc(calc(100% / 4) - 2%);}
.homepros-list > li > ol{background: none;display: block;padding: 1rem 0;}
.homepros-list > li > ol .imgbox{width: 80%;margin: 0 auto;}
.home-title{
	font-size: 2.4rem;
  line-height: 3rem;color: #333;
}
.homepros-list > li > ol:hover {
	box-shadow: none;
	animation-name: ShineAnimation;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12, 0.89, 0.98, 0.47);
  }
@keyframes ShineAnimation {
  from {
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
    background-position: -410px -410px;
    background-size: 950px 950px;
  }
  to {
    background-repeat: no-repeat;
    background-position: 350px 350px;
  }
}
.home-title::after {
	content: '';
	width: 80px;
	height: 1px;
	background-color: var(--bg-main);
	margin-top: 1rem;
  }
.home-small{
	font-size: 1.2rem;
  line-height: 1.8rem;
  max-width: 60% !important;
  font-family: var(--font-Family2);
  color: #666;
}
.homeapps ul > li > ol{position: relative;}
.homeapps ul > li > ol a.textbox{
	font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: var(--font-Family2);
  border-bottom: none;
  position: absolute;
  left: 0;
  bottom:1rem;
  color: #fff;
  background: 0;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.homeapps ul > li > ol a.textbox::before{display: none;}
.homeapps ul > li > ol a.textbox:hover{border-bottom: none;}
.homeapps ul > li > ol:hover a.textbox{box-shadow: none;padding: 2rem;}
.homepros-list > li > ol span{
	display: block;
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: #555;
  padding: 0 1rem 1rem;
  text-align: left;display: none;
}
.homepros-list > li > ol a.imgbox > img {
	filter: none;
  }
.homepros-list > li > ol a.textbox{
	font-size: 1.1rem;
  line-height: 1.3rem;
  font-family: var(--font-Family2);
  color: #333;
  font-weight: 500;
  padding: 1rem 0.5rem 1rem 0;
  display: flex;flex-flow: initial;justify-content: center;text-align: center;
  position: relative;
}
.homepros-list > li > ol a.textbox small{display: block;font-size: 1.4rem;line-height: 1.6rem;}
.homepros-list > li > ol a.textbox img{
	width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 0 0 10px;
}

.homeabout{background: none;padding: 2rem 0 3rem;}
.homeabout_list{position: relative;width: 100%;}
.homeabout_title{font-size: 2.4rem;line-height: 2.6rem;color: #333;text-align: center;font-family: var(--font-Family2);margin: 2rem auto;font-weight: 600;}
.homeabout_title span{display: block;}
.homeabout_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: start;}
.homeabout_list ul li{width: calc(calc(100% / 3) - 2%);position: relative;padding: 0;display: block;transition: .6s all ease-in-out;}

.homeabout_list ul li:hover{box-shadow: 0 0 20px 0 rgba(0,0,0,.25);}
.homeabout_list ul li .home_con{
	width: 94%;
  background: #f3f3f3;
  margin: -2rem 0 0;
  padding: 2rem;
  position: relative;
  transition: .2s all ease-in-out;
}
.homeabout_list ul li:hover .home_con{width: 100%;padding: 2rem 3.5rem 2rem 2rem;}
.homeabout_list ul li .home_title{font-size: 1.5rem;line-height: 1.7rem;color: #333;position: relative;padding: 1rem 0;font-family: var(--font-Family2);font-weight: 600;}
.homeabout_list ul li .home_title:before{position: absolute;content: '';background: var(--bg-main);width: 40px;height: 4px;left: 0;top: -5px;}
.homeabout_list ul li .home_con p{font-size: 0.95rem;line-height: 1.5rem;color: #555;margin: 0 0 1.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow: hidden;height: 96px;}
.homeabout_list ul li .home_con .more > a{border: 1px solid var(--bg-main);color: var(--bg-main);background: 0;font-family: var(--font-Family2);border-radius: 0;font-weight:400;}
.homeabout_list ul li .home_con .more > a:hover{background: var(--bg-main);color: #fff;}
/* about page */
.appsbanner1{padding:0 0 2rem 0;}
.about_info_box{display: flex;flex-wrap: wrap;align-items: center;}
.about_info_left{width: 60%;}
.about_info_right{
	width: 55%;
  position: relative;
  margin: 0 0 0 -15%;
  padding: 3.5rem;
  background: #f8f8f8;
  box-shadow: 10px 10px 0 #ddd;
}
.about_info_right p{font-size: 0.95rem;line-height: 1.6rem;color: #555;margin: 0;}


@media (max-width:1199.98px){.banner-more{display: none;}
}
@media (max-width:991.98px){.banner_txt1{padding-top: 10%;width: 85%;}
.banner_txt1 span{display: none;}
#menu-apps,#menu-about{width: 100%;}
.home-small{max-width: 80% !important;}
.home-title,.homeabout_title{font-size: 2rem;line-height: 1.2;}
.homeapps,.homepros_bg{padding: 3rem 0;}
.homeapps ul > li > ol a.textbox{bottom: 0;font-size: 1.2rem;line-height: 1.2;}
}
@media (max-width:767.98px){.banner_txt1{display: none;}
.home-small{max-width: 100% !important;}
.home-title,.homeabout_title{font-size: 1.8rem;}
.homeabout_title{margin-top: 0;}
.home-small{font-size: 1.1rem;line-height: 1.5;}
.homeapps,.homepros_bg{padding: 2rem 0;}
.homeapps ul > li > ol a.textbox{padding: 1rem;font-size: 1rem;}
.homepros-list > li > ol a.textbox{font-size: 1rem;}
.homepros-list > li{width: 48%;}
.homeabout{padding: 2rem 0;}
.homeabout_list ul li{width: 100%;margin-bottom: 1rem;}
.homeabout_list ul li:last-child{margin-bottom: 0;}
.homeabout_list ul li .home_img img{width: 100%;}
.appsbanner1{padding-top: 2rem;padding-bottom: 1rem;}
.about_info_left{width: 100%;}
.about_info_right{width: 100%;margin-left: 0;padding: 2rem;}
.about_info_right p{font-size: 0.9rem;}
#tags{ display: none;}
}
@media (max-width:575.98px){.homeapps ul>li{width: 100%;margin-top: 0;margin-bottom: 1.5rem;}
.homeabout_list ul li .home_con{width: 100%;}
.homeabout_list ul li:hover .home_con{padding: 2rem;}
.homeabout_list ul li .home_title{font-size: 1.3rem;line-height: 1.2;}
.homeabout_list ul li .home_con p{font-size: 0.9rem;line-height: 1.5;margin-bottom: 1rem;}
.homeabout_list ul li .home_con .more > a{font-size: 0.9rem;padding: 0.5rem 1rem;}
}
@media (max-width:479.98px){.homepros-list > li{width: 100%;}
}
#tags{z-index:10; position:relative; margin:0 auto 2.2rem auto; width: 100%; max-width: 1200px; padding:0 15px;}
#tags li{ padding-right:1rem; color:#999; display:inline; font-size:0.8rem;}
#tags li#tags_title{ display:block;}
.mb-0{ margin-bottom: 0;}
