@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:"Lato";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Lato/Lato-Light.woff2) format("woff2"),url(../fonts/Lato/Lato-Light.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Lato/Lato-Regular.woff2) format("woff2"),url(../fonts/Lato/Lato-Regular.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Lato/Lato-Bold.woff2) format("woff2"),url(../fonts/Lato/Lato-Bold.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Lato/Lato-Black.woff2) format("woff2"),url(../fonts/Lato/Lato-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: #0082e0;
	--bg-hover: #0067b2;
	--family: "Lato",sans-serif;
	--family2: "Oswald",sans-serif;
}
.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:#555;font-family:"Lato", Arial,Helvetica,sans-serif;font-size:1rem;background:#fff; font-weight:400; 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;  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; }
@media (max-width:991.98px){
	h3,.h3 {font-size: 1.875rem;}
}@media (max-width:767.98px){
	h3,.h3 {font-size: 1.75rem;}
}@media (max-width:575.98px){
	h3,.h3 {font-size: 1.5rem;}
}@media (max-width:475.98px){
	h3,.h3 {font-size: 1.25rem;}
}
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);}
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-main);}
figure{width: 100%; display:flex; flex-wrap: wrap;}
figure:last-child{margin-bottom: 0;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a>img{cursor: zoom-in;}
.figure-hover>a::before,.figure-hover>a::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.figure-hover>a::after{inset: 50% 0;}
.figure-hover>a>img{cursor: zoom-in;}
.figure-hover>a:hover::before,
.figure-hover>a:hover::after{inset: 0; opacity: 1;}

.bg-figure img{mix-blend-mode: multiply;}
figure:last-child{margin-bottom: 0;}
.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:1030px; margin: 0 auto;}
.container1{max-width:900px; margin: 0 auto;}
@media (max-width:1199.98px){.container{max-width:calc(100% - 50px)}
}@media (max-width:991.98px){.container{max-width:calc(100% - 30px)}
}@media (max-width:899.98px){.container1{max-width:calc(100% - 30px)}
}@media (max-width:767.98px){.container,.container1{max-width:calc(100% - 20px)}
}@media (max-width:575.98px){.container,.container1{max-width:calc(100% - 20px)}
}@media (max-width:375.98px){.container,.container1{max-width:calc(100% - 10px)}
}
/* public */
ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}

.etw-phone li{width:100%; flex-direction: column;}
.etw-phone li img{mix-blend-mode: multiply;}
.etw-phone li span{width:100%; flex: 1; display:flex; align-items:flex-start; justify-content:center; text-align:center; color:#000; overflow:hidden; padding: .5rem 0; background-color: inherit; position: relative; z-index: 2; font-size: .95rem;}
.etw-phone li>a{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative;}
.etw-phone li>a::before,.etw-phone li>a::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.etw-phone li>a::after{inset: 50% 0;}
.etw-phone li>a:hover::before,
.etw-phone li>a:hover::after{inset: 0; opacity: 1;}

.etw-phone li>a:hover img{cursor: zoom-in;}
.etw-phone li>a:hover span{color: var(--bg-main);}
.etw-phone2 li{width:50%;}
.etw-phone3 li{width:calc(100% / 3)}
.etw-phone4 li{width:25%}
.etw-phone5 li{width:20%}
.etw-phone6 li{width:calc(100% / 6)}
.etw-phone7 li{width:calc(100% / 7)}
.etw-phone-p1{width: calc(100% + 10px); margin: 0 -5px;}
.etw-phone-p1 li{padding: 5px;}
.etw-phone-p2{width: calc(100% + 30px); margin: 0 -15px;}
.etw-phone-p2 li{padding: 15px;}
.etw_phone1-4{display: block; width: 100%; overflow: hidden;}
.etw_phone1-4 li{width: 25%; float: left;}
.etw_phone1-4 li:first-child{width: 50%;}
.etw_phone1-4 li a:hover img{opacity: .8;}
.etw_phone1-6{display: block; width: 100%; overflow: hidden;}
.etw_phone1-6 li{width: 20%; float: left;}
.etw_phone1-6 li:first-child{width: 40%;}
.etw_phone1-6 li a:hover img{opacity: .8;}

@media (max-width:1199.98px){

}@media (max-width:991.98px){

}@media (max-width:767.98px){
	.etw-phone5 li{width:25%}

}@media (max-width:575.98px){
	.etw-phone3 li,.etw-phone4 li,.etw-sm-phone2 li{width: 50%}
	.etw-phone5 li,.etw-phone6 li{width:calc(100% / 3)}
	.etw-phone2 li{width:50%;}

}@media (max-width:475.98px){
	.etw-phone6 li{width: 50%;}
	.etw-phone5 li{width:calc(100% / 2)}

}

.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-main); position: absolute; left: 2px;}
.items li>i{font-style: normal; color: var(--bg-main); 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: "\F271"; font-size: 1.1rem; top: 3px;}
.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: 6px; height: 6px; background-color: var(--bg-main); top: 9px; 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);}

/* 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: .95rem; font-weight: 400; line-height: 1.2; padding: .75rem;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.table-striped tbody tr:nth-of-type(odd){background: #eee;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top td{background-color: #ccc !important; color: #000;; font-weight: 500; 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-main); cursor: pointer; text-decoration: underline;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-hover); text-decoration: none;}
.table .top td a{color: #000;}
.table .top td a:hover{color: var(--bg-main);}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.table-big td,.table-big th{font-size: .95rem; padding: .75rem;}
.border-top{border-color: #f5f5f5 !important;}

.table1 tr td:nth-child(1){white-space: nowrap;}

/* 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;}
.video_btn::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; animation: pulse 2s infinite; -webkit-animation: pulse 2s infinite;}
.video_btn::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), hsla(205,100%,20%,1));}
.video_smallbtn::before,.video_smallbtn::after{width: 60px; height: 60px; font-size: 1.25rem; padding-left: 4px;}
.video_btn_ani::before{animation:initial}

@-webkit-keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(0,130,224,.8);}
	70%{-webkit-box-shadow:0 0 0 2.5rem transparent;}
	100%{-webkit-box-shadow:0 0 0 0 transparent;}
}
@keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(0,130,224,.8);}
	70%{-webkit-box-shadow:0 0 0 2.5rem transparent;}
	100%{-webkit-box-shadow:0 0 0 0 transparent;}
}
/* More */
.more,.moresmall{display: flex;}
.more>a,.moresmall>a{width:fit-content; display: flex; flex-direction: row-reverse; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: 1rem;}
.more>a::before,.moresmall>a::before{content: "\F138"; color: inherit; font-size: inherit; margin-left: .5rem; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; transition: all .3s ease-in-out;}

