@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:100;src:local(''),url(../fonts/Montserrat/Montserrat-Thin.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Thin.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Montserrat/Montserrat-ExtraLight.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-ExtraLight.woff) format("woff")}
@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:"Teko";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Teko/Teko-Light.woff2) format("woff2"),url(../fonts/Teko/Teko-Light.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Teko/Teko-Regular.woff2) format("woff2"),url(../fonts/Teko/Teko-Regular.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Teko/Teko-Medium.woff2) format("woff2"),url(../fonts/Teko/Teko-Medium.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Teko/Teko-SemiBold.woff2) format("woff2"),url(../fonts/Teko/Teko-SemiBold.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Teko/Teko-Bold.woff2) format("woff2"),url(../fonts/Teko/Teko-Bold.woff) format("woff")}

:root {
	--bg-main: #0f86e2;
	--bg-hover: #005387;
	--family-first: "Montserrat", sans-serif;
	--family-second: "Teko", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-F2: #f2f2f2;
	--bg-F3: #f3f3f3;
	--bg-F4: #f4f4f4;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F6: #f6f6f6;
	--bg-F7: #f7f7f7;
	--bg-F8: #f8f8f8;
	--bg-F9: #f9f9f9;
	--bg-Gainsboro: #DCDCDC;
	--bg-Eee: #eeeeee;
}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-F2{background-color: var(--bg-F2) !important;}
.bg-F3{background-color: var(--bg-F3) !important;}
.bg-F4{background-color: var(--bg-F4) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F6{background-color: var(--bg-F6) !important;}
.bg-F7{background-color: var(--bg-F7) !important;}
.bg-F8{background-color: var(--bg-F8) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-Gainsboro{background-color: var(--bg-Gainsboro) !important;}
.bg-Eee{background-color: var(--bg-Eee) !important;}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:Arial; font-weight: 400; font-size: .95rem; line-height:1.6; background-color:#fff; overflow-x:hidden;direction: rtl;text-align: right;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #333; font-family:Arial; margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
h2 span{display: block;font-size: 1.2rem;color: #555;direction: ltr; }
h2 span.txtcenter{ text-align:center}
h2 small{ display:block;font-size: 2.5rem;font-weight: 400;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.875rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem; font-family:Arial;}
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-main);}
dl:last-child,dl>dd:last-child,p:last-child{margin-bottom: 0;}
strong {font-weight: 600;}
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;right:0;left: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;right:0;left: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{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex;}
.swiper .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{cursor: no-drop; opacity: .5;}
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:930px; 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 .3s 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; flex-direction: column;}
.etw-phone ul>li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; overflow: hidden; position: relative;}
.etw-phone ul>li>a>img{mix-blend-mode: multiply;}
.etw-phone ul>li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; padding: .5rem 0; font-size: .95rem;}
.etw-phone ul>li>a: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 ul,.etw_phone1-6 ul{display: block; overflow: hidden;}
.etw-phone1-4 ul>li,.etw_phone1-6 li{float: right; 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:991.98px){
h3, .h3{font-size: 1.8rem;}
.etw-phone ul>li span{font-size: 0.9rem;line-height: 1.2;}
}
@media (max-width:767.98px){
h3, .h3{font-size: 1.6rem;}
.etw-phone4 ul>li{width:calc(100% / 3)}
}
@media (max-width:575.98px){
.etw-phone3 ul>li,.etw-phone4 ul>li{width:calc(100% / 2)}
h3, .h3{font-size: 1.4rem;}
}
@media (max-width:375.98px){
	.etw-phone6 ul>li,
	.etw-phone5 ul>li,
	.etw-phone4 ul>li,
	.etw-phone3 ul>li,
	.etw-phone2 ul>li{width: 100%;}

}

