@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-weight:400;font-style:normal;font-family:fontawesome;font-display:swap;src:url(//:) format("no404"),url(../fonts/fontawesome-webfont.woff) format("woff"),url(../fonts/fontawesome-webfont.ttf) format("truetype")}

@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Light.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Montserrat/Montserrat-Black.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Black.woff) format("woff")}

@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Exo2/Exo2-Light.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Light.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Exo2/Exo2-Regular.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Regular.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Exo2/Exo2-Medium.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Medium.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Exo2/Exo2-SemiBold.woff2) format("woff2"),url(../fonts/Exo2/Exo2-SemiBold.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Exo2/Exo2-Bold.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Bold.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Exo2/Exo2-ExtraBold.woff2) format("woff2"),url(../fonts/Exo2/Exo2-ExtraBold.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Exo2/Exo2-Black.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Black.woff) format("woff")}



:root {
	--nav-height: 56px;
	--plus-height: 30px;
	--slide-icon-size: 60px;
	--footer-nav-height: 54px;
	--primary-color: rgb(171, 1, 22);
	--second-color: rgb(219, 1, 28);
	--gray-color: rgb(138 138 138);
	--gray-light-color: rgb(190 190 190);
	--gray-dark-color: #cccccc;
	--max-content-width: 1200px;
	--max-content-fluid-width: 1600px;
	--max-content-maxer-width: 1300px;
	--max-content-full-width: 100%;
	--min-content-width: 1000px;
	--light-bg: #f8f8f8;
	--font-family1: Montserrat;
	--font-family2: Exo2;

}
.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-white-light{background-image: linear-gradient(#fff,#f8f9fa);}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#333; font-family:var(--font-family1); font-size: 1rem; line-height: 1.375rem; background-color:#fff; overflow-x:hidden; overscroll-behavior: none;}
li,ol,ul,dl {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #000; font-family: var(--font-family2); margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 1.8rem;}
h4,.h4 {font-size: 1.875rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem; font-family: var(--font-family2);}
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(--primary-color);}
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;}
[class^="btn-"],[class*=" btn-"]{display:inline-flex;cursor:pointer;gap:0.5rem;border-radius:9999px;padding:1rem 2rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase; justify-content: center;}
.btn-primary{--tw-bg-opacity:1;background-color:rgb(0 0 200 / var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.btn-danger{--tw-bg-opacity:1;background-color:var(--primary-color);--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.btnsubmitpwd{padding: 0 .5rem !important;}

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(--primary-color);}

figure,.figure{width: 100%; display:flex; flex-wrap: wrap;}
figure a,.figure a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure a:hover,.figure a:hover{cursor: zoom-in;}
figure:last-child{margin-bottom: 0;}

.img-bg img{mix-blend-mode: multiply;}
.imgbox{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.textbox{width: 100%; display: flex; flex-wrap: wrap; flex: 1;}
.card,.card-header,.card-header:first-child{border-radius: 0; padding: 0;}
.card-header{border-bottom: none; display: flex;}
.card-link{padding: .75rem 1.25rem; width: 100%; position: relative;}
.swiper .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{cursor: no-drop; opacity: .5;}
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:900px; margin: 0 auto; padding: 0 15px;}
@media (max-width:1199.98px){.container{max-width:calc(100% - 50px)} .container1{max-width:calc(100% - 50px)}
}@media (max-width:999.98px){body{font-size: .95rem;} .container1{max-width:calc(100% - 30px)}
}@media (max-width:991.98px){.container{max-width:calc(100% - 30px)}
}@media (max-width:899.98px){.container2{max-width:calc(100% - 30px)}
}@media (max-width:767.98px){.container,.container1{max-width:calc(100% - 30px)}
}@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{width: 100%; display: flex; flex-wrap: wrap;}
.etw-phone>figure{width: 100%; display: flex; flex-wrap: wrap;}
.etw-phone>figure>.row{width: 100%; margin: 0;}
.etw-phone>figure>.row>div{padding: 0; display: flex; flex-wrap: wrap;}
.etw-phone ul{width: calc(100% + 10px); margin: 0 -2px;}
.etw-phone ul>li{width:100%; padding: 5px;}
.etw-phone ul>li>a{width: 100%; display: flex; flex-wrap: wrap; overflow: hidden; position: relative;}
.etw-phone ul>li>a>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; left: 0; bottom: 0; z-index: 2; padding: 1rem .5rem; color: #fff; font-size: .95rem; background-image: linear-gradient(transparent, rgba(0,0,0,.8));}
.etw-phone ul>li>a:has(.imgbox)>span{width:100%; flex: 1; display:flex; align-items:flex-start; justify-content:center; text-align:center; color:#555; overflow:hidden; padding: .5rem 0; background-color: inherit; position: relative; z-index: 2; font-size: .95rem;}
.etw-phone ul>li>a:has(.imgbox):hover>span{color: var(--primary-color);}
.etw-phone-bg ul>li img{mix-blend-mode: multiply;}

.etw-phone2 ul>li{width:50%;}
.etw-phone3 ul>li{width:calc(100% / 3)}
.etw-phone4 ul>li{width:25%}
.etw-phone5 ul>li{width:20%}
.etw-phone6 ul>li{width:calc(100% / 6)}
.etw-phone7 ul>li{width:calc(100% / 7)}
.etw-phone-p1{width: calc(100% + 20px); margin: 0 -10px;}
.etw-phone-p1 li{padding: 10px;}
.etw-phone-p2{width: calc(100% + 30px); margin: 0 -15px;}
.etw-phone-p2 li{padding: 15px;}

.etw-phone1-4,.etw_phone1-6{display: block; overflow: hidden;}
.etw-phone1-4 ul,.etw_phone1-6 ul{display: block;}
.etw-phone1-4 ul>li,.etw_phone1-6 li{ float: left; display: block;}
.etw-phone1-4 ul>li{width: 25%;}
.etw-phone1-4 ul>li:first-child{width: 50%;}
.etw_phone1-6 ul>li{width: 20%;}
.etw_phone1-6 ul>li:first-child{width: 40%;}
.etw-phone1-4 ul>li>a.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.metal_drilling_img div ul li a img{width: 100% !important;}

@media (max-width:991.98px){
	.etw-phone ul li img{width: 100%;}
	.etw-phone5 ul>li{width: 25%;}
	.etw-phone3 ul>li{width:calc(100% / 2)}
	.etw-phone6 ul>li{width:calc(100%/4);}
}@media (max-width:767.98px){
	.etw-phone5 ul>li{width: 33%;}
	.etw-phone6 ul>li{width: calc(100% / 3);}
}@media (max-width:575.98px){
	.etw-phone5 ul>li{width: 50%;}
	.etw-phone2 ul>li{width: 50%;}
	.etw-phone3 ul>li{width:100%}
	.etw-phone6 ul>li{width:calc(100%/2);}
	.etw-phone2 ul > li > a > span{font-size: .85rem;line-height: 1rem;}
}@media (max-width:415.98px){
	.etw-phone2 ul>li,
	.etw-phone5 ul>li,
	.etw-phone3 ul>li{width: 100%;}
}@media (max-width:375.98px){
	.etw-phone2 ul>li,
	.etw-phone6 ul>li{width: 100%;}

}

.items{display: block; width: auto; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: block; position:relative; margin-bottom: .8rem; overflow: hidden; padding: 0; font-size: .95rem;}
.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(--primary-color); position: absolute; left: 2px;}
.items li>i{font-style: normal; color: var(--primary-color); 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(--primary-color); top: 7px; border-radius: 50%;}
.items-icon3 li::before,.items-icon3 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--primary-color); top: 7px; 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(--primary-color);}

/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #333; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-responsive>.table-bordered{border: 1px solid #fff;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.table-striped tbody tr:nth-of-type(odd){background: #f7f9fb;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top td{background-color: #eee !important; color: #000;; font-weight: 400; text-align: center; padding: .75rem; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.table a,.table a:not([href]):not([class]){color: var(--primary-color); cursor: pointer;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--primary-color); text-decoration: none;}
.table .top td a{color: var(--primary-color);}
.table .top td a:hover{color: var(--primary-color);}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.border-top{border-color: #f5f5f5 !important;}

/* video-Btn */
.video-btn{width: 5rem; height: 5rem; display: flex; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3;}
.video-btn::after{content: '';display: flex; width: 5rem; height: 5rem; background: url(../images/video_btn.png) no-repeat center center; background-size: 100% 100%;}
.video_smallbtn::before,.video_smallbtn::after{width: 60px; height: 60px; font-size: 1.25rem; padding-left: 4px;}

@media (max-width:375.98px){
	.video-btn,.video-btn::after{width: 3rem; height: 3rem;}
}
/* inquirybtn */
.inquirybtn{display: flex;}
.inquirybtn>a{display: flex; align-items: center; justify-content: center; color: #000; padding: .5rem 1.5rem; position: relative; z-index: 0; background-color: #fff; border-radius: 30px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15); font-weight: 600; font-size: .875rem;}
.inquirybtn>a:hover{color: var(--primary-color); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,.15);}

.inquiry-btn{display: flex;}
.inquiry-btn>a{color: #000; font-weight: 500; font-size: .95rem;}
.inquiry-btn>a:hover{color: var(--primary-color);}

/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language::before{content: ''; width: 100%; height: 40px; background: linear-gradient(90deg, transparent, #d2051e 50%), url(../images/bg-toolbox-sm.webp) no-repeat left center; background-size:cover, 50% 100%; position: absolute; left: 0; top: 0;}
.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; z-index: 2;}
.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(--primary-color);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#fff; 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: #fff; 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(--primary-color);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 110px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .3s ease-out; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.scroll_down{transform: translateY(-100%);}
.scroll_up{ transform: translateY(0); transition-delay: .4s; box-shadow: 0 0 10px rgba(0,0,0,.15);}

#etw_logo{float: left; padding: 10px 0; margin-top: 40px; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; height:50px;}

nav{display: block;}
nav .navbar{padding:0; justify-content:flex-end}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial; position: relative;}
.navbar-expand-lg .navbar-nav{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; margin: 0;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; margin-left: 2rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#000; min-height:70px; display:flex;align-items:center;justify-content:center; font-size: 1rem; font-weight: 500; text-transform: uppercase; position: relative; z-index: 0; padding: 0; overflow: hidden;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.3rem;content: "\F282"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--primary-color);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .show>.nav-link{color: var(--primary-color);}
nav .navbar-nav .nav-item.active .dropdown-toggle::after,
nav .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}
/* 导航下拉 */
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; border-radius:0 0 10px 10px; background-color: rgba(255,255,255,.8); backdrop-filter: blur(6px); overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.dropdown-menu ul{width: 100%; margin: 0; padding: .5rem 0;}
.dropdown-menu ul li{width: 100%; padding: 0;}
.dropdown-menu ul li:last-child{border-bottom: none;}
.dropdown-menu ul li .dropdown-item{color:#000; font-weight: 400; font-size:1rem; position:relative;display:flex;transition:all 0.5s; padding: .5rem 1rem; padding-left: 1.5rem; align-items: center;}
.dropdown-menu ul li .dropdown-item:hover{background-color: #e9ecef; color: var(--primary-color);}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--primary-color);}

@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left:1.8rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1.5rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size: .88rem;}

}
@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;margin-top: 0;}
	#etw_logo a>img{max-height:50px;}

	.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
	nav{width: 100%;}
	nav .navbar{width: 100%; position:relative;right:initial;top:inherit;z-index:10}
	nav .navbar-collapse{flex: 1;}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	.navbar-expand-lg .navbar-nav .nav-link{border-bottom:1px solid #ddd;padding:0 1rem; min-height: 40px; position:relative;font-size:1rem;justify-content:flex-start; color: #000;}
	.navbar-light .navbar-nav a.nav-link::after{display: none;}
	.nav-item span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:30px;height:100%;display:flex; justify-content:center;text-align:center;font-weight:200;z-index:2}
	.navbar-expand-lg .navbar-nav .nav-item:hover span.pro_icon,
	.navbar-expand-lg .navbar-nav .nav-item.active span.pro_icon{color: #fff;}
	.navbar-light .navbar-nav .nav-item.active .nav-link,
	.navbar-light .navbar-nav .nav-item:hover .nav-link,
	.navbar-light .navbar-nav .show>.nav-link{color:#fff; background-color: var(--primary-color);}
	.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(--primary-color); 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}
	#menu-items{width: 100%;}
	.dropdown-menu ul li .dropdown-item{white-space:inherit;}
}
@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}

/* Banner */
.etw-banner{padding: 0;}
.etw-banner img{width: 100%; display: block; height: auto;}
.banner-slags{background-color: rgba(0,0,0,.2); margin:0px;max-width:500px;text-align:unset;align-items:flex-start;position:absolute;left:10%;top:25%;padding:1.5rem 2.5rem;}
.banner-slags .caption{font-size:2rem;line-height:3.2rem;margin-bottom:0.4rem;font-weight:700; color:#fff;}
/* Banner-end */
/* index */
.bigger-caption{font-family:var(--font-family2);font-size:1.7rem; font-weight: 700;}
.big-caption{font-family:var(--font-family2);font-size:1.6rem; font-weight: 600; color:#000}
.small-caption{font-size:1rem;font-family:var(--font-family1)}

.row-center-cetner,.row-center-center{display:flex;flex-direction:row;justify-content:center;align-items:center;}
.row-center-start{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}
.row-between-center{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
.row-between-start{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}
.row-start-center{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}
.row-end-center{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}
.row-start-start{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}
.col-between-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}
.col-between-center{display:flex;flex-direction:column;justify-content:space-between;align-items:center}
.col-center-center{display:flex;flex-direction:column;justify-content:center;align-items:center}
.col-center-start{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.col-between-start{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}
.col-between-end{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}
.col-start-end{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}
.col-start-start{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.text-left{text-align:left}
.text-right{text-align:right}
.grid-5{display:grid;margin:0 auto;max-width:var(--max-content-width);grid-template-columns:repeat(5,minmax(0,1fr))}
.list-with-line{position:relative;padding-left:20px}
.list-with-line::before{position:absolute;left:0;top:0;content:" - "}
.w-20{width:20%}
.w-30{width:30%}
.w-80{width:80%}
.w-70{width:70%}
.w-60{width:60%}
.w-40{width:40%;overflow:hidden}
.w-25{width:25%}
.w-300{width:300px}
.h3-size{font-size:1.6rem;font-family:var(--font-family-second)}
.greentxt{color:var(--primary-color)}
.no-board{border:none}
.font-bold{font-weight:bold}
header{width:100%;height:80px;display:block}
.bg-light-gray{background-color:var(--light-bg)}
.bg-white{background-color:#fff}
.content{width:100%;max-width:var(--max-content-width)}
.content-full{width:100%;max-width:var(--max-content-full-width);padding:0 1rem}
.content-mini{width:100%;max-width:var(--min-content-width)}
.content-fluid{width:100%;max-width:var(--max-content-fluid-width)}
.content-maxer{width:100%;max-width:var(--max-content-maxer-width)}
.video-16-9{aspect-ratio:16 / 9}
.flex-wrap{flex-wrap:wrap}
.nav_lang{height:100%}
.blue-mask{position:relative;display:block;overflow:hidden}
.blue-mask::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient( to right top,hsla(205,100%,44%,0.7) 30%,transparent );z-index:1;opacity:1;transition:opacity 0.3s ease-in-out}
.blue-mask:hover::after{opacity:0}
.blue-mask .blue-mask-title{z-index:3;font-size:1.3rem;font-family:var(--font-family-main);position:absolute;bottom:20px;left:20px;color:#fff;transition:0.3s all ease-in-out}
.blue-mask:hover .blue-mask-title{bottom:-40px}
.swiper-button-next,.swiper-button-prev{color:#fff !important}

.video-container {width: 40%; aspect-ratio: 16/9;}
.factoryvideo{width: 100%; height: 100%; object-fit: cover;}
.featuredproducts{padding: 0;}
.featuredproducts .item .img>img{mix-blend-mode: multiply;}
.featuredproducts .item{transition:0.3s all ease-in-out; background-color: #fafafa; padding: 1rem;}
.featuredproducts .item:nth-child(1),.featuredproducts .item:nth-child(2){border-right: 1px solid #efefef;}
.featuredproducts .item:hover{background-color: #C0C0C0;}
.item-caption{font-size:0.95rem;padding:1rem 1.3rem 0 0rem;color:#000;font-family:var(--font-family1); position: relative; text-align: center;}
.item-child{overflow:hidden;margin:1rem;transition:.3s all ease-in-out}

.item-child .img{width:100%}
.item-child .img > img{mix-blend-mode:multiply}
.item-child .img .img-caption{display:none}
.item-child .txt > a{font-size:1rem;font-family:var(--font-family2)}

.top-bottom-decor-container-img img{z-index:9;position:relative;-webkit-clip-path:polygon(0 0%,100% 0%,100% 100%,0 90%);clip-path:polygon(0 0%,100% 0%,100% 100%,0 90%)}
.recommand-list .each-list{border:1px solid #d2d2d2;border-top:none;border-bottom:none;border-right:none;box-sizing:border-box}

.storageinfo {height: 250px; overflow: hidden;}
.inquiryformbtn{display:inline-block;font-size:1.2rem;position:relative}
.inquiryformbtn::after{content:'';width:30%;height:1px;position:absolute;left:0;bottom:-15px;background:var(--primary-color);transition:.3s all ease-in-out}
.inquiryformbtn:hover::after{width:80%}
.ext-img {margin: .625rem;}

.bodytxt p>a{color: var(--primary-color);}
.bodytxt .mt-4{display: none;}

/*footer start*/
.footer{border-top: 1px solid #dcdcdc;}
.bg-dark-red{background-color: #f8f8f8;}
.footer .item .links{color:#333;line-height:1.8rem; }
.brief-caption{font-family: var(--font-family2); font-weight: 500; font-size: 1.4rem;}
.footer .item .links:hover{color: var(--primary-color);}
.footerhead{background:linear-gradient( to right,var(--primary-color),var(--second-color),var(--primary-color)); padding: 1.5rem 0;}
.footer .footerlogo{width:150px}
.blackcircle{width:30px;height:30px;border-radius:50%;background:#000;font-size:1.2rem;transition:0.3s all ease-in-out}
.blackcircle:hover{transform:translateY(-5px)}
.contactinfo .bi{color:#fff;font-size:1.3rem}
.contactinfo .email,.contactinfo .phone{color:#fff;font-size:1.4rem}


.footerco{display: flex; flex-direction: column;}
.footerco>dd{display: flex; font-size: .95rem;}
.footerco>dd>i{margin-right: 8px; color: var(--primary-color);}
.footerco>dd>span,.footerco>dd>a{flex: 1;}
.item_foot{display: grid;}
.item_foot a{padding-top: 10px;}
.footerco a{padding-top: 0;}
@media (max-width:991.98px){
	.banner-slags .caption{font-size: 1.6rem;line-height: 2.2rem;}
}

@media (max-width:767.98px){
	.footer .item{width: 30% !important;}
	.contactinfo{flex-wrap: wrap;}
	.contactinfo .email, .contactinfo .phone{flex: 1; margin-bottom: 1rem; margin-right: 0 !important;}
	.contactinfo .phone{margin-bottom: 0;}
	.banner-slags .caption{font-size: 1.4rem;line-height: 2rem;}
	.banner-slags{padding: 1rem;}
	.storageinfo{height: auto;}
	.bigger-caption{font-size: 1.5rem;}
}
@media (max-width:575.98px){
	.footer .container{flex-wrap: wrap;}
	.footer .item{width: 100% !important; margin-bottom: 1.25rem;}
	.banner-slags{display: none;}
	.featuredproducts .bigger-caption{margin: 0 !important;}
}
/*footer stop*/

/* index-end */
.etw_root{padding-bottom: 1.875rem;}
/* #otherlink */
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:0.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(--primary-color);opacity:1}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:0.9rem}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center; background: rgba(13, 13, 13,1); 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(--primary-color); 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: #000 !important;border:1px solid #000 !important;}
.theme-box-name{background:var(--primary-color) !important;border-left:1px solid var(--primary-color) !important}

/* Zhuangxiaohui 2025-3-3 */
/* .home-featured{max-width: 1600px;} */
.home-featured .swiper{width: 100%; padding-bottom: 22px;}
.home-featured .swiper-slide{height: auto; display: flex;}
.home-featured .swiper-pagination{bottom: 0 !important; display: flex; justify-content: center;}
.home-featured .swiper-pagination-bullet{width: 10px; height: 10px;}
.home-featured .swiper-pagination-bullet-active{background-color: var(--primary-color);}
.swiper-pagination2{text-align: center;}
.home-featured .item-child{margin: 0; padding: 10px; background-color: #fafafa;}
.home-featured .item-child:hover{background-color:#eee}
.home-featured .item-child .img{width: 100%;}
.home-featured .item-child .txt{flex: 1;}
.home-featured .item-child .txt > a{display: flex; text-align: center;}
.item-exhibitions{margin: 0 10px !important;}
.exhibitionss{padding-top: 0;}
.homeapps ul>li{width: 25%;}
.homeapps ul>li:first-child{flex-direction: column; justify-content: center;}
.homeapps ul>li:first-child>.big-caption{font-size: 1.5rem;}
.homeapps ul>li:first-child>p{color: #000;}
.homeapps ul>li:first-child>.more{display: flex;}
.homeapps ul>li:first-child>.more>a{color: var(--primary-color); display: flex; align-items: center;}
.homeapps ul>li:first-child>.more>a>i{margin-left: .5rem; transition: all .3s ease-in-out;}
.homeapps ul>li:first-child>.more>a:hover>i{margin-left: 1rem;}
.homeapps ul>li>ol{flex-direction:column}
.homeapps ul>li>ol .textbox{padding:1.25rem;flex-direction:column;padding-left:0;position:relative;padding-bottom: .8rem;flex: none;}
.homeapps ul>li>ol .textbox::before{content:'';width:10%;height:1px;background-color:var(--primary-color);position:absolute;left:0;bottom:-5px;transition:.3s all ease-in-out}
.homeapps ul>li:hover>ol .textbox::before{width:60%}
.homeapps ul>li>ol .textbox>h3{margin-bottom: .5rem;}
.homeapps ul>li>ol .textbox>h3>a:hover{color: var(--primary-color) !important;}
.homeapps ul>li>ol .textbox>h4{padding: 0; flex: 1;}
.homeapps ul>li>ol .textbox>.more{width: 100%; display: flex; position: relative;}
.homeapps ul>li>ol .textbox>.more>a{display: flex; align-items: center; justify-content: center; color: #fff; width: 50px; height: 50px; background-color: var(--primary-color); position: absolute; right: -20px; bottom: -20px; clip-path: polygon(100% 0, 0 100%, 100% 100%); padding: 20px 0 0 20px;}
.video_right_index{width: 50%;}
.video_left_index{width: 50%;}
.bodyimg{width: 50%;}
.bodytxt{width: 50%;display: flex;flex-wrap: wrap;padding: 0rem 3rem 2rem 16%;}
.product_range{display: flex;justify-content: center;align-items: center;}
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
@media (max-width:1199.98px){
	section{padding:3.125rem 0;}
}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.video_right_index{width: 100%;padding-top: 15px;}
	.video_left_index{width: 100%;}
	.bodytxt{padding:0 3rem 2rem 3rem;}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.bodytxt{width: 100%;padding: 2rem 1rem;}
	.bodyimg{width: 100%;}
	.homeapps ul>li{width: 33%;}
	.homeapps ul>li:first-child{width: 100%;}
	.homeapps ul>li>ol .textbox{padding-bottom: 0;}
}
@media (max-width:680.98px){
	.product_range{display: block;margin: 0 !important;}
	.item-caption{font-size: 1.4rem;}
	.product_range a{margin-bottom: 15px;}
}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
	.homeapps ul>li{width: 100%;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem; 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:#999; opacity: 1;}
#quicknav ul li:last-child{color: #000;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,1);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--primary-color); opacity: 1;}
@media (max-width:767.98px){
	#quicknav{display: none;}
}
/* #quicknav-End */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,
.etw_hometitle .h3{font-size: 2rem; line-height: 1; color: #000; font-weight: 500;}
.etw_hometitle h2:last-child,
.etw_hometitle .h3:last-child{margin-bottom: 0;}
@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.875rem;}
}
@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.75rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.5rem;}
}
/* Products */
.pros-apps .h3{text-align: center; font-size: 1.75rem;}
.pros-apps ul>li{width: 25%; padding: 0 10px;}
.pros-apps ul>li>ol{flex-direction: column;}
.pros-apps ul>li>ol a.imgbox:hover>img{transform: scale(1.05);}
.pros-apps ul>li>ol .textbox{flex-direction: column; margin-top: -30px; position: relative; z-index: 2;}
.pros-apps ul>li>ol .textbox>a.h6{font-size: .875rem; margin-bottom: 0; font-family: var(--font-family-main); font-weight: 500; background-color: #fff; padding: .75rem 1rem; width: 90%; flex: 1; display: flex; align-items: center; box-shadow: 10px 10px 10px rgba(0,0,0,.1);}

.prostext .etw_hometitle{align-items: center; position: relative; padding-bottom: 30px;}
.prostext .etw_hometitle::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}
.prostext p{font-size: 1rem; line-height: 1.8; max-width: 65%; margin: 0 auto; text-align: center;}


.pros-list{width: 100%; margin: 0}
.pros-list>li{width: 100%; padding: 0; margin-bottom: 40px;}
.pros-list>li:last-child{margin-bottom: 0;}
.pros-list>li>ol a.imgbox{width: 40%;}
.pros-list>li>ol .textbox{width: 60%; flex-direction: column; justify-content: center; padding: 1.25rem; padding-left: 2.5rem;}
.pros-list>li>ol .textbox a.h6{width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 1.5rem; color: #000;}
.pros-list>li>ol .textbox a.h6:hover{color: var(--primary-color);}
.pros-list>li>ol .textbox .more>a{font-size: .875rem; color: var(--primary-color);}
.walldl{display: flex; flex-wrap: wrap; margin-bottom: 10px;}
.walldl>dd{width: 50%; font-size: .95rem; margin-bottom: 5px;}
.walldl>dt{width: 100%; font-weight: 500; margin: 5px 0;}

.pros-magnetic>ol{flex-direction: column;}
.pros-magnetic>ol>a.h6{display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #000; margin: 0 auto 1rem auto;}
.pros-magnetic>ol>a.h6>img{width: 30px; margin-right: 1rem;}
.pros-magnetic>ol>a.h6:hover{color: var(--primary-color);}
.pros-magnetic>ol>p{font-size: .875rem; font-weight: 500; max-width: 65%; margin: 0 auto; text-align: center;}
.pros-magnetic .etw-phone>ul{width: calc(100% + 20px); margin: 0 -10px;}
.pros-magnetic .etw-phone>ul>li{padding: 10px;}
.pros-magnetic .etw-phone>ul>li>ol{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); padding: 1rem;}
.pros-magnetic .etw-phone>ul>li>ol a.imgbox{width: 50%;}
.pros-magnetic .etw-phone>ul>li>ol .textbox{width: 50%; flex-direction: column; justify-content: center;}
.pros-magnetic .etw-phone>ul>li>ol .textbox>a.h6{font-size: 1rem; font-weight: 600; margin-bottom: .5rem;}
.pros-magnetic .etw-phone>ul>li>ol .textbox>dl{display: flex; flex-direction: column;}
.pros-magnetic .etw-phone>ul>li>ol .textbox>dl>dd{font-size: .75rem; margin-bottom: 0;}
.pros-magnetic .etw-phone>ul>li>ol:hover{box-shadow: 0 0 0 rgba(0,0,0,.1);}

.pros-diamond>ol{flex-direction: column;}
.pros-diamond>ol>a.h6{display: flex; align-items: center; justify-content: space-between; font-size: 1.5rem; color: #000; margin: 0 auto 1rem auto;}
.pros-diamond>ol>a.h6>img{width: 30px; margin-right: 1rem;}
.pros-diamond>ol>a.h6:hover{color: var(--primary-color);}
.pros-diamond>ol>p{font-size: .875rem; font-weight: 500; max-width: 65%; margin: 0 auto; text-align: center;}
.pros-diamond .etw-phone>ul{width: calc(100% + 30px); margin: 0 -15px;}
.pros-diamond .etw-phone>ul>li{padding: 15px;}
.pros-diamond .etw-phone>ul>li>ol{flex-direction: column; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.pros-diamond .etw-phone>ul>li>ol .textbox{flex-direction: column; padding: 1rem;}
.pros-diamond .etw-phone>ul>li>ol .textbox>a.h6{font-size: 1rem; font-weight: 600; margin-bottom: .5rem;}
.pros-diamond .etw-phone>ul>li>ol .textbox>dl{display: flex; flex-direction: column;}
.pros-diamond .etw-phone>ul>li>ol .textbox>dl>dd{font-size: .75rem; margin-bottom: 0;}
.pros-diamond .etw-phone>ul>li>ol:hover .imgbox>img{transform: scale(1.05) translateY(10px);}
.pros-diamond .etw-phone>ul>li>ol:hover{box-shadow: 0 0 0 rgba(0,0,0,.1);}

.pros-lifter>ol{flex-direction: column;}
.pros-lifter>ol>a.h6{display: flex; align-items: center; justify-content: space-between; font-size: 1.5rem; color: #000;margin: 0 auto 1rem auto;}
.pros-lifter>ol>a.h6>img{width: 50px; margin-right: 1rem;}
.pros-lifter>ol>a.h6:hover{color: var(--primary-color);}
.pros-lifter>ol>p{font-size: .875rem; font-weight: 500; max-width: 65%; margin: 0 auto; text-align: center;}
.pros-lifter .etw-phone>ul{width: calc(100% + 30px); margin: 0 -15px;}
.pros-lifter .etw-phone>ul>li{padding: 15px;}
.pros-lifter .etw-phone>ul>li>a{flex-direction: column; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.pros-lifter .etw-phone>ul>li>a>span{position: relative; flex: 1; padding: 1rem; background: none; color: #000;font-size: 1rem;}
.pros-lifter .etw-phone>ul>li>a:hover>img{transform: scale(1.05);}
.pros-lifter .etw-phone>ul>li>a:hover{box-shadow: 0 0 0 rgba(0,0,0,.1);}

.pros.bg-white .etw-phone ul>li>a,
.pros.bg-white .pros-magnetic .etw-phone>ul>li>ol,
.pros.bg-white .pros-magnetic .etw-phone>ul>li>ol a.imgbox,
.pros.bg-white .pros-diamond .etw-phone>ul>li>ol,
.pros.bg-white .pros-diamond .etw-phone>ul>li>ol .imgbox,
.pros.bg-white .pros-diamond .etw-phone>ul>li>ol .imgbox>a{background-color: #f8f9fa;}
.pros.bg-white .etw-phone ul>li>a>img,
.pros.bg-white .pros-magnetic .etw-phone>ul>li>ol a.imgbox>img,
.pros.bg-white .pros-diamond .etw-phone>ul>li>ol .imgbox>a>img{mix-blend-mode: multiply;}


.inquiryform .container{position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; color: #000;}
.inquiryform .container:has(content)>content{width: 100%; display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem;}
.inquiryform .h3{color: inherit; font-size: 1.75rem;}
.inquiryform p{font-size: .95rem; line-height: 1.5rem; max-width: 60%; text-align: center;}
.inquiryform dl{display: flex; margin-bottom: 1rem;}
.inquiryform dl>dd{margin: 0 1.875rem}
.inquiryform dl>dd>a:hover{color: var(--primary-color);}
.inquiryform .inquirybtn{display: flex;}
.inquiryform .inquirybtn>a{display: flex; align-items: center; justify-content: center; text-align: center; padding: .5rem 1rem; position: relative; z-index: 0; background-color: #f5f5f5; border-radius: 30px; overflow: hidden; color: #000; font-weight: 400;}
.inquiryform .inquirybtn>a:hover{color: var(--primary-color);}

.pros-distributor .bg-word{position: absolute; inset: 0; background: url(../images/world.svg) no-repeat center 100px; background-size: cover;}
.pros-distributor .textbox{max-width: 550px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2;}
.pros-distributor p{font-size: 1.125rem; list-style: 1.875rem;}
.pros-distributor .more{display: flex}
.pros-distributor .more>a{background-color: rgba(13, 13, 13,1); color: #fff; padding: .75rem 1.25rem; border-radius: 30px; position: relative; z-index: 0; overflow: hidden;}
.pros-distributor .more>a::after{content: ''; width: 100%; height: 50%; background-color: var(--primary-color); border-radius: 30px; position: absolute; left: 90%; top: 50%; transform: translateY(-50%); transition: all .3s ease-in-out; z-index: -1;}
.pros-distributor .more>a:hover::after{height: 100%; left: 0;}

@media (max-width:991.98px){
	.prostext p{max-width: 100%;}
}
@media (max-width:767.98px){
	.prostext p{max-width: 100%;}
	.pros-list>li>ol a.imgbox{width: 100%;}
	.pros-apps ul>li{width: 50%;}
	.pros-list>li>ol .textbox{width: 100%; padding: 1.25rem 0;}
	.pros-lifter .etw-phone>ul{width: calc(100% + 20px); margin: 0 -10px;}
	.pros-lifter .etw-phone>ul>li{width: calc(100% / 3); padding: 10px;}
	.accordion>.card{width: 100% !important;}
}
@media (max-width:575.98px){
	.walldl>dd{width: 100%;}
	.pros-list>li>ol .textbox{width: 100%;padding: 2rem 1rem;}
	.pros-magnetic>ol>p,.pros-diamond>ol>p,.pros-lifter>ol>p{margin: 0;max-width: 100%;}
	.pros-lifter .etw-phone>ul>li{width: 50%;}
}
@media (max-width:375.98px){
	.pros-apps ul>li,
	.pros-magnetic .etw-phone>ul>li>ol a.imgbox,
	.pros-magnetic .etw-phone>ul>li>ol .textbox,
	.pros-lifter .etw-phone>ul>li{width: 100%;}
	.pros-magnetic .etw-phone>ul>li>ol .textbox{padding-top: 1rem;}
}
/* Details */
.details {font-size: .95rem;}
.details-items{padding: 3.125rem 0;}
.h4-title{font-family: var(--font-family2); font-size: 1.3rem; font-weight: 600; color: #000; margin-bottom: 1rem;}

#gallery,#thumbs{width:100%;}
#gallery .swiper-slide,#thumbs .swiper-slide{height: auto; display: flex;}
#gallery .swiper-slide>figure>a{width: 100%; display: flex; overflow: hidden; position: relative; background-color: #fff;}
#gallery .swiper-slide>figure>a:has(.img-abs)::before,
#gallery .swiper-slide>figure>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.thumbs{width: 100%; margin-top: 20px; position: relative; padding: 0 30px;}
#thumbs .swiper-slide{border: 1px solid #ccc; cursor: pointer;}
#thumbs .swiper-slide-thumb-active{border-color: var(--primary-color);}
.thumbs .prev-button,.thumbs .next-button{font-size: 1.25rem; color: #000; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}
.thumbs .next-button{left: auto; right: 0;}
.thumbs .prev-button:hover,.thumbs .next-button:hover{color: var(--primary-color);}

.details-items1 .etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.details-items1 .etw_hometitle>h2{margin-bottom: .5rem;padding-right: 4rem;}
.details-items1 .etw_hometitle>small{display: block; font-size: 1.25rem; color: #999; font-weight: 500; border-bottom: 1px solid #eee; padding-bottom: .5rem;}
.details-items1 .etw_hometitle a.cedownload{position: absolute; right: 5%; top: 25%; transform: translateY(-50%); display: flex; align-items: center; font-size: 1.25rem; font-weight: 400; overflow: hidden;}
.details-items1 .etw_hometitle a.cedownload>span{display: flex; margin-right: 0; width: 30px; height: 30px; filter: drop-shadow(0 30px var(--primary-color)); overflow: hidden; position: relative; transform: translateY(-100%);}
.details-items1 .etw_hometitle a.cedownload>span>img{width: 100%;}
.details-items1 .etw_hometitle a.cedownload:hover{color: var(--primary-color);}
.details-items1 .etw_hometitle a.cedownload2{right: 0; margin-top: 35px;}

.details-items1 .specifications{margin-bottom: 1rem;}
.details-items1 .specifications>li{width: 50%; padding: 0 10px; margin-bottom: 10px; color: #000;}
.details-items1 .specifications>li>strong{margin-right: 6px; font-weight: 500; color: #666;}
.details-items1 p{font-size: .95rem;}
.details-items1 p>strong{font-weight: 500;}
.details-items1 .specifications2>li{width: 100%; padding: 0 10px; margin-bottom: 5px; color: #000;}

.wallnav{display: flex;}
.wallnav>li{margin-right: 1.25rem;}
.wallnav>li>a{color: #000; font-size: 1rem; font-weight: 500;}
.wallnav>li>a:hover,
.wallnav>li.active>a{color: var(--primary-color);}
.wall-content{display: block;}
.wall-content>div{display: none;}
.wall-content>div:first-child{display: block;}
.wallblue .swiper{width: 100%; padding-bottom: 22px;}
.wallblue .swiper .swiper-pagination{bottom: 0 !important; display: flex; justify-content: center;}
.wallblue .swiper .swiper-pagination-bullet{width: 10px; height: 10px;}
.wallblue .swiper .swiper-pagination-bullet-active{background-color: var(--primary-color);}

.pros_menu_height{margin-top: 1.25rem;}
.pros_menu{width: 100%; position: relative; left: 0; top: 0; z-index: 3;}
.pros_menu ul{justify-content: center;}
.pros_menu ul>li{margin: 0 .625rem; font-size: .875rem; font-weight: 600;}
.pros_menu ul>li>a{display: flex; align-items: center; justify-content: center; text-align: center;}
.pros_menu ul>li.dq{color: var(--primary-color);}
.pros_menu .pdfbtn>a>i{font-size: 1.25rem; margin-left: .5rem; color: var(--primary-color);}
.tabfixed{position: fixed; top: 110px; background-color: #f9f9fa; box-shadow: 0 0 10px rgba(0,0,0,.1);}

.standard .standard-list>li{width: 50%; padding: 0 10px; margin-bottom: 5px;}
.standard .swiper{width: 100%; height: 455px;}
.standard .swiper .swiper-slide{height: calc((100% - 10px) / 2) !important;}
.standard .swiper .swiper-slide>ol{width: 100%; display: flex;}
.standard .swiper .swiper-slide>ol>figure>a.imgbox{background-color: #f8f9fa; flex-direction: column;}
.standard .swiper .swiper-slide>ol>figure>a.imgbox>img{mix-blend-mode: multiply;}
.standard .swiper .swiper-slide>ol>figure>a.imgbox>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .95rem; padding: 1rem; padding-top: 0;}
.standard .prev-button,.standard .next-button{position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 1rem; color: #fff; z-index: 2; padding: 1rem .25rem; background-color: rgba(0,0,0,.5);}
.standard .next-button{left: auto; right: 0;}
.standard .prev-button:hover,.standard .next-button:hover{background-color: rgba(0,0,0,1);}
.standard-white .swiper .swiper-slide>ol>figure>a.imgbox{background-color: #fff;}
.standard-auto .swiper{width: 100%; height: auto;}

.optional figure>a{position: relative;}
.optional figure>a>span{width: 100%; color: #000; padding: 1rem; background-color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .9rem; line-height: 1.2;}

.optional .more{display: flex; justify-content: center; position: relative; z-index: 2;}
.optional .more>a{width: 30px; height: 30px; border-radius: 50%; background-color: var(--primary-color); display: flex; align-items: center; justify-content: center; color: #fff; margin-top: -15px;}

.standard-nav{display: flex;}
.standard-nav>li{margin-right: 1.25rem;}
.standard-nav>li>a{font-size: 1.3rem; font-family: var(--font-family2); font-weight: 600; color: #000;}
.standard-nav>li.active>a,
.standard-nav>li>a:hover{color: var(--primary-color);}
.standard-content{display: block;}
.standard-content>div{display: none;}
.standard-content>div:first-child{display: block;}
.standard-content ul>li{width: 20%;}
.standard-content ul>li>ol>figure>a{display: flex; flex-direction: column; background-color: #fff; padding: .5rem;}
.standard-content ul>li>ol>figure>a>span{font-size: .875rem;}
.standard-content ul.etw-phone3>li{width: calc(100% / 3);}
.standard-content ul.etw-phone3>li>ol>figure>a{padding: 0;}
.standard-content ul.etw-phone3>li>ol>figure>a>span{padding: 1rem;}

.family{font-style: initial; font-family: var(--font-family1);}
.partsnav{display: flex; justify-content: center;}
.partsnav>li{margin: .625rem;}
.partsnav>li>a{font-size: 1.3rem; color: #000; font-family: var(--font-family2); font-weight: 600;}
.partsnav>li>a:hover,
.partsnav>li.active>a{color: var(--primary-color);}

.parts-content{display: block;}
.parts-content>div{display: none;}
.parts-content>div:first-child{display: block;}
.parts-content .h4-title{font-size: 1.1rem; font-weight: 500; display: flex; flex-direction: column;}
.parts-content .etw-phone6 ul>li{margin-bottom: .625rem;}
.parts-content .etw-phone6 ul>li>a{flex-direction: column;}
.parts-content .etw-phone6 ul>li>a>span{position: relative; flex: 1; align-items: flex-start; padding: 0; background: none; color: #333; padding-top: .625rem; font-size: .9rem;}


.packing .h4-title{margin-bottom: 1.25rem;}
.packing .packing-content{padding: 0; position: relative;}
.packing .swiper{width: 100%;}
.packing .swiper .swiper-slide{height: auto; display: flex;}
.packing .swiper .swiper-slide>figure>a.imgbox{background-image: radial-gradient(#fff, #eeeeee);}
.packing .swiper .swiper-slide>figure>a.imgbox>img{mix-blend-mode: multiply;}
.packing .swiper .swiper-slide>figure>a.imgbox>span{width: 100%; display: flex; padding: .5rem; text-align: center; justify-content: center;}
.packing .prev-button,.packing .next-button{position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 1rem; color: #fff; z-index: 2; padding: 1rem .25rem; background-color: rgba(0,0,0,.5);}
.packing .next-button{left: auto; right: 0;}
.packing .prev-button:hover,.packing .next-button:hover{background-color: rgba(0,0,0,1);}
.packing-imgbox{width: 100%;}
.packing-imgbox>.row{width: 100%; margin: 0;}
.packing-imgbox>.row>div{padding: 0;}

.accordion{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.accordion>.card{width: calc(50% - 15px); border: none; border-bottom: 1px solid #ccc !important; overflow: hidden; background: transparent; transition: all .3s;}
.accordion>.card>.card-header{margin-bottom: 0; background: none;}
.accordion>.card .card-link{padding: 1rem .25rem; padding-right: 2.5rem; font-size:1rem; line-height: 1.5; font-weight:400; color: #000;}
.accordion>.card .card-link::after{content:"\F282";font-size:1.2rem;color:#000; position:absolute; right:1rem; top:1rem; transition:all 0.3s; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.accordion>.card .card-body{padding: 1rem; padding-top: 0; font-family: .95rem; color: #333;}
.accordion .card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.accordion>.card:hover{background: #f5f5f5;}
.accordion2>.card{width: 100%;}

.otherpros .h3{margin-bottom: 1.25rem;}
.otherpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherpros ul>li{width: 25%; padding: 0 15px;}
.otherpros ul>li>ol{flex-direction: column; filter: drop-shadow(0 0 5px rgba(0,0,0,.1)); transition: all .3s;}
.otherpros ul>li>ol a.imgbox{background-color: #f5f5f5;}
.otherpros ul>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.otherpros ul>li>ol .textbox{flex-direction: column;}
.otherpros ul>li>ol .textbox>a.h6{padding: 1rem; padding-top: 0; background-color: #f5f5f5; margin-bottom: 0; flex: 1; font-size: 1rem; display: flex; align-items: center; justify-content: center; text-align: center;}
.otherpros ul>li>ol .textbox>a.h6:hover{color: var(--primary-color);}
.otherpros ul>li>ol:hover{filter: drop-shadow(0 0 0 rgba(0,0,0,.1));}

.inquiryform-detaisl .container2{position: relative; z-index: 2;}
.inquiryform-detaisl .h3{text-align: center; margin-bottom: 1.25rem;}
.inquiryform-detaisl dl{display: flex; flex-direction: column;}
.inquiryform-detaisl dl>dd{display: flex; flex-direction: column; margin-bottom: 1rem; color: #000; font-size: 1rem;}
.inquiryform-detaisl dl>dd>span{display: block; margin-bottom: 5px; color: #666;}


.detailsapps .swiper{width: 100%; margin-top: 1rem; padding-bottom: 12px;}
.detailsapps ul>li{width: 25%;}
.detailsapps ul>li>ol{flex-direction: column;}
.detailsapps ul>li>ol .textbox{flex-direction: column; align-items: center; position: relative; transform: translateY(-30%); z-index: 2; transition: all .3s;}
.detailsapps ul>li>ol .textbox a.h6{width: 90%; flex: 1; font-size: 1rem; background-color: #fff; padding: 1rem; display: flex; text-align: center; align-items: center; justify-content: center; margin-bottom: 0; box-shadow: 0 10px 10px rgba(0,0,0,.1);}
.detailsapps ul>li>ol:hover .imgbox>img{transform: scale(1.05);}
.detailsapps ul>li>ol:hover .textbox{transform: translateX(0);}

/* Magnetic Drill */
.magnetic ul{width: calc(100% + 30px); margin: 0 -15px;}
.magnetic ul>li{width: 50%; padding: 15px;}
.magnetic ul>li>ol{background-color: #fff; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.magnetic ul>li>ol .imgbox{width: 50%;}
.magnetic ul>li>ol .imgbox img{mix-blend-mode: multiply;}
.magnetic ul>li>ol .textbox{width: 50%; flex-direction: column; justify-content: center;}
.magnetic dl{margin-bottom: 10px;}
.magnetic dl>dd{margin-bottom: 10px; font-size: .9rem; line-height: 1.3; color: #555;}
.magnetic dl>dd>a{color: var(--primary-color);}
.magnetic dl>dd>a:hover{color: var(--primary-color);}
.magnetic .inquiry-btn{display: none;}

.ourmagnetic .etw-phone ul>li>a{width: 100%; display: flex; flex-direction: column; background-color: #f8f9fa; padding: 15px;}
.ourmagnetic .etw-phone ul>li>a>img{mix-blend-mode: multiply;}
.ourmagnetic .etw-phone ul>li>a>span{position: relative; background: none; display: flex; flex: 1; align-items: center; justify-content: center; text-align: center; color: #333; padding: 0; padding-top: .5rem; font-size: .875rem}
.ourmagnetic .etw-phone ul>li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.ourmagnetic .etw-phone ul>li>a:hover>span{color: var(--primary-color);}
.ourmagnetic-white .etw-phone ul>li>a{background-color: #fff;}

.diamond ul{width: calc(100% + 30px); margin: 0 -15px;}
.diamond ul>li{width: 50%; padding: 15px;}
.diamond ul>li>ol{background-color: #fff; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.diamond ul>li>ol .imgbox{width: 50%;}
.diamond ul>li>ol .imgbox img{mix-blend-mode: multiply;}
.diamond ul>li>ol .textbox{width: 50%; flex-direction: column; justify-content: center;}
.diamond dl{margin-bottom: 10px;}
.diamond dl>dd{margin-bottom: 12px; font-size: .85rem; line-height: 1.3; color: #555;}
.diamond dl>dd>a{color: var(--primary-color);}
.diamond dl>dd>a:hover{color: var(--primary-color);}
.diamond .inquiry-btn{display: none;}

.details-applications .etw-phone ul>li>a>span{ font-size: .85rem; line-height: 1.2;}
.details-applications p,
.details-applications .items>li{font-size: .9rem;}

.prosdetails .etw-phone4 ul>li>a{flex-direction: column;}
.prosdetails .etw-phone4 ul>li>a>span{position: relative; flex: 1; background: #fff; color: #000; padding: 1rem;}
.prosdetails-white .etw-phone4 ul>li>a{background-color: #f8f9fa;}
.prosdetails-white .etw-phone4 ul>li>a>img{mix-blend-mode: multiply;}
.prosdetails-white .etw-phone4 ul>li>a>span{background: #f8f9fa;}

.automatic figure>a>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; background-image: linear-gradient(transparent, rgba(0,0,0,.8)); position: absolute; left: 0; bottom: 0; padding: 1.5rem; color: #fff; font-size: 1.125rem;}

.inquirybtn .inquirybtn-pdf{margin-left: 1.875rem; font-weight: 500; font-size: .875rem;}
.inquirybtn .inquirybtn-pdf>i{font-size: 1.25rem; margin-left: .5rem; color: var(--primary-color);}

.hubtextbox{padding-top: 1rem;}
.hubtextbox .etw_hometitle{position: relative; padding-bottom: 30px;}
.hubtextbox .etw_hometitle::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}
.hubtextbox p{font-size: 1rem; line-height: 26px;}


@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
	.detailsapps ul>li{width: 50%;}
	.tabfixed{top: 70px;}
	.prosdetails .etw-phone3 ul>li{width: calc(100% / 3);}
	.details-applications .etw-phone3 ul>li{width: calc(100% / 3);}
	.standard-content ul>li{width: 25%;}

}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
	.etw-phone4 ul>li{width: 50%;}
	.etw-phone4 ul>li a img{width: 100%;}
	.otherpros ul>li{width: 50%; margin-bottom: 30px;}
	.magnetic ul>li{width: 100%;}
	.standard-content ul>li{width: calc(100% / 3);}
	.diamond ul>li{width: 100%;}
	.pros_menu ul>li{margin: 0 .3125rem; padding: .3125rem;}
	.prosdetails .etw-phone3 ul>li{width: 50%;}

}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.accordion>.card{width: 100%;}
	.otherpros ul>li{width: 50%;}
	.detailsapps ul>li{width: 100%;}
	.standard-content ul>li{width: 100%;}
	.tabfixed{top: 60px;}
	.details-items1 .specifications>li{width: 100%;}
	.standard-content ul.etw-phone3>li{width: 50%;}
	.details-applications .etw-phone3 ul>li{width: 50%;}
	.pros-diamond .etw-phone>ul>li{width: 100%;}

}
@media (max-width:400.98px){
	.otherpros ul>li{width: 100%;}
	.diamond ul>li>ol .imgbox{width: 100%;}
	.etw-phone4 ul>li{width: 100%;}
	.partsnav{margin-bottom: 1.25rem;}
	.partsnav>li{width: 100%; margin: 0;}
	.details-items1 .etw_hometitle a.cedownload{top: 15%;}
	.prosdetails .etw-phone3 ul>li{width: 100%;}
	.magnetic ul>li>ol .imgbox{width: 100%; padding-bottom: 1.25rem;}
	.magnetic ul>li>ol .textbox,
	.standard-content ul>li,
	.standard-content ul.etw-phone3>li,
	.pros-apps ul>li,.details-applications .etw-phone3 ul>li{width: 100%;}
	.pros-apps ul>li{margin-bottom: 1.25rem;}
}
/* Products End */
/* Applications */
.apps .etw_hometitle{position: relative; padding-bottom: 30px;}
.apps .etw_hometitle::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}

.appstexts{font-size: .95rem; line-height: 1.5;}
.appstexts>dl{margin-bottom: .5rem; display: flex; flex-direction: column;}
.appstexts>dl>dd{text-align: left; margin-bottom: .625rem;}
.appstexts>dl>dd>p{position: relative; padding-left: 1rem;}
.appstexts>dl>dd>p::before{content: ''; width: 4px; height: 4px; background-color: var(--primary-color); border-radius: 50%; position: absolute; left: 2px; top: 9px;}

.appslist{width: calc(100% + 30px); margin: 0 -15px;}
.appslist>li{width: 100%; padding: 0 15px; margin-top: 30px;}
.appslist>li>ol{ background-color: #fff; transition: all .3s;}
.appslist>li>ol a.imgbox{width: 35%;}
.appslist>li>ol .textbox{width: 65%; flex-direction: column; justify-content: center; padding: 30px; padding-left: 50px;}
.appslist>li>ol .textbox>a.h6{font-size: 1.5rem; font-weight: 500;}
.appslist>li>ol .textbox>p{font-size: .9rem; color: #333;}
.appslist>li>ol .textbox .more{display: flex;}
.appslist>li>ol .textbox .more>a{color: var(--primary-color); font-size: .875rem;}
.appslist>li>ol:hover{box-shadow: 0 0 15px rgba(0,0,0,.15);}

.recommended .h3{padding-bottom: 0 !important;}
.recommended .h3::after{content:none !important;}

.appsoem a.h3{font-size: 1.5rem; font-weight: 500; margin-bottom: 1rem; display: flex;}
.appsoem p{font-size: .875rem;}
.appsoem dl{display: flex; flex-direction: column;}
.appsoem dl>dd{font-size: .875rem;}
.appsoem dl>dd>strong{font-weight: 600; color: #000;}
.appsoem .more{display: flex;}
.appsoem .more>a{color: var(--primary-color); font-size: .875rem;}

/* Details */
.inquiryform-apps{background-color: #fff;}
.inquiryform-apps::before{content: ''; position: absolute; inset: 0; background: url(../images/inquiry_bg.jpg) no-repeat center bottom; background-size: cover; mix-blend-mode: multiply;}
.inquiryform-apps .container{position: relative; z-index: 2;}
.inquiryform-apps .feedback{width: 100%; max-width: 600px; margin: 0 auto; background-color: #fff; padding: 1.875rem; box-shadow: 0 0 15px rgba(0,0,0,.15);}
.inquiryform-apps dl{display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 1rem;}
.inquiryform-apps dl>dd{margin: 0 20px;}

.appsdetails .etw_hometitle>.h1{font-size: 1.875rem; font-weight: 200; font-family: var(--font-family1); color: rgba(0,0,0,.2); margin-bottom: .5rem;}
.appsdetails .etw_hometitle>.h3{font-size: 1.8rem; position: relative; z-index: 2; padding-bottom: .625rem; margin-bottom: .625rem; border-bottom: 1px dashed #ccc; font-weight: 400;}
.appsdetails .etw_hometitle>small{display: block; font-size: 1.125rem; color: #999;}
.appsdetails p{font-size: .875rem;}
.appsdetails dl>dd{font-size: .875rem;}
.appsdetails-items{padding: 3.125rem 0; position: relative;}

.apprecommendedpros .container2{position: relative; display: flex; flex-wrap: wrap; align-items: flex-end;}
.apprecommendedpros-list{width: 100%; margin: 0;}
.apprecommendedpros-list>li{width: 100%; padding: 0;}
.apprecommendedpros-list>li>ol a.imgbox{width: 40%;}
.apprecommendedpros-list>li>ol .textbox{width: 60%; flex-direction: column; justify-content: center; padding-left: 40px;}
.apprecommendedpros-list>li>ol .textbox>a.h6{font-size: 1.5rem;}
.apprecommendedpros-list>li>ol .textbox>dl{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: .5rem;}
.apprecommendedpros-list>li>ol .textbox>dl>dd{width: 50%; font-size: .875rem; color: #000;}
.apprecommendedpros-list>li>ol .textbox>dl>dd>strong{font-weight: 400; color: #555;}
.apprecommendedpros-list>li>ol .textbox>.more>a{color: var(--primary-color);}

.apprecommendedpros-one .container2{max-width: 800px;}
.apprecommendedpros-one .apprecommendedpros-list>li>ol .textbox>dl>dd{margin-bottom: 10px;}
.apprecommendedpros-one .apprecommendedpros-list>li>ol a.imgbox{width: 35%;}
.apprecommendedpros-one .apprecommendedpros-list>li>ol .textbox{width: 65%;}

.apprecommendedpros2 ul{width: calc(100% + 20px); margin: 0 -10px;}
.apprecommendedpros2 ul>li{padding: 10px;}
.apprecommendedpros2 ul>li>a{background-color: #f8f9fa; box-shadow: 0 0 5px rgba(0,0,0,.1);}
.apprecommendedpros2 ul>li>a>img{mix-blend-mode: multiply;}
.apprecommendedpros2 ul>li>a>span{position: relative; background: #f8f9fa; color: #000;}

.apprecommendedpros3 ul{width: calc(100% + 20px); margin: 0 -10px;}
.apprecommendedpros3 ul>li{width: 50%; padding: 10px;}
.apprecommendedpros3 ul>li>ol{background-color: #f8f9fa;}
.apprecommendedpros3 ul>li>ol a.imgbox{width: 35%; mix-blend-mode: multiply;}
.apprecommendedpros3 ul>li>ol .textbox{width: 65%; padding: 1.25rem; flex-direction: column; justify-content: center; padding-left: 30px;}
.apprecommendedpros3 ul>li>ol .textbox a.h6{font-size: 1rem; font-weight: 700; margin-bottom: .5rem;}
.apprecommendedpros3 ul>li>ol .textbox>p{font-size: .875rem; flex: none; margin-bottom: .5rem;}

.otherapps .h3{text-align: center; position: relative; padding-bottom: 30px;}
.otherapps .h3::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}
.otherapps ul>li{width: 25%; padding: 0 15px;}
.otherapps ul>li>ol{flex-direction: column;}
.otherapps ul>li>ol .textbox{flex-direction: column; align-items: center; position: relative; transform: translateY(-30%); z-index: 2; transition: all .3s;}
.otherapps ul>li>ol .textbox a.h6{width: 90%; flex: 1; font-size: 1rem; background-color: #fff; padding: 1rem; display: flex; text-align: center; align-items: center; justify-content: center; margin-bottom: 0; box-shadow: 0 10px 10px rgba(0,0,0,.1);}
.otherapps ul>li>ol:hover .imgbox>img{transform: scale(1.05);}
.otherapps ul>li>ol:hover .textbox{transform: translateX(0);}
.otherapps ul>li.active>ol .textbox a.h6{color: var(--primary-color);}


@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.ourmagnetic .etw-phone3 ul>li{width: calc(100% / 3);}
	.appslist>li>ol a.imgbox>img{width: 100%;}
	.appslist>li>ol .textbox{padding: 30px;}
	.appsdetails .etw-phone3 ul>li{width: calc(100% / 3);}

}
@media (max-width:767.98px){
	.appslist>li>ol a.imgbox{width: 100%;}
	.appslist>li>ol .textbox{width: 100%;}
	.apprecommendedpros-one .apprecommendedpros-list>li>ol a.imgbox{width: 50%;}
	.apprecommendedpros-list>li>ol .textbox>dl>dd{width: 100%;}
	.otherapps ul>li{width: 50%;}
	.apprecommendedpros3 ul>li>ol a.imgbox{width: 100%;}
}
@media (max-width:575.98px){
	.appslist>li>ol .textbox{padding: 2rem 1rem;}
	.apprecommendedpros3 ul>li{width: 100%;}
	.ourmagnetic .etw-phone3 ul>li{width: 50%;}
	.apprecommendedpros-one .apprecommendedpros-list>li>ol a.imgbox{width: 100%;}
	.apprecommendedpros-one .apprecommendedpros-list>li>ol .textbox{width: 100%; padding: 1.25rem 0 0 0;}

}
@media (max-width:450.98px){
	.appslist>li>ol .textbox{padding: 1rem;}
	.apprecommendedpros-list>li>ol .textbox>dl>dd{width: 100%;}
	.otherapps ul>li,.ourmagnetic .etw-phone3 ul>li{width: 100%;}
	.inquiryform-apps .feedback{padding: 1.25rem;}
	.appsdetails .etw-phone3 ul>li{width: 100%;}
}

/* Applications End */
/* OEM Customization */
.oem{padding: 0; font-size: .95rem;}
.oem-items{margin-bottom: 2.5rem; position: relative;}
.oem .etw_hometitle{position: relative; padding-bottom: 30px;}
.oem .etw_hometitle::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}

.oem-left{position: relative;}
.oem-left::before{content: ''; width: 100%; height: 100%; position: absolute; left: -10px; top: 10px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.oem-right{position: relative;}
.oem-right::before{content: ''; width: 100%; height: 100%; position: absolute; left: 10px; top: 10px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}


.recommended-pros .h3{position: relative; padding-bottom: 30px; text-align: center;}
.recommended-pros .h3::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}
.recommended-pros ul{width: calc(100% + 30px); margin: 0 -15px;}
.recommended-pros ul>li{width: 50%; padding: 0 15px;}
.recommended-pros ul>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15); background-color: #fff;}
.recommended-pros ul>li>ol a.imgbox{width: 100%;}
.recommended-pros ul>li>ol .textbox{width: 100%; flex-direction: column; justify-content: center; padding: 1.25rem;}
.recommended-pros ul>li>ol .textbox a.h6{width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 1.5rem; color: #000;}
.recommended-pros ul>li>ol .textbox a.h6:hover{color: var(--primary-color);}
.recommended-pros ul>li>ol .textbox .more>a{font-size: .875rem; color: var(--primary-color);}
.recommended-pros ul>li>ol .textbox>dl{flex: 1; display: flex; flex-wrap: wrap; align-content: flex-start; margin-bottom: 10px;}
.recommended-pros ul>li>ol .textbox>dl>dd{width: 50%; font-size: .9rem; margin-bottom: 5px;}
.recommended-pros ul>li>ol .textbox>dl>dt{width: 100%; font-weight: 500; margin: 5px 0;}

.oemswiper .swiper{width: 100%;}
.oemswiper .prev-button,.oemswiper .next-button{position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 1rem; color: #fff; z-index: 2; padding: .625rem .3125rem; background-color: rgba(0,0,0,.5);}
.oemswiper .next-button{left: auto; right: 0;}
.oemswiper .prev-button:hover,.oemswiper .next-button:hover{background-color: rgba(0,0,0,1);}


/* OEM Customization-End */
/* About Us-End */
.company{padding: 0; font-size: .95rem;}
.company-items{padding: 3.125rem 0; position: relative;}

.company-left{position: relative;}
.company-left::before{content: ''; width: calc(100% - 20px); height: calc(100% - 20px); position: absolute; left: -20px; top: 40px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.company-right{position: relative;}
.company-right::before{content: ''; width: calc(100% - 20px); height: calc(100% - 20px); position: absolute; left: 20px; top: 40px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}

.company-list>li{width: 25%;}
.company-list>li>ol{background-color: #f8f9fa; flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.company-list>li>ol .textbox{padding: 1rem; font-size: .875rem; line-height: 1.5;}

.advantages-list{width: 100%; margin: 0;}
.advantages-list>li{width: 50%; padding: 30px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.advantages-list>li>ol{display: flex; flex-direction: column;}
.advantages-list>li>ol>.h6{font-size: 1.125rem; font-weight: 600; margin-bottom: .5rem;}
.advantages-list>li>ol>p{font-size: .875rem;}
.advantages-list>li:first-child{width: 100%; border-right: none; border-bottom: none;}
.advantages-list>li:nth-child(3),
.advantages-list>li:nth-child(5){border-right: none;}
.advantages-list>li:nth-child(4),
.advantages-list>li:nth-child(5){border-bottom: none;}


.companyfw p>strong{font-size: .875rem; line-height: 1.2;}
.companyfw ul{width: 100%; margin: 0;}
.companyfw ul>li{padding: 0; margin-top: 1rem;}
.companyfw ul>li>ol{flex-direction: column;}
.companyfw ul>li>ol>.h6{margin-bottom: .5rem; font-weight: 600;}
.companyfw ul>li>ol>p{font-size: .875rem;}

.support-list>li{width: 100%;}
.support-list>li>ol{flex-direction: column;}
.support-list>li>ol>.h6{font-weight: 600; margin-bottom: .5rem;}
.support-list>li>ol>p{flex: 1;}

.company-nav ul>li{width: 20%; border-right: 1px solid #ccc;}
.company-nav ul>li>a{width: 100%; display: flex; flex-direction: column; align-items: center;}
.company-nav ul>li>a>span{width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: .875rem; text-align: center;}
.company-nav ul>li>a>span>img{display: block; max-width: 60px; height: auto; margin-bottom: .5rem; transition: initial;}
.company-nav ul>li>a:hover>span>img,
.company-nav ul>li.active>a>span>img{filter: drop-shadow(0 60px var(--primary-color)); position: relative; transform: translateY(-100%);}
.company-nav ul>li>a:hover>span,
.company-nav ul>li.active>a>span{font-weight: 600; color: var(--primary-color);}

.ourpros .container{max-width: 1500px;}
.ourpros .h3{position: relative; padding-bottom: 30px;text-align: center;}
.ourpros .h3::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}
.ourpros ul>li{width: 20%;}
.ourpros ul>li>ol{flex-direction: column; position: relative; z-index: 0; background-color: #f8f9fa; padding: 1rem;}
.ourpros ul>li>ol a.imgbox{mix-blend-mode: multiply;}
.ourpros ul>li>ol .textbox{flex-direction: column;}
.ourpros ul>li>ol .textbox>a.h6{margin-bottom: 0; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-family: var(--font-family2); font-weight: 500; font-size: .95rem;}
.ourpros ul>li>ol:hover::before{height: 100%; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.ourpros ul>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.ourpros.bg-light ul>li>ol{background-color: #fff;}


@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}
	.company-list>li{width: 50%;}
	.oem-left::before{width: 0;}
	.company-left::before{display: none;}
	.company-items1 .etw-phone3 ul>li{width: calc(100% / 3);}
	.company-list>li>ol .imgbox>img{width: 100%;}
	.advantages-list>li{padding: 20px;}


}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
	.ourpros ul>li{width: 33%;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.ourpros ul>li{width: 50%;}
	.ourpros ul>li:last-child{display: none;}
	.company-list>li{width: 100%;}
	.advantages-list>li{width: 100%;border-right: none;}
	.advantages-list>li:nth-child(2),.advantages-list>li:nth-child(3),.advantages-list>li:nth-child(4){border-bottom: 1px solid #ccc;}
	.company-nav ul>li{width: 25%;}
	.distributor-list li{border: none !important;}

}
@media (max-width:475.98px){
	.company-nav ul>li{width: 50%; border-right:none;}
}
@media (max-width:375.98px){
	.ourpros ul>li,.company-items1 .etw-phone3 ul>li{width: 100%;}
}
/* Become A Distributor */
.distributor .etw_hometitle{position: relative; padding-bottom: 30px;text-align: center;}
.distributor .etw_hometitle::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}
.distributor-list{margin-bottom: 1rem; width: calc(100% + 40px); margin: 0 -20px;}
.distributor-list li{width: 50%; padding: 0 20px; margin-bottom: 1rem;}
.distributor-list li>ol>.h6{font-weight: 600; margin-bottom: .5rem;}
.distributor-list li>ol>p{font-size: .875rem;}
.distributor-list li:nth-child(odd){border-right: 1px solid #ccc;}
.distributor-list li:last-child{border-right: none;}

/* Exhibitions */
.exhibitions .etw_hometitle{position: relative; padding-bottom: 30px;text-align: center;}
.exhibitions .etw_hometitle::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}
.exhibitions .etw-phone ul{width: calc(100% + 30px); margin: 0 -15px;}
.exhibitions .etw-phone ul>li{padding: 15px;}
.exhibitions .etw-phone ul>li>a{background-color: #fff;}
.exhibitions .etw-phone ul>li>a>span{position: relative; flex: 1; background: #fff; color: #000; font-size: .875rem; line-height: 1.2; padding: .5rem;}
.exhibitions .etw-phone ul>li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}


@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){}
@media (max-width:575.98px){
	.distributor-list li{width: 100%;}
}
/* FAQs */
.faqs{padding: 0;}
.faqs .etw_hometitle{position: relative; padding-bottom: 30px;text-align: center;}
.faqs .etw_hometitle::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}

.faqs-title{display: flex; align-items: center; justify-content: flex-start; margin: 1rem 0;}
.faqs-title>span{font-family: var(--font-family2); font-size: 1.25rem; font-weight: 600;}

.faqs #accordion{width: 100%; display: flex; flex-direction: column;}
.faqs .card{margin: 0; background-color:#f8f9fa; border:none; border-bottom: 1px solid #ccc; border-radius:0 !important; overflow:hidden;}
.faqs .card-header{padding:0; background-color:#f8f9fa; border:none}
.faqs .card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size: .95rem; font-weight:600; position:relative; line-height:1.5rem}
.faqs .card-link::after{content:"\F282"; font-size:1.2rem; color:#000; 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; right: 1rem; top:1rem; transition: all .3s;}
.faqs .card-body{padding:1rem; padding-top:0; line-height:1.4rem;}
.faqs .card-body p{font-size: .95rem;}
.faqs .card-body .items>dd{padding-left: 1rem; font-size: .95rem;}
.faqs .card-body .items>dd::before{content: '-'; color: inherit;}
.faqs .card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.faqs .card-link:hover{background-color: #fff;}

@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){}
@media (max-width:575.98px){}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: rgba(13, 13, 13,1); font-family: var(--font-family-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(--primary-color);}
.contact dl dd a:hover{color:#000;}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-left: 0;}
.contact .feedback{padding: 1.5rem 1rem;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family: var(--font-family-main);}
.contact_map{margin-top: 2rem;}

#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
.etw-inquery-btn{background: var(--primary-color) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--second-color) !important;}
/* Contact Us-End */
/* Overview */
.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem; font-size: 1.75rem; font-weight: 600;}

.overview-company .etw_hometitle{position: relative; padding-bottom: 30px;}
.overview-company .etw_hometitle::after{content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:780px; height:30px; background-image:url(../images/title.svg); background-repeat:no-repeat; background-position:center bottom; background-size:100% auto;}
.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company li{width:calc(50% - 20px); 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:0}
.overview-company li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--primary-color);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#000; font-size:1rem; line-height: 24px;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{margin-bottom: 5px;}
.overview-company li .overview-company-value dl dd>i{color: var(--primary-color); margin-right: .5rem;}
.overview-company li:hover .overview-company-label::after{width:100%}
.overview-company-value>figure>dl{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap;}
.overview-company-value>figure>dl>dd{width: calc(100% / 7); padding: 5px;}

.overview-service ul>li{width: 25%;}
.overview-service ul>li>ol{width: 100%; display: flex; flex-direction: column;}
.overview-service ul>li>ol a.h6{width: 100%; background-color: #eee; padding: 1rem; margin-bottom: 0; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1.125rem;cursor: pointer;}
.overview-service ul>li>ol a.imgbox{flex-direction: column;}
.overview-service ul>li>ol a.imgbox>.h5{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; margin-bottom: 0; padding: 1rem; background-image: linear-gradient(transparent,#fff);}
.overview-service ul>li>ol a.imgbox>.video-btn{width: 50px; height: 50px;}
.overview-service ul>li>ol a.imgbox>.video-btn::after{width: 50px; height: 50px;}
.overview-service ul>li>ol .textbox{flex-direction: column; padding-top: 1rem;}
.overview-service ul>li>ol .textbox>p{font-size: .875rem; line-height: 22px;}


@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
}
@media (max-width:767.98px){
	.overview-title>span{font-size: 1.8rem;}
}
@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
}
/* 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: #000;}
.videos .videostext{font-size: 1rem; font-weight: 400; margin-bottom: 1.25rem;}
.videos .videostext a{color: var(--primary-color); text-decoration: underline;}
.videos .videostext a:hover{color: var(--primary-color); text-decoration: none;}

.videos-hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos-hub-title{font-size:1.5rem; font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family2);}
.videos-hub ul{width: calc(100% + 20px); margin: 0 -10px;}
.videos-hub ul li{width: 100%; padding: 10px;}
.videos-hub ul li .imgbox::after{content: ''; width: 2.5rem; height: 2.5rem;; background: url(../images/video_btn.png) no-repeat center center; background-size: 100% 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.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-pros ul li{width:50%;}
.videos-pros ul li>a{border-radius: 10px; overflow: hidden;}
.videos-pros ul li>a>.imgbox{width: 40%;}
.videos-pros ul li>a>.imgbox::after{width: 3rem; height: 3rem;}
.videos-pros ul li>a>.textbox{flex: none; width: 60%; display: flex; align-items: center; font-size: 1rem; line-height: 22px; color: #000; padding: .5rem; padding-left: 1.25rem; transition: all .4s;}
.videos-pros ul li>a:hover>.textbox{color:var(--primary-color)}

.video-details{width:100%;padding:0 0 3.125rem 0}
.video-details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right .h3{font-size: 1.875rem; color: #000; font-weight: 700; font-family: var(--font-family2);}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--primary-color); color:#fff; border-color:var(--primary-color)}
.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(--primary-color); padding:1rem;text-align:center; 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(--primary-color);}
#etw_videolist ul li a:hover span{color: var(--primary-color);}
#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{padding-top: 30px;}
	.videos-pros ul li{width: 100%;}
	.videos-pros ul li>a>.textbox{font-size: 1.2rem;}
}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
	.videos-pros ul li>a>.textbox{font-size: 1rem;}
}
@media (max-width:375.98px){
	.videos-hub{margin-bottom: 1.25rem;}
	.videos-pros ul li>a>.imgbox{width: 100%;}
	.videos-pros ul li>a>.textbox{width: 100%; padding: .625rem; justify-content: center; text-align: center;}

}
/* videos-End */