.more>a{border: 2px solid var(--bg-main); background-color: var(--bg-main); position: relative; color: #fff; padding: .3rem 1.75rem;}
.more>a>span{position: relative; transition: all .3s ease-in-out;}
.more>a::before{position: absolute;	right: 0;	transform: translateX(-1rem);	opacity: 0;}
.more>a:hover{background-color: var(--bg-hover); border-color: var(--bg-hover);}
.more>a:hover>span{transform: translateX(-0.85rem);}
.more>a:hover::before{transform: translateX(-.75rem); opacity: 1;}

.moresmall>a{flex-direction: row; padding: 0; color: var(--bg-main); position: relative;}
.moresmall>a::before{margin: 0 .5rem 0 0; transition: all .4s;}
.moresmall>a::after{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0; transition: all .4s ease-in-out;}
.moresmall>a:hover{color: var(--bg-main);}
.moresmall>a:hover::before{margin-right: .75rem;}
.moresmall>a:hover::after{width: 100%;}

/* Inquiry-Btn */
.inquirybtn{display: flex;}
.inquirybtn>a{background-image: linear-gradient(to right,hsla(205,100%,20%,1),hsla(205,100%,44%,1),hsla(205,100%,20%,1)); position: relative; color: #fff; padding: .5rem 1.5rem; overflow: hidden; transition: all .3s ease-in-out; display: flex; align-items: center; position: relative; transform: skewX(-20deg);}
.inquirybtn>a>span{position: relative; transition: all .3s ease-in-out; transform: skewX(20deg);}
.inquirybtn>a::before{content: "\F138"; color: inherit; font-size: inherit; margin-left: .5rem; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; transition: all .3s ease-in-out; position: absolute;	right: 0;	transform: translateX(-1rem);	opacity: 0;}
.inquirybtn>a:hover{background-color: var(--bg-hover); border-color: var(--bg-hover);}
.inquirybtn>a:hover>span{transform: translateX(-0.85rem);}
.inquirybtn>a:hover::before{transform: translateX(-.75rem); opacity: 1;}
@media (max-width:575.98px){
  .inquirybtn>a{padding: .25rem 1rem; font-size: .875rem;}
  .inquirybtn a.inquirybtn-pdf{margin-left: 1rem !important;}
  .inquirybtn a.inquirybtn-pdf>span{padding-left: .5rem !important;}
}
/* 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-main);}
#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-main); 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 .5s ease-in-out;}
.header .container{max-width: 1130px;}
.nav-fixed{margin:0 auto;box-shadow:4px 4px 100px 0 rgb(0 0 0 / 13%);-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}
}
/* logo */
#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{display: block; position: relative; padding-left: 20px; margin-left: 20px;}
#etw_logo a span::before{content: ''; width: 1px; height: 80%; background-image: linear-gradient(transparent, #ccc, transparent); display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
/* nav */
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: 0.8rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#000; min-height:50px; display:flex;align-items:center; justify-content:center; font-size: .92rem; font-weight: 600;position: relative; z-index: 0; padding: 0; font-family: var(--family2);}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\f0d7";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; border: none;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-main);}
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: #fff; 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,.2);}
.dropdown-menu>ul{width: 100%; margin: 0; padding: .5rem;}
.dropdown-menu>ul>li{width: 100%; padding: 0; border-bottom: 1px solid #ccc;}
.dropdown-menu>ul>li:last-child{border-bottom: none;}
.dropdown-menu>ul>li .dropdown-item{color:#555; font-weight: 400; font-size: 1.1rem; position:relative;display:flex; transition:all 0.5s; padding: 1rem; align-items: center;}
.dropdown-menu>ul>li .dropdown-item:hover,
.dropdown-menu>ul>li .dropdown-item.active{background: none; color: var(--bg-main);}

.child-menu{width: 100%; margin: -1rem 0 0 0; padding: .5rem 1rem 1rem 1rem;}
.child-menu>li{width: 100%; padding: 0 .5rem;}
.child-menu>li>a{padding: .3125rem 0;}
.child-menu>li>a.active{color: var(--bg-main);}


@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 0.85rem;}
}
@media (max-width:1099.98px){
	#etw_logo a span {padding-left: 10px; margin-left: 10px;}
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: .5rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size: .82rem;}
}
@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;}
	#etw_logo a span {padding-left: 20px; margin-left: 20px;}

	.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; font-family: var(--family);}
	.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;left:initial;top:initial}
	.dropdown-toggle::after{display:none}
	.dropdown-menu{border-top: none;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
}
@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
	.navbar-expand-lg .navbar-nav .nav-item{flex-direction:initial;justify-content: flex-start;}
  .dropdown-menu>ul>li .dropdown-item{font-size: .95rem;}
}
@media (max-width:475.98px){
	.etw_language ul>li>span {margin-right: .625rem; padding: 0 .625rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}

/* Banner */
.etw-banner{padding: 0; overflow: visible;}
.etw-banner .swiper{width: 100%;}
.etw-banner .swiper .swiper-slide{height: auto; overflow: hidden; display: flex;}
.etw-banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%; left:0; bottom: 50px; display: flex; justify-content: center; z-index: 2;}
.etw-banner .swiper-pagination-bullet{width: 16px; height: 16px; border: 2px solid var(--bg-main); background-color: #fff; opacity: .5; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw-banner .swiper-pagination-bullet:hover,
.etw-banner .swiper-pagination-bullet-active{opacity: 1;}
.etw-banner .prev-button,.etw-banner .next-button{width: 50px; height: 50px; border-radius: 50%; border: 2px solid #fff; position: absolute; left: 30px; top: 50%; transform: translateY(-50%); 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;}
.etw-banner .prev-button:hover,
.etw-banner .next-button:hover{background-color: var(--bg-main); border-color: var(--bg-main);}
.banner-hover{width: 100%; display: flex; align-items: center; position: absolute; inset: 0; overflow: hidden;}
.banner-hover .container{max-width: 1130px;}
.banner-hover .textbox{position: relative; padding: 30px; display: flex; flex-direction: column;}
.banner-hover .textbox::before{content: ''; background-color: var(--bg-hover); width: 100%; height: 100%; position: absolute; left: 0; top: 0; mix-blend-mode: multiply; transition: all .7s ease-in-out; opacity: .9;}
.banner-hover .h2{font-family: var(--family2); font-size: 1.8rem; color: #fff; font-weight: 600; line-height: 1.2; margin-bottom: 1rem;}
.banner-hover p{margin-bottom: 1rem; font-size: 1rem; color: #fff; font-weight: 400;}
.banner-hover .banner-more{display: flex;}
.banner-hover .banner-more>a{display: flex; padding: .25rem 1.5rem; border: 2px solid var(--bg-main); background-color: var(--bg-main); color: #fff; position: relative;}
.banner-hover .banner-more>a>span{transition: all .3s ease-in-out; position: relative; font-size: .9rem;}
.banner-hover .banner-more>a>i{position: absolute; right: 0; transform: translateX(-1rem); opacity: 0; transition: all .3s ease-in-out;}
.banner-hover .banner-more>a:hover{background-color: var(--bg-hover); border-color: var(--bg-hover);}
.banner-hover .banner-more>a:hover>span{transform: translateX(-0.85rem);}
.banner-hover .banner-more>a:hover>i{transform: translateX(-0.75rem); opacity: 1;}
.banner1 .banner-hover .textbox{max-width: 570px;}
.banner2 .banner-hover .textbox{max-width: 400px;}
.banner3 .banner-hover .textbox{max-width: 460px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.banner3 .banner-hover .textbox .h2{margin-bottom: 2rem;}

@media (max-width:991.98px){
	.etw-banner .swiper .swiper-slide{display: flex; flex-direction: column; justify-content: center;}
	.etw-banner .swiper .swiper-slide>img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;}
	.banner-hover{padding: 1.25rem; position: relative;}
}@media (max-width:767.98px){
	.banner-hover .h2{font-size: 1.75rem;}
}@media (max-width:575.98px){
	.banner-hover .textbox{padding: 1.25rem;}
	.banner-hover .textbox>p{display: none;}
	.etw-banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{display: none;}
	.banner1 .banner-hover .textbox{display: none;}
	.banner2 .banner-hover .textbox{display: none;}
	.banner3 .banner-hover .textbox{display: none;}
	.banner-hover{min-height: 200px;}
}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{color: #000; font-size: 1.8rem; font-family: var(--family2); font-weight: 700; line-height: 1.2; margin-bottom: 1rem;}
.home-small{font-size: 1rem; color: #666; font-weight: 400; text-align: center; margin: 0 auto 1rem auto;}

.home-company{padding-bottom: 2.5rem;}
.home-company-left{width: 100%; display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem;}
.home-company-left .home-title{max-width: 60%; text-align: center; margin-bottom: .5rem;}
.home-company-left p{font-weight: 400; max-width: 60%; text-align: center;}
.home-company-right{width: 100%;}
.home-company-right ul{width: calc(100% + 30px); margin: 0 -15px;}
.home-company-right ul>li{width: 50%; padding: 15px;}
.home-company-right ul>li>a{width: 100%; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: all .2s ease-in-out;}
.home-company-right ul>li>a .imgbox::before{content: ''; display: block; padding-top: 41.25%;}
.home-company-right ul>li>a .imgbox::after{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right top, rgba(0,0,0,.5) 30%, transparent);}
.home-company-right ul>li>a .imgbox>img{transition: all .2s ease-in-out;}
.home-company-right ul>li>a .textbox{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; padding: 30px; flex-direction: column; }
.home-company-right ul>li>a .textbox .h6{font-size: 1.25rem; color: #fff; font-weight: 600;}
.home-company-right ul>li>a .textbox p{font-weight: 400; color: #fff; line-height: 1.5;}
.home-company-right ul>li>a .textbox .more>span{display: flex; align-items: center; color: #fff; font-weight: 500;}
.home-company-right ul>li>a .textbox .more>span::after{content: '\F138'; 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;margin-left: .5rem; transition: all .4s ease-in-out;}
.home-company-right ul>li>a:hover .textbox .more>span::after{margin-left: 1rem;}
.home-company-right ul>li>a>.textbox>dl{width: 25%; display: flex; flex-wrap: wrap; position: absolute; right: 1rem; bottom: 0; z-index: -1;}
.home-company-right ul>li>a>.textbox>dl>dd{width: 50%; margin-bottom: 0; padding: 5px;}
.home-company-right ul>li>a:hover{transform: translateY(-.5rem);}
.home-company-right ul>li>a:hover .imgbox>img{transform: scale(1.1);}

.home-cp{background-image: linear-gradient(123deg,#f8f9fa,#eceef0,#aaaaaa); padding-top: 2.5rem;}
.home-cp .home-title{text-align: center; max-width: 45%; margin: 0 auto 1rem auto;}
.home-cp .home-small{max-width: 60%;}
.home-cp ul>li{width: calc(100% / 3);}
.home-cp ul>li>ol{flex-direction: column; background-color: #fff; position: relative; transition: all .3s ease-in-out;}
.home-cp ul>li>ol .textbox{flex-direction: column; padding: 1.25rem;}
.home-cp ul>li>ol .textbox a.h6{font-size: 1rem; font-weight: 700; margin-bottom: .75rem;}
.home-cp ul>li>ol .textbox p{font-size: .9rem; line-height: 1.5;}
.home-cp ul>li>ol .textbox .moresmall>a{border-bottom: 1px solid var(--bg-main);}
.home-cp ul>li>ol .textbox .moresmall>a::before{content: none;}
.home-cp ul>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.15); transform: translateY(-.5rem);}
.home-cp ul>li>ol:hover a.imgbox>img{transform: scale(1.1);}

.home-pros .container{max-width: 1230px;}
.home-pros .home-title{display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem;}
.home-pros .home-title>img{width: 20px; height: auto; margin: 0 1.25rem 0 0; filter: drop-shadow(20px 0 #000); position: relative; transform: translateX(-20px);}
.home-pros .swiper{width: 100%; padding-bottom: 1.875rem;}
.home-pros .swiper .swiper-slide{height: auto; display: flex;}
.home-pros .swiper .swiper-slide>ol{width: 100%; display: flex; flex-direction: column;}
.home-pros .swiper .swiper-slide>ol>a.imgbox::before,.home-pros .swiper .swiper-slide>ol>a.imgbox::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.1); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.home-pros .swiper .swiper-slide>ol>a.imgbox::after{inset: 50% 0;}
.home-pros .swiper .swiper-slide>ol:hover>a.imgbox::before,
.home-pros .swiper .swiper-slide>ol:hover>a.imgbox::after{inset: 0; opacity: 1;}
.home-pros .swiper .swiper-slide>ol>.textbox{width: 100%; display: flex; flex-direction: column; padding: 1.25rem; background-color: #f5f5f5;}
.home-pros .swiper .swiper-slide>ol>.textbox>a.h6{display: flex; font-size: 1.05rem; line-height: 1.5; font-weight: 600; }
.home-pros .swiper .swiper-slide>ol>.textbox>p{flex: 1; font-size: .95rem;}
.home-pros .swiper .swiper-slide>ol>.textbox>.more{justify-content: flex-end;}
.home-pros .swiper .swiper-slide>ol>.textbox>.more>a{margin: 0 -1.25rem -1.25rem 0; padding: .5rem; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #fff; border-color: #fff; color: var(--bg-main);}
.home-pros .swiper .swiper-slide>ol>.textbox>.more>a::before{opacity: 1; margin: 0; transform: initial; position: relative;}
.home-pros .swiper .swiper-slide>ol>.textbox>.more>a:hover{background-color: var(--bg-main); border-color: var(--bg-main); color: #fff;}

.home-about{background-color: #eceef0; display: flex; flex-wrap: wrap; padding: 0;}
.home-about-left{width: 50%; overflow: hidden; position: relative;}
.home-about-right{width: 50%; padding: 3.75rem;}
.home-about-box{max-width: 550px;}
.home-about-right .home-title>span{display: block; text-transform: uppercase; font-weight: 300; font-size: 1.5rem; color: var(--bg-main);}
.home-about-right p{font-weight: 400; font-size: .95rem;}
.home-about-right .more>a{border: none; background-color: #fff; color: var(--bg-main); transition: all .3s ease-in-out;}
.home-about-right .more>a::after{content: ''; width: 1rem; height: 100%; background-color: var(--bg-main); position: absolute; left: 0; top: 0; clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%); z-index: -1; transition: all .3s ease-in-out;}
.home-about-right .more>a:hover{color: #fff;}
.home-about-right .more>a:hover::after{width: 100%; clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}

@media (max-width:1199.98px){
	section{padding:2rem 0 3.125rem 0 !important;}
	.etw-banner{padding: 0 !important;}
	.home-company-left .home-title,
	.home-company-left p{max-width: 65%;}
	.home-about{padding: 0 !important;}
	.home-about-right{padding:3.125rem;}
}
@media (max-width:991.98px){
	section{padding:2.5rem 0 !important;}
	.home-company-left .home-title,
	.home-company-left p{max-width: 80%;}
	.home-company-right ul>li>a .imgbox::before{padding-top: 75%;}
	.home-about-right{padding:2.5rem;}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0 !important;}
	.home-title{font-size: 1.625rem;}
	.home-company-left .home-title,
	.home-company-left p{max-width: 100%;}
	.home-company-right ul>li>a .imgbox::before{padding-top: 100%;}
	.home-company-right ul>li>a .textbox{padding: 20px;}
	.home-cp .home-title{max-width: 60%;}
	.home-cp .home-small{max-width: 90%;}
	.home-cp ul>li {width: 100%;}
	.home-cp ul>li>ol{flex-direction: row;}
	.home-cp ul>li>ol a.imgbox{width: 40%;}
	.home-cp ul>li>ol .textbox{width: 60%; justify-content: center;}
	.home-about-left{width: 100%;}
	.home-about-left::before{content: ''; display: block; padding-top: 50%;}
	.home-about-right{width: 100%;}
	.home-about-box{max-width: 100%;}
}
@media (max-width:575.98px){
	section{padding:1.4rem 0 !important;}
	.home-title{font-size: 1.5rem;}
	.home-company-right ul>li{width: 100%;}
	.home-company-right ul>li>a .imgbox::before{padding-top: 40%;}
	.home-cp ul>li>ol a.imgbox,
	.home-cp ul>li>ol .textbox{width: 50%;}
	.home-about-right{padding:1.875rem;}
	.home-pros .home-title{margin:1rem 0 1.5rem 0;}
}
@media (max-width:475.98px){
	.home-title{font-size: 1.4rem;}
	.home-company-right ul>li>a .imgbox::before{padding-top: 60%;}
	.home-cp .home-title,
	.home-cp .home-small{max-width: 100%;}
	.home-about-right{padding:1.25rem;}
}
@media (max-width:375.98px){
	section{padding:1rem 0 !important;}
	.home-company-right ul>li>a .imgbox::before{padding-top: 75%;}
	.home-cp ul>li>ol{flex-direction: column;}
	.home-cp ul>li>ol a.imgbox,
	.home-cp ul>li>ol .textbox{width: 100%;}
}
/* index-end */
/* #footer */
.footer{width: 100%; position: relative; padding: 3.75rem 0; background-image: linear-gradient(hsla(205,100%,10%,1),hsla(205,100%,20%,1),hsla(205,100%,44%,1));}
.footer>img{width: auto; height: 80%; position: absolute; right: 5%; top:50%; transform: translateY(-50%); opacity: .1; z-index: 2;}
.footer .container{max-width: 1230px; position: relative; z-index: 3;}
.footer .h3{ font-weight: 700; font-family: var(--family2);}
.footer .h3>a{font-size: 1.3rem; color: #fff;}
.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: #fff; font-size: 1rem;}
.footer_list>li>a:hover{color:var(--bg-hover); opacity: 1; text-decoration: underline;}

/* .footer_logo{max-width: 90%; margin-bottom: 1.875rem;} */
.footer_contact{display:flex; flex-direction: column; margin-top:0.5rem; margin-bottom: 0;}
.footer_contact dt{font-size: 1.2rem; color: #fff; font-weight: 600; margin-bottom: .5rem;}
.footer_contact dd{width: 100%; color: #fff; display:flex; flex-wrap:wrap; align-items:center; margin-bottom: .6rem; font-size: 1rem; padding-left: 1.8rem; position: relative;}
.footer_contact dd a{color: #fff;}
.footer_contact dd i{font-size: 1rem; position: absolute; left: 0; top: 0; color:#fff;}
.footer_contact dd a:hover{text-decoration: underline; color: var(--bg-main);}
.footer_contact dd:last-child{margin-bottom: 0;}
.contact_img{display: flex;}
.contact_img img{width: 40%;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; margin-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:var(--bg-main); 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;right:15px;bottom:100px;text-align:center; background: var(--bg-main); z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%;}
#etw_top a{color:#fff;font-size:0.9rem;}
#etw_top:hover{background: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(--bg-main) !important;border:1px solid var(--bg-main) !important;}
.theme-box-name{background:hsla(205,100%,10%,1) !important;border-left:1px solid hsla(205,100%,10%,1) !important}

@media (max-width:1299.98px){
	.footer .container>.row>div{width: 19%;}
}
@media (max-width:1199.98px){
	.footer{padding: 4rem 15px 2rem 15px;}
	.footer .container>.row>div{width: calc(100% / 3); margin-bottom: 1rem;}
}
@media (max-width:991.98px){
	.footer{padding: 3rem 15px 2rem 15px;}
	.footer .container>.row>div{width: 50%;}
}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.footer .container>.row>div{width: 100%;}
	.footer_logo {max-width: 100%; margin-bottom: 1.25rem;}
	.footer_logo>a>img{margin-left: 0; max-height: 50px;}
	.footer>img{display: none;}
}
/* #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-weight: 500;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem; 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:#000; opacity: 1;}
#quicknav ul li:last-child{color: var(--bg-main);}
#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-main); opacity: 1;}
@media (max-width:767.98px){
	#quicknav{display: none;}
}
/* #quicknav-End */

/* Products */
.etw_hometitle h2,.etw_hometitle .h3{font-family: var(--family2); font-size: 2.3rem; color: #000; font-weight: 600; line-height:2.8rem;}
.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.6rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.6rem;}
}

.pros-banner{padding: 0; max-height: 300px;}
.pros-banner::before{content: ''; display: block; padding-top: 15.625%;}
.pros-banner2{padding: 0; max-height: 400px;}
.pros-banner2::before{padding-top: 26.041667%;}
.pros-hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center;}
.pros-hover::before{content: ''; background-color: #000; opacity: .5; position: absolute; inset: 0;}
.pros-hover .container{position: relative; z-index: 2; display: flex; flex-direction: column;}
.pros-hover .textbox{max-width: 50%;}
.pros-hover .etw_hometitle h2{margin-bottom: 0; color: #fff;}
.pros-hover .etw_hometitle small{display: flex; justify-content: center; color: #fff; font-size: 1.1rem; line-height: 1.3rem; margin-top: 1rem; opacity: .7;}

.metalpros{overflow: visible; padding: 0 !important;}
.metalpros p{font-size: 1.05rem; font-weight: 400;}

.metalhub{padding-top: 0 !important;}
.metalhub ul{width: 100%; margin: 0;}
.metalhub ul>li{width: 100%; padding: 0;}
.metalhub ul>li>ol{flex-wrap: wrap;}
.metalhub ul>li>ol a.imgbox{width: 50%;}
.metalhub ul>li>ol .textbox{width: 50%; padding: 1.25rem 2.5rem; flex-direction: column; justify-content: center;}
.metalhub ul>li>ol .textbox>a.h6{font-size: 1.3rem; color: #000; font-weight: 500;}
.metalhub ul>li>ol .textbox>a.h6:hover{color: var(--bg-main);}
.metalhub ul>li>ol .textbox>p{font-size: 1rem; font-weight: 400;}
.metalhub ul>li>ol .textbox>dl{margin-bottom: 1rem;}
.metalhub ul>li>ol .textbox>dl>dd{margin-bottom: 0; font-weight: 400; position: relative;}
.metalhub ul>li>ol .textbox>dl>dd::before{top: 10px;}
.metalhub ul>li>ol .textbox>dl>dd>a:hover{text-decoration: underline; color: var(--bg-main);}
.metalhub ul>li>ol .textbox .more>a{border-radius: 30px;}
.metalhub ul>li:nth-child(even)>ol{flex-direction: row-reverse;}

.inquiryform{padding: 3.125rem 0; background-image: linear-gradient(45deg, hsla(205,100%,12%,1),hsla(205,100%,22%,1),hsla(205,100%,44%,1));}
.inquiryform .container{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.inquiryform .h3{font-family: var(--family2); flex: 1; max-width: 70%; color: #fff; margin-bottom: 0; font-weight: 600; line-height: 1.3;}
.inquiryform .more>a{border-radius: 30px;}
.inquiryform .more>a:hover{box-shadow: 0 0 20px rgba(255,255,255,.5);}

.metalpress .h3{font-family: var(--family2); color: #000; font-weight: 600; text-align: center; margin-bottom: .5rem; max-width: 50%; margin: 0 auto 1rem auto;}
.metalpress small{display: block; font-size: 1rem; color: #333; text-align: center; margin-bottom: 1rem;}
.metalpress ul>li{width: 25%;}
.metalpress ul>li>ol{flex-direction: column;}
.metalpress ul>li>ol a.imgbox{background-color: #f8f9fa;}
.metalpress ul>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.metalpress ul>li>ol a.h6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; font-weight: 600; margin-bottom: 0; padding: .5rem; padding-bottom: 0;}
.metalpress2 ul>li{width: calc(100% / 3);}

.metalman .container{padding: 0 5px;}
.metalman .h3{font-family: var(--family2); text-align: center; margin-bottom: 1.5rem; font-weight: 600;}
.metalman .container>figure{width: 100%; display: flex;}
.metalman .row{width: 100%; margin: 0;}
.metalman .row>div{padding: 0; display: flex;}
.metalman ul{width: 100%; margin: 0;}
.metalman ul>li{width: 100%; padding: 5px;}
.metalman ul>li>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.metalman ul>li>a .textbox{width: 100%; background-image: linear-gradient(transparent,#000); position: absolute; left: 0; bottom: 0; z-index: 2; font-size: 1.25rem; color: #fff; padding: 1rem .5rem; align-items: center; justify-content: center; font-weight: 500;}
.metalman ul>li>a:hover {transform: translateY(-5px); box-shadow: 0 0 10px rgba(0,0,0,.15);}
.metalman ul>li>a:hover .imgbox>img{transform: scale(1.1);}
.metalman .metalman-list2>li>a .imgbox::before{padding-top: 50%;}

.proshubdl{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-evenly; margin-bottom: 0;}
.proshubdl>dd{width: 50px; margin-bottom: 0; padding: 0; overflow: hidden;}
.proshubdl>dd>img{width: 50px; height: auto; filter: drop-shadow(50px 0 #fff); position: relative; transform: translateX(-50px);}
.proshubbox{background-image: linear-gradient(#fff, #f5f5f5);}
.proshubbox .h3{font-weight: 700;}
.proshubbox-video{width: 100%; overflow: hidden; position: relative;}
.proshubbox-video>video{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}

.proshublist dl{width: 100%; display: flex; flex-wrap: wrap;}
.proshublist dl>dd{width:100%; display: flex; flex-direction: column; margin-bottom: 50px;}
.proshublist dl>dd>a.h3{display: flex; align-items: center; font-size: 1.6rem; line-height: 1; font-weight: 600; font-family: var(--family2); color: #000;}
.proshublist dl>dd>a.h3::after{content: ''; display: block; flex: 1; height: 2px; background-image: linear-gradient(to right, var(--bg-main), transparent); margin-left: 1rem;}
.proshublist dl>dd>a.h3:hover{color: var(--bg-main);}
.proshublist dl>dd>p{font-size: 1.05rem; color: #666;}
.proshublist dl>dd>ul>li{width: 25%;}
.proshublist dl>dd>ul>li>ol{flex-direction: column; background-image: linear-gradient(#fff,#f5f5f5); box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.proshublist dl>dd>ul>li>ol>li{width: 100%; padding: 0;}
.proshublist dl>dd>ul>li>ol>li.product_img>a{width: 100%; display: flex; align-items: center; justify-content: center;position: relative; overflow: hidden;}
.proshublist dl>dd>ul>li>ol>li.product_img>a>img{mix-blend-mode: multiply;}
.proshublist dl>dd>ul>li>ol>li.product_img>a::before,.proshublist dl>dd>ul>li>ol>li.product_img>a::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.proshublist dl>dd>ul>li>ol>li.product_img>a::after{inset: 50% 0;}
.proshublist dl>dd>ul>li>ol:hover>li.product_img>a::before,
.proshublist dl>dd>ul>li>ol:hover>li.product_img>a::after{inset: 0; opacity: 1;}
.proshublist dl>dd>ul>li>ol>li.product_con{flex: 1;}
.proshublist dl>dd>ul>li>ol>li.product_con>a{width: 100%; display: flex; align-items: center; justify-content: center; padding: 1rem; font-size: 1rem; color: #000;}
.proshublist dl>dd>ul>li>ol:hover>li.product_con>a{color: var(--bg-main);}
.proshublist dl>dd:last-child{margin-bottom: 0;}
.proshublist dl>dd:last-child>ul>li{width: calc(100% / 3);}


.hubmetal .h3{font-family: var(--family2); font-weight: 700; text-align: center; margin-bottom: 1.25rem;}
.hubmetal small{display: block; font-size: 1.1rem; color: #666; text-align: center; margin-bottom: 1rem;}
.hubmetal .swiper{width: 100%; padding-bottom: 30px;}
.hubmetal .swiper .swiper-slide{height: auto; display: flex;}
.hubmetal .swiper .swiper-slide>a{width: 100%; display: flex; flex-direction: column; border: 3px solid var(--bg-main); border-radius: 10px; overflow: hidden; padding: 1rem 0; background-color: #fff; position: relative;}
.hubmetal .swiper .swiper-slide>a::before{content: '';width: 100%; height: 0; overflow: hidden; position: absolute; left:0; top: 50%; transform: translateY(-50%); background-color: rgba(255,255,255,.2); transition: all .3s ease-in-out; z-index: 3;}
.hubmetal .swiper .swiper-slide>a:hover::before{height: 100%;}
.hubmetal .swiper .swiper-slide>a>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .95rem; line-height: 1.2; font-weight: 600; padding: 0 1rem; margin-bottom: 1rem; color: var(--bg-main); position: relative; z-index: 4;}
.hubmetal .swiper .swiper-slide>a .imgbox{flex: 1;}
.hubmetal .swiper .swiper-slide>a .imgbox>img{mix-blend-mode: multiply;}
.hubmetal .swiper .swiper-slide>a:hover .imgbox>img{transform: scale(1.1);}
.hubmetal .swiper .swiper-pagination{bottom: 0 !important;}
.hubmetal .swiper .swiper-pagination-bullet{width: 1rem; height: 1rem;}
.hubmetal .swiper .swiper-pagination-bullet-active{border: 3px solid var(--bg-main); background-color: #fff;}

.hubcaps .h3{text-align: center; font-weight: 700;}
.hubcaps ul>li{width: calc(100% / 3);}
.hubcaps ul>li>ol{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.hubcaps ul>li>ol .textbox{padding: 1.25rem; flex-direction: column;}
.hubcaps ul>li>ol .textbox>.h6{font-weight: 600; font-size: 1.2rem;}
.hubcaps ul>li>ol .textbox>p{font-size: .95rem;}

@media (max-width:1699.98px){
	.pros-banner::before{padding-top: 18%;}
}
@media (max-width:1599.98px){
	.pros-banner::before{padding-top: 20%;}
}
@media (max-width:1399.98px){
	.pros-banner::before{padding-top: 24%;}
}
@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.pros-hover .textbox {max-width: 70%;}
	.metalhub ul>li:nth-child(odd)>ol .textbox{padding-right: 0;}
	.metalhub ul>li:nth-child(even)>ol .textbox{padding-left: 0;}
	.metalhub ul>li>ol .textbox>dl{display: none;}
	.metalpress .h3{max-width: 60%;}
}
@media (max-width:767.98px){
	.pros-hover .textbox {max-width: 100%; text-align: center;}
	.metalpros{padding-top: 1.25rem !important;}
	.metalhub ul{justify-content: space-between;}
	.metalhub ul>li>ol{flex-direction: column;}
	.metalhub ul>li>ol a.imgbox,
	.metalhub ul>li>ol a.imgbox>img{width: 100%;}
	.metalhub ul>li>ol .textbox{width: 100%; padding:.9rem 0 1rem 0 !important;}
	.inquiryform .h3{font-size: 1.5rem;}
	.metalpress .h3{max-width: 80%;}
	.proshubbox-video::before{content: ''; display: block; padding-top: 56.25%;}
	.proshublist dl>dd>ul>li{width: 50%;}
	.proshublist dl>dd>ul.proshublist2>li{width: calc(100% / 3);}
	.pros-hover .etw_hometitle h2{text-align: left;}
	.pros-hover .etw_hometitle small{text-align: left;}
}
@media (max-width:575.98px){
	.inquiryform .container{flex-direction: column;}
	.inquiryform .h3{max-width: 100%; font-size: 1.5rem; text-align: center; margin-bottom: 1.25rem;}
	.metalpress .h3{max-width: 100%;}
	.metalpress ul>li,
	.proshublist dl>dd>ul.proshublist2>li,
	.proshublist dl>dd:last-child>ul>li{width: 50%;}
	.more>a{margin-bottom: 1rem;}
	.metalman .h3{font-size: 1.5rem;}
}
@media (max-width:475.98px){
	.pros-banner::before{padding-top: 35%;}
	.proshublist dl>dd>a.h3{font-size: 1.25rem;}
}
@media (max-width:375.98px){
	.pros-hover .etw_hometitle small{display: none;}
	.proshublist dl>dd>ul>li,
	.metalpress ul>li,
	.proshublist dl>dd>ul.proshublist2>li,
	.proshublist dl>dd:last-child>ul>li {width: 100%;}
}
/* Hub */
.proshub-hover .textbox{max-width: 100%; justify-content: center;}
.proshub-hover .textbox .etw_hometitle>h2{text-align: center;}

.metalproshub{padding: 2.5rem 0; z-index: 2;}
.metalproshub .h3{font-family: var(--family2); font-weight: 600; margin-bottom: 1.5rem;}
.metalproshub figure{margin-top: -2.5rem;}
.metalproshub dl>dd{font-size: 1rem; color: #000; font-weight: 400; margin-bottom: .5rem;}
.metalproshub dl>dd:last-child{margin-bottom: 0;}

.presshub ul>li{margin-bottom: 50px;}
.presshub ul>li>ol a.imgbox{width: 40%;}
.presshub ul>li>ol .textbox{width: 60%; padding: 0; padding-left: 50px;}
.presshub ul>li>ol .textbox>a.h6{padding-bottom: .5rem; position: relative;}
.presshub ul>li>ol .textbox>a.h6::before{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent, hsla(205,100%,44%,1),hsla(205,100%,20%,1)); position: absolute; left: 0; bottom: 0;}

.presshub ul>li:nth-child(even)>ol{flex-direction: row;}
.presshub ul>li:last-child{margin-bottom: 0;}

.hubpress .h3{font-weight: 600; font-family: var(--family2);}
.hubpress p{color: #333; font-weight: 400;}
.import{background-color: #1d255a;}
.china{background-color: #17102c;}
.brands{width: 100%; display: flex; flex-wrap: wrap; padding: 25px; align-items: center;}
.brands .left{color: #fff; font-size: 2rem; font-family: var(--family2); font-weight: 700;}
.brands .textbox{flex: 1; padding-left: 30px;}
.brands .textbox .h6{font-size: 1.25rem; font-weight: 700; color: #fff;}
.brands .textbox>dl{width: calc(100% + 4px); margin: 0 -2px; display: flex; flex-wrap: wrap;}
.brands .textbox>dl>dd{padding: 2px; margin-bottom: 0;}
.brands .textbox>dl>dd>span{display: block; padding: 3px; background-color: #fff; font-size: .85rem;}

.hubpresslist ul{width: 100%; margin: 0;}
.hubpresslist ul>li{width: 100%; padding: 0; margin-bottom: 40px;}
.hubpresslist ul>li:last-child{margin-bottom: 0;}
.hubpresslist ul>li>ol{width: 100%; box-shadow: 0 0 20px rgba(0,0,0,.15); background-color: #fff;}
.hubpresslist ul>li>ol a.imgbox{width: 45%;}
.hubpresslist ul>li>ol a.imgbox>img{width: 50%;}
.hubpresslist ul>li>ol .textbox{width: 55%; padding: 30px; flex-direction: column; justify-content: center; background-color: #f5f5f5;}
.hubpresslist ul>li>ol .textbox a.h3{font-size: 1.5rem; color: var(--bg-main); margin-bottom: 1rem; font-family: var(--family2);}
.hubpresslist ul>li>ol .textbox .h6{font-weight: 700; font-size: 1.1rem; border-bottom: 1px solid #ccc; padding-bottom: .5rem; margin-bottom: .5rem;}
.hubpresslist ul>li>ol .textbox>dl{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 1rem;}
.hubpresslist ul>li>ol .textbox>dl>dd{width: 50%;padding: 0 .5rem 0 1rem; margin-bottom: 0;}
.hubpresslist ul>li>ol .textbox>dl:last-child{margin-bottom: 0;}

.hubpressbox p{font-size: 1.2rem; font-weight: 300; color: #000;}
.hubpressbox ul.items li{font-size: 1.1rem; font-weight: 300;}
.hubpressbox ul.items li>strong{font-size: 1rem;}
.hubpressbox .figure-img1::before{content: ''; width: 95%; height: 100%; position: absolute; left: -20px; top: -30px; background-color: var(--bg-main);}
.hubpressbox .figure-img2{border-radius: 20px; overflow: hidden;}

.img-bg img{mix-blend-mode: multiply;}
.pros_menu_height{width: 100%;}
.pros_menu{width: 100%;}
.pros_menu ul{width: 100%; display: flex; justify-content: center; margin: 0 0 1rem 0;}
.pros_menu ul li{border-right: 1px solid #9fa6ad; padding: 0;}
.pros_menu ul li>a{display: flex; background-color: #b2b8bd; font-size: .9rem; color: #fff; padding: .5rem 1rem;}
.pros_menu ul li:last-child{border-right: none;}
.pros_menu ul li.dq>a,
.pros_menu ul li>a:hover{background-color: var(--bg-main);}
.tabfixed{position: fixed; left: 0; top: 90px; z-index: 9;}
.pro_model{width: 100%; padding: 30px 0;}
.pro_model:nth-child(odd){background-color: #f8f9fa;}
.pro_model .h3{display: flex; font-size: 1.625rem; font-weight: 600; border-bottom:1px solid #ccc; margin-bottom: 1.25rem; font-family: var(--family2);}
.pro_model .h3>span{position: relative; padding-bottom: .5rem;}
.pro_model .h3>span::after{content: ''; width: 100%; height: 4px; background-color: var(--bg-main); position: absolute; left: 0; bottom: -1px; z-index: 2;}
.pro_model a.h6,
.pro_model .h6{display: flex; font-size: 1.25rem; font-weight: 600; margin-bottom: 1rem;}
.pro_model dl dd{margin: 0;}

.advantages{width: 100%;}
.advantages .swiper-slide{background-color: #fff;}
.advantages_btn{width: 100%; display: flex; justify-content: flex-end;}
.advantages_btn>div{padding: .2rem .5rem; background-color: #9fa6ad; color: #fff;}
.advantages_btn>div:hover{background-color: var(--bg-main);}

a.btns{color: var(--bg-main); text-decoration: underline; font-style: oblique;}

.hubpuncheslist>li{width: 20%;}
.hubpuncheslist>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.hubpuncheslist>li>ol a.h6{width: 100%; display: flex; flex: 1; margin-bottom: 0; align-items: center; justify-content: center; text-align: center; padding: .5rem; background-color: #f8f9fa; line-height: 1.2;}

.hubpuncheslist>li>ol>li{width: 100%; padding: 0;}
.hubpuncheslist>li>ol>li.product_con{flex: 1;}
.hubpuncheslist>li>ol>li.product_con>a{width: 100%; display: flex; flex: 1; margin-bottom: 0; align-items: center; justify-content: center; text-align: center; padding: .5rem; background-color: #f8f9fa; line-height: 1.2;}

.hubpunches .container>ul{width: 100%; margin: 0;}
.hubpunches .container>ul>li{width: 100%; padding: 0;}
.hubpunches .container>ul>li>.row{width: 100%; margin: 0;}
.hubpunches .container>ul>li>.row>.col-lg-6{padding: 0;}
.hubpunches .container>ul>li p{background-color: hsla(205,100%,44%,1); padding: 30px; display: flex; align-items: center; color: #fff;}

.items-icon5 li{border-bottom: 1px solid #ccc; margin-bottom: 0; padding: 1rem; padding-left: 1.875rem;}
.items-icon5 li::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.25rem; position: absolute; left: 0; top: 1.125rem;}

.related-dies a.h3{display: block; font-family: var(--family2); font-weight: 700; font-size: 2rem; color: #000; margin-bottom: 1rem;}
.related-dies a.h3::after{content: ''; display: block; width: 60px; height: 4px; background-color: var(--bg-main); margin-top: 1rem;}
.related-dies small{display: block; font-size: 1rem; margin-bottom: 1rem;}
.related-dies ul{width: calc(100% + 10px); margin: 0 -5px;}
.related-dies ul>li{width: 50%; padding: 5px;}
.related-dies ul>li>a{width: 100%; background-color: #f8f9fa; border-radius: 30px; padding: .5rem 1rem; display: flex; align-items: center; justify-content: space-between; font-size: .95rem; box-shadow: 0 5px 5px rgba(0,0,0,.15); color: #000; transition: initial;}
.related-dies ul>li>a::after{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;}
.related-dies ul>li>a:hover{background-image: linear-gradient(to right, var(--bg-main),var(--bg-hover)); color: #fff;}

@media (max-width:991.98px){
	.metalproshub{padding-top: 1.25rem !important;}
	.presshub ul>li>ol .textbox>dl {display: block;}
	.hubpresslist ul>li>ol .textbox>dl>dd{width: 100%;}
}
@media (max-width:767.98px){
	.metalproshub figure{margin: 0;}
	.presshub ul>li>ol {flex-direction: row;}
	.hubpuncheslist>li {width: 25%;}
}
@media (max-width:575.98px){
	.presshub ul>li {margin-bottom: 20px;}
	.presshub ul>li>ol {flex-direction: column;}
	.presshub ul>li>ol a.imgbox,
	.presshub ul>li>ol .textbox,
	.hubpresslist ul>li>ol a.imgbox,
	.hubpresslist ul>li>ol .textbox {width: 100%;}
	.hubpuncheslist>li {width: calc(100% / 3);}
}
@media (max-width:475.98px){
	.hubpresslist ul>li>ol .textbox{padding: 1rem;}
	.hubpresslist ul>li>ol .textbox a.h3,
	.related-dies a.h3{font-size: 1.25rem;}
	.hubpuncheslist>li {width: 50%;}
	.related-dies ul>li {width: 100%;}
}
/* Hub-End */
/* Products-Details */
.details{padding: 0 !important;}
.details-items{padding: 3.125rem 0; position: relative;}
.details-title{display: flex; flex-direction: column; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px dashed var(--bg-main);}
.details-title>span{color: var(--bg-hover);}
.details-title>.h3{font-family: var(--family2); margin: .5rem 0;}
.details-title>small{display: block; font-size: .95rem; color: #666;}

.left_pics{width: 100%; display: flex;}
.left_pics .video_btn_hide{display: none;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: block; border: 1px solid #ccc;}
.left_pics>a>img{mix-blend-mode: multiply;}
.left_pics>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.item_mod{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; padding: 1rem; text-align: center; color: #000; background-image: linear-gradient(transparent,rgba(255,255,255,.8)); font-size: .95rem; font-weight: 600;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-wrap: nowrap;}
.related_pic ul>li{flex: 1; padding: 0 5px;}
.related_pic ul>li>a{display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-main);}
.related_pic ul>li .video_btn::before{width: 40px; height: 40px; font-size: 1rem; padding-left: .2rem;}
.related_pic ul>li .video_btn::after{width: 40px; height: 40px;}
.related_pic2 ul{flex-wrap: wrap;}
.related_pic2 ul>li{width: 50%; flex: none; padding: 5px;}
.related_pic5 ul{flex-wrap: wrap;}
.related_pic5 ul>li{width: 20%; flex: none; padding: 5px;}

.details-items1 p{font-size: 1rem; font-weight: 400;}
.details-items1 .etw_hometitle2{margin-bottom: 1rem;}
.details-items1 .etw_hometitle2 h2{font-size:1.8rem; line-height:2.3rem;}
.h4-title{color: #000; font-size: 1.5rem; line-height: 1; font-weight: 600; text-transform: capitalize; font-style: oblique; margin-bottom: 1rem; display: flex; align-items: center;font-family: var(--family2);}
.h4-title::before{content: ''; width: 20px; height: 5px; background-color: var(--bg-main); display: flex; margin-right: .5rem;}
.bending{display: flex; flex-wrap: wrap; width: 100%;}
.bending>dd{width: 100%; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; margin: 0; padding: .5rem 1rem;}
.bending>dd>strong{color: #000;}
.bending>dd>span{flex: 1; padding-left: 10px; text-align: right;}
.sample .etw-phone li{flex-direction: initial;}
.features-list>li{width: 50%;}
.features-list>li>ol{background-color: #fff; padding: 1.25rem;}
.features-list>li>ol .features-icon{width: 50px; overflow: hidden;}
.features-list>li>ol .features-icon>img{width: auto; height: 50px; margin: 0; filter: drop-shadow(0 50px var(--bg-main)); position: relative; transform: translateY(-100%);}
.features-list>li>ol .textbox{flex: 1; padding-left: 30px; display: flex; flex-direction: column;}
.features-list>li>ol .textbox>.h6{font-size: 1.25rem; font-weight: 500; margin-bottom: .5rem;}
.features-list>li>ol .textbox>p{font-size: .95rem;}

.features-list2>li{width: 28%; flex-direction: row;}
.features-list2>li:first-child{width: 44%;}
.features-list2>li>ol{align-items: center; justify-content: center;}
.features-list2>li>ol p{padding: 0;}

.features-list3{justify-content: center;}
.features-list3>li{width: 25%;}
.features-list3>li>ol{flex-direction: column; padding: 1rem;}
.features-list3>li>ol .textbox{padding: 1rem 0 0 0;}
.features-list3>li:nth-child(5),
.features-list3>li:nth-child(6),
.features-list3>li:nth-child(7){width: calc(100% / 3);}

.features-list4{justify-content: center;}
.features-list4>li{width: calc(100% / 3);}
.features-list4>li:nth-child(4),
.features-list4>li:nth-child(5){width: 50%;}


.components{width: 100%; margin: 1rem 0 0 0;}
.components>li{width: 100%; padding: 0; margin-bottom: 40px;}
.components>li:last-child{margin-bottom: 0;}
.components>li>ol{background-color: #fff; padding: 30px;}
.components>li>ol a.imgbox{width: 40%;}
.components>li>ol .textbox{width: 60%; padding-left: 40px; flex-direction: column; justify-content: center;}
.components>li>ol .textbox .h6{font-size: 1.25rem; font-weight: 600;}

.machine .etw-phone li{flex-direction: initial;}
.machine .etw-phone li>a>span{width: 100%; position: absolute; left: 0; bottom: 0; background-image: linear-gradient(transparent,rgba(0,0,0,.8)); color: #fff; padding: 1rem .5rem;}

.imgbox-video{width: 100%; display: flex; flex-direction: column;}
.imgbox-video .video_btn{width: 100%; height: 100%;}
.imgbox-video .video_btn::before{animation: initial;}
.imgbox-video strong{color: #000; display: block; text-align: center; padding: .5rem;}


.inquirybtn a.inquirybtn-pdf{transform: skewX(0); margin-left: 1.5rem; border-radius: 30px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.15); color: #000;}
.inquirybtn a.inquirybtn-pdf::before{content: none;}
.inquirybtn a.inquirybtn-pdf>span{transform: skewX(0); padding-left: 1rem;}
.inquirybtn a.inquirybtn-pdf>i{font-size: 1.5rem;}
.inquirybtn a.inquirybtn-pdf:hover{background-color: var(--bg-main); color: #fff;}
.inquirybtn a.inquirybtn-pdf:hover>i{color: #fff;}

.relatedpros-nav{width: 100%; margin: 0 0 1rem 0; position: relative;}
.relatedpros-nav::after{content: ''; width: 100%; height: 1px; background-color: #ccc; position: absolute; left: 0; bottom: 0;}
.relatedpros-nav li{font-size: 1.5rem; font-weight: 600; line-height: 1; padding: 1rem; padding-top: 0; position: relative; z-index: 2; cursor: pointer; font-family: var(--family2);}
.relatedpros-nav li::after{content: ''; display: block; width: 0; height: 5px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; clip-path: polygon(2% 0, 98% 0, 100% 100%, 0% 100%); transform: translateX(-50%); transition: all .3s ease-in-out;}
.relatedpros-nav li.active,
.relatedpros-nav li:hover{color: var(--bg-main);}
.relatedpros-nav li.active::after,
.relatedpros-nav li:hover::after{width: 100%;}
.relatedpros-content{display: block;}
.relatedpros-content>div{display: none;}
.relatedpros-content>div:first-child{display: block;}
.relatedpros .swiper{width: 100%; padding-bottom: 20px;}
.relatedpros .swiper .swiper-slide{height: auto; display: flex; padding: 15px;}
.relatedpros .swiper .swiper-slide>ol{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative; transition: all .3s ease-in-out; border: 5px solid #f5f5f5;}
.relatedpros .swiper .swiper-slide>ol a.imgbox{background-image: linear-gradient(#fff,#f5f5f5);}
.relatedpros .swiper .swiper-slide>ol a.imgbox>img{mix-blend-mode: multiply; transform: scale(.9);}
.relatedpros .swiper .swiper-slide>ol a.imgbox:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.relatedpros .swiper .swiper-slide>ol .textbox{width: 100%; flex: 1; padding: 1rem; display: flex; justify-content: center; text-align: center;}
.relatedpros .swiper .swiper-slide>ol .textbox>a.h6{margin: 0; color: #000; font-weight: 600;}
.relatedpros .swiper .swiper-slide>ol:hover{box-shadow: 0 0 15px rgba(0,0,0,.15);}
.relatedpros .swiper .swiper-slide>ol:hover a.imgbox>img{transform: scale(1);}
.relatedpros .swiper .swiper-slide>ol:hover .textbox>a.h6{color: var(--bg-main);}

.otherpros-list>li{width: 25%;}
.otherpros-list>li>ol{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative; transition: all .3s ease-in-out; border: 5px solid #f5f5f5;}
.otherpros-list>li>ol a.imgbox{width: 100%; background-image: linear-gradient(#fff,#f5f5f5);}
.otherpros-list>li>ol a.imgbox>img{mix-blend-mode: multiply; transform: scale(.9);}
.otherpros-list>li>ol a.imgbox:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.otherpros-list>li>ol .textbox{width: 100%; flex: 1; padding: 1rem; display: flex; align-items: center; justify-content: center; text-align: center;}
.otherpros-list>li>ol .textbox>a.h6{margin: 0; color: #000; font-weight: 600;}
.otherpros-list>li>ol:hover .textbox>a.h6{color: var(--bg-main);}

.inquirydetails{background: url(../images/nbanner01.jpg) no-repeat center center; background-size: cover;}
.inquirydetails::before{content: ''; position: absolute; inset: 0; background-color: var(--bg-main); mix-blend-mode: multiply;}
.inquirydetails>.container{position: relative; z-index: 2;}
.inquirydetails .h3{font-family: var(--family2); display: flex; align-items: center; justify-content: center; text-align: center; margin: 0 auto 1rem auto;}
.inquirydetails .h3:has(.icon){max-width: 425px; text-align: left;}
.inquirydetails .h3>.icon{width: 30px; overflow: hidden;}
.inquirydetails .h3>.icon>img{width: 30px; height: auto; display: flex; position: relative; transform: translateX(-100%); filter: drop-shadow(30px 0 #fff);}
.inquirydetails .h3>span{flex: 1; color: #fff; font-weight: 600; padding-left: 1rem; font-size: 1.8rem;}
.inquirydetails small{display: block; max-width: 40%; margin: 0 auto 1.5rem auto; color: #fff; text-align: center; font-size: 1rem;}
.inquirydetails .feedback{ max-width: 600px; margin: 0 auto;}
.inquirydetails #feedback2017.etw-inquery-from-box{min-height: initial;}

.related_shear a.h3{width: 100%; display: flex; font-size: 1.5rem; font-weight: 600; padding-bottom: .5rem; position: relative;}
.related_shear a.h3::before{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent, hsla(205,100%,44%,1),hsla(205,100%,20%,1)); position: absolute; left: 0; bottom: 0;}
.related_shear p{font-size: .95rem;}

.tools .etw_hometitle{margin-bottom: 1.25rem; display: flex; justify-content: center; position: relative;}
.tools .etw_hometitle h2{text-align: center; line-height: 1.2; max-width: 45%; font-size: 1.8rem; background-color: #f8f9fa; position: relative; z-index: 2; padding: 0 1.25rem;}
.tools .etw_hometitle::after{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent,var(--bg-main),transparent); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.etw-small{display: block; margin:-.5rem auto 1.25rem auto; max-width: 60%; text-align: center;}

.tools ul>li{width: calc(100% / 3);}
.tools ul>li>ol{flex-direction: column; box-shadow: 0 10px 10px rgba(0,0,0,.15); background-color: #fff; position: relative;}
.tools ul>li>ol>.h6{background-color: #e9e9f0; font-weight: 600; font-size: 1.1rem; padding: 1rem; text-align: center;}
.tools ul>li>ol .textbox>.table-responsive{flex: 1; display: flex;}
.tools ul>li>ol .textbox table{width: 100%; flex: 1; max-width: 100%; color: #333; text-align: center; font-size: .875rem;}
.tools ul>li>ol .textbox table td{width: 50%; padding: .5rem; vertical-align: middle; border: 1px solid #ddd;}
.tools ul>li>ol .textbox table .top{background-color: #e9e9f0; font-weight: 600; font-size: 1rem;}
.tools ul>li>ol .textbox table .top td{padding: 0;}
.tools ul>li>ol .textbox table .top a{display: block; padding: .5rem; color: #000;}
.tools ul>li>ol .textbox table .top a:hover{color: var(--bg-main);}
.tools ul>li>ol .morebtn{width: 100%; color: var(--bg-main); display: flex; align-items: center; justify-content: center; font-size: 1rem; padding: .75rem .5rem;}
.tools ul>li>ol .morebtn::after{content: '\F138'; 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; margin-left: .5rem;}
.tools ul>li>ol a.morebtn:hover{background-color: var(--bg-hover); color: #fff;}
.tools2 .etw_hometitle h2{max-width: 55%;}
.tools .etw_hometitle2 h2{max-width: 60%;}
.tools2 ul>li{width: 25%;}
.tools .tools-list2>li{width: 50%;}


.tools dl{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
.tools dl>dd{width: 100%; display: flex; margin: 0; padding: 10px;}
.tools dl>dd>ol{width: 100%; display: flex; flex-wrap: wrap;}
.tools dl>dd>ol .imgbox{width: 25%; display: flex; flex-direction: column; justify-content: flex-start; background-color: #fff; padding-right: 10px;}
.tools dl>dd>ol .imgbox>figure{margin-bottom: 0;}
.tools dl>dd>ol .textbox{width: 75%;}
.tools dl>dd>ol .textbox table{width: 100%; max-width: 100%; color: #333; text-align: center; font-size: .875rem;}
.tools dl>dd>ol .textbox table tr{background-color: #fff;}
.tools dl>dd>ol .textbox table tr:nth-child(even){background-color: #f5f5f5;}
.tools dl>dd>ol .textbox table td{padding: .5rem; vertical-align: middle;}
.tools dl>dd>ol .textbox table td a{color: var(--bg-main);}
.tools dl>dd>ol .textbox table td a:hover{text-decoration: underline;}
.tools dl>dd>ol .textbox table .top{background-color: #e9e9f0; font-weight: 600; font-size: 1rem;}
.tools dl>dd>ol .textbox table .top td{padding: 0;}
.tools dl>dd>ol .textbox table .top a{display: block; padding: .5rem; color: #000;}
.tools dl>dd>ol .textbox table .top a:hover{color: var(--bg-main);}
.tools dl>dd>ol .textbox table .top2{background-color: #e9e9f0; font-weight: 600;}
.tools dl>dd>ol .morebtn{width: 100%; color: var(--bg-main); display: flex; align-items: center; justify-content: center; font-size: 1rem; padding: .75rem .5rem;}
.tools dl>dd>ol .morebtn::after{content: '\F138'; 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; margin-left: .5rem;}
.tools dl>dd>ol a.morebtn:hover{background-color: var(--bg-hover); color: #fff;}
.tools dl>dd>ol .morebtn2{width: fit-content; padding: .5rem 1rem;}
.tools dl.tools-list>dd>ol .imgbox{width: 40%;}
.tools dl.tools-list>dd>ol .textbox{width: 60%;}
.tools dl.tools-list2>dd>ol .imgbox{width: 60%;}
.tools dl.tools-list2>dd>ol .textbox{width: 40%;}
.tools dl.tools-list3>dd>ol .imgbox{width: 25%; justify-content: center; padding-right: 0;}
.tools dl.tools-list3>dd>ol .textbox{width: 75%; padding: 30px; flex-direction: column; justify-content: center; align-items: flex-start;}
.tools dl.tools-list3>dd>ol .morebtn{width: fit-content; padding: .5rem 1rem;}

.tools .toolstextbox{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
.tools .toolstextbox>dd{width: 100%; display: flex; margin: 0; padding: 10px;}
.tools .toolstextbox>dd>ol{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,.15);}
.tools .toolstextbox>dd>ol .imgbox{width: 50%; display: flex; flex-direction: column; justify-content: center; padding: 0;}
.tools .toolstextbox>dd>ol .imgbox>figure{margin-bottom: 0;}
.tools .toolstextbox>dd>ol .textbox{width: 50%; padding: 30px; background-color: #f5f5f5; flex-direction: column; justify-content: center;}
.tools .toolstextbox>dd>ol .morebtn{width: fit-content; color: var(--bg-main); display: flex; align-items: center; justify-content: center; font-size: 1rem; padding: .5rem 1rem;}
.tools .toolstextbox>dd>ol .morebtn::after{content: '\F138'; 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; margin-left: .5rem;}
.tools .toolstextbox>dd>ol a.morebtn:hover{background-color: var(--bg-hover); color: #fff;}

.relatedpunches .container{max-width: 1230px;}
.relatedpunches-nav{display: flex; position: relative; width: 100%; margin: 0 0 1rem 0;}
.relatedpunches-nav::before{content: ''; width: 100%; height: 1px; background-color: #ddd; position: absolute; left: 0; bottom: 2px;}
.relatedpunches-nav>li{padding: 0; margin-right: 2rem;}
.relatedpunches-nav>li>a{padding: 0 0 1rem 0; display: flex; font-size: 1.1rem; font-weight: 600; position: relative;}
.relatedpunches-nav>li>a::after{content: ''; width: 50px; height: 5px; background-color: #ddd; border-radius: 10px; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s ease-in-out;}
.relatedpunches-nav>li>a:hover,
.relatedpunches-nav>li.active>a{color: var(--bg-main);}
.relatedpunches-nav>li>a:hover::after{width: 100%; background-color: var(--bg-main);}
.relatedpunches-nav>li.active>a::after{background-color: var(--bg-main);}
.relatedpunches-content{display: block;}
.relatedpunches-content>div{display: none;}
.relatedpunches-content>div:first-child{display: block;}
.relatedpunches-content ul>li{width: calc(100% / 6);}
.relatedpunches-content ul>li>ol{flex-direction: column; background-image: linear-gradient(#fff,#f5f5f5); box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.relatedpunches-content ul>li>ol>li{width: 100%; padding: 0;}
.relatedpunches-content ul>li>ol>li.product_con{flex: 1;}
.relatedpunches-content ul>li>ol>li.product_con>a{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .95rem; line-height: 1.2; padding: 1rem;}
.relatedpunches-content2 ul>li{width: 25%;}
.relatedpunches-content2 ul>li.active>ol>li.product_con>a{color: var(--bg-main);}

.inquirydetails2{padding: 1.25rem 0;}
.inquirydetails2::after{content: ''; width: 100%; height: 300px; position: absolute; left: 0; bottom: 10%; background: url(../images/nbanner01.jpg) no-repeat center center; background-size: cover;}
.inquirydetails2 .container1{position: relative; z-index: 2;}
.inquirydetails2 .title{display: flex; flex-direction: column; align-items: center;}
.inquirydetails2 .title .h3{display: flex; align-items: center; justify-content: center; max-width: 690px;}
.inquirydetails2 .title .h3>.icon{width: 30px;}
.inquirydetails2 .title .h3>.icon>img{width: 30px; height: auto; display: block;}
.inquirydetails2 .title .h3>span{flex: 1; padding-left: 1rem; font-family: var(--family2); font-size:1.8rem;}
.inquirydetails2 .title small{display: block; text-align: center; font-size: 1.1rem; max-width: 60%;}
.inquirydetails2 .feedback{background-image: linear-gradient(hsla(205,100%,44%,1),hsla(205,100%,20%,1)); padding: 30px; border-radius: 10px; overflow: hidden; max-width: 600px; margin: 1.5rem auto 0 auto;}
.inquirydetails2 .feedback #feedback2017 .etw-inquery-label{color: #fff;}
.inquirydetails2 .feedback #feedback2017 .etw-inquery-btn{width: 100%;}
.inquirydetails3{padding: 2.5rem 0;}

.detailscapacity .h3{font-family: var(--family2); text-align: center; margin-bottom: .5rem;}
.detailscapacity small{display: block; font-size: .95rem; text-align: center; max-width: 60%; margin: 0 auto 1rem auto;}

.customtools .title2::before{content: none !important;}
.customtools2 p{font-size: .95rem;}
.customtools2 .items>li{margin-bottom: 0; font-size: .95rem;}


@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
	.details-items1 .etw_hometitle2 h2{font-size: 1.875rem;}
	.inquirydetails small{max-width: 60%;}
	.related_pic2 ul>li{width: 25%;}
	.tools .etw_hometitle h2{max-width: 70%;}
	.etw-small{max-width: 100%;}
	.relatedpunches-content ul>li {width: 20%;}
	.relatedpunches-content ul>li:last-child{display: none;}
	.machine .etw-phone li>a>img{margin: 0;}

}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
	.details-items1 .etw_hometitle2 h2{font-size: 1.75rem;}
	.features-list>li>ol{flex-direction: column;}
	.features-list>li>ol .textbox {padding: 20px 0 0 0;}
	.relatedpros-nav li{font-size: 1.125rem;}
	.inquirydetails small{max-width: 100%;}
	.components>li>ol{padding: 20px;}
	.components>li>ol a.imgbox {width: 100%;}
	.components>li>ol .textbox {width: 100%; padding: 20px 0 0 0;}
	.features-list2>li,
	.features-list2>li:first-child{width: 100%;}
	.features-list3>li{width: 50%;}
	.tools ul>li {width: 50%;}
	.relatedpunches-content ul>li {width: 25%;}
	.relatedpunches-content ul>li:last-child{display: flex;}
	.inquirydetails2 .title .h3>span{font-size: 1.75rem;}

}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.details-items1 .etw_hometitle2 h2{font-size: 1.5rem;}
	.h4-title{font-size: 1.25rem;}
	.features-list>li {width: 100% !important;}
	.relatedpros-nav li{font-size: 1.25rem; margin-top: .625rem;}
	.relatedpros .swiper .swiper-slide{padding: 5px;}
	.otherpros-list>li {width: 50%;}
	.sample .etw-phone li a img{position: relative;}
	.related_pic5 ul>li{width: calc(100% / 3);}
	.tools .etw_hometitle h2{max-width: 100%; font-size: 1.5rem;}
	.relatedpunches-content ul>li {width: calc(100% / 3);}
	.inquirydetails2 .title .h3>span{font-size: 1.5rem;}
	.inquirydetails2 .feedback{padding: 1rem;}
	.detailscapacity small{max-width: 100%;}
	.tools dl>dd>ol .imgbox,.tools dl>dd>ol .textbox{width: 100%;}
	.relatedpunches-nav>li{margin-right: .5rem;}
	.relatedpunches-nav>li>a{font-size: 1.25rem;}
	.tools .toolstextbox>dd>ol .imgbox,.tools .toolstextbox>dd>ol .textbox{width: 100%;}
	.tools ul>li,.tools ul>li>ol a.imgbox>img {width: 100%;}
}
@media (max-width:475.98px){
	.details-items1 .etw_hometitle2 h2{font-size: 1.35rem;}
	.h4-title{font-size: 1rem;}
	.relatedpros-nav li{font-size: .75rem;}
	.related_pic5 ul>li{width: 50%;}
	.tools ul>li {width: 100%;}
	.tools .etw_hometitle h2{font-size: 1.25rem;}
	.relatedpunches-content ul>li {width: calc(100% / 2);}
	.inquirydetails2 .title .h3>span{font-size: 1.25rem;}
	.relatedpunches-nav>li>a{font-size: .875rem;}
	.tools .tools-list2>li{width: 100%;}
	.item_mod{display: none;}

}
@media (max-width:375.98px){
	.otherpros-list>li,.machine .etw-phone li,.related_pic5 ul>li,.relatedpunches-content ul>li,.hubpuncheslist>li {width: 100%;}
	.inquirydetails2 .title .h3>span{font-size: 1rem;}
}
/* Products-Details End */
/* Custom Tools */
.customtools .h3{font-family: var(--family2);}
.customtools p{font-size: 1.1rem;}
.customtools .title{display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 3.125rem 0 1rem 0;}
.customtools .title::before,.customtools .title::after{content: ''; flex: 1; height: 2px;}
.customtools .title::before{background-image: linear-gradient(to right,transparent, var(--bg-main)); margin-right: 1.25rem;}
.customtools .title::after{background-image: linear-gradient(to left,transparent, var(--bg-main)); margin-left: 1.25rem;}
.customtools-list{width: 100%; margin: 0; justify-content: space-between;}
.customtools-list>li{width: 100%; background-color: #fff; border-radius: 10px; padding: 30px; box-shadow: 0 0 15px rgba(0,0,0,.15); flex-direction: column; margin-bottom: 30px;}
.customtools-list>li .h5{display: flex; align-items: center; font-family: var(--family2);}
.customtools-list>li .h5>span{width: 24px; height: 24px; border-radius: 50%; background-color: var(--bg-main); color: #fff; font-size: .9rem; line-height: 1; display: flex; align-items: center; justify-content: center; margin-right: .5rem;}
.customtools-list>li.items3{width: calc(50% - 15px);}
.customtools-list>li:last-child{margin-bottom: 0;}


/* Custom Tools End */
/* About Us */
.nbanner{padding: 0; min-height: 250px;}
.nbanner-hover{position: absolute; inset: 0; display: flex; align-items: center; background-color: rgba(0,0,0,.5);}
.nbanner-hover .etw_hometitle div.h3{color: #fff; font-weight: 700; text-align: center; text-transform: uppercase; margin-bottom: 0;}

.company{padding: 0 !important;}
.company-items{padding: 3.125rem 0; position: relative;}
.company-items .h3{display: flex; align-items: center; justify-content: center; font-family: var(--family2); font-size: 1.8rem;}
.company-items .h3::before,.company-items .h3::after{content: ''; flex: 1; height: 2px;}
.company-items .h3::before{background-image: linear-gradient(to right,transparent, var(--bg-main)); margin-right: 1.25rem;}
.company-items .h3::after{background-image: linear-gradient(to left,transparent, var(--bg-main)); margin-left: 1.25rem;}
.company-items .h3.justify-content-start::before{content: none;}

.machine2 .etw-phone li{flex-direction: initial;}
.machine2 .etw-phone li>a{box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.machine2 .etw-phone li>a>span{width: 100%; position: absolute; left: 0; bottom: 0; background-image: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,1)); color: #000; padding: 1rem .5rem;}

.inquiryform3{background-image: linear-gradient(45deg, hsla(205,100%,12%,1),hsla(205,100%,22%,1),hsla(205,100%,44%,1));}
.inquiryform3 .h3{font-family: var(--family2); flex: 1; max-width: 60%; color: #fff; margin-bottom: 0; font-weight: 600; line-height: 1.3;}
.inquiryform3 .more>a{border-radius: 30px;}

@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}
}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.customtools-list>li.items3{width: 100%;}
}
/* About Us-End */
/* Capabilities */
.capabilities .h4-title{width: fit-content; flex-direction: column-reverse; align-items: flex-start;}
.capabilities .h4-title::before{width: 100%; margin-top: .5rem;}
.capabilities .etw-phone li>a>span{width: 100%; font-size: 1rem; line-height: 1.2; color: #fff; padding: 1.5rem 1rem 1rem 1rem; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));}

@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){}
@media (max-width:575.98px){}
/* Capabilities-End */
/* Contact Us */
.contact{padding:0 0 2.5rem 0;}
.contact .container{max-width: 1130px;}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.5rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.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-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-left: 0;}
.contact .feedback{padding: 1.5rem 1rem;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; }
.contact_map{margin-top: 2rem;}

.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 */
/* Overview */
.overview-banner .etw_hometitle .h3{max-width: 60%; text-transform: initial !important; margin: 0 auto 1rem auto; line-height: 1.1;}
.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem;}
.overview-title::before{content:""; width:100%; height:1px; background-image:linear-gradient(to right,transparent,var(--bg-main),transparent); position:absolute; left:0; top:50%; transform:translateY(-50%)}
.overview-title>span{max-width:70%; text-align:center; display:inline-block; position:relative; padding:0 1.5rem; line-height:1.3;background-color:#fff; font-size:2rem; color: #000; font-weight: 500; font-family: var(--family2);}

.overview-company{box-shadow: inset 0 0 15px rgba(0,0,0,.15);}
.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company li{width:calc(50% - 10px); margin-top:20px; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.4rem; 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:2px}
.overview-company li .overview-company-label::after{content:""; width:50px; height:5px; background-color:var(--bg-main);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#333; font-size:1rem; line-height: 30px;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-main); margin-right: .5rem;}
.overview-company li:hover .overview-company-label::after{width:100%}

.overview-machining .container{max-width: 1230px;}
.overview-machining .h3>span{display: flex; align-items: center; justify-content: center;}
.overview-machining .h3>span>i{width: 30px; display: block;}
.overview-machining .h3>span>i>img{width: 100%; height: auto; display: block;}
.overview-machining .h3>span>text{flex: 1; display: block; padding-left: 1rem;}
.overview-machining .etw-phone li>a>span{width: 100%; font-size: 1rem; line-height: 1.2; color: #fff; padding: 1.5rem 1rem 1rem 1rem; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));}

.overview-home-company{background-color: #f5f5f5;}

.overview-press{display: flex; flex-wrap: wrap; padding: 0;}
.overview-press .left{width: 50%; display: flex;}
.overview-press .left>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.overview-press .left>a::before{content: ''; display: block; padding-top: 41.6667%;}
.overview-press .right{width: 50%; padding: 3.125rem;}
.overview-press .right .textbox{max-width: 500px; flex-direction: column; justify-content: center;}
.overview-press .right .textbox .overview-title>span{max-width: initial; padding-left: 0;}
.overview-press .right .textbox>p{font-size: .95rem;}

.overview-presshub .overview-title{margin-bottom: .5rem;}
.overview-presshub small{display: block; max-width: 85%; margin: 0 auto 1rem auto; text-align: center; font-size: .95rem;}
.overview-presshub ul>li{width: 25%;}
.overview-presshub ul>li>ol{flex-direction: column;}
.overview-presshub ul>li>ol a.imgbox::before,.overview-presshub ul>li>ol a.imgbox::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.overview-presshub ul>li>ol a.imgbox::after{inset: 50% 0;}
.overview-presshub ul>li>ol:hover a.imgbox::before,
.overview-presshub ul>li>ol:hover a.imgbox::after{inset: 0; opacity: 1;}
.overview-presshub ul>li>ol .textbox{flex-direction: column;}
.overview-presshub ul>li>ol .textbox>a{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; font-weight: 600; padding: 1rem; background-color: #f5f5f5; margin-bottom: 0;}

.overview-custom::before{content: ''; width: 100%; height: 200px; background-color: #f5f5f5; position: absolute; left: 0; bottom: 0;}
.overview-custom .container{position: relative; z-index: 2;}
.overview-custom .left{padding: 30px; background-image: linear-gradient(to right,#dcdcdc,#f5f5f5);}
.overview-custom .left .overview-title::before{content: none;}
.overview-custom .left .overview-title>span{background: none;}
.overview-custom .left p{color: #666;}

.overview-video .swiper{width: 100%; padding-bottom: 30px; margin-bottom: 30px;}
.overview-video .swiper .swiper-slide{height: auto; display: flex;}
.overview-video .swiper .swiper-slide>a{width: 100%; display: flex; flex-direction: column;}
.overview-video .swiper .swiper-slide>a .textbox{padding: 1rem; background-color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .95rem; transition: all .3s ease-in-out;}
.overview-video .swiper .swiper-slide>a:hover .textbox{background-color: var(--bg-main); color: #fff;}
.overview-video .prev-button,.overview-video .next-button{width: 40px; height: 40px; position: absolute; left: -60px; top: 50%; transform: translateY(-50%); background-color: #fff; border-radius: 50%; font-size: 1.25rem; color: var(--bg-main); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 5px rgba(0,0,0,.15); transition: all .3s ease-in-out; margin-top: -30px;}
.overview-video .next-button{left: auto; right: -60px;}
.overview-video .prev-button:hover,.overview-video .next-button:hover{background-color: var(--bg-main); color: #fff;}

@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.overview-press .left{width: 100%;}
	.overview-press .right{width: 100%;}
	.overview-press .right .textbox{max-width: 100%;}
}
@media (max-width:767.98px){
	.overview-title>span{font-size: 1.8rem;}
	.overview-press .right{padding: 2rem 1rem ;}
	.overview-presshub ul>li{width: 50%;}
}
@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
	.overview-presshub ul>li{width: 100%;}
	.overview-presshub small{margin: .5rem;}
	.overview-title::before{width: 0;}
	.overview-title>span{max-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; text-align: center; color: var(--bg-main);}
.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.75rem; font-weight: 500; font-style: oblique; line-height: 1; display:flex; align-items: center; justify-content: center; color:#000; position:relative; z-index: 0; margin: 1rem 0 1.875rem 0; font-family: var(--family2);}
.videos-hub-title>span{background-color: #f5f5f5; padding: 0 1.875rem;}
.videos-hub-title::before{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent,var(--bg-main),transparent); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}
.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'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 5rem; height: 5rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background-image: radial-gradient(var(--bg-main), var(--bg-hover)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: #fff; padding-left: .4rem;}
.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>a .imgbox{width: 50%;}
.videos-company ul li>a .textbox{width: 50%; padding: 2rem; padding-left: 50px; flex-direction: column; justify-content: center;}
.videos-company ul li>a .textbox>.h6{font-size: 1.625rem; 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-main);}

.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-main)}

.video-details{width:100%;padding:0 0 3rem 0}
.video-details::before{content: ''; position: absolute; inset: 0; background: url(../old/images/cbg.jpg) no-repeat center top; mix-blend-mode: multiply;}
.video-details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between; position: relative; z-index: 2;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right .h3{font-size: 1.875rem; color: #000; font-weight: 700; font-family: var(--family2);}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.3rem 1.5rem; color:#fff; border-radius:20px; transition: initial; cursor: pointer; font-weight: 500; background-image: linear-gradient(to right,var(--bg-main),var(--bg-hover));}
.video_more>a:hover,.video_more>span:hover{background-image: linear-gradient(to left,var(--bg-main),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-color:var(--bg-main);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.95rem; padding-left:1rem;line-height: 1.2; transition: all .4s;}
#etw_videolist ul li a.dq span{color:var(--bg-main);}
#etw_videolist ul li a:hover span{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);}

}
@media (max-width:767.98px){
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
	.videos-company ul li>a .imgbox{width: 100%;}
	.videos-company ul li>a .imgbox img{margin: 0;width: 100%;}
	.videos-company ul li>a .textbox{padding: 2rem 1rem;width: 100%;}
	.videos-pros ul li{width:calc(100% / 2);}
}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
	.videos-pros ul li{width:100%;}
	.videos-pros ul li>a .imgbox img{width: 100%;}
}
/* videos-End */

/* news */
#app_new_pro,#app_home_new{display:none;}
.news{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
#etw_right{width: 70%;}
.news_list{width: 100%; display: flex; flex-direction: column;}
.news_sublist{width: 100%; padding: 0 0 30px 0; margin: 0 0 30px 0; border-bottom: 1px dashed #ccc;}
.news_sublist>li{width: 100%;}
.news_sublist>li>ol{ flex-direction: row-reverse;}
.news_sublist>li>ol>li{padding: 0;}
.news_sublist>li>ol>li.product_img{width: 30%; overflow: hidden; position: relative;}
.news_sublist>li>ol>li.product_img::before{content: ''; display: block; padding-top: 75%;}
.news_sublist>li>ol>li.product_con{width: 70%; display: flex; flex-direction: column; padding-left: 30px;}
.news_sublist>li>ol>li.product_con .news_title{display: flex; font-size: 1.1rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; color: #000;}
.news_sublist>li>ol>li.product_con .news_title:hover{color: var(--bg-main);}
.news_sublist>li>ol>li.product_con .news_des{display: block; color: #333;}
.news_sublist>li>ol>li.product_con .newstime{color: #666;}
.news_sublist>li>ol>li.product_con .newstime>i{margin-right: .25rem; color: var(--bg-main);}
.news_sublist:last-child{border-bottom: none; padding-bottom: 0; margin-bottom: 0;}

#etw_sidebar{width: 25%; background-color: #fff; border-radius: 10px 10px 0 0; overflow: hidden;}
#etw_sidebar ul{width: 100%; margin: 0;}
#etw_sidebar ul>li{width: 100%; padding: 0;}
#etw_sidebar ul>li>a{width: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--bg-main); color: #fff; font-size: 1.5rem; font-weight: 600; line-height: 1; padding: 1rem;}
#etw_sidebar ul>li>ol{padding: 1.25rem;}
#etw_sidebar ul>li>ol>li{width: 100%; padding: 0 0 0 1rem; margin-bottom: .5rem; position: relative; font-size: .875rem;}
#etw_sidebar ul>li>ol>li::before{content: '\F231'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: -3px; top: 5px; font-size: .875rem;}
#etw_sidebar ul>li>ol>li:last-child{margin-bottom: 0;}
#etw_sidebar ul>li>ol>li>a.dq,
#etw_sidebar ul>li>ol>li>a:hover{color: var(--bg-main);}

.news_detail{display: none;}
.news_detail .news_name{display: flex; flex-direction: column; align-items: center; text-align: center; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px dashed #ccc;}
.news_detail .news_name>h2{font-size: 1.75rem; font-weight: 600; margin-bottom: .5rem;}
.news_detail .news_name>h5{font-size: 1rem; color: #666; margin-bottom: 0;}

.news_prevnext{width:100%}
.new_next,.new_prev{width:48%;padding-top:20px; display: flex;}
.new_next a,.new_prev a{width: 100%; display: flex; align-items: center; color:#333; font-size:.875rem; line-height:16px; position:relative; background:#f1f1f1;padding:.5rem 10px .5rem 25px;}
.new_next a:before{content:"\f105"; font-family:fontawesome; font-size:20px; position:absolute; left:8px; top:50%; transform: translateY(-50%); color:var(--bg-main);}
.new_prev a{ padding-left:20px;}
.new_prev a:before{content:"\f104"; font-family:fontawesome; font-size:20px; position:absolute; left:8px; top:50%; transform: translateY(-50%); color:var(--bg-main);}
.new_next a:hover,.new_prev a:hover{background-color: var(--bg-main); color: #fff;}
.new_next a:hover::before,.new_prev a:hover::before{color: #fff;}
#news_video{ max-height:500px; margin-bottom:10px;}

.etw_page{margin:0 auto;width:100%;overflow:hidden; }
.etw_page ul{ float:right;}
.etw_page li{float:left}
.etw_page li a{color:#3B393A;padding:4px 10px;border:1px #333 solid;margin:20px 3px;display:block;transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s}
.etw_page li a:hover{color:#291d5a;background:#eee}
.etw_page li a.dq{background:#eee}
@media (max-width:991.98px){
	.news_sublist>li>ol>li.product_img{width: 100%;}
	.news_sublist>li>ol>li.product_con{width: 100%;padding: 1rem 0 0 0;}
}
@media (max-width:767.98px){
	#etw_right{width: 100%;}
	#etw_sidebar{width: 100%;margin-top: 2rem;}
}
@media (max-width:575.98px){

}
/* news-End */
#etw_map{ padding: 12px 0;}
#etw_map a{ display: block; padding: 6px 0;}
#etw_map .name a{ font-weight: bold;}

/* 2025-7-9 */
@media (max-width:991.98px){
  .dropdown-menu>ul>li .dropdown-item{white-space: wrap;}
}
@media (max-width:575.98px){
  .pros-hover .textbox{width: 100% !important;}
  .pros-hover .textbox .etw_hometitle>small{display: none;}
  .etw-sm-phone2 li{width: 50%}
  .inquirybtn>a{padding: .25rem .75rem; font-size: .875rem;}
  .inquirybtn a.inquirybtn-pdf{margin-left: 1rem !important;}
  .inquirybtn a.inquirybtn-pdf>span{padding-left: .5rem !important;}
  .dropdown-menu>ul>li .dropdown-item{font-size: .95rem;}
  .sample .etw-phone li{width: 50%;}
  .sample .etw-phone li>a,.sample .etw-phone li>a>img{width: 100%;}
  .machine2 .etw-phone li{width: 100%;}
  .machine .etw-phone li{width: 50%;}
  .capabilities .etw-phone li>a>span,
  .machine .etw-phone li>a>span{font-size: .8rem;}
  .relatedpros .swiper .swiper-slide>ol .textbox{padding: .625rem; align-items: center;}
  .relatedpros .swiper .swiper-slide>ol .textbox>a.h6{font-size: .8rem; margin-bottom: 0;}
}