.items{display: flex; flex-wrap: wrap; width: 100%; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{width: 100%; display: flex; flex-wrap: wrap; position:relative; margin-bottom: 1.25rem; line-height: 1.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; right: 2px;}
.items li>strong,.items dd>strong{margin-left: 5px;}

.items-icon1 li,.items-icon1 dd{padding-right: 1.5rem;}
.items-icon1 li:after,.items-icon1 li:before,
.items-icon1 dd:after,.items-icon1 dd:before{content:""; position:absolute; right:0; top:6px; background:#ea001e; width:8px; height:8px; opacity: .5;}
.items-icon1 li:after,.items-icon1 dd:after{right:4px; top:10px; background: #0f86e2; opacity: .5;}

/* 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: .85rem;}
.table-responsive>.table-bordered{border: 1px solid transparent;}
.table-bordered td{border: none;}
.table-bordered-bottom td{border-bottom:1px solid #eee}
.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; text-align: center; padding: .75rem; border-bottom: 1px solid #fff; border-left: 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-main);}
.table .top td a:hover,
.table tr:hover a{color: var(--bg-main); text-decoration: underline;}

.table-sticky tr td:first-child{position: sticky; right: 0; background-color: inherit;}


.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.border-top{border-color: #f5f5f5 !important;}

@media (max-width:575.98px){
	.table{min-width: 700px;}
	.table-sticky tr td:first-child{position: initial;}
}
/* video-Btn */
.video-btn{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"; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background-color: rgba(255, 255, 255, .7); color: var(--bg-main); 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; transition: all .3s ease-in-out;}
.video-bigbtn{right: 0; top: 0; left: 0; bottom: 0; transform: initial;}

.video-smallbtn{--w:60px; font-size: 1rem;}
.video-btn: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-Quote */
.inquiry-quote{display: flex;}
.inquiry-quote>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: .95rem; font-weight: 300; position: relative; overflow: hidden; z-index: 0;}
.inquiry-quote>a::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(135deg,#0f86e2,#005387); background-size: 100% 100%; z-index: -1; transition: all .3s ease-in-out;}
.inquiry-quote>a:hover{transform: translateY(-10px); box-shadow: 0 10px 10px rgba(0,0,0,.2);}
.inquiry-quote>a:hover::before{background-size: 250% 100%;}

/* 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{display: block; min-height: 40px;}
.etw_language ul{width: auto; 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{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 .625rem; color:#333; display:flex; justify-content:center; align-items:center; min-height: 40px; line-height: 24px; position: relative; text-align: center; font-size: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-left: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: #68beff; text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; position: relative; z-index: 14; min-height: initial; background: none;display: inline-block;}
	.language-btn{color: #333; font-size: 1.875rem; margin-left: 2rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>span{font-size: 1.8rem;margin-top: 1.4rem;}
	.etw_language ul>li>ol{display:none; position: absolute; left: 20px; top:100%; width: 120px; z-index: 9; transition: initial;}
	#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;}
}

@media (max-width:767.98px){
	.video-btn::before{--w: 50px;font-size: 1.8rem;}
}
@media (max-width:575.98px){

}
/* header */
#header{width: 100%; position:sticky; right:0; top:0; z-index:12; background-color: rgba(250,250,250,.9); backdrop-filter: blur(5px); transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.header-box{display: flex; flex-wrap: wrap; position: relative; width: 100%;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown;}
@keyframes fadeInDown{
	from{opacity:0;transform:translate3d(0,-100%,0)}
	to{opacity:1;transform:none}
}

#etw_logo{padding: 20px 0; float: right;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:60px;}

nav{display: flex; justify-content:flex-end;}
nav .navbar{padding:0; position: initial;}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial;}
.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: 0 2.5rem 0 0; padding: 10px 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#333; min-height:40px; display:flex;align-items:center;justify-content:center; font-size: 1.1rem; font-weight: 500; position: relative; z-index: 0; padding: 0; overflow: hidden;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s; margin-right: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; font-size: .875rem;}
.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{right:0; top:120%; border:none; margin:0; padding:0; border-radius:0 0 10px 10px; background-color: #fff; overflow:hidden;transition:all 0.2s ease-in 0s; visibility:hidden; pointer-events:none; opacity:0; display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15);min-width: 15rem;}
.dropdown-menu>ul{width: 100%; margin: 0; padding: .625rem;}
.dropdown-menu>ul li{width: 100%; padding: 0;}
.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-right: 1.5rem; align-items: center;white-space: normal;text-align: right;}
.dropdown-menu>ul li .dropdown-item::before{content: "\F284"; 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; right: .5rem; top: 50%; transform: translateY(-50%); color: inherit; font-size: 12px;}
.dropdown-menu>ul li .dropdown-item:hover{background: none; color: var(--bg-hover);}
.dropdown-menu>ul li .dropdown-item.active{background: none; color: var(--bg-hover);}
/* 产品下拉 */
.dropdown-menu1{padding: .625rem;}
.dropdown-box{display: flex; width: 100%; flex-wrap: wrap; min-height: 570px;}
.dropdown-nav{width: 25%; margin: 0; position: relative;}
.dropdown-nav::before{content: ''; width: 2px; height: 100%; background-color: #ccc; position: absolute; left: 0; top: 0;}
.dropdown-nav>li{width: 100%; padding: 0; position: relative;}
.dropdown-nav>li>a{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: .625rem; font-size: 1rem; font-weight: 500; color: #333;}
.dropdown-nav>li.active>a{background-color: var(--bg-F9); color: var(--bg-hover);}
.dropdown-nav>li>a.active{background-color: var(--bg-hover) !important; color: #fff !important;}

.dropdown-content{width: 75%;}
.dropdown-content>div{display: none; padding: 0 1.25rem;}
.dropdown-content>div:first-child{display: flex;}
.dropdown-pros{width: 100%;}
.dropdown-pros>li{width: calc(100% / 3);}
.dropdown-pros>li>a{display: flex; flex-direction: column; padding: .625rem; border-bottom: 1px solid #ccc;}
.dropdown-pros>li>a>img{mix-blend-mode: multiply;}
.dropdown-pros>li>a>span{flex: 1; display: flex; justify-content: center; align-items: center; text-align: center; padding: .5rem; font-size: .95rem; font-weight: 400; line-height: 1.2;}
.dropdown-pros>li>a:hover{background-color: var(--bg-Eee);}
.dropdown-pros>li>a.active{color: var(--bg-main);}

@media (max-width:1499.98px){
	.dropdown-menu2+.dropdown-menu{right: auto;left: -8rem;}

}
@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin: 0 0.5rem;}

}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin: 0 1rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size: 0.85rem;}
	.dropdown-menu2+.dropdown-menu{left: -10rem;}
}
@media (max-width:991.98px){
	#header {padding-top: 0;position: relative;}
	.header-box{display: flex; flex-wrap: wrap; align-items: center;}
	#etw_logo {flex: 1;display: flex; padding: 15px 0;}
	#etw_logo a>img{max-height: 50px;}
	#header .container{display: flex;flex-wrap: wrap;}

	.navbtn{width:40px;height:36px;float:left;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px;margin-top: 1.6rem;}
	nav{width: 100%; flex: none;}
	nav .navbar{width: 100%; position:relative;left: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:1.25rem;justify-content:flex-start; color: #000;}
	.navbar-light .navbar-nav a.nav-link::before,nav .navbar-nav .nav-item .dropdown-toggle::after{display: none;}
	.nav-item span.pro_icon{position:absolute;top:0;left: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-main);}
	.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-main); color: #fff;}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;right: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}
	.dropdown-box{min-height: initial;}
	.dropdown-content{width: 100%; display: none;}
	.dropdown-nav{width: 100%;}
	.dropdown-nav::before{display: none;}
	.dropdown-nav>li{border-bottom: 1px solid #ccc;}
	.dropdown-nav>li:last-child{border-bottom: none;}
	.dropdown-nav>li>a {width: 100%; justify-content: flex-start; text-align: right; padding: 0 1.25rem; min-height: 40px; font-size: 1rem; font-weight: 500; line-height: 1;}
	.dropdown-nav>li.active>a,.dropdown-nav>li.active>a.active{background: none !important; color: var(--bg-main) !important;}
	.dropdown-menu2+.dropdown-menu{left: auto;}
	.dropdown-nav>li>a.active{background-color: #fff !important;color: #333 !important;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {margin-left: .8rem;}
}

/* Banner */
.etwbanner{padding: 0; display: flex; flex-direction: column; align-items: flex-end;}
.homevideo{width: 100%; overflow: hidden; position: relative; display: flex; max-height:500px;}
.homevideo>video{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}
.homevideo::before{content: ''; display: block; padding-top: 31.25%;}
.homevideo::after{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .3; z-index: 2;}
.homevideo h2{color: #fff;text-shadow: 2px 2px 2px #000; max-width: 600px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; justify-content: center; text-align: center; z-index: 3; font-size: 2.75rem; margin-bottom: 0;}

@media (max-width:991.98px){
.homevideo h2{font-size: 2.2rem;}
}
@media (max-width:767.98px){
.homevideo h2{font-size: 1.8rem;line-height: 1.3;}
}
@media (max-width:575.98px){
.homevideo h2{display: none;}
}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{background-image: linear-gradient(to left, #00aebe,var(--bg-main)); color: transparent; background-clip: text; font-size: 2.5rem; font-weight: 500; line-height: 1; font-family:Arial; margin-bottom: 1rem;}

/* .homepros{padding-top: 0;} */
.homepros::before{content: ''; position: absolute; inset: 0; background: url(../images/bg.png) no-repeat left bottom; background-size: 30% auto; opacity: .2;}
.homepros>img{width: 100%; max-width: 400px; position: absolute; right: 0; top: 0; opacity: .3; z-index: 2;}
.homepros .container{position: relative; z-index: 4;}
.homepros-title{display: flex; flex-direction: column; align-items: center; text-align: center; padding-bottom: 1.25rem; margin-bottom: 1.875rem; position: relative;}
.homepros-title p{max-width: 75%; padding-right: 6.25rem; font-size: 1rem;}
.homepros-title::after{content: ''; width: 10rem; height: 2px; background-image: linear-gradient(to left, #00aebe, var(--bg-main), #005387); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.homepros ul{width: calc(100% + 30px); margin: 0 -15px;}
.homepros ul>li{width: 25%; padding: 15px;}
.homepros ul>li>ol{flex-direction: column; padding: 1.25rem; overflow: hidden; background-color: #fff; box-shadow: 0 28px 48px rgba(0,0,0,.1);}
.homepros ul>li>ol .textbox{align-items: center; text-align: center; justify-content: center; padding-top: 1.25rem;}
.homepros ul>li>ol a.h6{font-size: 1.125rem; color: #333; margin-bottom: 0;}
.homepros ul>li>ol p{flex: 1; line-height: 1.3; color: #333;}
.homepros ul>li>ol .textbox .more{justify-content: center; display: none;}
.homepros ul>li>ol .textbox .more>a{font-size: 1.5rem; color: var(--bg-main);}
.homepros ul>li>ol .textbox .more>a:hover{color: var(--bg-hover);}
.homepros ul>li>ol:hover{ box-shadow: 0 10px 10px rgba(0,0,0,.1);}
.homepros ul>li>ol:hover .imgbox>img{transform: scale(1.02);}
.homepros ul>li>ol:hover a.h6{color: var(--bg-main);}
.homepros .homepros-more{justify-content: center; margin-top: 1.25rem; display: flex;}
.homepros .homepros-more>a{padding: .625rem 1.25rem; border-radius: 30px; color: #fff; font-size: .95rem; display: flex; align-items: center; position: relative; overflow: hidden;}
.homepros .homepros-more>a::before{content: ''; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(135deg, var(--bg-main),var(--bg-hover));background-size: 100% 100%; transition: all .3s ease-in-out;}
.homepros .homepros-more>a>i{margin-right: .5rem;}
.homepros .homepros-more>a:hover::before{background-size: 300% 100%;}

.homevideos{background: url(../images/hbo2_bg.png) no-repeat center center; background-size: cover;}
.homevideos::before{content: ''; position: absolute; inset: 0; background: url(../images/abbg.jpg) no-repeat center center; background-size: cover; opacity: .3;}
.homevideos .container{position: relative; z-index: 3;}
.homevideos .home-title{text-align: center; color: #333;}
.homevideos ul{width: calc(100% + 30px); margin: 0 -15px;}
.homevideos ul>li{width: 25%; padding: 15px;}
.homevideos ul>li>ol{flex-direction: column; position: relative;}
.homevideos ul>li>ol .video-btn::before{margin-top: -30px; --w: 60px; font-size: 2rem;}
.homevideos ul>li>ol .imgbox{box-shadow: 0 0 5px rgba(0,0,0,.1);}
.homevideos ul>li>ol .h6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 0; padding: 1rem; font-size: 1rem; color: #333; background-color: #fff;}

.homeabout .container{max-width: 1500px;}
.homeabout-title{display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 1.87rem;}
.homeabout-title>small{font-size: 5.625rem; font-weight: 700; text-transform: uppercase; color: #eee; line-height: 1; display: block;}
.homeabout-title .home-title{margin-top: -1.875rem; margin-bottom: .625rem; color: #333;}
.homeabout p{font-size: .95rem; line-height: 1.4; max-width: 70%;}
.homeabout .swiper{width: 100%; position: relative; padding-bottom: 1.25rem;direction: ltr;}
.homeabout .swiper::after{content: ''; width: 100px; height: 100%; position: absolute; right: 0; top: 0; background: linear-gradient(-90deg, #fff, transparent); z-index: 2;}
.homeabout .swiper .swiper-slide{width: calc(100% / 3); margin-right: 30px;}
.homeabout .swiper .swiper-slide:hover img{filter: grayscale(100%); cursor: pointer;}
.homeabout .swiper-pagination{width: 100%; display: flex; align-items: center; justify-content: center; bottom: 0 !important;}
.homeabout .swiper-pagination-bullet{width: 40px; height: 3px; border-radius: 0; background-color: #ccc; opacity: 1;}
.homeabout .swiper-pagination-bullet-active{background-color: var(--bg-main);}

@media (max-width:1199.98px){
	section{padding:3.125rem 0;}
	.homepros-title p{padding-right: 0;}

}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.homepros ul>li{width: 50%;}
	.home-title{font-size: 2.2rem;line-height: 1.2;}
	.homevideos ul>li>ol .h6{font-size: 0.9rem;line-height: 1.2;}
	.homeabout-title>small{font-size: 4rem;}
	.homeabout-title .home-title{margin-top: -1.5rem;}
	.homevideos ul>li{width: calc(100% / 3);}
	.homevideos ul>li:nth-last-child(2){display: none;}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.homepros-title p{font-size: 0.9rem;max-width: 100%;}
	.homepros ul>li>ol a.h6{font-size: 1rem;}
	.home-title{font-size: 1.8rem;}
	.homevideos ul>li{width: calc(100% / 3);}
	.homevideos .video-bigbtn{bottom: 2rem;}
	.homevideos ul>li>ol .video-btn::before{--w: 40px;font-size: 1.6rem;}
	.homeabout p{max-width: 100%;}
	.homevideos ul>li{width: 50%;}
	.homevideos ul>li:nth-last-child(2){display: flex;}
}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
	.home-title{font-size: 1.6rem;}
	.homevideos ul>li{width: 50%;}
	.homeabout-title>small{font-size: 3rem;}
	.homeabout-title .home-title{margin-top: -1rem;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}
	.homevideos ul>li,
	.homepros ul>li{width: 100%;}
	.homeabout-title>small{font-size: 2.2rem;}
	.homeabout-title .home-title{margin-top: -0.5rem;}


}
/* index-end */

#footer{padding: 2.5rem; position: relative;}
#footer::before,#footer::after{content: "";	background-image: linear-gradient(135deg, #cbe9ff 2.38%, rgba(255, 255, 255, 0) 2.38%, rgba(255, 255, 255, 0) 50%, #cbe9ff 50%, #cbe9ff 52.38%, rgba(255, 255, 255, 0) 52.38%, rgba(255, 255, 255, 0) 100%);
	background-size: 35px 35px;	height: 320px;	width: 340px;	position: absolute;	z-index: -1;}
#footer::before{right: 0; bottom: 0;}
#footer::after{left: 0; top: 0;}

.footer{background-color: #004d7c; position: relative; padding: 2.5rem 0; position: relative; z-index: 2; border-radius: 40px 0;}
.footer_logo{margin: 0 0 1.875rem 0; display: flex;}
.footer_logo img{max-height: 60px; filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff); margin-right: 0;}
.footer_logo>span{flex: 1; color: #fff; text-align: center; padding-top: .625rem;}

.footer .h3{font-weight: 600; font-size: 1.5rem; color: #fff;}
.footer .h3::after{content: ''; width: 50px; height: 2px; background-color: #fff; display: block; margin-top: .625rem;}
.footer .h3>a{font-size: inherit; color: inherit; line-height: 1;}
.footer .h3>a:hover{color: #68beff;}

.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0; flex-wrap: initial;}
.footer_list li{display:block; padding: 0; position: relative; padding-right: 1rem; line-height: 30px;}
.footer_list li::before{content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: #fff; position: absolute; right: 0; top: 7px;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #fff; font-size: .95rem;line-height: 1.2rem;margin-bottom: 0.6rem;}
.footer_list li>a:hover{color: #68beff;}

.footer_contact{display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact dd{width: 100%; color: #fff; display: block; margin-bottom: .5rem; font-size: .95rem; line-height: 24px; padding-right: 1.8rem; position: relative;}
.footer_contact dd a{color: #fff;}
.footer_contact dd i{font-size: 1rem; position: absolute; right: 0; top: 2px; color: #fff;}
.footer_contact dd a:hover{color: #68beff;}
.footer_contact dd:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%; overflow:hidden; position:relative;z-index:2; padding-top: 2.5rem;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#fff;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #fff;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:#68beff; 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:#fff;font-size:.9rem;}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;left:15px;bottom:100px;text-align:center; background: var(--bg-main); z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%;}
#etw_top a{color:#fff;font-size:0.9rem;}
#etw_top:hover{background:#68beff;transform:translateY(-0.5rem)}
#etw_top:after{position:absolute;z-index:-1;content:"";top:100%;right: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{right: 0 !important;}
.theme-send-inquiry-box{background: linear-gradient(to right, #004d7c, #0f86e2) !important; border:1px solid #fff !important; box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.2) !important; border-radius: 10px 0 0 10px !important;}
.theme-box-name{background:transparent !important;border-left:1px solid #fff !important}

@media (max-width:767.98px){
	#footer{padding: 1.25rem 0;}
	.etw_root {padding-top: 1.875rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;}
#quicknav small{font-size: .95rem;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; left: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem; text-transform:capitalize;}
#quicknav ul>li:first-child{padding-right: 0; padding-left: 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: #0f86e2;}
#quicknav ul.quicknav{padding-right: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-main); 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: 2.5rem; color: #000; font-weight: 600;}
.etw_hometitle h2:last-child,
.etw_hometitle .h3:last-child{margin-bottom: 0;}
@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.875rem;}
	.footer .col-lg-6.col-sm-12{order: 1;}
}
@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.75rem;}
	.footer{border-radius: 0;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.5rem;}
}
/* Metalwork Machinery */
.prosallbanner{padding: 0;}
.prosallbanner-hover{position: absolute; inset: 0;}
.prosallbanner-hover .etw_hometitle h2{color: #fff;}


.pros_menu{width: 100%; right: 0; top: 100px; padding-top: 3.125rem; z-index: 9; transition: all .3s;}
.pros_menu ul{justify-content: center;}
.pros_menu ul>li{flex: 1; border-left:  1px dashed #ccc; transition: all .3s;}
.pros_menu ul>li:last-child{border-left: none;}
.pros_menu ul>li>a{font-size: 1rem; color: #555; font-weight: 500; display: flex; flex-direction: column; width: 100%;}
.pros_menu ul>li>a>span{width: 100%; display: flex; justify-content: center; text-align: center; overflow: hidden;}
.pros_menu ul>li>a>span.icon{margin-bottom: .625rem;}
.pros_menu ul>li>a>span.icon>img{width: 60px; filter: drop-shadow(0 60px #4c4c4c); position: relative; transform: translateY(-100%); margin: 0 auto; transition: initial;}
.pros_menu ul>li>a:hover,
.pros_menu ul>li.dq>a{color: var(--bg-main);}
.pros_menu ul>li>a:hover>span.icon>img,
.pros_menu ul>li.dq>a>span.icon>img{filter: drop-shadow(0 60px var(--bg-main));}
.tabfixed{ position: sticky; padding: 5px 0; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.tabfixed ul>li>a{font-size: 1rem;}
.tabfixed ul>li>a>span.icon{margin-bottom: .3125rem;}
.tabfixed ul>li>a>span.icon>img{width: 30px; filter: drop-shadow(0 30px #4c4c4c);}
.tabfixed ul>li>a:hover>span.icon>img,
.tabfixed ul>li.dq>a>span.icon>img{filter: drop-shadow(0 30px var(--bg-main));}

.pros_menu_height{width: 100%;}
.pros_menu_height .pros_menu{padding: 1.25rem 0 0 0;}
.pros_menu_height .tabfixed{position: fixed; padding: 0;}
.pros_menu_height .pros_menu ul>li{flex: none; padding: 10px 20px;}

.prosall{padding: 0;}
.prosall-item{width: 100%; overflow: hidden; position: relative; padding: 3.125rem 0;}
.prosall-title{display: flex; flex-direction: column; align-items: center; overflow: hidden;}
.prosall-title::after{content: '';width: 80px; height: 1px; border-top: 1px solid #0f86e2; margin: .625rem 0;}
.prosall-title>a{position: relative; z-index: 2; display: flex; font-size: 1.75rem; font-weight: 600; color: #333;}
.prosall-title>a:hover{color: var(--bg-main);}
.prosall-small{display: block; max-width: 80%; margin: 0 auto; text-align: center; font-size: .95rem;}
.prosall-item ul{padding-top: 1.25rem; width: calc(100% + 30px); margin: 0 -15px;}
.prosall-item ul>li{width: calc(100% / 3); padding: 15px;}
.prosall-item ul>li>ol{flex-direction: column; background-color: var(--bg-F9); padding:1rem; box-shadow: 0 0 10px rgba(0,0,0,.1); overflow: hidden;}
.prosall-item ul>li>ol>li{padding: 0; width: 100%; display: flex; position: relative; transition: all .3s;}
.prosall-item ul>li>ol>li>a{width: 100%; display: flex; align-items: center; justify-content: center;}
.prosall-item ul>li>ol>li.product_img{background-color: var(--bg-F9);}
.prosall-item ul>li>ol>li.product_img>a{mix-blend-mode: multiply;}
.prosall-item ul>li>ol>li.product_con{flex: 1; flex-direction: column; align-items: center;}
.prosall-item ul>li>ol>li.product_con>a.title{padding: 1rem 0; text-align: center; font-size: 0.95rem; line-height: 1.4; font-weight: 500;width: 100%; color: #333;}
.prosall-item ul>li>ol>li.product_con>a.more{width: fit-content; padding: 0 1rem; height: 34px; border: 1px solid #ccc; line-height: 1; font-size: .95rem; color: #666; position: relative;}
.prosall-item ul>li>ol>li.product_con>dl{width: 100%; display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem;flex: 1;}
.prosall-item ul>li>ol>li.product_con>dl>dd{margin-bottom: 0; text-align: center; transition: all .3s;font-size: 0.8rem; color:#666;}

.prosall-item:nth-child(even){background: url(../images/body.jpg) no-repeat center center; background-size: cover;}
.prosall-item:nth-child(even) ul>li>ol{background-color: #fff;}
.prosall-item:nth-child(even) ul>li>ol>li.product_img{background-color: #fff;}
.prosall-item:nth-child(even) ul>li>ol>li.product_img>a{mix-blend-mode: multiply;}
.prosall-item ul>li>ol>li.product_con>a:hover{color: var(--bg-main); }
.prosall-item ul>li>ol>li.product_con>a.more:hover{color: var(--bg-main);border-color:var(--bg-main);}
.prosallbottom-text{text-align: center; padding-top: 3.125rem; max-width: 80%; margin: 0 auto; text-align: center; font-size: 1rem;}

.prosall-item1 .container{max-width: 1400px;}
.prosall-item1 ul>li{width: 25%;}


.prosvideos{width: 100%;}
.prosvideos .home-title{color: #000; text-align: center; margin-bottom: 1.875rem;}
.prosvideos .swiper{max-width: 800px;  margin: 0 auto; overflow: visible;}
.prosvideos ol{display: flex; width: 100%; flex-direction: column; position: relative; overflow: hidden; transition: all .3s;box-shadow: 0px 1px 10px 0px rgba(0,0,0,.4);}
.prosvideos ol .imgbox{width: 100%; display: flex;}
.prosvideos ol .video-btn{opacity: 1; transition: all .5s;}
.prosvideos ol .h6{width: 100%; height:60px; color:#000; position: absolute; left: 0; bottom: 0; z-index: 9; font-size: 1rem; letter-spacing: 1px;  display: flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, .7); margin-bottom: 0; transition: all .5s;}


.inquiryform{padding: 3.125rem 0; background: url(../images/inquiryform-bg1.webp) no-repeat left center; background-size: cover;}
.inquiryform::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to left,var(--bg-main) 50%,transparent);}
.inquiryform .container{position: relative; z-index: 2;}
.inquiryform .h3{color: #fff; font-size: 3.125rem; font-weight: 200; line-height: 1; margin-bottom: .625rem;}
.inquiryform p{color: #fff; font-size: 1rem; font-weight: 300; margin-bottom: 1rem;}
.inquiryform .inquirybtn>a{border-radius: 0; border: 1px solid #fff; color: #fff; font-size: 1.125rem; font-weight: 200;}
.inquiryform .inquirybtn>a>i{margin-left: .625rem;}
.inquiryform .inquirybtn>a:hover{background-color: #fff; color: var(--bg-main);}

.card{border: none; border-bottom: 1px solid #ccc; background-color: #fff; transition: all .3s;}
.card-header{background: none;}
.card-link{width:100%; display:block; padding: 1rem 1rem 1rem 2.5rem; font-size:1rem; font-weight:400; color: #333; position:relative; line-height:1.5rem;}
.card-link::after{content:"\F282"; font-size:1.25rem; color:#000; position:absolute; left: .625rem; top:1rem; transition:all 0.3s; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.card-body{padding:1.5rem; padding-top:0; line-height:1.5;}
.card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.card:hover{background-color: #eee;}
.card:hover .card-link{color: var(--bg-main);}

.faqlist .card-link{ color:#333; font-weight:600;}
.faqlist a.more{padding: .35rem 1.25rem; border-radius: 30px;font-size: .95rem; display:inline-block;border: 1px #ccc solid;color: #666;}
.faqlist a.more:hover{background-image: linear-gradient(135deg, var(--bg-main),var(--bg-hover));color: #fff;}
.faqlist .card-link::after{ display:none;}
.faqlist .card-body{ font-size:0.875rem;}
.faqlist .card-body .items dd{ margin-bottom:0.5rem;}





@media (max-width:1199.98px){
}
@media (max-width:991.98px){
	.inquiryform .h3{font-size: 2.4rem;}
	.pros_menu{padding-top: 2rem;}
	.pros_menu ul>li>a{font-size: 0.9rem;line-height: 1.2;}
	.prosall-title>a{font-size: 1.6rem;}
	.prosall-item{padding: 2rem 0;}
	.prosall-item ul>li>ol>li.product_con>a.title{font-size: 1.1rem;}
	.prosall-item1 ul>li{width: 50%;}
}
@media (max-width:767.98px){
	.inquiryform .h3{font-size: 2rem;}
	.inquiryform p{font-size: 0.9rem;}
	.inquiryform .inquirybtn>a{font-size: 1rem;}
	.card-link{font-size: 1.1rem;}
	.prosallbanner-hover .etw_hometitle{margin-top: 2rem;}
	.pros_menu{display: none;}
	.prosall-title>a{font-size: 1.4rem;}
	.prosall-item ul>li{width: 50%;}
	.prosall-item ul>li>ol>li.product_con>a.title{font-size: 1rem;}
}
@media (max-width:575.98px){
	.inquiryform .h3{font-size: 1.8rem;}
	.prosall-item1 ul>li,.prosall-item ul>li{width:100%;}
}
@media (max-width:375.98px){
}
/* HUB */
.proshub{padding-top: 1.25rem;}
.proshub .etw_hometitle{display: flex; flex-direction: column; align-items: center;}
.proshub .etw_hometitle>h2{margin-bottom: 0;}
.proshub .etw_hometitle>small{display: block; max-width: 80%; margin: 0 auto; text-align: center; font-size: .95rem;}
.proshub .etw_hometitle::after{content: ''; width: 100px; height: 1px; background-color: var(--bg-main); display: block; margin-top: 1.25rem;}

.proshub-list{width: 100%; margin: 1.875rem 0 0 0;}
.proshub-list>li{width: 100%; padding: 0; position: relative; border-bottom: 1px solid #eee;}
.proshub-list>li>ol{position: relative; z-index: 2;}
.proshub-list>li>ol>li{padding: 0; width: 50%;}
.proshub-list>li>ol>li>a{width: 100%; display: flex;}
.proshub-list>li>ol>li.product_img>a{padding: 1.25rem; background-color: #f9f9f9;}
.proshub-list>li>ol>li.product_img img{mix-blend-mode: multiply;}
.proshub-list>li>ol>li.product_con{flex-direction: column; justify-content: center; padding: 1.875rem; padding-right: 3.125rem;}
.proshub-list>li>ol>li.product_con>a{background: none; color: #333; font-size: 1.35rem; line-height: 1.1; font-weight: 500; display: block; margin-bottom: 1rem;}
.proshub-list>li>ol>li.product_con>a:hover{color: var(--bg-main);}
.proshub-list>li>ol>li.product_con>span{display: block; font-size: .95rem; margin-bottom: 1.5rem;}
.proshub-list>li>ol>li.product_con>dl{width: 100%; display: flex; flex-wrap: wrap; padding: 1px 0 0 1px; margin-bottom: 1.5rem;}
.proshub-list>li>ol>li.product_con>dl>dd{width: 100%; display: flex; flex-wrap: wrap; margin: 0;}
.proshub-list>li>ol>li.product_con>dl>dd>p{width: 50%; margin: -1px -1px 0 0; padding: 5px 1rem; display: flex; align-items: center;border: 1px solid #eeeeee; line-height: 1.5; font-size: .875rem; font-weight: 300;}
.proshub-list>li>ol>li.product_con>dl.dl1>dd>p{width: 55%;}
.proshub-list>li>ol>li.product_con>dl.dl1>dd>p:last-child{width: 45%;}
.proshub-list>li>ol>li.product_con>dl.dl2>dd>p{width: 58%;}
.proshub-list>li>ol>li.product_con>dl.dl2>dd>p:last-child{width: 42%;}
.proshub-list>li>ol>li.product_con .more1{display: flex;}
.proshub-list>li>ol>li.product_con .more1>a{width: fit-content; padding: .625rem 1.25rem; line-height: 1; border: 1px solid #0f86e2; color: #0f86e2; margin-right: 1.875rem;}
.proshub-list>li>ol>li.product_con .more1>a:first-child{margin-right: 0;}
.proshub-list>li>ol>li.product_con .more1>a:hover{background-color: #0f86e2; color: #fff;}
.proshub-list2>li>ol>li.product_img>a{background-color: #fff;}

.hubprosequipment .h3{text-align: center;}
.hubprosequipment .etw-phone{margin-bottom: 1.25rem;}
.hubprosequipment .etw-phone ul>li{width: 25%;}
.hubprosequipment .etw-phone ul>li>.imgbox{flex: 1; cursor: pointer;}
.hubprosequipment .etw-phone ul>li>.imgbox>a{display: flex; position: absolute; inset: 0; overflow: hidden; opacity: 0; z-index: 2;}
.hubprosequipment .etw-phone ul>li>.imgbox:hover>a{opacity: 1;}
.hubprosequipment .etw-phone ul>li:first-child,.hubprosequipment .etw-phone ul>li:last-child{width: 50%;}
.hubprosequipment .etw-phone ul>li:first-child .imgbox::before,.hubprosequipment .etw-phone ul>li:last-child .imgbox::before{content: none;}
.hubprosequipment .textbox{display: block; font-size: .95rem; text-align: center; max-width: 85%; margin: 0 auto;}
.hubprosequipment .textbox>p{display: block; font-size: .95rem; }




@media (max-width:1199.98px){
}
@media (max-width:991.98px){
	.proshub-list>li>ol>li>a{align-items: center;}
}
@media (max-width:767.98px){
	.proshub .etw_hometitle>small,.hubprosequipment .textbox{max-width: 100%;}
	.proshub-list>li{margin-bottom: 1.5rem;}
	.proshub-list>li>ol>li{width: 100%;}
	.proshub-list>li>ol>li.product_con{padding: 1.5rem;}
	.proshub-list>li>ol>li.product_con>a{font-size: 1.1rem;}
}
@media (max-width:575.98px){
	.hubprosequipment .etw-phone ul>li{width: 50%;}
	.hubprosequipment .etw-phone ul>li:first-child, .hubprosequipment .etw-phone ul>li:last-child{width: 100%;}
	.hubprosequipment .etw-phone ul>li:first-child .img-cover, .hubprosequipment .etw-phone ul>li:last-child .img-cover{position: static;}
}
@media (max-width:375.98px){
}
/* Details */
.details{padding: 0;}
.details-items{padding: 3.125rem 0;}
.h4-title{text-align: center; font-size: 1.875rem; font-weight: 600; margin-bottom: 1.25rem; color: #333; font-family:Arial; line-height: 1;}

.details-header .etw_hometitle>h2{font-weight: 400; color: #000;}
.details-header dl{display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin: 0 -10px 1rem -10px;}
.details-header dl>dd{width: 50%; margin: 0 0 .625rem 0; padding: 0 10px;}
.details-header dl>dd>p{margin: 0;}
.details-header dl>dd>p:last-child{font-weight: 600;}

.figurebox{flex-direction: row-reverse;}
.left_pics{width: calc(100% - 100px); display: flex;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: block;}
.left_pics>a>img{mix-blend-mode: multiply;}
.left_pics>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}

.related_pic{width: 100px; padding-left: 10px;}
.related_pic ul{width: 100%; margin: -5px 0; justify-content: center;}
.related_pic ul>li{width: 100%; padding: 5px 0;}
.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.imgdq{border-color: var(--bg-main);}
.related_pic ul>li>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}

.figurebox2 .left_pics{width: 100%;}
.figurebox2 .related_pic{width: 100%; padding: 1rem 0 0 0;}
.figurebox2 .related_pic ul{width: calc(100% + 10px); margin: 0 -5px;}
.figurebox2 .related_pic ul>li{flex: 1; padding: 0 5px;}

.gallery{padding: 0; position: relative;}
.gallery .container{max-width: 1500px;}
.gallery  .swiper-slide figure>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.gallery  .swiper-slide figure>a::after{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .2; transition: all .3s; cursor: pointer;}
.gallery  .swiper-slide figure>a:hover::after{opacity: 0;}
.gallery .prev-button,.gallery .next-button{position: absolute; right: -30px; top: 50%; transform: translateY(-50%); z-index: 5; color: var(--bg-main); width: 40px; height: 40px; border-radius: 50%; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; transition: all .3s;}
.gallery .next-button{right: auto; left: -30px;}
.gallery .prev-button:hover,.gallery .next-button:hover{background-color: var(--bg-main); color: #fff;}

.gallery  .swiper-slide>ol:has(.imgbox){flex-direction: column; background-color: #f9f9f9; padding: 1.25rem;}
.gallery  .swiper-slide>ol .imgbox{mix-blend-mode: multiply;}
.gallery  .swiper-slide>ol .textbox{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem;}
.gallery .swiper-button-lock{display: none;}

.features-list{width: calc(100% + 30px); margin: 0 -15px;}
.features-list li{width: calc(100% / 3); padding: 15px;}
.features-list li>ol{flex-direction: column; border-top: 1px solid #0f86e2; background-color: #fff;}
.features-list li>ol .textbox{width: 100%; flex-direction: column; padding: 1rem;}
.features-list li>ol .textbox>p{font-size: .875rem;}
.features-list li>ol .textbox .features-btn{display: flex; justify-content: center;}
.features-list li>ol .textbox .features-btn>i{width: 24px; height: 24px; background-color: #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: -12px; position: relative; z-index: 2; cursor: pointer;}
.features-list li>ol .textbox .features-btn>i:hover{background-color: #0f86e2; color: #fff;}
.features-list li>ol .collapse1:not(.show):before{position:absolute;content:'';background:linear-gradient(0deg,#fff,transparent);width:100%;height:35px;bottom:0;right:0;transition:.3s all ease-in-out}
.features-list li>ol .collapse1:not(.show){height:80px;margin-bottom:0;overflow:hidden;display:-webkit-box !important;-webkit-box-orient:vertical;-webkit-line-clamp:3;position:relative}
.features-list li>ol .collapse1>p{margin-bottom: 1rem;}
.features-list li>ol .textbox .features-btn[aria-expanded="true"]>i{margin-top: 0;}
.features-btn[aria-expanded="true"] i{transform: rotate(180deg);}
.features-list li>ol .textbox:only-child{padding: 1.875rem; align-items: center; justify-content: center;}

.features-list2{width: calc(100% + 30px); margin: 0 -15px;}
.features-list2 li{width: 50%; padding: 15px;}
.features-list2 li>ol{flex-direction: row; border-top: 1px solid #0f86e2; background-color: #f9f9f9;}
.features-list2 li>ol .imgbox{width: 50%; background-color: #fff;}
.features-list2 li>ol .textbox{width: 50%; flex-direction: column; justify-content: center; padding: 1.25rem; padding-right: 1.875rem;}

.recommendpros-nav{display: flex; align-items: center; width: 100%; margin: 0;}
.recommendpros-nav::after{content: ""; flex: 1; height: 1px; background-image: linear-gradient(to left,var(--bg-main),transparent 40%);}
.recommendpros-nav>li{padding: 0 0 0 2.5rem;}
.recommendpros-nav>li>a{font-size:1.5rem; font-weight: 600;display: flex; color: #333;}
.recommendpros-content{display: block;}
.recommendpros-content>div{display: none;}
.recommendpros-content>div:first-child{display: block;}
.relatedpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.relatedpros ul>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.relatedpros ul>li>a{width: 100%; display: flex; flex-direction: column; background-color: #f9f9f9; box-shadow: 0 0 0 rgba(0,0,0,.1); transition: all .3s; border-radius: 20px; overflow: hidden;}
.relatedpros ul>li>a .imgbox{background-color: inherit; transition: initial;}
.relatedpros ul>li>a .imgbox>img{mix-blend-mode: multiply;}
.relatedpros ul>li>a>span{flex: 1; width: 100%; display: flex; justify-content: flex-start;flex-direction: column; text-align: center; font-size: .95rem; line-height: 1.5; font-weight: 500; padding: 1.25rem; padding-top: .625rem;}
.relatedpros ul>li>a:hover{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.relatedpros ul>li>a:hover .imgbox>img{transform: scale(.85);}

.available .etw-phone ul>li>a{box-shadow: 0 0 10px rgba(0,0,0,.1); padding: 1rem;}
.available .more{display: flex; justify-content: center; margin-top: 1.5rem;}
.available .more>a{display: flex; align-items: center; justify-content: center; padding: .75rem 1.5rem; box-shadow: 0 0 10px rgba(0,0,0,.15); border-radius: 30px; font-size: 1rem; color: var(--bg-main);}
.available .more>a>span{padding: 0 .5rem; color: #333;}
.available .more>a>i{font-size: 1.5rem;}
.available .more>a:hover{background-color: var(--bg-hover);}
.available .more>a:hover>span,.available .more>a:hover>i{color: #fff;}


.recommendpros:not(.bg-F9) ul>li>a{background-color: #fff;}
.relatedpros:not(.bg-F9) ul>li>a:hover{background-color: #f9f9f9;}

.relatedpros ul.relatedpros-list3>li{width: calc(100% / 3);}
.relatedpros ul>li:only-child{width: 100%;}
.relatedpros ul>li:only-child>ol{background-image: linear-gradient(135deg, #eee,#fff,#eee); padding: 1.25rem;}
.relatedpros ul>li:only-child>ol a.imgbox{width: 40%;mix-blend-mode: multiply;}
.relatedpros ul>li:only-child>ol .textbox{width: 60%; flex-direction: column;justify-content: center; padding-right: 30px;}
.relatedpros ul>li:only-child>ol .textbox a.h6{font-size: 1.25rem; font-weight: 500; color: #333;}
.relatedpros ul>li:only-child>ol .textbox a.h6:hover{color: var(--bg-main);}
.relatedpros ul>li:only-child>ol .textbox>dl{display: flex; flex-direction: column;}
.relatedpros ul>li:only-child>ol .textbox>dl>dd{margin-bottom: 5px;}
.relatedpros ul>li:only-child>ol .textbox .more{display: flex;}
.relatedpros ul>li:only-child>ol .textbox .more>a{font-size:1.25rem; color: #0f86e2;}
.relatedpros ul>li:only-child>ol .textbox .more>a:hover{text-decoration: underline;}

.relatedpros ul.relatedpros-list2>li{width: 50%;}
.relatedpros ul.relatedpros-list2>li>ol a.imgbox{width: 35%; background-color: #f9f9f9;}
.relatedpros ul.relatedpros-list2>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.relatedpros ul.relatedpros-list2>li>ol .textbox{width: 65%; flex-direction: column; justify-content: center; padding: 1rem; padding-right: 30px;}
.relatedpros ul.relatedpros-list2>li>ol .textbox a.h6{font-size: 1.125rem; line-height: 1.5; font-weight: 500; margin-bottom: .625rem;}
.relatedpros ul.relatedpros-list2>li>ol .textbox>p{font-size: .875rem;}
.relatedpros ul.relatedpros-list2>li>ol:hover,
.relatedpros ul.relatedpros-list2>li>ol:hover a.imgbox{background-color: #fff;}
.relatedpros ul.relatedpros-list2>li.active>ol .textbox a.h6{color: var(--bg-main);}

.bg-white .relatedpros ul.relatedpros-list2>li>ol a.imgbox{background-color: #fff;}
.bg-white .relatedpros ul.relatedpros-list2>li>ol:hover,
.bg-white .relatedpros ul.relatedpros-list2>li>ol:hover a.imgbox{background-color: #f9f9f9;}


.otherpros .h3{display: flex; align-items: center; font-size: 2rem; color: #333;}
.otherpros .h3::after{content: ""; flex: 1; height: 1px; background-image: linear-gradient(to left,var(--bg-main),transparent 40%); margin-right: 2.5rem;}
.otherpros{padding-top: 30px; position: relative;}
.otherpros ol{width: 100%; display: flex;}
.otherpros ol>a{width: 100%; display: flex; flex-direction: column; align-items: center;}
.otherpros ol>a .imgbox{background-image: linear-gradient(135deg,#eee 10%,#fff 20%,#fff 80%,#eee 90%);}
.otherpros ol>a .imgbox>img{max-width: 90%; z-index: 3;mix-blend-mode: multiply;}
.otherpros ol>a>span{flex: 1; width: 80%; padding: 1rem; font-size: .95rem; font-weight: 500; color: #333; display: flex; justify-content: center; text-align: center; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); position: relative; z-index: 2; transform: translateY(-50%); transition: all .3s;}
.otherpros ol>a:hover>span{transform: translateY(-55%); color: var(--bg-main); box-shadow: 0 10px 10px rgba(0,0,0,.1);}


.inquiryformdetails{background: url(../images/inquiryform-bg2.jpg) no-repeat center top; background-size: cover;}
.inquiryformdetails .container1{position: relative; z-index: 3; margin-top: 5rem;}
.inquiryformdetails .row>div{display: flex;}
.inquiryformdetails .textbox{padding: 2.5rem; flex-direction: column; background-image: linear-gradient(to right,var(--bg-hover),var(--bg-main));}
.inquiryformdetails .h3{color: #fff; font-size: 2.5rem; font-weight: 500;}
.inquiryformdetails p{color: #fff; font-size: .95rem; line-height: 1.5;}
.inquiryformdetails dl{display: flex; flex-direction: column; margin-bottom: 0;}
.inquiryformdetails dl>dd{color: #fff; font-size: .95rem; font-weight: 300;}
.inquiryformdetails dl>dd>a:hover{color: #8bccfd; text-decoration: underline;}
.inquiryformdetails .feedback{background-color: #fff; padding: 2.5rem; min-height: 386px;}
.inquiryformdetails .feedback .h3{background-image: linear-gradient(to left,var(--bg-main),#00aebe); color: transparent; background-clip: text; text-align: center;}

.bg-ligh-white{background-image: linear-gradient(#f8f9fa,#fff);}
.prosfaqs.bg-ligh-white .card{background: none;}
.prosfaqs.bg-ligh-white .card:hover{background: #eee;}

.advantages ul{width: calc(100% + 20px); margin: 0 -10px 1.25rem -10px;}
.advantages ul li{width: calc(100% / 3);padding: 10px;}
.advantages ul li>ol{background-color: #f9f9f9; padding: 30px; flex-direction: column;}
.advantages ul li>ol>strong{font-size: 1.125rem;}
.advantages ul li:nth-child(2){width: calc(100% - calc(100% / 3));}


@media (max-width:1199.98px){
	.inquiryformdetails .textbox,
	.inquiryformdetails .feedback{padding: 2rem;}
	.gallery .prev-button,.gallery .next-button{right: 0; background-color: #fff;}
	.gallery .next-button{right: auto; left: 0;}
}
@media (max-width:991.98px){

	.details-items{padding: 2.5rem 0;}
	.h4-title,.otherpros .h3{font-size: 1.8rem;line-height: 1.2;}
	.inquiryformdetails .container1{margin-top: 3rem;}
	.inquiryformdetails .h3{font-size: 2.2rem;line-height: 1.2;}
	.inquiryformdetails .textbox,
	.inquiryformdetails .feedback{padding: 1.75rem;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
	.h4-title{font-size: 1.6rem;margin-bottom: 1rem;}
	.features-list li{width: 50%;}
	.recommendpros-nav>li>a{font-size: 1.3rem;line-height: 1.2;}
	.relatedpros ul>li{margin-top: 1rem;width: 50%;}
	.otherpros .h3{font-size: 1.6rem;}
	.inquiryformdetails .h3{font-size: 1.8rem;}
	.otherpros .swiper-slide>ol>a>span{font-size: 0.8rem;line-height: 1.2;}
	.features-list2 li,.advantages ul li,.advantages ul li:nth-child(2),.relatedpros ul.relatedpros-list2>li{width: 100%;}
	.relatedpros ul.relatedpros-list2>li>ol .textbox a.h6{font-size: 1.1rem;line-height: 1.2;}
	.inquiryformdetails .textbox,
	.inquiryformdetails .feedback{padding: 1.25rem;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.h4-title{font-size: 1.4rem;margin-bottom: 0.6rem;}
	.features-list li{width: 100%;}
	.relatedpros ul>li>a>span{font-size: 0.9rem;line-height: 1.2;}
	.otherpros .h3::after,.recommendpros-nav::after{display: none;}
	.relatedpros ul.relatedpros-list3>li{width: 50%;}
	.relatedpros ul.relatedpros-list3>li:last-child{display: none;}
	.inquiryformdetails .textbox,
	.inquiryformdetails .feedback{padding: 1rem;}
	.left_pics{width: 100%;}
	.related_pic{width: 100%; margin-top: 10px;}
	.related_pic ul{width: calc(100% + 10px); margin: 0 -5px;}
	.related_pic ul>li{width: 100%; flex: 1; padding: 5px;}


}
@media (max-width:479.98px){
	.features-list2 li>ol .imgbox,.relatedpros ul.relatedpros-list2>li>ol a.imgbox{width: 100%;}
	.features-list2 li>ol .textbox,.relatedpros ul.relatedpros-list2>li>ol .textbox{width: 100%;padding: 1rem;}
}
@media (max-width:375.98px){
	.relatedpros ul.relatedpros-list3>li,
	.details-header dl>dd,
	.relatedpros ul>li{width: 100%;}

}
/* Metalwork Machinery End */

/* About Us */
.manufacturing .textbox>p{font-size: .95rem;}

.etw_process ul{width: calc(100% + 30px); margin: 0 -15px; counter-reset: item-count; justify-content: center;}
.etw_process ul>li{width: 25%; padding: 0 15px; margin-top: 40px; position: relative; counter-increment: item-count;}
.etw_process ul>li>ol{flex-direction: column; background-color: #f4f4f4; border-radius: 10px; box-shadow: 6px 6px 0 #ddd; overflow: hidden;}
.etw_process ul>li>ol>figure{margin-bottom: 0;}
.etw_process ul>li>ol>p{padding: 1.25rem; flex: 1; font-size: .875rem;}

.ourpros .container{max-width: 1400px;}
.ourpros .h3{display: flex; align-items: center; justify-content: center; font-size: 2rem;}
.ourpros .h3::before,.ourpros .h3::after{content: ''; flex: 1; height: 1px; background-image: linear-gradient(to left,transparent 50%,var(--bg-main));}
.ourpros .h3::after{background-image: linear-gradient(to right,transparent 50%,var(--bg-main));}
.ourpros .h3>span{padding: 0 30px;}
.ourpros ul>li{width: 20%;}
.ourpros ul>li>a{width: 100%; display: flex; flex-direction: column; background-image: radial-gradient(#fff 70%, #eee); padding: 1rem;}
.ourpros ul>li>a>img{mix-blend-mode: multiply;}
.ourpros ul>li>a>span{flex: 1; display: flex;justify-content: flex-start;flex-direction: column; justify-content: center; text-align: center; padding-top: 1rem; color: #333; line-height: 1.3; transition: all .3s; font-size: .875rem;}
.ourpros ul>li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.ourpros ul>li>a:hover>span{color: var(--bg-main);}

.nbanner{padding: 0;}
.nbanner::before{content: ''; display: block; padding-top: 15.625%;}
.nbanner-hover{position: absolute; inset: 0; z-index: 2; background-color: rgba(0,0,0,0.5); display: flex; align-items: center;}
.nbanner-hover .etw_hometitle>div{color: #fff; margin: 0; padding-top: 1rem;}

.company{padding: 0;}
.company-items{padding: 3.125rem 0; position: relative;}
.company-items .h4-title{display: flex; align-items: center;}

.info-list{width: 100%; margin: 0;}
.info-list>li{width: 100%; padding: 0; margin-bottom: 30px;}
.info-list>li>ol{background-color: #f9f9f9; padding: 1.875rem;}
.info-list>li>ol>a{font-size: 1.5rem; color: #333; border-bottom: 1px solid var(--bg-main); margin-bottom: 1rem;}
.info-list>li>ol>a:hover{color: var(--bg-main);}


@media (max-width:1199.98px){
	.ourpros ul>li{width: 25%;}
	.ourpros ul>li:last-child{display: none;}
}
@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}
	.ourpros ul>li,.etw_process ul>li{width: calc(100% / 3);}
	.ourpros ul>li:nth-last-child(2){display: none;}
}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
	.ourpros ul>li>a>span{font-size: 0.8rem;}
	.etw_process ul>li{width: calc(100% / 2);margin-top: 2rem;}
	.info-list>li>ol>a{font-size: 1.3rem;}
	.ourpros ul>li{width: 50%;}
	.ourpros ul>li:nth-last-child(2){display: flex;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
.ourpros ul>li{width: calc(100% / 2);}

}
@media (max-width:479.98px){
	.etw_process ul>li{width: 100%;}

}
@media (max-width:375.98px){
	.ourpros ul>li{width: 100%;}
}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 5rem 0;}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.5rem; line-height: 1.2; margin-bottom:1rem; color: #333;}
.contact dl dd{font-size: .95rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact dl dd strong{color:#000; font-weight: 600; margin-left: .25rem;}
.contact dl dd a{color: var(--bg-main);}
.contact dl dd a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-right: 0;}
.contact .feedback{padding: 1.25rem 0 0 0;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family:Arial;}
.contact_map{width: 100%; min-height: 450px;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* Descripción general */
.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:2.5rem; color: #000; font-weight: 400; font-family:Arial;}

.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.5rem; 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; right:0; bottom:0}
.overview-company li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-main);position:absolute; right:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#555; font-size: .95rem; 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: 24px; display: flex;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-main); margin-left: .875rem;}
.overview-company li:hover .overview-company-label::after{width:100%}

.overviewpros-nav{justify-content: center;}
.overviewpros-nav>li{flex: 1; border-left:  1px dashed #ccc; transition: all .3s;}
.overviewpros-nav>li:last-child{border-left: none;}
.overviewpros-nav>li>a{font-size: .95rem; color: #555; font-weight: 500; display: flex; flex-direction: column; width: 100%;}
.overviewpros-nav>li>a>span{width: 100%; display: flex; justify-content: center; text-align: center; overflow: hidden;}
.overviewpros-nav>li>a>span.icon{margin-bottom: .625rem;}
.overviewpros-nav>li>a>span.icon>img{width: 60px; filter: drop-shadow(0 60px #4c4c4c); position: relative; transform: translateY(-100%); margin: 0 auto; transition: initial;}
.overviewpros-nav>li>a:hover{color: var(--bg-main);}
.overviewpros-nav>li>a:hover>span.icon>img{filter: drop-shadow(0 60px var(--bg-main));}

.overviewpros-list{padding-top: 1.25rem; width: calc(100% + 30px); margin: 0 -15px;}
.overviewpros-list>li{width: calc(100% / 3); padding: 15px;}
.overviewpros-list>li>ol{flex-direction: column; background-color: var(--bg-F9); padding: 1.25rem; box-shadow: 0 0 10px rgba(0,0,0,.1); overflow: hidden;}
.overviewpros-list>li>ol>li{padding: 0; width: 100%; display: flex; position: relative; transition: all .3s;}
.overviewpros-list>li>ol>li>a{width: 100%; display: flex; align-items: center; justify-content: center;}
.overviewpros-list>li>ol>li.product_img{background-color: var(--bg-F9); transform: translateY(20px);}
.overviewpros-list>li>ol>li.product_img>a{mix-blend-mode: multiply;}
.overviewpros-list>li>ol>li.product_con{flex: 1; flex-direction: column; align-items: center; transform: translateY(34px);}
.overviewpros-list>li>ol>li.product_con>a.title{padding: 1rem 0; text-align: center; align-items: flex-start; font-size: 1.125rem; line-height: 1.4; font-weight: 500; flex: 1; width: 100%; color: #333;}
.overviewpros-list>li>ol>li.product_con>a.more{width: fit-content; padding: 0 1rem; height: 34px; border: 2px solid #ccc; line-height: 1; font-size: .95rem; color: #333; position: relative; transform: translateY(34px);}
.overviewpros-list>li>ol>li.product_con>dl{width: 100%; display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem;}
.overviewpros-list>li>ol>li.product_con>dl>dd{margin-bottom: 0; text-align: center; transition: all .3s;}
.overviewpros-list>li>ol:hover{background-color: var(--bg-main);}
.overviewpros-list>li>ol:hover>li{transform: translateY(0);}
.overviewpros-list>li>ol:hover>li.product_img{margin-top: 0;}
.overviewpros-list>li>ol:hover>li.product_con>a{color: #fff;}
.overviewpros-list>li>ol:hover>li.product_con>a.more{border-color: #fff; background-color: #fff; color: var(--bg-main); transform: translateY(0);}
.overviewpros-list>li>ol:hover>li.product_con>dl>dd{color: #fff;}

.overviewvideos .container{max-width: 1600px;}
.overviewvideos ul>li{width: 20%;}
.overviewvideos ul>li>a{width: 100%; display: flex; flex-direction: column; background: radial-gradient(#fff 70%, #eee); border-radius: 10px; overflow: hidden;}
.overviewvideos ul>li>a .imgbox{mix-blend-mode: multiply;}
.overviewvideos ul>li>a .imgbox::after{content: '\F4F4'; --w:60px; width: var(--w); height: var(--w); color: var(--bg-main); font-size: 2rem; padding-right: 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; transition: all .3s;}
.overviewvideos ul>li>a .textbox{flex: 1; display: flex; justify-content: center; text-align: center; padding: 1rem; font-size: .95rem; color: #333;}
.overviewvideos ul>li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.overviewvideos ul>li>a:hover .imgbox::after{background-color: rgba(255, 255, 255, 1);}
.overviewvideos ul>li>a:hover .textbox{color: var(--bg-main);}

@media (max-width:1199.98px){
	.overviewvideos ul>li{width: 25%;}
	.overviewvideos ul>li:nth-last-child(1){display: none;}
}
@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.overviewpros-nav>li{flex: none;width: 25%;margin-bottom: 1rem;}
	.overviewpros-nav>li:nth-child(4n){border-left: 0;}
	.overviewvideos ul>li{width: calc(100% / 3);}
	.overviewvideos ul>li:nth-last-child(2){display: none;}
}
@media (max-width:767.98px){
	.overview-title{margin-bottom: 1rem;}
	.overview-title>span{font-size: 1.8rem;}
	.overview-company li .overview-company-label{font-size: 1.3rem;}
	.overviewpros-list>li>ol>li.product_con>a.title{font-size: 1rem;}
	.overviewpros-list>li>ol>li.product_con>dl{font-size: 0.9rem;}
.overviewpros-list>li{width: calc(100% / 2);}
.overviewvideos ul>li{width: calc(100% / 3);}
.overviewvideos ul>li>a .imgbox::after{--w: 40px;font-size: 1.4rem;}
.overviewvideos ul>li>a .textbox{font-size: 0.9rem;line-height: 1.2;}
	.overviewvideos ul>li{width: 50%;}
	.overviewvideos ul>li:nth-last-child(2){display: flex;}
}
@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
	.overviewpros-nav>li{width: 50%;}
	.overviewpros-nav>li:nth-child(2n){border-left: 0;}
.overviewvideos ul>li{width: calc(100% / 2);}

}
@media (max-width:479.98px){
.overviewpros-list>li{width: 100%;}
}
@media (max-width:375.98px){
	.overviewvideos ul>li{width: 100%;}
}
/* Descripción general-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{ font-size: 2.5rem; font-weight: 600; line-height: 1; text-transform: uppercase; color: var(--bg-main); text-align: center;}

.videos-hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos-hub-title{font-size:1.875rem; font-weight: 500; line-height: 1; display:flex; align-items: center; justify-content: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family:Arial;}
.videos-hub-title>span{padding: 0 30px;}
.videos-hub-title::before,.videos-hub-title::after{content: ''; width: 100px; height: 1px; background-color: var(--bg-main);}

.videos-hub ul{width: calc(100% + 30px); margin: 0 -15px;}
.videos-hub ul li{width: 100%; padding: 15px;}
.videos-hub ul li .imgbox::after{content: '\F4F4'; --w:60px; width: var(--w); height: var(--w); color: var(--bg-main); 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-company ul li{width: 100%; margin-bottom: 20px;}
.videos-company ul li>a{border-radius: 10px; overflow: hidden;}
.videos-company ul li>a .imgbox{width: 35%;}
.videos-company ul li>a .textbox{width: 65%; padding: 2rem; padding-right: 50px; flex-direction: column; justify-content: center;}
.videos-company ul li>a .textbox>.h6{font-size: 1.5rem; transition: all .4s; font-weight: 500;}
.videos-company ul li>a .textbox>p{font-size: .95rem; color: #555; transition: all .4s;}
.videos-company ul li>a:hover .textbox .h6{color: var(--bg-hover);}

.videos-pros ul li{width: 25%;}
.videos-pros ul li>a{flex-direction: column; border-radius: 10px; overflow: hidden;}
.videos-pros ul li>a .imgbox{width: 100%;}
.videos-pros ul li>a .imgbox::after{width: 3.75rem; height: 3.75rem; font-size: 2rem; padding-right: .2rem;}
.videos-pros ul li>a .textbox{flex: none; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: .95rem; font-size: 500; line-height: 1; color: #000; padding: 1.25rem; transition: all .4s;}
.videos-pros ul li>a:hover>.textbox{color:var(--bg-hover)}

.video-details{width:100%;padding:0 0 3.125rem 0}
.video-details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:70%;}
#video_right video{width:100%}
#video_right .h3{font-size: 2rem; color: #000; font-weight: 500; font-family:Arial;}
.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-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}

#video_sidebar{width:25%; background-color: #fff; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,.15);}
#etw_videolist .webtitle{font-size:1.25rem; font-weight:500; color:#fff; background-image: linear-gradient(var(--bg-main) 50%,var(--bg-hover)); padding:.625rem 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;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center;position: relative;}
#etw_videolist ul li a:before{content: "\f144";font-family: fontawesome;position: absolute;right:0;top:0.2rem;color: #888;font-size: 0.875rem;text-align: center;line-height: 12px;}
#etw_videolist ul li a img{width:30%; height: auto; mix-blend-mode: multiply;}
#etw_videolist ul li a span{width:100%;font-size:0.95rem; padding-right:1.2rem;line-height: 1.2; transition: all .4s;}
#etw_videolist ul li a.dq span{color:var(--bg-main);}
#etw_videolist ul li a.dq:before{color:var(--bg-main);}
#etw_videolist ul li a:hover span{color: var(--bg-main);}
#etw_videolist ul li a:hover:before{color: var(--bg-main);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}

@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
.videos-hub-title{font-size: 1.8rem;}
.videos .etw_hometitle>div[itemprop]{font-size: 2.2rem;}
.videos-company ul li>a .textbox>.h6{font-size: 1.4rem;}
#video_right .h3{font-size: 1.8rem;}
#etw_videolist .webtitle{font-size: 1.2rem;}
}
@media (max-width:767.98px){
	#video_sidebar{margin-top:1rem}
.videos-hub-title{font-size: 1.6rem;}
.videos,.video-details{padding-top: 2rem;}
.videos .etw_hometitle>div[itemprop]{font-size: 1.8rem;}
.videos-company ul li>a .textbox>.h6{font-size: 1.3rem;}
.videos-company ul li>a .textbox>p,#etw_videolist ul li a span{font-size: 0.85rem;}
.videos-company ul li>a .textbox{padding: 1rem 1.5rem;}
.videos-hub{margin-bottom: 1rem;}
.videos-hub ul li .imgbox::after{--w: 40px;font-size: 1.4rem;}
.videos-company ul li{margin-bottom: 1rem;}
.videos-company ul li:last-child{margin-bottom: 0;}
.videos-pros ul li{width: 50%;}
#video_right .h3{font-size: 1.6rem;}
.video-details{padding-bottom: 2rem;}
}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.4rem;}
	.videos-company ul li>a .imgbox,.videos-company ul li>a .textbox{width: 100%;}
	.videos-pros ul li>a .imgbox::after{width: 3rem;height: 3rem;font-size: 1.6rem;}
	.videos-pros ul li>a .textbox{font-size: 0.85rem;padding: 1rem;}
	.videos-hub-title{font-size: 1.4rem;}
	.videos-hub-title>span{padding: 0;}
	.videos-hub-title::before, .videos-hub-title::after{display: none;}
	#etw_videolist ul li{width: 100%;}
}
/* videos-End */

/*tags*/
#tags{ width:100%;padding:0 0.5rem;max-width: 1230px;margin: 1.5rem auto;}
#tags_title{ display:block; color:#192634; font-size:1.4rem; font-weight: 500; line-height:1.8rem; text-align:right; padding:0 0 10px 0;} 
#tags a{padding:5px 10px;margin:0 5px 3px 0;color:#777;display:inline-block;line-height:16px;font-size:13px; background:#eee;}
#tags a:hover{ background:#e4e4e4;} 

/* 2025-09-12 */
.h4-title2{text-align: right; font-size: 1.6rem; font-weight: 600; margin-bottom: 1.25rem; color: #333; font-family: var(--family-second); line-height: 1;}
.etw_videos { float:left; width:40%;margin-right: 1rem;}
@media (max-width:767.98px){.h4-title2{font-size: 1.4rem;}
}
.smalltit{display: block;font-size: 1.2rem;color: #ccc; }

.etw-phone ul>li span{line-height: 1.3;}
@media (min-width:767.98px){
	.prosall-item2 ul>li{
	width: 25%;
}
}