@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:"Montserrat";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Light.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Montserrat/Montserrat-Black.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Black.woff) format("woff")}

@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Oswald/Oswald-ExtraLight.woff2) format("woff2"),url(../fonts/Oswald/Oswald-ExtraLight.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Oswald/Oswald-Light.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Light.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Oswald/Oswald-Regular.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Regular.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Oswald/Oswald-Medium.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Medium.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Oswald/Oswald-SemiBold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-SemiBold.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Oswald/Oswald-Bold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Bold.woff) format("woff")}

:root {
	--bg-main: #0168b7;
	--bg-hover: #e40112;
	--bg-logo-blue-color: #0168b7;
	--bg-logo-red-color: #e40112;
	--bg-logo-yellow-color: #f7a001;
	--bg-silver-white-color: #E6E8FA;
	--font-family: "Montserrat", sans-serif;
	--font-family2: "Oswald", sans-serif;
}
.bg-silverWhite{background-color: var(--bg-silver-white-color) !important;}
.bg-WhiteSmoke {background-color: #f5f5f5 !important;}
.bg-Gainsboro{background-color: #DCDCDC !important;}
.bg-LightGray{background-color: #D3D3D3 !important;}
.bg-Silver{background-color: #C0C0C0 !important;}
.bg-DarkGray{background-color: #A9A9A9 !important;}
.bg-Gray{background-color: #808080 !important;}
.bg-DimGray{background-color: #696969 !important;}
.bg-E{background-color: #eee !important;}
.bg-F8{background-color: #f8f8f8 !important;}
.bg-F7{background-color: #f7f7f7 !important;}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#333; font-family:var(--font-family); font-weight: 400; font-size: 1rem; line-height:1.5; background-color:#fff; overflow-x:hidden}
li,ol,ul {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; font-family: var(--font-family);}
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:1030px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:900px; margin: 0 auto; padding: 0 15px;}
/* 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 -5px;}
.etw-phone ul>li{width:100%; padding: 5px;}
.etw-phone ul>li>a{width: 100%; display: flex; flex-wrap: wrap; overflow: hidden; position: relative;}
.etw-phone ul>li>a>img{mix-blend-mode: multiply;}
.etw-phone ul>li>a>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; left: 0; bottom: 0; z-index: 2; padding: 1rem .5rem; color: #fff; font-size: .95rem; background-image: linear-gradient(transparent, rgba(0,0,0,.8));}
.etw-phone ul>li>a:has(.imgbox)>span{width:100%; flex: 1; display:flex; align-items:flex-start; justify-content:center; text-align:center; color:#555; overflow:hidden; padding: .5rem 0; background-color: inherit; position: relative; z-index: 2; font-size: .95rem;}
.etw-phone ul>li>a:has(.imgbox):hover>span{color: var(--bg-hover);}
.etw-phone ul>li img{mix-blend-mode: multiply;}

.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){
	.imgbox img{width: 100%;}
	.etw-phone4 ul>li{width:calc(100% / 3);}
	.etw-phone5 ul>li{width:25%}

	.etw-phone4 ul>li:last-child,.etw-phone5 ul>li:last-child{display: none;}


	.etw-phone ul>li img{width: 100%;}
}@media (max-width:767.98px){
	.etw-phone4 ul>li{width: 50%;}
	.etw-phone4 ul>li:last-child{display: flex;}
	.etw-phone5 ul>li{width: calc(100% / 3);}
	.etw-phone7 ul>li{width: 25%;}


}@media (max-width:575.98px){


	.etw-phone2 ul>li,
	.etw-phone3 ul>li,
	.etw-phone4 ul>li,
	.etw-phone5 ul>li,
	.etw-phone6 ul>li{width:50%}
	.etw-phone7 ul>li{width: calc(100% / 3);}

	.etw-phone3 ul>li:last-child,
	.etw-phone7 ul>li:last-child{display: none;}





}@media (max-width:375.98px){

	/* .etw-phone7 ul>li{width: 100%;} */
}

.items{display: block; width: auto; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: block; position:relative; margin-bottom: .5rem; overflow: hidden; padding: 0;}
.items li:last-child,.items dd:last-child{margin-bottom: 0;}
.items li::before,.items dd::before{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: 2px;}
.items li>i{font-style: normal; color: var(--bg-hover); margin-right: .5rem;}
.items li strong,.items dd strong{margin-right: .5rem; font-weight: 600; color: #000;}

.items-icon1 li,.items-icon1 dd{padding-left: 1.875rem;}
.items-icon1 li::before,.items-icon1 dd::before{content: "\F633"; font-size: 1.25rem; top: 2px;}
.items-icon2 li,.items-icon2 dd,.items-icon3 li,.items-icon3 dd{padding-left: 1rem;}
.items-icon4 li,.items-icon4 dd{padding-left: 1.875rem;}
.items-icon2 li::before,.items-icon2 dd::before{content: ""; width: 4px; height: 4px; background-color: var(--bg-hover); top: 7px;border-radius: 50%;}
.items-icon3 li::before,.items-icon3 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); top: 9px; transform: rotate(45deg);}
.items-icon4 li::before,.items-icon4 dd::before{content: '\F633'; font-size: 1.25rem; top: 2px;}
.items-icon-nub{counter-reset: items;}
.items-icon-nub li{padding-left: 1.25rem;}
.items-icon-nub li::before{counter-increment: items; content: counter(items) "."; line-height: inherit; color: var(--bg-main);}
.items-icon2 li{font-size: 0.8rem; padding-left: 1rem ; font-weight: 500;}
.details_img{margin: 0 0 1rem 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(255, 255, 255, .7); 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: rgba(255, 255, 255, .9)}

.video_bigbtn{width: 100%; height: 100%; border-radius: 0; background: none;}
.video_bigbtn::before{content: "\F4F4";--w:80px; width: var(--w); height: var(--w); border-radius: 50%; background-color: rgba(255, 255, 255, .7); color: var(--bg-hover); font-size: 2.5rem; padding-left: 5px; 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;}
.video_bigbtn:hover{background: none;}
.video_bigbtn:hover::before{ background-color: rgba(255, 255, 255, .9)}

/* More */
.more{display: flex;}
.more>a{width:fit-content;  display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .85rem; font-weight: 400; line-height: 1;}
.more>a:hover{color: var(--bg-hover);}

/* Inquiry-Btn */
.inquirybtn{display: flex;}
.inquirybtn>a{display: flex; padding: .5rem 1.5rem; color: #fff; border: 1px solid #ccc; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); color: #000;font-size: .85rem;font-weight: 500; transition: all 0.3s ease;}
.inquirybtn>a:hover {animation-duration: 2s; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.3);color: var(--bg-hover);}
.inquirybtn>a:active {transform: translateY(0); box-shadow: 0 3px 8px rgba(0,0,0,0.2);}

/* 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:#000; 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:#000; 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-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 90px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: rgba(255,255,255,.9); transition: all .3s ease-out; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.scroll_down{transform: translateY(-100%);}
.scroll_up{ transform: translateY(0); transition-delay: .4s; box-shadow: 0 0 10px rgba(0,0,0,.15);}

#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:60px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}

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.5rem; 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: .95rem; 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;}
.dropdown-menu ul li{width: 100%; padding: 0; border-bottom: 1px dashed #ccc;}
.dropdown-menu ul li:last-child{border-bottom: none;}
.dropdown-menu ul li .dropdown-item{color:#000; font-weight: 500; font-size:.95rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem 1rem; padding-left: 1.5rem; align-items: center;}
.dropdown-menu ul li .dropdown-item::before{content: "\F285"; 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; line-height: 1; position: absolute; left: .5rem; top: 50%; transform: translateY(-50%); color: inherit; font-size: 12px;}
.dropdown-menu ul li .dropdown-item:hover{background-color: var(--bg-hover); color: #fff;}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-hover);}
/* 产品下拉 */
.dropdown-menu1{padding: 1rem;}
.dropdown-menu1 ul{width: calc(100% + 10px); margin: 0 -5px;}
.dropdown-menu1 ul>li{width: 25%; padding: 5px; border: none;}
.dropdown-menu1 ul>li .dropdown-item{width:100%; display: flex; flex-direction: column; align-items: center; white-space:initial;}
.dropdown-menu1 ul>li .dropdown-item>img{max-width: 100%; height: 100px; margin-bottom: 1rem;}
.dropdown-menu1 ul>li .dropdown-item>span{width: 100%; display: flex; justify-content: center; text-align: center; font-size: .9rem; line-height: 1.2;}
.dropdown-menu1 ul>li .dropdown-item::before{content: none;}
.dropdown-menu1 ul>li .dropdown-item:hover{background-color: #fff; color: var(--bg-hover); box-shadow: 0 0 5px rgba(0,0,0,.15);}
.dropdown-menu1 ul li .dropdown-item.active>span{color: var(--bg-hover);}
/* 应用下拉 */
.dropdown-menu2{padding: 1.25rem; left: auto; right:0; max-width: 900px;}
.dropdown-menu2 .row>.col-lg-8{border-left: 1px dashed #ccc; padding-left: 30px;}
.dropdown-menu2 .h3{display: block; font-size: 1.125rem;}
.dropdown-menu2 .h3>a:hover,.dropdown-menu2 .h3>a.active{color: var(--bg-hover);}
.dropdown-menu2 ul{width: 100%; margin: 0;}
.dropdown-menu2 ul li{border-bottom:none;}
.dropdown-menu2 ul li .dropdown-item{font-weight: 400; padding: .625rem; padding-left: 1.5rem;}

@media (max-width:1299.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 4rem;}
}
@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 3rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 2rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size: .95rem;}
}
@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:50px;}

	.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}
	nav .navbar-nav .nav-item .dropdown-toggle::after{display: none;}
	.dropdown-menu1 ul>li{width: calc(100% / 3);}
}
@media (max-width:767.98px){.navbar-nav .dropdown-menu.show{padding: 1rem;}
.dropdown-menu ul li .dropdown-item{padding: 0.5rem 1rem 0.5rem 1.5rem;}
	.dropdown-menu1 ul>li{width: 100%;}
	.dropdown-menu1 ul>li .dropdown-item{padding: 0 0.5rem 0.5rem;border-bottom: 1px dashed #ccc;margin-bottom: 0.5rem;}
	.dropdown-menu1 ul>li .dropdown-item:hover{box-shadow: none;}
	.dropdown-menu1 ul>li .dropdown-item>span{text-align: left;justify-content: flex-start;}
	.dropdown-menu1 ul>li .dropdown-item>img{display: none;}
	.dropdown-menu2 .row>.col-lg-8{border-left: none; padding-left: 15px;}
}
@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}
@media (max-width:475.98px){
	.dropdown-menu1 ul>li{width: 100%;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
	.dropdown-menu2{padding: .625rem;}
	.dropdown-menu2 .h3{margin-bottom: .625rem;}
	.dropdown-menu2 ul li .dropdown-item {padding: .3125rem; padding-left: 1rem;}
	.dropdown-menu ul li .dropdown-item::before{left: 0;}
}

/* Banner */
.etw-banner{padding: 0;}
.etw-banner .swiper{width: 100%;}
.etw-banner .swiper .swiper-slide{height: auto; display: flex;}
.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; display:flex; flex-direction: column; justify-content: center;}
.banner-text{display: flex; flex-direction: column; transition: all .3s ease-in-out;}
.banner-text .h2{color: #000;font-size: 2.2rem;}
.banner-text .h2::after{content: ''; width: 100px; height: 2px; background-color: var(--bg-hover); display: block; margin-top: .875rem;}
.banner-text p{font-size: 1.125rem;}
.banner-text .banner-more{display: flex;}
.banner-more>a{display: flex; align-items: center; padding: .625rem 0;  color: var(--bg-hover); font-size: .95rem; border-radius: 30px; overflow: hidden;}
.banner-more>a>i{margin-left: 1rem;}

.banner1 .banner-text{max-width: 550px; margin-left: -5rem;}
.banner2 .banner-text{max-width: 550px; float: right; margin-right: -180px;}
.banner3 .banner-text{max-width: 600px; margin-left: -5rem;}
.banner3 .banner-text p{color: #333;}

@media (max-width:1599.98px){
	.banner2 .banner-text{margin-right: 0; max-width: 500px;}
}
@media (max-width:1499.98px){
	.banner1 .banner-text,.banner3 .banner-text{margin-left: 0;}
	.banner3 .banner-text{max-width: 550px;}
}
@media (max-width:1199.98px){
	.banner-text .h2{font-size: 1.75rem;}
	.banner-text p{font-size: .95rem;}
	.banner-text .banner-more>a{padding: 0; line-height: 1;}
	.banner1 .banner-text,.banner3 .banner-text{max-width: 400px;}
	.banner2 .banner-text{max-width: 380px;}

}@media (max-width:991.98px){
	.banner-text .h2{font-size: 1.5rem;}
	.banner-text p{display: none;}
	.banner1 .banner-text,.banner3 .banner-text{max-width: 350px;}
	.banner2 .banner-text{max-width: 300px;}
}@media (max-width:767.98px){
	.banner-text .h2{font-size: 1.25rem;}
	.banner-text .banner-more{display: none;}
	.banner1 .banner-text,.banner2 .banner-text,.banner3 .banner-text{max-width: 44%;}
	.banner2 .banner-text .h2{display: flex; flex-direction: column; align-items: flex-end; text-align: right;}

}@media (max-width:575.98px){
	.banner-text{display: none;}
}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{color: #333; font-size: 1.8rem; font-weight: 400; line-height: 1; font-family: var(--font-family2); margin-bottom: 1rem;}
.home-title::after{content: '';width: 60px; height: 2px; background-color: var(--bg-hover); display: block; margin: 1rem auto 0 auto;}

/* .home-solutions{background-image: linear-gradient(#fff,#f8f9fa);}
.home-solutions .home-title{display: flex; flex-direction: column; font-weight: 400;}
.home-solutions .home-title>span{font-size: 1.25rem; text-transform: uppercase; color: var(--bg-hover); font-family: var(--font-family);}
.home-solutions .home-title::after{content: ''; width: 80px; height: 4px; background-color: var(--bg-hover); display: block; margin-top: 1rem;}
.home-solutions p{font-size: .9rem;}
.home-solutions .more>a{padding: .3125rem 0; color: var(--bg-hover); font-weight: 600;}
.home-solutions .more>a::before{content: ''; width: 0; height: 2px; background-color: var(--bg-hover); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out;}
.home-solutions .more>a:hover{background: initial;}
.home-solutions .more>a:hover::before{left: 0; right: auto; width: 100%;}
.home-solutions .more>a:hover::after{margin-left: 1rem;} */

.home-videos .container{position: relative; z-index: 2;}
.home-videos ul>li{width: calc(100% / 3);}
.home-videos ul>li>a{width:100%;display:flex;flex-direction:column;background:linear-gradient(45deg,#ffffff,#e3e3e3);color:#333;font-size:.8rem;border-radius:8px;overflow:hidden;padding-bottom:1rem}
.home-videos ul>li>a .imgbox::before{content:'\F4F4';--w:60px;width:var(--w);height:var(--w);border-radius:50%;background-color:rgb(255 255 255 / 70%);display:flex;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:2rem;padding-left:5px;color:#fb0000;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}
.home-videos ul>li>a>span{width: 100%; display: flex; flex: 1; align-items: center; justify-content: center; padding: 1rem; padding-bottom: 0; text-align: center; font-size: .82rem; font-weight: 500;}
.home-videos ul>li>a:hover .imgbox::before{background: #fff;}
.home-videos ul>li>a:hover>span{color: var(--bg-hover);}

.home-pros .container{max-width: 1500px;}
.home-pros .home-title{text-align: center; line-height: 1; margin-bottom: 1.25rem;}
.home-pros .home-title>span{color: var(--bg-hover);}
.home-pros-list{width: calc(100% + 40px); margin: 0 -20px;}
.home-pros-list>li{width: calc(100% / 3); padding: 0 20px;}
.home-pros-list>li>ol{width: 100%; display: flex;}
.home-pros-list>li>ol a.imgbox{overflow: visible;}
.home-pros-list>li>ol a.imgbox>img{top: 20%; max-height: 175px; filter: drop-shadow(0 15px 15px rgba(0,0,0,.2));}
.home-pros-list>li>ol a.imgbox::before{padding-top: 65%;}
.home-pros-list>li>ol a.imgbox>span{width: 100%; font-size:.8rem; font-weight: 500; line-height: 1.25; color: #000;  display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; left: 0; top: 0; z-index: 2; padding: 1rem;}
.home-pros-list>li>ol a.imgbox:hover>span{color: var(--bg-hover);}

.homepros-apps{justify-content: center;}
.homepros-apps>li{width: calc(100% / 6);}
.homepros-apps>li>ol{flex-direction: column; position: relative; overflow: hidden;border-radius: 50%;}
.homepros-apps>li>ol a.imgbox{border-radius: 50%;}
.homepros-apps>li>ol a.imgbox::before{padding-top: 100%;}
.homepros-apps>li>ol a.textbox{text-align: center; justify-content: center; align-items: center; font-size: .9rem; position: absolute; inset: 0; z-index: 2; background-color: rgba(0,0,0,.3); color: #fff; opacity: 0;}
.homepros-apps>li>ol:hover a.textbox{opacity: 1;}

.home-about{padding: 0; background-color: #e6e5e4;}
.home-about .row>.col-lg-6:nth-child(1){max-width: 800px;}
.home-about .row>.col-lg-6:nth-child(1)::before{content: ''; display: block; padding-top: 56.25%;}
.home-about video{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}
.home-about .home-title::after{margin-left: 0;}
.home-about .textbox{flex: 1; display: flex; flex-direction: column; justify-content: center; max-width: 800px; padding: 2.5rem; padding-left: 100px;}
.home-about .textbox p{font-size: .95rem; color: #333;}
.home-about .textbox .more>a{border: 1px solid var(--bg-hover); padding: .625rem 1rem; font-weight: 500; color: var(--bg-hover);}
.home-about .textbox .more>a::after{content: none;}
.home-about .textbox .more>a:hover{color: #fff; border-color: var(--bg-hover);}

.home-partners{width: 100%; padding: 2.5rem 0; background-color: #fff;}
.home-partners ul>li{width: calc(100% / 7); background-color: #fff; transition: all .3s;}
.home-partners ul>li>img{filter: grayscale(100%); mix-blend-mode: multiply; cursor: pointer; transition: all .3s ease-in-out;}
.home-partners ul>li:hover{background-color: #f8f9fa;}
.home-partners ul>li:hover>img{filter: grayscale(0%);}

.home-partners-light{background-color: #f8f9fa;}
.home-partners-light ul>li{background-color: #f8f9fa;}
.home-partners-light ul>li:hover{background-color: #fff;}

@media (max-width:1199.98px){
	section{padding:3.125rem 0;}

}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.home-pros-list>li>ol a.imgbox{flex-direction: column;}
	.home-pros-list>li>ol a.imgbox>img,.home-pros-list>li>ol a.imgbox>span{position: static;}
	.home-pros-list>li>ol a.imgbox::before{padding-top: 0;}
	.home-about .row>.col-lg-6:nth-child(1),.home-about .textbox{max-width: 100%;}
	.home-about .textbox{padding: 2rem;}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.home-pros-list>li{width: 50%;}
	.home-partners ul>li{width: 25%;}
	.home-partners{padding: 2rem 0;}
}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
	.home-title{font-size: 1.6rem;line-height: 1.3;}
	.home-videos ul>li{width: 50%;}
	.homepros-apps>li{width: calc(100% / 3);}
	.home-pros-list>li{width: 100%;}
}
@media (max-width:479.98px){
	.home-videos ul>li,.home-pros-list>li{width: 100%;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}
	.home-partners ul>li{width: 50%;}


}
/* index-end */
.footer {padding: 2.5rem 0; position: relative; overflow: hidden; background-color: #f5f5f5;}
.footer::after{content: ''; width: 30%; height: 100%; position: absolute; right: 0; top: 0; background: url(../images/footer_bj1.webp) no-repeat center 50px; background-size: contain; opacity: .1;}

.footer-bg{width: 10%; opacity: .1; position: absolute; left: 0; bottom: 0;}
.footer-bg>img{width: 100%; display: block; height: auto;}
.footer .container{position: relative; z-index: 2;}
.footer .container>.row>div{ padding: 0 15px; position: relative;}
.footer .container>.row>div.col1{width: 30%;}
.footer .container>.row>div.col2{width: 20%;}
.footer .container>.row>div.col3{width: 22%;}
.footer .container>.row>div.col4{width: 28%;}

.footer .h3{font-family: var(--font-family1); font-weight: 600; font-size: 1.2rem; color: #333;}
/* .footer .h3::after{content: ''; width: 50px; height: 2px; background-color: var(--bg-hover); display: block; margin-top: .5rem;} */
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}

.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: #555; font-size: .875rem;}
.footer_list li>a:hover{color: var(--bg-hover);}
.viewall>a{width: fit-content; border-bottom: 1px solid var(--bg-hover); color: #000;}
.viewall>a:hover{color: var(--bg-hover);}

.footer_logo{margin-bottom: 1rem; display: flex; justify-content: flex-start;}
.footer_logo img{max-height: 40px;}
.footer_text{font-size: .9rem; line-height: 1.2;color: #333; margin-bottom: 1rem;}
.footer_contact{display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact dd{width: 100%; color: #333; display: block; margin-bottom: .5rem; font-size: .95rem; 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;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.875rem 0; background-color: rgba(0,0,0,.1);}
#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: #333; z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%; mix-blend-mode: multiply;}
#etw_top a{color:#fff;font-size:0.9rem;}
#etw_top:hover{background:var(--bg-hover);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(--hover-color) !important;border:1px solid var(--hover-color) !important;}
.theme-box-name{background:#000 !important;border-left:1px solid #444 !important}

@media (max-width:1199.98px){
	.footer-bg{width: 30%;}
	.footer .container>.row>div.col1{width: 50%;}
	.footer .container>.row>div.col2{width: 25%;}
	.footer .container>.row>div.col3{width: 25%;}
	.footer .container>.row>div.col4{width: 100%; margin-top: 1.875rem;}
}
@media (max-width:991.98px){
	.footer .container>.row>div.col1{width: 65%;}
	.footer .container>.row>div.col2{width: 35%;}
	.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; font-size:.875rem;}
#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:.875rem; text-transform:capitalize;}
#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:#000;}
#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: #fff;}
#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; color: #000; font-weight: 400;}
.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: 0; max-height: 450px; background: url(../images/pros-banner1.webp) no-repeat center center; background-size: cover;}
.pros-banner::before{content: ''; display: block; padding-top: 26.041667%;}
.pros-hover{position: absolute; inset: 0; z-index: 2; display: flex; flex-wrap: wrap; align-items: center;}
.pros-hover .textbox{max-width: 450px;}
.pros-hover .textbox .etw_hometitle>h2{color: #000;}
.pros-hover .textbox .etw_hometitle>p{font-size: .95rem; color: #333;}

.pros-lists{padding-top: 1.875rem;}
.pros-lists .h3{color: #333; font-size: 1.8rem; font-weight: 400; line-height: 1; font-family: var(--font-family2); margin-bottom: 1rem; text-align: center;}
.pros-lists small{display: block; max-width: 85%; margin: 0 auto; text-align: center; font-size: .95rem;}
.pros-lists small::after{content: '';width: 60px; height: 2px; background-color: var(--bg-hover); display: block; margin: 1rem auto 1.25rem auto;}
.pros-lists ul{width: calc(100% + 30px); margin: 0 -15px;}
.pros-lists ul>li{width: 50%; padding: 15px;}
.pros-lists ul>li>ol{flex-direction: column; background: linear-gradient(92.85deg, rgba(255, 255, 255, .2) -22.04%, rgba(26, 23, 27, .2) 274.28%), #FFFFFF; border-radius: 10px; overflow: hidden;}
.pros-lists ul>li>ol a.imgbox{flex-direction: column; overflow: visible;}
.pros-lists ul>li>ol a.imgbox::before{padding-top: 60%;}
.pros-lists ul>li>ol a.imgbox>img{ max-width: 85%; filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2)); transform: translateY(15px);}
.pros-lists ul>li>ol a.imgbox>span{width: 100%; text-transform: uppercase; font-size: 16px; line-height: 1; font-weight: 900; color: #333; opacity: .3; display: flex; flex-direction: column; position: absolute; left: 1.25rem; top: 1.25rem;}
.pros-lists ul>li>ol a.imgbox>span>em{flex: 1 1 0; word-break: break-all;}
.pros-lists ul>li>ol a.imgbox>span>em:nth-child(2){font-size: 30px; text-align: right; padding-right: 5px;}
.pros-lists ul>li>ol .textbox{flex-direction: column; padding: 1.875rem;}
.pros-lists ul>li>ol .textbox a.h6{font-size: 1.2rem; font-family: var(--font-family2); font-weight: 300;}
.pros-lists ul>li>ol .textbox>dl{display: flex; flex-direction: column; flex: 1;}
.pros-lists ul>li>ol .textbox>dl>dd{margin-bottom: 0; font-size: .9rem; font-weight: 400; color: #666;}
.pros-lists ul>li>ol .textbox>.more>a{padding: 0; color: #000; line-height: 1; font-size: .85rem;}
.pros-lists ul>li>ol .textbox>.more>a::after{content: none;}
.pros-lists ul>li>ol .textbox>.more>a:hover{background: none; color: var(--bg-hover);}
.pros-lists ul>li>ol a.imgbox:hover>img{transform: scale(1.02);}

.pros-apps .container{max-width: 1600px;}
.pros-apps .h3{color: #333; font-size: 1.8rem; font-weight: 400; line-height: 1; font-family: var(--font-family2); margin-bottom: 1rem; text-align: center;}
.pros-apps .h3::after{content: '';width: 60px; height: 2px; background-color: var(--bg-hover); display: block; margin: 1rem auto 0 auto;}
.pros-apps ul{width: calc(100% + 30px); margin: 0 -15px;}
.pros-apps ul>li{width: 20%; padding: 15px;}
.pros-apps ul>li>ol{background-color: #fff; flex-direction: column;}
.pros-apps ul>li>ol .textbox{flex-direction: column; align-items: center; padding:1.25rem;}
.pros-apps ul>li>ol .textbox>a.h6{width: 100%; display: flex; justify-content: center; font-weight: 500; font-size: 1.125rem; text-align: center; margin-bottom: 0;}
.pros-apps ul>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}

@media (max-width:991.98px){
	.pros-banner{min-height: 300px;}
	.pros-apps ul>li{width: 25%;}
	.pros-apps ul>li:last-child{display: none;}
}
@media (max-width:767.98px){
	.pros-lists small{max-width: 100%;}
	.pros-banner{min-height: 260px;}
	.pros-lists .h3{font-size: 1.4rem;}
	.pros-lists ul>li>ol .textbox a.h6,.pros-apps ul>li>ol .textbox>a.h6{font-size: 1.1rem;}
	.pros-lists ul>li>ol .textbox>dl>dd{font-size: 0.85rem;}
	.pros-lists ul>li>ol .textbox>.more>a{font-size: 0.8rem;}
	.pros-apps ul>li{width: calc(100% / 3);}
	.pros-apps ul>li:nth-last-child(2){display: none;}
}
@media (max-width:575.98px){
	.pros-banner{background: url(../images/pros-banner1m.webp) no-repeat center center; background-size: cover;}
	.pros-lists ul>li{width: 100%;}
	.pros-apps ul{width: calc(100% + 10px); margin: 0 -5px;}
	.pros-apps ul>li{width: 50%; padding: 5px;}
	.pros-apps ul>li>ol .textbox{padding: .625rem;}
	.pros-apps ul>li>ol .textbox>a.h6{font-size: .9rem;}
	.pros-apps ul>li:nth-last-child(2){display: flex;}
}
@media (max-width:375.98px){
	/* .pros-apps ul>li{width: 100%;} */
}
/* Details */
.prosdetails-banner{padding-top: 0; background: #f5f5f5;}
.prosdetails-banner .etw_hometitle{margin-bottom: .625rem;}
.prosdetails-banner .etw_hometitle>h2{font-size: 1.875rem; position: relative; padding-bottom: .625rem; margin-bottom: .625rem;}
.prosdetails-banner .etw_hometitle>h2::after{content: ''; width: 100%; height: 1px; background-color: #ddd; position: absolute; left: 0; bottom: 0;}
.prosdetails-banner .etw_hometitle>small{font-size: .95rem; color: #555;}
.prosdetails-banner figure{width: 135%; max-width: 800px;}

.keyparameters{width: calc(100% + 10px); margin: 0 -5px .625rem -5px}
.keyparameters>li{width: 50%; padding: 5px;}
.keyparameters>li>ol{align-items: center;}
.keyparameters>li>ol>.icon{width: 30px; overflow: hidden; display: none;}
.keyparameters>li>ol>.icon>img{width: 100%; height: auto; filter: drop-shadow(30px 0 #000); position: relative; transform: translateX(-100%);}
.keyparameters>li>ol>.text{flex: 1; padding-left: 0; font-size: .9rem; line-height: 1; font-weight: 600; color: var(--bg-hover);}
.keyparameters>li>ol>.text>span{display: block; font-size: .8rem; color: #555; margin-bottom: .5rem;}
.prosdetails-banner .textbox>p{font-size: .95rem; line-height: 24px; margin-bottom: .625rem;}
.prosdetails-banner .textbox>p:first-child{display: block;}

.collapse1:not(.show){overflow:hidden; position:relative; height:144px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; word-break: keep-all;}
.collapse1:not(.show):before{position:absolute; content:''; background:linear-gradient(0deg,#f5f5f5,transparent); width:100%; height:35px; bottom:0; left:0; transition:.3s all ease-in-out;}
.collapse1:not(.show)>p{display: none;}
.collapse2:not(.show){height:96px; -webkit-line-clamp: 4;}


.btn1{position:relative; transition:.3s all ease-in-out; display:flex; justify-content: center; margin:-.5rem auto 1rem auto;}
.btn1::before{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; transition:.3s all ease-in-out; color: #999; font-size: 1.25rem;}
.btn1[aria-expanded="true"]{margin-top: 0;}
.btn1[aria-expanded="true"]::before{transform: rotateX(180deg);}


.pros_menu_height{width: 100%; margin-top: 1.25rem;}
.pros_menu{width: 100%; left: 0; position: relative; z-index: 2;}
.pros_menu ul{justify-content: center; flex-wrap: wrap;}
.pros_menu ul>li>a{display: flex; align-items: center; justify-content: center; text-align: center; padding: .5rem 1rem; font-size: 1rem; font-weight: 500; border-radius: 20px;}
.pros_menu ul>li>a:hover,
.pros_menu ul>li.dq>a{color: var(--bg-hover);}
.tabfixed{position: fixed; top: 90px; transform: translateY(0); z-index: 10; background-color: #f8f9fa; box-shadow: 0 0 10px rgba(0,0,0,.15);}

.details{padding: 0;}
.details-items{padding: 3.125rem 0; position: relative;}
.details p{font-size: .95rem;}
.details .h4-title{
	display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1;
  color: #333;
  font-family: var(--font-family2);
  margin-bottom: 1rem;
}
.left_pics{width: 100%; display: flex;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: block;}
.left_pics>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.left_pics>a>img{mix-blend-mode: multiply;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px;}
.related_pic ul>li{flex:1; padding: 0 5px;}
.related_pic ul>li>a{width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden; position: relative;}
.related_pic ul>li>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.related_pic ul>li>a.imgdq{border-color: var(--hover-color);}

.specifications-title{display: flex; justify-content: center;}
.specifications-title>span{padding: 0 30px; cursor: pointer;font-size: 1rem; font-family:Arial, Helvetica, sans-serif}
.specifications-title>span.active{color: var(--bg-hover);}
.specifications-box{display: block;}
.specifications-box>div{display: none;}
.specifications-box>div:first-child{display: block;}

.specifications-nav{display: flex; flex-wrap: wrap; justify-content: center; width: calc(100% + 4px); margin: 0 -2px;}
.specifications-nav>li{flex: 1; padding: 2px;}
.specifications-nav>li>a{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: .5rem; font-size: 1rem; color: #000; border-radius: 30px; overflow: hidden;}
.specifications-nav>li>a>span{display: flex; position: relative;}
.specifications-nav>li>a:hover,
.specifications-nav>li.active>a{color: var(--bg-hover);}
.specifications-nav2>li{flex: none; width: 140px;}
.specifications-content{display: block; overflow: hidden; margin-top: 1.25rem;}
.specifications-content>div{display: none;}
.specifications-content>div:first-child{display: block;}
.specifications-content .h4-title{font-size: 1rem; line-height: 1.2;}

.applications small{display: block; max-width: 70%; margin: 0 auto 1rem auto; text-align: center; font-size: 1rem;}
.applications .swiper{width: 100%; padding-bottom: 30px;}
.applications .swiper .swiper-slide{height: auto; display: flex; padding: 15px;}
.applications .swiper .swiper-slide>ol{box-shadow: 0 0 10px rgba(0,0,0,.2);}
.applications .swiper .swiper-slide>ol>figure>a{flex-direction: column;}
.applications .swiper .swiper-slide>ol>figure>a>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #f8f9fa; padding: 1rem; font-size: .95rem; color: #000;}
.applications .swiper .swiper-pagination{bottom: 0 !important;}
.applications .swiper .swiper-pagination-bullet{width: 1rem; height: 1rem; border: 3px solid transparent; background-color: #dcdcdc; opacity: 1;}
.applications .swiper .swiper-pagination-bullet-active{border-color: var(--bg-hover); background-color: #fff;}

.keyfunctions ul li{width: calc(100% / 3);}
.keyfunctions ul li>ol{flex-direction: column; font-size: .85rem; background-color: #fff; padding: 1.25rem; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.keyfunctions ul li>ol>strong{display: block; position: relative; padding-left: 1.5rem; line-height: 24px; margin-bottom: .5rem;}
.keyfunctions ul li>ol>strong::before{content: '\F26A'; 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; font-size: 1.125rem; color: var(--bg-hover); position: absolute; left: 0; top: 3px;}
.keyfunctions .btnmore{display: flex; justify-content: center; margin-top: -25px; position: relative; z-index: 3;}
.keyfunctions .btnmore>a{padding: .5rem; line-height: 1; border-radius: 50%; overflow: hidden; background-color: var(--bg-hover); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.25rem;}

.configurations .container{position: relative; z-index: 2;}
.configurations figure>ul>li{width: calc(100% / 3);}
.configurations figure>ul>li>ol{flex-direction: column; background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,.15); padding: 1.25rem;}
.configurations figure>ul>li>ol .textbox{padding-top: 1.25rem; flex-direction: column;}
.configurations figure>ul>li>ol .textbox>.h6{font-weight: 600; font-size: 1rem; margin-bottom: .5rem;}
.configurations figure>ul>li>ol .textbox>p{flex: 1; font-size: .85rem;}
.configurations figure>ul>li.lihid{display: none;}
.configurations .btnmore{display: flex; justify-content: center; margin-top: -45px;}
.configurations .btnmore>a{padding: .5rem; line-height: 1; border-radius: 50%; overflow: hidden; background-color: var(--bg-hover); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.25rem;}


@media (max-width:991.98px){
	.prosdetails-banner figure{max-width: 100%;}
	.specifications-title.specifications-title_3>span{padding: 0 1rem;font-size: 1rem;}
}
@media (max-width:767.98px){
	.prosdetails-banner{padding-top: 2rem;}
	.prosdetails-banner .etw_hometitle>h2{font-size: 1.8rem;line-height: 1.2;}
	.prosdetails-banner .etw_hometitle>small{font-size: 0.9rem;}
	.details .h4-title{font-size: 1.4rem;}
	.specifications-nav>li{white-space: nowrap;min-width: 18%;flex: none;}
	.specifications-nav>li>a{padding: 0 0.5rem;font-size: 0.9rem;}
	.applications small{max-width: 100%;}
	.keyfunctions ul li,.configurations figure>ul>li{width: 50%;}
	.specifications-title.specifications-title_3>span{padding: 0 0.8rem 0.5rem;font-size: .85rem;}
}
@media (max-width:575.98px){
	.details .h4-title{font-size: 1.2rem;}
	.specifications-title>span{padding: 0 1rem;}
	.specifications-title.specifications-title_3{flex-wrap: wrap;}
	.specifications-title.specifications-title_3>span{white-space: nowrap;}
	.specifications-nav{margin-bottom: 1rem;}
	.keyfunctions ul li,.keyfunctions ul li img,.configurations figure>ul>li,.configurations figure>ul>li img{width: 100%;}
}
@media (max-width:479.98px){
	.keyparameters>li{width: 100%;}
}


.drawings{width: 100%;}
.drawings small{font-size: 1rem; color: #000; display: block; max-width: 70%; margin: 0 auto 1.25rem; text-align: center;}
.drawings ul>li{width: calc(100% / 3);}
.drawings ul>li>figure>a{flex-direction: column; background-color: #f8f9fa; padding: 20px;}
.drawings ul>li>figure>a>img{mix-blend-mode: multiply;}
.drawings ul>li>figure>a>span{width: 100%; flex: 1; display: flex; padding: 1rem; padding-bottom: 0; font-size: .9rem; line-height: 1.2; display: flex; align-items: center; justify-content: center; text-align: center;}
.drawings2 ul>li{width: 50%;}
.drawings-white ul>li>figure>a{background-color: #fff;}

.dimensions .swiper{width: 100%; margin-top: 1rem; padding-bottom: 30px;}
.dimensions .swiper .swiper-slide{height: auto; display: flex;}
.dimensions .swiper .swiper-slide>figure>a{flex-direction: column;}
.dimensions .swiper .swiper-slide>figure>a>span{width: 100%; flex: 1; display: flex; background-color: #fff; padding: 1rem; font-size: .9rem; line-height: 1.2; display: flex; align-items: center; justify-content: center; text-align: center;}
.dimensions .swiper .swiper-pagination{bottom: 0 !important;}
.dimensions .swiper .swiper-pagination-bullet{width: 1rem; height: 1rem; border: 3px solid transparent; background-color: #dcdcdc; opacity: 1;}
.dimensions .swiper .swiper-pagination-bullet-active{border-color: var(--bg-hover); background-color: #fff;}

.relatedpros{background-image: linear-gradient(#f8f9fa, #fff);}
.relatedpros .h3{width: fit-content; font-size: 1.875rem; position: relative; padding-bottom: .5rem;}
.relatedpros .h3::after{content: ''; width: 100%; height: 3px; background-image: linear-gradient(to left, transparent, var(--bg-silver-white-color)); position: absolute; left: 0; bottom: 0;}
.relatedpros ul>li{width: 25%;}
.relatedpros ul>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15); background: linear-gradient(-92.85deg, rgba(255, 255, 255, .2) -22.04%, rgba(26, 23, 27, .2) 274.28%), #FFFFFF;}
.relatedpros ul>li>ol>a.imgbox{background: inherit;}
.relatedpros ul>li>ol>a.imgbox>img{mix-blend-mode: multiply;}
.relatedpros ul>li>ol>a.h6{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem; font-weight: 500; font-size: .95rem; margin-bottom: 0;}
.relatedpros ul>li>ol:hover{box-shadow: 0 0 0 rgba(0,0,0,.15);}
.relatedpros ul>li>ol:hover>a.h6{color: var(--bg-hover);}

.inquiryform{background-color: #f5f5f5;}
.inquiryform-bg{width: 30%; position: absolute; left: 5%; bottom: -10%; opacity: .7; display: none;}
.inquiryform-bg>img{width: 100%; display: block; height: auto;}
.inquiryform .container1{position: relative; z-index: 2;}
.inquiryform .h3{color: #000;}
.inquiryform p{color: #444; margin-bottom: 1rem;}
.inquiryform dl{display: flex; flex-direction: column;}
.inquiryform dl>dd{display: flex; align-items: center; margin:0 0 .5rem 0;}
.inquiryform dl>dd>div a:hover{color: var(--bg-hover);}
.inquiryform .feedback{background-color: #fff; padding: 1.875rem; box-shadow: 0 30px 30px rgba(0,0,0,.2);}
.inquiryform .feedback .webtitle{font-family: var(--font-family2); font-size: 2rem; font-weight: bold; text-align: center; color: #000;}
.inquiryform #feedback2017 .etw-inquery-btn{background-color: #333 !important; color: #fff !important; transition: all .4s;}
.inquiryform #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-hover) !important;}

.inquiryform2{padding: 3.125rem 0; background: #f5f5f5;}
.inquiryform2 .container{display: flex; flex-direction: column; align-items: center;}
.inquiryform2 .left{flex: 1; display: flex; flex-direction: column; align-items: center;}
.inquiryform2 .left .h3{font-size: 1.875rem; text-align: center; font-weight: 400;}
.inquiryform2 .left .h3::after{content: none;}
.inquiryform2 .left p{max-width: 65%; display: block; text-align: center; margin: 0 auto 1rem auto;}
.inquiryform2 dl{display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 0;}
.inquiryform2 dl>dd{padding: 10px; margin: 0;}
.inquiryform2 dl>dd>a{padding: .5rem 1.5rem; background-color: #fff; color: #000; font-size: .85rem; box-shadow: 0 0 10px rgba(0,0,0,.1); position: relative; border-radius: 5px;}
.inquiryform2 dl>dd>a:hover{transform: translateY(-2px); color: var(--bg-hover);}
.inquiryform2 dl>dd .inquirybtn{display: flex;}
.inquiryform2 dl>dd .inquirybtn>a{padding: .5rem 1.5rem; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); color:#000; font-weight: 400;}
.inquiryform-white{background-color: #fff;}

.inquiryform3 .feedback dl{display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; margin: 1rem 0 0 0;}
.inquiryform3 .feedback dl>dd{padding: 0 1.25rem;}


.distributorbottom .textbox{flex-direction: column;}
.distributorbottom .textbox>.h3::before{content: ''; width: 95px; height: 2px; background-color: var(--bg-hover); display: block; margin-bottom: .5rem;}
.distributorbottom .textbox>p{font-size: .875rem;}
.distributorbottom .textbox .more>a{border: 1px solid var(--bg-hover); color: var(--bg-hover); padding: .75rem 1.25rem;}
.distributorbottom .textbox .more>a:hover{background-color: var(--bg-hover); color: #fff;}

.h5-title{font-size: 1.25rem; font-family: var(--font-family2); font-weight: bold; margin-bottom: 1rem;}
.equipment ul{width: 100%; margin: 0;}
.equipment ul>li{width: 100%; padding: 0; margin-bottom: 1.875rem;}
.equipment ul>li>ol .imgbox{width: 35%;}
.equipment ul>li>ol .textbox{width: 65%; flex-direction: column; justify-content: center; background-color: #fff; padding: 20px; padding-left: 40px; flex-direction: column;}
.equipment ul>li>ol .textbox>a.h6{font-size: 1.5rem; font-weight: 400; font-family: var(--font-family2);}
.equipment ul>li>ol .textbox>p{font-size: .875rem; line-height: 20px;}
.equipment ul>li.lihid{display: none;}
.equipment .btnmore{display: flex; justify-content: center; margin-top: -50px; position: relative; z-index: 3;}
.equipment .btnmore>a{padding: .5rem; line-height: 1; border-radius: 50%; overflow: hidden; background-color: var(--bg-hover); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.25rem;}

.ancillary .h4-title{font-size: 1.5rem; color: #000; font-weight: 400;}
.ancillary .etw-phone5 ul>li{flex-direction: column;}
.ancillary .etw-phone5 ul>li>span{flex: 1; font-size: .85rem; line-height: 1.2; text-align: center; padding-top: .5rem;}
.ancillary .h5-title{font-size: 1.125rem; font-weight: 400;}
.ancillary .more>a{color: #000; border-bottom: 1px solid var(--bg-hover); padding-bottom: 5px;}
.ancillary .more>a:hover{color: var(--bg-hover);}

@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
	.inquiryform2{padding: 2rem 0;}
	.inquiryform2 .container{padding-top: 0;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.5rem 0;}
	.inquiryform2 .left p{max-width: 100%;}
	.inquiryform2 .left .h3,.inquiryform .h3{font-size: 1.6rem;}
	.drawings small{max-width: 100%;font-size: 0.9rem;}
	.relatedpros ul>li{width: 50%;}
	.relatedpros ul>li>ol>a.h6{font-size: 0.9rem;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.inquiryform .feedback{padding: 1rem;}
	.inquiryform2 dl>dd>a,.inquiryform2 dl>dd .inquirybtn>a{font-size: 0.8rem;padding: 0.3rem 0.8rem;}
	.drawings ul>li{width: 50%;}
	.drawings ul>li:last-child{display: none;}
	.equipment ul>li>ol .imgbox{width: 100%;}
	.equipment ul>li>ol .textbox{width: 100%; padding: 20px;}
}
@media (max-width:479.98px){
	.relatedpros ul>li,.drawings ul>li{width: 100%;}
	.inquiryform2 dl{flex-direction: column;}

}
@media (max-width:375.98px){
	.drawings ul>li{width: 100%;}
}
/* Products End */
/* Applications */
.apps{padding-top: 1rem;}
.apps .textbox{float: right; max-width: 585px;}
.apps p{font-size: .875rem;}

.appsmain .h3{display: flex; align-items: center; justify-content: center;}
.appsmain .h3>a{font-weight: 400;}
.appsmain ul{width: calc(100% + 30px); margin:0 -15px; justify-content: center;}
.appsmain ul>li{width: 25%; padding: 15px;}
.appsmain ul>li>ol{flex-direction: column;}
.appsmain ul>li>ol .imgbox{width: 100%; background-color: #f8f9fa;}
.appsmain ul>li>ol .imgbox>img{mix-blend-mode: multiply;}
.appsmain ul>li>ol .textbox{width: 100%; padding: 20px; flex-direction: column; justify-content: center; background-color: #f8f9fa;}
.appsmain ul>li>ol .textbox a.h6{font-size: .85rem; margin-bottom: 0; display: flex; align-items: center; justify-content: center; text-align: center;}
.appsmain ul>li>ol .textbox a.h6:hover::before{color: var(--bg-hover);}
.appsmain ul>li>ol .textbox>p{font-size: .9rem; display: none;}
.appsmain ul>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.appsmain ul>li>ol .imgbox:hover>img{transform: scale(1.05);}

.ourpros .container{position: relative; z-index: 2;}
.ourpros .h3{display: flex; align-items: center; justify-content: center;}
.ourpros .h3>span{padding: 0 30px; font-weight: 400;}
.ourpros .h3::before,.ourpros .h3::after{content: ''; flex: 1; height: 2px;}
.ourpros .h3::before{background-image: linear-gradient(to right, transparent, var(--bg-silver-white-color));}
.ourpros .h3::after{background-image: linear-gradient(to left, transparent, var(--bg-silver-white-color));}
.ourpros .swiper{width: 100%; padding-bottom: 20px;}
.ourpros .swiper .swiper-slide{height: auto; display: flex; padding: 20px;}
.ourpros .swiper .swiper-slide>ol{width: 100%; display: flex; flex-direction: column; box-shadow: 0 10px 10px rgba(0,0,0,.15); background-image: radial-gradient(#fff 20%, #f0f0f0 100%); transition: all .3s ease-in-out;}
.ourpros .swiper .swiper-slide>ol>a.imgbox{mix-blend-mode: multiply;}
.ourpros .swiper .swiper-slide>ol>a.h6{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 1rem 1.5rem 1rem; font-weight: 500; font-size: .95rem; margin: -1.875rem 0 0 0; position: relative; z-index: 2;}
.ourpros .swiper .swiper-slide>ol:hover{box-shadow: 0 0 15px rgba(0,0,0,.15);}
.ourpros .swiper .swiper-slide>ol:hover>a.h6{color: var(--bg-hover);}
.ourpros .swiper .swiper-pagination{bottom: 0 !important;}
.ourpros .swiper .swiper-pagination-bullet{width: 10px; height: 10px;}
.ourpros .swiper .swiper-pagination-bullet-active{background-color: var(--bg-hover);}
/* Hub */
.applicablematerials{padding-top: 0;}
.applicablematerials .etw_hometitle{display: flex; align-items: center; justify-content: center; flex-direction: row; margin-bottom: 1.5rem;}
.applicablematerials .etw_hometitle>.h3{margin: 0 20px;}
.applicablematerials .etw_hometitle::before,.applicablematerials .etw_hometitle::after{content: ''; flex: 1; height: 2px;}
.applicablematerials .etw_hometitle::before{background-image: linear-gradient(to right, transparent, var(--bg-silver-white-color));}
.applicablematerials .etw_hometitle::after{background-image: linear-gradient(to left, transparent, var(--bg-silver-white-color));}
.applicablematerials ul{width: 100%; margin: 0;}
.applicablematerials ul>li{width: 100%; padding: 0; margin-bottom: 30px;}
.applicablematerials ul>li>ol{padding: 30px; background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,.1);}
.applicablematerials ul>li>ol a.imgbox{width: 35%;}
.applicablematerials ul>li>ol .textbox{width: 65%; padding-left: 40px; flex-direction: column; justify-content: center;}
.applicablematerials ul>li>ol .textbox>a.h6{font-size: 1.5rem;}
.applicablematerials ul>li>ol .textbox>a.h6::before{content: ''; width: 60px; height: 3px; background-color: var(--bg-hover); display: block; margin-bottom: .5rem;}
.applicablematerials ul>li>ol .textbox>p{font-size: .95rem;}
.applicablematerials ul>li>ol .textbox>.more>a{border: 1px solid var(--bg-hover); padding: .75rem 1.25rem; color: var(--bg-hover);}
.applicablematerials ul>li>ol .textbox>.more>a:hover{background-color: var(--bg-hover); color:#fff;}
.applicablematerials ul>li:last-child{margin-bottom: 0;}

/* Details */
.appsdetails{padding-top: 0;}
.appsdetails .etw_hometitle>.h3{display: flex; flex-direction: column;}
.appsdetails .etw_hometitle>.h3>span{width: 100%; font-size: 1.25rem; font-weight: 300; color: var(--bg-hover);}

.recommendpros .h3{display: flex; align-items: center; font-size: 1.75rem;}
.recommendpros .h3::after{content: ''; flex: 1; height: 2px; background-image: linear-gradient(to left, transparent 40%, var(--bg-silver-white-color)); margin-left: 30px;}

.recommendpros ul{width: 100%;}
.recommendpros ul>li{width: 100%; padding: 0; margin-bottom: 30px;}
.recommendpros ul>li:last-child{margin-bottom: 0;}
.recommendpros ul>li>ol{background-image: linear-gradient(to right, #fff, #f5f5f5); padding: 30px;}
.recommendpros ul>li>ol a.imgbox{width: 35%; flex-direction: column;}
.recommendpros ul>li>ol a.imgbox>span{width: 100%; font-size: 50px; color: #dcdcdc; font-weight: 900; opacity: .6; line-height: 1; text-transform: uppercase; display: none;}
.recommendpros ul>li>ol a.imgbox>img{margin-top: -1rem; position: relative; z-index: 2;}
.recommendpros ul>li>ol .textbox{width: 65%; padding-left: 40px; flex-direction: column; justify-content: center;}
.recommendpros ul>li>ol .textbox a.h6{font-weight: 600;}
.recommendpros ul>li>ol .textbox>p{font-size: .875rem;}
.recommendpros ul>li>ol .textbox>dl{display: flex; flex-direction: column;}
.recommendpros ul>li>ol .textbox>dl>dd{margin-bottom: 0; font-size: .875rem;}
.recommendpros ul>li>ol .textbox>.more>a{padding: 0 0 5px 0; color: var(--bg-hover);}
.recommendpros ul>li>ol .textbox>.more>a::before{content: ''; width: 0; height: 2px; background-color: var(--bg-hover); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out;}
.recommendpros ul>li>ol:hover{box-shadow: 0 0 15px rgba(0,0,0,.15);}
.recommendpros ul>li>ol .textbox>.more>a:hover{background: none; color: var(--bg-hover);}
.recommendpros ul>li>ol .textbox>.more>a:hover::before{width: 100%; left: 0; right: auto;}

.recommendpros ul>li{width: 100%;}
.recommendpros ul>li>ol{padding: 30px;}
.recommendpros ul>li>ol a.imgbox{width: 35%;}
.recommendpros ul>li>ol .textbox{width: 65%; padding-left: 40px;}
.recommendpros ul>li>ol .textbox a.h6{font-size: 1.25rem;}
.recommendpros ul>li>ol .textbox>dl{width: calc(100% + 10px); margin: 0 -5px; flex-direction: row; flex-wrap: wrap; margin-bottom: 1rem;}
.recommendpros ul>li>ol .textbox>dl>dd{width: 50%; padding: 0 5px;}
.recommendpros ul>li>ol .textbox>dl>dd:nth-child(even){width: 50%;}
.recommendpros2 ul>li>ol .textbox>dl>dd{width: 50%;}
.recommendpros2 ul>li>ol .textbox>dl>dd:nth-child(even){width: 50%;}

.otherapps-nav{display: flex; justify-content: center;}
.otherapps-nav>li>a{overflow: hidden; margin: 0 10px; font-size: 1.25rem; font-weight: 500;}
.otherapps-nav>li>a:hover,
.otherapps-nav>li.active>a{color: var(--bg-hover);}
.otherapps-content{display: block; overflow: hidden;}
.otherapps-content>div{display: none;}
.otherapps-content>div:first-child{display: block;}
.otherapps-content ul>li{width: calc(100% / 3);}
.otherapps-content ul>li>ol{position: relative; overflow: hidden; border-radius: 15px;}
.otherapps-content ul>li>ol .textbox{width: 100%; height: 100%; display: flex; align-items: flex-end; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent, rgba(0,0,0,.8)); padding: 1.5rem 1rem; transition: all .3s;}
.otherapps-content ul>li>ol .textbox>a.h6{width: 100%; color: #fff; margin-bottom: 0; display: flex; align-items: center; justify-content: center; font-size: 1rem; text-align: center;}
.otherapps-content ul>li>ol:hover .imgbox>img{scale: 1.05;}
.otherapps-content ul>li>ol:hover .textbox{height: 30%;}
.otherapps-content>div:nth-child(2) ul>li{width: 25%;}
.otherapps2 .otherapps-content ul>li{width: 25%;}

.appsfw{background-image: linear-gradient(to left top, transparent 75%, var(--bg-silver-white-color));}
.appsfw .h3{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.appsfw .h3>span{font-weight: 300; color: var(--bg-hover); font-size: 1.25rem;}
.appsfw ul{width: 100%; margin: 0;}
.appsfw ul>li{width: 100%; padding: 5px;}
.appsfw ul>li a.imgbox>span{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent, rgba(0,0,0,.8)); font-size: 1rem; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem; padding-top: 1.5rem;}
.appsfw ul>li a.imgbox:hover>img{transform: scale(1.05);}

.etw_hometitle2 .h3{margin-bottom: .5rem;}
.etw_hometitle2 small{display: block; font-size: 1.125rem; line-height: 1.2; color: #999;}

@media (max-width:991.98px){
	.apps .textbox{max-width: 100%;}
}
@media (max-width:767.98px){
	.ourpros .container{padding-top: 0;}
	.ourpros .h3>span{padding: 0;font-size: 1.6rem;}
	.appsmain ul>li{width: 50%;}
	.appsmain .h3>a{font-size: 1.6rem;}
	.applicablematerials,.appsdetails{padding-top: 2rem;}
	.applicablematerials ul>li>ol .textbox>a.h6{font-size: 1.4rem;}
	.applicablematerials ul>li>ol .textbox>p{font-size: 0.9rem;line-height: 1.3;}
	.applicablematerials ul>li>ol .textbox>.more>a{padding: 0.5rem 1rem;font-size: 0.8rem;}
	.otherapps-content>div:nth-child(2) ul>li{width: calc(100% / 3);}
	.otherapps-content>div:nth-child(2) ul>li:last-child{display: none;}
	.recommendpros .h3{font-size: 1.6rem;}
}
@media (max-width:649.98px){
	.applicablematerials ul>li>ol a.imgbox{width: 100%;margin-bottom: 1rem;}
	.applicablematerials ul>li>ol .textbox{width: 100%;padding-left: 0;}
}
@media (max-width:575.98px){
	.appsmain ul{width: calc(100% + 10px); margin: 0 -5px;}
	.appsmain ul>li{width: 50%; padding: 5px;}
	.appsmain ul>li>ol .textbox{padding: 1rem;}
	.appsmain ul>li>ol .textbox a.h6{font-size: 0.8rem;}
	.appsmain ul>li:nth-child(7){display: none;}
	.recommendpros ul{margin: 0;}
	.recommendpros ul>li>ol{padding: 1rem;}
	.recommendpros ul>li>ol a.imgbox{width: 100%;margin-bottom: 1rem;}
	.recommendpros ul>li>ol .textbox{width: 100%;padding-left: 0;}
	.recommendpros ul>li>ol .textbox a.h6{font-size: 1.1rem;}
	.recommendpros ul>li>ol .textbox>p{font-size: 0.8rem;}
	.otherapps-nav>li{padding: 0.3rem 0.5rem;}
	.otherapps-nav>li>a{font-size: 1rem;}
	.otherapps-content ul>li>ol .textbox>a.h6{font-size: 0.9rem;line-height: 1.2;}
	.recommendpros ul>li>ol .textbox>dl>dd{width: 100%;margin-bottom: 0.5rem;}
	.applicablematerials ul>li>ol{padding: 20px;}

	.otherapps-content ul{width: calc(100% + 10px); margin: 0 -5px;}
	.otherapps-content ul>li{padding: 5px;}
	.otherapps-content ul>li>ol .textbox{padding: .625rem;}


	.otherapps-content>div ul>li,.otherapps-content>div:nth-child(2) ul>li{width: 50%;}
	.otherapps-content>div ul>li:last-child{display: none;}
	.otherapps-content>div:nth-child(2) ul>li:last-child{display: flex;}
	.otherapps2 .otherapps-content ul>li{width: 50%;}
	.otherapps2 .otherapps-content ul>li:last-child{display: flex;}
}
/* Applications End */
/* Become A Distributor */
.nbanner{padding: 0;}
.nbanner-hover{background-color: rgba(0,0,0,.5); position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.nbanner-hover .etw_hometitle>div.h3{color: #fff; text-align: center;}
.nbanner-hover .etw_hometitle>small{display: block; max-width: 60%; text-align: center; font-size: 1.1rem; color: #fff; margin: 0 auto;}

.distributor{font-size: .95rem;}
.distributor .h4-title{font-size: 1.625rem; font-weight: bold; color: #000; font-family: var(--font-family2); margin-bottom: 1rem;}
.distributor p{font-size: .95rem;}
.highlights ul{width: calc(100% + 20px); margin: 0 -10px;}
.highlights ul>li{width: 25%; padding: 10px;}
.highlights ul>li>ol{background-color: #f5f5f5; flex-direction: column;}
.highlights ul>li>ol .imgbox{width: 100%;}
.highlights ul>li>ol .textbox{width: 100%; padding: 20px; flex-direction: column; font-size: .85rem;}
.highlights ul>li>ol .textbox>strong{color: #000; margin-bottom: .5rem; font-size: 1rem;}
.highlights ul>li:last-child{margin-bottom: 0;}

.items-adv dd{margin-bottom: 1rem;}
.items-adv dd>strong{display: block;}
.items-adv dd:last-child{margin-bottom: 0;}

@media (max-width:991.98px){
	.highlights ul>li{width: 50%;}
}
/* Become A Distributor */
/* About Us */
.companybanner{padding: 0; display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.companybanner .left{width: 45%; display: flex;}
.companybanner .right{width: 55%; padding: 30px; padding-left: 60px;}
.companybanner .right .textbox{max-width: 650px;}
.companybanner .right .textbox p{font-size: .95rem;}

.company{padding: 0; font-size: .95rem;}
.company-items{padding: 3.125rem 0; position: relative;}
.company .h4-title{font-size: 1.5rem; font-weight: 400; color: #000; font-family: var(--font-family2); margin-bottom: 1rem;}
.company-nav ul{justify-content: center; width: 100%; margin: 0;}
.company-nav ul>li{width: 20%; padding: 1rem; border-right: 1px solid #ccc; justify-content: center;}
.company-nav ul>li>a{display: flex; flex-direction: column; align-items: center;}
.company-nav ul>li>a>span.icon{width: 100%; overflow: hidden; display: flex; justify-content: center; margin-bottom: 1rem;}
.company-nav ul>li>a>span.icon>img{display: block; width: auto; height: 50px; filter: drop-shadow(0 50px #000); position: relative; transform: translateY(-100%); transition: initial;}
.company-nav ul>li>a>span.text{width: 100%; display: flex; justify-content: center; text-align: center; font-size: 1rem; font-weight: 600;}
.company-nav ul>li>a:hover>span.icon>img,
.company-nav ul>li.active>a>span.icon>img{filter: drop-shadow(0 50px var(--bg-hover));}
.company-nav ul>li>a:hover>span.text,
.company-nav ul>li.active>a>span.text{color: var(--bg-hover);}
.company-nav ul>li:last-child{border-right: none;}

.company-items-company .etw-phone ul>li>a{flex-direction: column;}
.company-items-company .etw-phone ul>li>a>span{flex: 1; position: relative; background: none; color: #000; padding: .5rem 0 0 0; align-items: flex-start;background-color: #fff;}


@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}

}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
	.nbanner img{width: auto !important;height: 220px;max-width: none;}
	.company .h4-title,.distributor .h4-title{font-size: 1.4rem;line-height: 1.2;}
	.company-nav ul>li{width: calc(100% / 3);margin-bottom: 0.5rem;}
	.company-nav ul>li:nth-child(3n){border-right: 0;}
	.company-nav ul>li>a>span.text{font-size: 0.9rem;line-height: 1.2;}
	.companybanner{flex-direction: column-reverse;}
	.companybanner .left,.companybanner .right{width: 100%;}
	.companybanner .left .img-cover{position: static;}
	.companybanner .right{padding: 2rem;}
	.company{padding-top: 1rem;}
	.highlights ul>li{width: 50%;}
	.recommendpros ul>li>ol .textbox a.h6{font-size: 1.2rem;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.companybanner .right{padding: 1rem;}
	.highlights ul>li{width: 100%;}
}
@media (max-width:479.98px){
	.company-nav ul>li{width: 50%;}
	.company-nav ul>li:nth-child(3n){border-right: 1px solid #ccc;}
	.company-nav ul>li:nth-child(2n){border-right: 0;}
	.company-items.suppliers .etw-phone3 ul>li{width: 50%;}
}
/* Our Facilities */
.facilities-video .h3{display: flex; justify-content: center; align-items: center;}
.facilities-video .video_btn{ left: initial; top: initial; position: relative; transform: initial; margin-left: 1rem;}

.facilities .p-one{font-size: 1.125rem;}
.facilities small{display: block; max-width: 65%; margin: 0 auto 1rem auto; text-align: center; font-size: 1rem;}
.facilities ul>li{width: calc(100% / 3);}
.facilities ul>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.facilities ul>li>ol .textbox{background-color: #fff; padding: 1.25rem; flex-direction: column;}
.facilities ul>li>ol .textbox>.h6{font-size: 1.1rem;}
.facilities ul>li>ol .textbox>p{font-size: .95rem;}

.workshops small{max-width: 50%;}
.workshops ul>li{width: 50%;}
.workshops ul>li>ol .textbox{background-color: #f5f5f5;}

@media (max-width:767.98px){
	.video_btn,.video_bigbtn::before{width: 60px;height: 60px;}
	.facilities .p-one{font-size: 1.1rem;line-height: 1.2;}
	.facilities small{max-width: 100%;}
	.facilities ul>li{width: 50%;}
	.facilities ul>li>ol .textbox>.h6{font-size: 1rem;}
	.facilities ul>li>ol .textbox>p{font-size: 0.9rem;line-height: 1.3;}
}
@media (max-width:575.98px){
	.facilities ul>li{width: 100%;}
}
/* Quality Control */
.quality .h5-title{font-size:.9rem;}
.quality small{display: block; max-width: 65%; margin: 0 auto 1rem auto; text-align: center; font-size: 1rem;}
.textlist li{width: 25%;}
.textlist li>ol{background-color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 0 5px rgba(0,0,0,.1); padding: 20px; font-size: .9rem;}
.textlist li>ol>strong{display: block; margin-bottom: .25rem;}
.suppliers .etw-phone ul>li>a>img{filter: grayscale(100%);}
.suppliers .etw-phone ul>li>a:hover>img{filter: grayscale(0);}

@media (max-width:767.98px){
	.quality small{max-width: 100%;}
	.textlist li{width: 50%;}
	.textlist li>ol>strong{line-height: 1.2;margin-bottom: 0.5rem;}
}
@media (max-width:575.98px){}
@media (max-width:479.98px){
	.textlist li{width: 100%;}
}
/* Case Studies */
.hide-case{display: none;}
#case1 .etw-phone ul>li{z-index: 0;}
#case1 .etw-phone ul>li::before{content: ''; width: 100%; height: calc(100% + 40px); position: absolute; right: 30px; top: -20px; border: 10px solid #fff; z-index: -1;}
#case1 .etw-phone ul>li>a::before{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,.3);}
#case1 .etw-phone ul>li>a .video_btn{z-index: 5;}
.more-case1>a,.more-case2>a,.more-case3>a{color: var(--bg-hover); font-weight: 500;}

@media (max-width:767.98px){
	#case1 .etw-phone ul>li::before{display: none;}
}
@media (max-width:575.98px){}
/* About Us-End */
/* Service */
.service .h4-title{padding-left: 40px;}
.service-list{width: 100%; margin: 0; position: relative;}
.service-list::before{content: ''; width: 2px; height: 100%; background-color: #ccc; position: absolute; left: 10px; top: 0;}
.service-list>li{width: 100%; padding: 0; padding-left: 40px; margin-bottom: 30px;}
.service-list .h5-title{margin-bottom: .5rem; position: relative; font-size: 1.1rem; color: #000;}
.service-list .h5-title::before{content: '\F285'; font-size: 1rem; color: #fff; width: 20px; height: 20px; background-color: var(--bg-hover); border-radius: 50%; position: absolute; left: -40px; top: 50%; transform: translateY(-50%); 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;}
.service-list p{font-size: .95rem;}
.service-list>li:last-child{margin-bottom: 0;}
.service-list .etw-phone ul>li>a{flex-direction: column;}
.service-list .etw-phone ul>li>a>span{flex: 1; position: relative; background: none; color: #000; padding: .5rem 0 0 0; align-items: flex-start;background-color: #fff;}

@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){.service-list::before,.service-list .h5-title::before{display: none;}
	.service .h4-title,.service-list>li{padding-left: 0;}
	.service-list>li{margin-bottom: 1rem;}
	.service-list .etw-phone ul>li>a>span{font-size: 0.9rem;line-height: 1.2;}
	.etw-phone ul>li>a>span{font-size: 0.9rem;line-height: 1.2;}
}
/* Service-End */
/* Contacto */
.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;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contacto-End */
/* Overview */
.overviewbanner .etw_hometitle{max-width: 50%; margin: 0 auto;}
.overviewbanner .etw_hometitle>.h3{font-size: 2rem; font-weight: 600;}

.overview-solutions .container1{position: relative; z-index: 2;}
.overview-solutions .bg{width: 40%; position: absolute; right: 0; bottom: 0; opacity: .4;}
.overview-solutions .home-title::after{margin: 1rem 0 0 0;}

.overview-title{display: flex; justify-content: 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: 400; font-family: var(--font-family2);}

.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;}


.overview-fac .overview-title::before{content: none;}
.overview-fac small{display: block; max-width: 65%; text-align: center; margin: 0 auto 1rem auto; font-size: .95rem;}
.overview-fac ul>li{width: calc(100% / 3);}
.overview-fac ul>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.overview-fac ul>li>ol .textbox{background-color: #fff; padding: 1.25rem; flex-direction: column;}
.overview-fac ul>li>ol .textbox>.h6{font-size: 1.1rem;}
.overview-fac ul>li>ol .textbox>p{font-size: .9rem;}

.overviewpros ul>li{width: calc(100% / 3);}
.overviewpros ul>li>ol{background: #f8f9fa;}
.overviewpros ul>li>ol a.imgbox>img{max-width: 100%; max-height: 140px;}
.overviewpros ul>li>ol .textbox{padding: 0;}

/* .overview-quality .overview-title{justify-content: flex-start; margin-bottom: 1.5rem;}
.overview-quality .overview-title::before{content: none;}
.overview-quality .overview-title>span{padding-left: 0;}
.overview-quality .imgslist{width: 100%; margin: 0;}
.overview-quality .imgslist>li{width: 100%; padding: 5px;}
.overview-quality .imgslist>li>a{width: 100%; overflow: hidden; position: relative; display: flex;}
.overview-quality .imgslist>li>a::before{content: ''; display: block; padding-top: 50%;}
.overview-quality .imgslist1>li:nth-child(1)>a::before{padding-top: 30%;}
.overview-quality .more>a{padding: .75rem 1.25rem; border: 1px solid var(--bg-hover); color: var(--bg-hover);}
.overview-quality .more>a:hover{background-color: var(--bg-hover); color: #fff;} */

/* .overview-materilas .overview-title>span{display: flex; flex-direction: column;}
.overview-materilas .overview-title::before{content: none;}
.overview-materilas .overview-title>span>em{font-size: 1.5rem; color: var(--bg-hover); font-weight: 300; font-style: initial;}
.overview-materilas ul>li{width: 20%;}

.overview-materilas ul>li>a.imgbox{border-radius: 50%;}
.overview-materilas ul>li>a.imgbox::before{content: ''; display: block; padding-top: 100%;}
.overview-materilas ul>li>a.imgbox>span{width: 100%; height: 100%; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1rem; text-align: center; padding: 1rem; background-color: rgba(0,0,0,.3); color: #fff; opacity: 0; transition: all .3s;}
.overview-materilas ul>li>a.imgbox:hover>span{opacity: 1;} */


.overview-ind .overview-title::before{content: none;}
.overview-ind .overview-title>span{display: flex; flex-direction: column; color: #333; font-size: 1.5rem;}
.overview-ind .overview-title>span>em{font-size: 1.8rem; font-weight: 300; color: #000; font-style: initial;}
.overview-ind ul{width: calc(100% + 20px); margin: 0 -10px;}
.overview-ind ul>li{width: calc(100% / 6); padding: 10px;}
.overview-ind ul>li>ol .textbox{padding: .875rem;}

.overview-videos ul{margin-bottom: 1rem;}
.overview-videos ul>li{width: calc(100% / 3);}
.overview-videos ul>li>a{width: 100%; display: flex; flex-direction: column;}
.overview-videos ul>li>a .imgbox::before{content: "\f04b"; color: inherit; font-size: inherit; display:inline-block;  z-index: 1; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; width: 80px; height: 80px; color: #fff; font-size: 2rem; padding-left: 8px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.overview-videos ul>li>a .imgbox::after{content: ''; width: 80px; height: 80px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); border-radius: 50%; background-image: radial-gradient(var(--bg-main) 30%,var(--bg-hover));}
.overview-videos ul>li>a .textbox{width: 100%; background-color: #f5f5f5; font-size: 1.125rem; color: #000; padding: 1rem; display: flex; justify-content: center; text-align: center;}

@media (max-width:1199.98px){
	.overview-ind ul>li{width: 20%;}
	.overview-ind ul>li:last-child{display: none;}


}
@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.overviewbanner .etw_hometitle{max-width: 80%;}
	.overviewbanner img{width: auto !important;height: 220px;max-width: none;}
	.overview-ind ul>li{width: 25%;}
	.overview-ind ul>li:nth-last-child(2){display: none;}
}
@media (max-width:767.98px){
	.overview-title>span{font-size: 1.8rem;}
	.contact{padding-top: 2rem;}
	.contact .feedback .webtitle{font-size: 1.6rem;}
	.overview-fac small{max-width: 100%;}
	.overview-fac ul>li{width: 50%;}
	.overviewpros ul>li{width: 50%;}
	.overview-ind ul>li{width: calc(100% / 3);}
	.overview-ind ul>li:nth-last-child(2),
	.overview-ind ul>li:nth-last-child(1){display: flex;}
}
@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
	.overviewbanner .etw_hometitle{max-width: 100%;}
	.overview-fac ul>li{width: 100%;}
	.overviewpros ul>li{width: 100%;}
	.overview-ind ul>li{width: 50%;}
}
@media (max-width:479.98px){
	.overviewbanner .etw_hometitle>.h3{font-size: 1.8rem;}
}

@media (max-width:370.98px){
	.overview-ind ul>li{width: 100%;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{ font-size: 2rem; font-weight: 700; line-height: 1; margin: 0 0 1.875rem 0; color: #000;}
.videos .videostext{font-size: 1rem; font-weight: 400; margin-bottom: 1.25rem;}
.videos .videostext a{color: var(--bg-main); text-decoration: underline;}
.videos .videostext a:hover{color: var(--bg-hover); text-decoration: none;}

.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); font-size: 2rem; padding-left: 5px; border-radius: 50%; background-color: rgba(255, 255, 255, .7); 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;}

.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-company ul li{width: 50%;}
.videos-company ul li>a{flex-direction: column; border-radius: 10px; overflow: hidden;}
.videos-company ul li>a .imgbox{width: 100%;}
.videos-company ul li>a .textbox{width: 100%; padding: 2rem; flex-direction: column;}
.videos-company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 500;}
.videos-company ul li>a .textbox>p{font-size: 1rem; font-weight: 400; color: #666; transition: all .4s;}
.videos-company ul li>a:hover .textbox .h6{color: var(--bg-hover);}

.videos-pros ul li{width:calc(100% / 3);}
.videos-pros ul li>a{flex-direction: column; border-radius: 10px; overflow: hidden;}
.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: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; line-height: 22px; color: #000; padding: .75rem 1rem; 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: 700; 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:#fff; text-transform:uppercase; background-image: linear-gradient(to left bottom, var(--bg-silver-white-color), var(--bg-main), var(--bg-main), var(--bg-silver-white-color)); padding:1rem;text-align:center;font-style:italic;border-radius:10px 10px 0 0}
#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.8rem; 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);}

}
@media (max-width:767.98px){.videos{padding: 2rem 0;}
	#video_sidebar{margin-top:1rem}
	#etw_videolist ul li a span{font-size: 0.85rem;}
	.videos-company ul li>a .textbox{padding: 1rem;}
	.videos-company ul li>a .textbox>.h6{font-size: 1.1rem;margin-bottom: 0.5rem;}
	.videos-company ul li>a .textbox>p{font-size: 0.9rem;}
	.videos-pros ul li{width: 50%;}
	.videos-pros ul li>a>.textbox{font-size: 0.9rem;line-height: 1.2;}
	.videos-hub{margin-bottom: 1rem;}
	.videos-hub-title{font-size: 1.4rem;margin: 1rem 0;}
	.video-details{padding: 2rem 0;}
}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
	.videos-company ul li{width: 100%;}
	#etw_videolist ul li{width: 100%;}
}
@media (max-width:479.98px){
	.videos-pros ul li{width: 100%;}
}
/* videos-End */

#tags{width:100%;padding:.5rem 0 1rem;}
#tags li{margin:0 .5rem 0 0;color:#ccc;display:inline-block;line-height:.9rem;font-size:.8rem;padding:.3rem 0;position:relative}
#tags li#tags_title{display:inline-block;margin:0 .5rem 0 0;color:#ccc;font-size:.9rem;line-height:.9rem;text-align:left;position:relative;font-weight:400;padding:.3rem 0}
#tags a:last-child:before{content:normal}

@media (max-width:767.98px){
#tags{display:none}
}
