@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.min.css";
@font-face{font-family:iconfont;font-display:swap;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}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@font-face{font-family:"Teko"; font-weight:300 700; font-style:normal; font-display:swap; src:url(../fonts/Teko/Teko-VariableFont_wght.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
header,main,footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
	--bg-main: #e50012;
	--bg-hover: #B3000F;
	--family-first: "Poppins",sans-serif;
	--family-second: "Teko",sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
}
.bi{width: 1rem; height: 24px; display: flex; overflow: hidden;}
.bi::before{content: ""; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(1rem 0 var(--bg-hover)); position: relative; transform: translateX(-100%);}
.bi-envelope-at::before{background-image: url(../images/icons/envelope-at.svg);}
.bi-phone-vibrate::before{background-image: url(../images/icons/phone-vibrate.svg);}
.bi-whatsapp::before{background-image: url(../images/icons/whatsapp.svg);}
.bi-arrow-right::before{background-image: url(../images/icons/arrow-right.svg);}
.bi-chevron-down::before{background-image: url(../images/icons/chevron-down.svg);}
.bi-chevron-right::before{background-image: url(../images/icons/chevron-right.svg);}
.bi-chevron-left::before{background-image: url(../images/icons/chevron-left.svg);}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(#fff,var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),#fff);}
.bg-white-light{background-image: linear-gradient(#fff,#f8f9fa);}
.bg-light-white{background-image: linear-gradient(#f8f9fa,#fff);}
.bg-white-F9{background-image: linear-gradient(#fff,var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),#fff);}
* {box-sizing: border-box;padding: 0;margin: 0;}
header,main,footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 400; font-size: .9rem; letter-spacing: .5px; line-height:1.5; background: url(../images/body_bg.webp) repeat center top #fff; background-size: 100% 100%; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h1,.h1,h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {display: block; color: #333; line-height: 1.2; font-family: var(--family-second); margin-bottom: 1rem; font-weight: bold;}
h1,.h1,.title1 {font-size: clamp(2.25rem, 5vw, 2.5rem);}
h2,.h2,.title2 {font-size: clamp(2rem, 5vw, 2.25rem);}
h3,.h3,.title3 {font-size: clamp(1.75rem, 5vw, 2rem);}
h4,.h4,.title4 {font-size: clamp(1.5rem, 5vw, 1.75rem);}
h5,.h5,.title5 {font-size: clamp(1.25rem, 5vw, 1.5rem);}
h6,.h6,.title6{font-size: 1rem;}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover);}
p:last-child,figure{margin-bottom: 0;}
strong {font-weight: bold;}
b {font-weight: 600;}
img{display:block; width:100%; height:auto;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.2s;color:inherit;text-decoration:none}
a:hover{text-decoration:none; color: var(--bg-hover);}
u.inquiry{color: var(--bg-main); text-decoration:none;}
u.inquiry:hover *{color: var(--bg-hover);}
.imgbox{width:100%;display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; aspect-ratio: 4/3;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;}
.container{width: 100%; max-width:1230px; margin: 0 auto;}
.container1{width: 100%; max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{width: 100%; max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container3{width: 100%; max-width:930px; margin: 0 auto; padding: 0 15px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
ul.list{width: calc(100% + 30px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
ul.list li{display: flex; flex-wrap: wrap; padding: 15px;}
ul.list li>ol,ul.list li>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
@media (max-width: 575.98px){
ul.list{width: calc(100% + 20px) !important; margin: 0 -10px !important;}
ul.list li{padding: 10px !important;}
}
.etw_photo{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
.etw_photo ul li{width:100%; padding: 0 10px; margin-bottom: 20px; display: flex; flex-direction: column;}
.etw_photo ul li>ol{flex-direction: column;}
.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .95rem; padding-top: .625rem;}
.etw_photo ul li a:hover{cursor: zoom-in;}
.etw_photo2 ul li{width:50%;}
.etw_photo3 ul li{width:calc(100% / 3);}
.etw_photo4 ul li{width:25%;}
.etw_photo5 ul li{width:20%;}
.etw_photo6 ul li{width:calc(100% / 6);}
.etw_photo_m1 ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw_photo_m1 ul li{padding: 0 5px; margin-bottom: 10px;}
.etw_photo_m2{width: calc(100% + 30px); margin: 0 -15px;}
.etw_photo_m2 ul li{padding: 0 15px; margin-bottom: 30px;}
.etw_photo .no-gutters{width: 100%;}
.etw_photo .no-gutters>div{display: flex; flex-wrap: wrap;}
.etw_photo_p ul li{padding: 10px; margin-bottom: 0;}
@media (max-width:1199.98px){
	.etw_photo6 ul li{width: 20%;}
}@media (max-width:991.98px){
.etw_photo_p1 ul li{width:25%;}
}@media (max-width:767.98px){
	.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
.etw_photo_p1 ul li{width:50%;}
}@media (max-width:575.98px){
	.etw_photo3 ul li,.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: 50%;}
	.etw_photo ul li span{font-size: .875rem;}
}@media (max-width:375.98px){
	.etw_photo ul li:has(span){width: 100%;}
	.etw_photo5 ul li{width: 50%;}
}@media (max-width:370.98px){
	.etw_photo ul li{width: 100% !important; display: flex !important;}
	.etw_photo5 ul li{width: 50% !important;display: block !important;}
}
ul.items{width: 100%; display: block; margin: 0 0 1rem 0;}
ul.items:last-child{margin-bottom: 0;}
ul.items li{display: block; position:relative; margin-bottom: 10px; padding: 0; line-height: 24px;}
ul.items li:last-child{margin-bottom: 0;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 1.25rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) "."; color: var(--bg-hover); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 0;}
ul.items_none li::before{content: none;}
ul.items1 li{padding-left: 1rem;}
ul.items1 li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-hover); position: absolute; left: 0; top: 9px;}
ul.items1 li>ol>li::before{border-radius: 50%; background-color: rgba(0, 0, 0, .3);}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #555; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-bordered td{border: none; border-bottom: 1px solid rgba(0, 0, 0, .05);}

/* video_Btn */
.video_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video_btn::before{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video_btn.webp) no-repeat center center; background-size: 100% 100%; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{opacity: .8;}
/* More */
.more,.more_big{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; position: relative; z-index: 0; transition: all .3s; font-size: .875rem; font-weight: 400; text-transform: uppercase; line-height: 1; color: var(--bg-main); overflow: hidden;}
.more>a>svg{margin-left: .5rem; width: .875rem; height: .875rem; display: flex; align-items: center; justify-content: center;}
.more>a>svg>path{fill: var(--bg-main);}
.more>a::after{content: ''; width: 0; height: 1px; background-color: var(--bg-hover); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a:hover{color: var(--bg-hover);}
.more>a:hover>svg>path{fill: var(--bg-hover);}
.more>a:hover::after{width: 100%; left: 0; right: auto;}

.more_big>a{width:fit-content; display: flex; align-items: center; transition: all .4s; padding: .625rem 1rem; font-size: .875rem; font-weight: 400; color: #555; border: 1px solid #808080; line-height: 1; overflow: hidden; border-radius: .5rem; text-transform: uppercase;}
.more_big>a>svg{margin-left: .5rem; width: .875rem; height: .875rem; display: flex; align-items: center; justify-content: center;}
.more_big>a>svg>path{fill: #555;}
.more_big>a:hover{color: #fff; background-color: var(--bg-main) !important; border-color: var(--bg-main) !important;}
.more_big>a:hover>svg>path{fill: #fff !important;}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: 1rem; font-weight: 300; position: relative; border-radius: 30px; overflow: hidden; z-index: 0; background-color: var(--bg-main);  transition: all .3s ease-in-out;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{background-color: var(--bg-hover);}
.inquiry_quote>a{font-size: .875rem; text-transform: uppercase;}
/* 询盘 */
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 aside,#feedback2015 aside{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-hover) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 0 10px;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: #808080 !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--bg-main) !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-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#999; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; margin-right: 2.5rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 100px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown;box-shadow: 4px 4px 100px rgba(0,0,0,.15);}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{float: left; padding: 20px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:60px;}
nav{display: flex; flex-wrap: wrap; flex: 1;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0 0 0 3rem; justify-content: flex-end;}
.navbar>li{padding: 10px 0; margin-right: 3rem;}
.navbar>li>a{min-height: 40px; display: flex; align-items: center; justify-content: center; text-transform: uppercase; color: #555; font-size: 1rem; font-weight: 600; position: relative;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li:hover>a,.navbar>li.active>a{color: var(--bg-main);}
.navbar>li:hover>a::before{width: 100%;}
.navbar>li:last-child{margin: 0;}

.navbar .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; background-color: #fff; 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); border-radius: 0;}
.dropdown-menu>ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.dropdown-menu>ul>li{width: 100%; padding: 0; border-bottom: 1px dashed rgba(0, 0, 0, .05); display: flex;}
.dropdown-menu>ul>li:last-child{border-bottom: none;}
.dropdown-menu>ul>li>a{width: 100%; display: flex; align-items: center; white-space: nowrap; padding: .5rem 1rem; font-size: .95rem; color: #555;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05);}
.dropdown-menu>ul>li>a.active{color: var(--bg-main); background: none;}
@media (max-width:1199.98px){
	.navbar>li{margin-right:1.6rem;}
}@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.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%; flex: none;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 0;}
.navbar>li>a{position: relative; padding: .5rem 1rem; justify-content: flex-start; margin: 0;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2;font-family: var(--family-first);}
.navbar>li:hover>a,.navbar>li.active>a{background-color: var(--bg-hover); color: #fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo {flex: 1;display: flex;}
#etw_logo a>img{max-height:50px;}
}@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
	.banner_hover h1{ display: none;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner{padding: 0; background-color: #fff;}
.etw_banner .container-fluid{max-width: 1600px; padding: 0;}
.picture_banner{width: 100%; overflow: hidden; position: relative;}
.picture_banner picture,.picture_banner img{width: 100%; display: block; height: auto;}
.picture_banner::before{content: ""; position: absolute; inset: 0;}
.banner_hover{position: absolute; width: auto; display: flex; flex-direction: column;}
.banner_hover h1,.banner_hover .h1{letter-spacing: 1px; color: #fff; line-height: 1; font-size: clamp(1.5rem, 5vw, 2.25rem); text-transform: uppercase; margin-bottom: 1.5rem;}
.banner_hover p{font-size: clamp(.875rem, 5vw, 1rem); line-height: 1.5; color: #fff;}
.banner1 .banner_hover{width: 100%; max-width: 480px; height: 100%; left: 0; top: 0; padding-left: 3rem; justify-content: center;}
.banner1 .banner_hover h1,.banner1 .banner_hover .h1,.banner1 .banner_hover p{color: #333;}
.banner2 .picture_banner::before{background-image: linear-gradient(to right, #111820, transparent); opacity: .7;}
.banner2 .banner_hover{max-width: 480px; left: 8%; top:50%; transform: translateY(-50%);}
.banner2 .banner_hover ul{width: 100%; display: flex; flex-direction: column;}
.banner2 .banner_hover ul>li{width: 100%; line-height: 24px; margin-bottom: 10px; color: #fff; position: relative; padding-left: 1.25rem;}
.banner2 .banner_hover ul>li::before{content: ""; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; position: absolute; left: 0; top: 9px;}
@media (max-width:767.98px){
.banner_hover p{ display: none;}
}
/* Banner-end */
/* index */
section,.section,.section_item,aside{width: 100%; padding:3.125rem 0; display: block; position: relative;}
.home_about .h1{width: 100%; display: flex; flex-direction:column; align-items: center; text-align: center; font-weight: 600; color: #333;}
.home_about .h1::before{content: ""; width: 80px; height: 3px; background-color: var(--bg-main); margin-bottom: 1rem;}
.home_about_content{display: flex; flex-wrap: wrap; overflow: hidden;}
.home_about_content .left{width: 50%; padding: 2rem; padding-left: 0;}
.home_about_content .left .h2{display: flex; flex-direction: column; font-weight: 600; color: var(--bg-main);}
.home_about_content .left .h2>small{color: #666; font-size: 1rem; font-family: var(--family-first); font-style: oblique;}
.home_about_content .left p>b{font-weight: bold; color: #333;}
.home_about_content .right{width: 50%;}
.home_about_content .right .imgbox{border-radius: 1rem;}
.home_pros_title{display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 1rem;}
.home_pros_title>.h1{display: flex; flex-direction: column; align-items: center; font-weight: 600; color: #333; margin-bottom: 0;}
.home_pros_title>.h1::before{content: ""; width: 80px; height: 3px; background-color: var(--bg-main); margin-bottom: 1rem;}
.home_pros_title>small{color: #666; font-size: 1rem; font-family: var(--family-first);}
.home_bigpros{width: calc(100% + 30px); display: flex; flex-wrap: wrap; margin: 0 -15px;}
.home_bigpros_item>a{width: 100%; display: flex; position: relative; overflow: hidden; border-radius: .5rem;}
.home_bigpros_item>a .imgbox{width: 100%;}
.home_bigpros_item>a .imgbox>img{height: 100%; object-fit: cover;}
.home_bigpros_item>a .textbox{width: 100%; font-size: 1.125rem; line-height: 1.2; font-weight: 500; color: #666; position: absolute; left: 0; bottom: 0; z-index: 2; color: #fff; padding: 1.25rem; background-image: linear-gradient(transparent,rgba(0,0,0,.7));}
.home_bigpros_item>a:hover{transform: translateY(-5px); border-color: var(--bg-main); box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .2); background-color: #fff;}
.home_bigpros_item{width: 25%; padding: 15px; display: flex;}
.home_bigpros_item1>a .imgbox{aspect-ratio: 3/4;}
.home_bigpros_item2{width: 50%;}
.home_bigpros_item2>a .imgbox{flex: 1;}
.home_bigpros_item3{flex-direction: column; justify-content: space-between;}
.home_bigpros_item3>a{height: calc(50% - 15px);}
.home_tools ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.home_tools ul.list>li{width: 20%; padding: 0 10px; margin-bottom: 20px;}
.home_tools ul.list>li>a{flex-direction: column;}
.home_tools ul.list>li>a .imgbox{aspect-ratio: 1/1; transition: all .2s;}
.home_tools ul.list>li>a .textbox{width: 100%; align-items: center; justify-content: center; text-align: center; padding-top: 1.25rem; color: #333; font-size: .875rem; line-height: 1.3; font-weight: 600; font-family: var(--family-first);}
.home_tools ul.list>li>a:hover{transform: translateY(-8px);}
.home_tools ul.list>li>a:hover .textbox{color: var(--bg-hover);}
.home_cases .h1{text-align: center; display: flex; flex-direction: column; align-items: center;}
.home_cases .h1::before{content: ""; width: 80px; height: 2px; background-color: var(--bg-main); margin-bottom: 1rem;}
.home_cases_content{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.home_cases_left,.home_cases_right{width: calc(50% - 15px); display: flex; flex-direction: column;}
.home_cases_content ul.list>li{width: 100%;}
.home_cases_content ul.list>li>ol{width: 100%; overflow: hidden; position: relative;}
.home_cases_content ul.list>li>ol .imgbox{aspect-ratio: 4/3;}
.home_cases_content ul.list>li>ol .imgbox>img{height: 100%; object-fit: cover;}
.home_cases_content ul.list>li>ol .textbox>small{display: flex; align-items: center; text-transform: uppercase; font-size: .875rem; line-height: 1; color: #333; font-family: var(--family-first);}
.home_cases_content ul.list>li>ol .textbox>small::before{content: ""; width: 20px; height: 2px; background-color: var(--bg-main); margin-right: 1rem;}
.home_cases_content ul.list>li>ol .textbox>h6{color: #000; margin: .625rem 0; font-size: 2rem; font-weight: 400;}
.home_cases_left ul.list{flex: 1;}
.home_cases_left ul.list>li>ol{flex-direction: column;}
.home_cases_left ul.list>li>ol .imgbox{flex: 1;}
.home_cases_left ul.list>li>ol .textbox{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; background-color: rgba(0, 0, 0, .5); flex-direction: column; justify-content: flex-end; padding: 2rem;}
.home_cases_left ul.list>li>ol .textbox>small{color: #fff;}
.home_cases_left ul.list>li>ol .textbox>h6{color: #fff; font-weight: 500; margin: 1.5rem 0;}
.home_cases_left ul.list>li>ol .textbox>.more_big>a{border-color: #fff; color: #fff;}
.home_cases_left ul.list>li>ol .textbox>.more_big>a>svg>path{fill: #fff;}
.home_cases_right ul.list>li>ol .imgbox{width: 30%;}
.home_cases_right ul.list>li>ol .textbox{flex: 1; flex-direction: column; justify-content: center; padding-left: 2rem;}
@media (max-width:991.98px){
	section,.section,.section_item{padding:2.5rem 0;}
.home_about_content .left{ width:100%;}
.home_about_content .right{ display: none;}
.home_tools ul.list > li{ width:33.3%;}
.home_tools ul.list > li:last-child{ display: none;}
}
@media (max-width:767.98px){
.home_cases_left{ display: none;}
section,.section,.section_item{padding:1.875rem 0;}
.home_bigpros_item{width: 50%;}
.home_bigpros_item3{width:100%; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;}
.home_bigpros_item3>a{width:calc(50% - 15px); aspect-ratio: 4/3; height: auto;}
.home_cases_right {width: calc(100% - 15px);}
}@media (max-width:575.98px){
.home_cases{ display: none;}
section,.section,.section_item{padding:1.25rem 0;}
.home_tools ul.list > li{ width:50%;}
.home_tools ul.list > li:last-child{ display:block;}
}
@media (max-width:475.98px){
.home_bigpros{width: calc(100% + 20px); margin: 0 -10px;}
.home_bigpros_item {width: 100%; padding: 10px;}
.home_bigpros_item>a .imgbox {aspect-ratio: 4/3;}
.home_bigpros_item1>a .imgbox>img{object-position: center bottom;}
.home_bigpros_item3>a{width:100%;}
}@media (max-width:375.98px){
	section,.section,.section_item{padding:1rem 0;}
.home_tools ul.list > li{ width:100%;}
}
/* index-end */
footer{position: relative;}
footer::before{content: ""; width: 25%; aspect-ratio: 1/1; background: url(../images/footer_bj.webp) no-repeat center center; background-size: contain; position: absolute; right: 0; bottom: 0; opacity: .2;}
.footer {padding: 3rem 0 1.5rem 0; position: relative; overflow: hidden;}
.footer .container{position: relative; z-index: 2;}
.footer .row{justify-content: center;}
.footer .col-1{flex: 0 0 35%;max-width: 35%;}
.footer .col-2{flex: 0 0 27%;max-width: 27%;}
.footer .col-3{flex: 0 0 24%;max-width: 24%;}
.footer .h3{font-family: var(--family-first); font-weight: 600; font-size: 1.25rem; color: #555; text-transform: uppercase;}
.footer .h3::after{content: ''; width: 50px; height: 2px; background-color: var(--bg-main); display: block; margin-top: .5rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}
.footer .footer_text{font-size: 1.1rem; font-weight: 600;}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block; margin-bottom: .625rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #555; font-size: .875rem;}
.footer_list li>a:hover{color: var(--bg-main);}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin: 0;}
.footer_contact>li{width: 100%; display: flex; align-items: center; color: #333; margin: 0 0 .625rem 0; font-size: .875rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: #333;}
.footer_contact>li svg{width: 1rem; height: 100%; position: absolute; left: 0; top: 0;}
.footer_contact>li svg>path{fill: var(--bg-hover);}
.footer_contact>li a:hover{color: var(--bg-hover);}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding:2rem 0 0 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #333 !important; border: none !important;}
.theme-box-name{background: var(--bg-main) !important; border-left: none !important;}
@media (max-width:991.98px){
.footer .col-1 {flex: 0 0 45%;  max-width: 45%;}
}@media (max-width:767.98px){
.footer{padding: 1.25rem 15px;}
.etw_root {padding: 1rem 0; margin-top: 1rem;}
.footer .col-1 {flex: 0 0 100%;  max-width: 100%; margin-bottom: 1.5rem;}
.footer .col-2,.footer .col-3{flex: 0 0 50%;max-width: 50%;}
}@media (max-width:575.98px){
.footer .col-2,.footer .col-3{flex: 0 0 100%;max-width: 100%;}
.footer .col-2{margin-bottom: 1.5rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative; font-size: .875rem;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{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: 1rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-hover); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* #quicknav-End */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: clamp(1.5rem, 5vw, 2.25rem); color: #333; font-weight: bold; margin-bottom: 1.25rem;}
.etw_hometitle h2:last-child,.etw_hometitle>div[itemprop="name"]:last-child{margin-bottom: 0;}
.etw_hometitle3>div[itemprop="name"]{font-size: clamp(1.5rem, 5vw, 1.875rem); text-transform: uppercase; font-weight: 600; line-height: 1.2;}
/* Products */
.pros_banner{padding: 0;}
.pros_banner .container-fluid{max-width: 1600px; padding: 0; position: relative;}
.pros_banner picture{width: 100%; height: 100%; display: block; overflow: hidden; position: relative; aspect-ratio: 4/1;}
.pros_banner img{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}
.pros_banner_hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; align-items: center; background-image: linear-gradient(to right,rgba(0,0,0,.6),transparent);}
.pros_banner_hover content{width: 100%; max-width: 600px; display: flex; flex-direction: column;}
.pros_banner_hover .etw_hometitle>h2{color: #fff;}
.pros_banner_hover p{color: #fff;}

.pros_biglist .container-fluid{max-width: 1600px; padding: 0;}
.pros_biglist .text_p{display: block; margin: 0 auto 2rem auto; text-align: center; max-width: 800px; font-size: clamp(1rem, 2vw, 1.125rem); color: #333;}
.pros_menu{width: 100%;}
.pros_menu ul.list{justify-content: center;}
.pros_menu ul.list>li{width: 25%; padding: 10px 15px;}
.pros_menu ul.list>li>a{flex-direction: column; align-items: center; position: relative;}
.pros_menu ul.list>li>a::before{content: ""; width: 1px; height: 40px; background-color: #949494; position: absolute; right: -15px; top: 25px;}
.pros_menu ul.list>li:last-child>a::before{content: none;}
.pros_menu ul.list>li>a .imgbox{width: 60px; height: 60px; background-color: #dcdcdc; border-radius: .5rem; overflow: hidden;}
.pros_menu ul.list>li>a .imgbox>img{width: 40px; height: 40px; filter: drop-shadow(60px 0 var(--bg-main)); position: relative; transform: translateX(-60px);}
.pros_menu ul.list>li>a .textbox{flex: 1; flex-direction: column; align-items: center; text-align: center; position: relative; line-height: 1.2; font-size: 1rem;}
.pros_menu ul.list>li>a .textbox::before{content: ""; display: flex; width: 40px; height: 17px; background: url(../images/jiantou1.webp) no-repeat center center; background-size: contain; margin: 1rem 0;}
.pros_menu ul.list>li>a:hover .textbox{color: var(--bg-main);}
.tabfixed{position: sticky; left: 0; top: 100px; z-index: 9; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}

.tabfixed ul.list>li{width: fit-content;}
.tabfixed ul.list>li>a{flex-direction: row; align-items: center;}
.tabfixed ul.list>li>a::before{height: 20px; top: 50%; transform: translateY(-50%);}
.tabfixed ul.list>li>a .imgbox{width: 40px; height: 40px;}
.tabfixed ul.list>li>a .imgbox>img{width: 20px; height: 20px; filter: drop-shadow(40px 0 var(--bg-main)); transform: translateX(-40px);}
.tabfixed ul.list>li>a .textbox{flex-direction: row; text-align: left; font-size: .95rem;}
.tabfixed ul.list>li>a .textbox::before{width: 20px; transform: rotate(-90deg); margin: 1rem 0;}
.tabfixed ul.list>li.dq>a .textbox{color: var(--bg-main);}

.pro_model{width: 100%; overflow: visible;}
.pro_model .title1{display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 1.5rem;}
.pro_model .title1>a{display: inline-flex;}
.pro_model .title1 strong{text-transform: uppercase; font-weight:500; padding:1rem; position: relative; z-index: 2; line-height: 1;}
.pro_model .title1::before{content: ""; width: 85%; height: 100%; background-image: linear-gradient(to right, transparent,var(--bg-F0)); position: absolute; left: 0; top: 0; z-index: 0; clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);}
.pro_model .pro_model_text{font-size: 1.1rem; line-height: 1.5; color: #666;}
.pro_model .title3{text-align: center;}
.pro_model .title3 strong{font-weight:400;}
.pro_model1 ul.list>li{width: calc(100% / 3);}
.pro_model1 ul.list>li>a{flex-direction: column; background-color: #fff; box-shadow: 5px 30px 30px -20px rgba(0, 0, 0, .3); position: relative;}
.pro_model1 ul.list>li>a>.imgbox{width: 100%; aspect-ratio: 3/4;}
.pro_model1 ul.list>li>a>.textbox{flex: 1; padding: 1rem; padding-right: 2rem; flex-direction: column; font-size: .75rem; line-height: 24px; color: var(--bg-hover); position: relative;}
.pro_model1 ul.list>li>a>.textbox::after{content: "\f054"; font-size: 1rem; color: #333; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);}
.pro_model1 ul.list>li>a>.textbox>span{font-size: 1.25rem; color: #333; font-weight: bold; font-family: var(--family-second); text-transform: uppercase;}
.pro_model1 ul.list>li>a:hover{transform: translateY(-10px);}
.pro_model1 ul.list>li>a:hover>.textbox>span,.pro_model ul.list>li>a:hover>.textbox::after{color: var(--bg-main);}

.pro_model2 ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.pro_model2 ul.list>li{width: 25%; padding:0 10px; margin-top: 20px;}
.pro_model2 ul.list>li>a{flex-direction: column; background-color: #fff; box-shadow: 5px 30px 30px -20px rgba(0, 0, 0, .3);}
.pro_model2 ul.list>li>a>.textbox{flex: 1; padding: 1rem .5rem; flex-direction: column; align-items: center; text-align: center; font-size: .75rem; line-height: 24px; color: var(--bg-hover);}
.pro_model2 ul.list>li>a>.textbox>strong{font-size: 1.25rem; color: #333; font-family: var(--family-second);}
.pro_model2 ul.list>li>a:hover{transform: translateY(-10px);}
.pro_model2 ul.list>li>a:hover>.textbox>strong{color: var(--bg-main);}
.pro_model3 ul.list>li>a>.textbox{font-size: 1.25rem; color: #555; font-weight: 600; font-family: var(--family-second);}
.pro_model_last_item{width: 100%; display: flex; flex-wrap: wrap;}
.pro_model_last_item a.imgbox{width: 45%;}
.pro_model_last_item .textbox{flex: 1; padding-left: 2rem; flex-direction: column; justify-content: center;}

.inquiryform>div{border: 1px solid rgba(0, 0, 0, .2); display: flex; flex-direction: column; align-items: center; padding: 0 1.25rem; background-color: #fff;}
.inquiryform .title2{display: flex; align-items: center; line-height: 1; margin-top: -1px; border-top: 10px solid var(--bg-main); padding-top: 1rem; margin-bottom: 0;}
.inquiryform .title2>strong{font-weight: 500;}
.inquiryform p{max-width: 600px; display: block; margin: 1rem auto; text-align: center; font-size: 1.125rem; font-weight: 300;}
.inquiryform .inquiry_btn>a{font-size: .875rem; font-weight: 500; text-transform: uppercase; border-radius: 0; padding: .5rem 1rem; line-height: 1; margin-bottom: -1px;}

.pros_cases .title2>strong{text-transform: uppercase; font-weight:500;}
.pros_cases ul.list>li{width: 25%;}
.pros_cases ul.list>li>ol{flex-direction: column; background-color: #fff; box-shadow: 5px 30px 30px -20px rgba(0, 0, 0, .3);}
.pros_cases ul.list>li>ol .imgbox{width: 100%; aspect-ratio: 4/3; overflow: hidden;}
.pros_cases ul.list>li>ol .imgbox>img{width: 100%; height: 100%; object-fit: cover;}
.pros_cases ul.list>li>ol .textbox{flex-direction: column; padding: 1.25rem; padding-top: 0; position: relative; z-index: 2;}
.pros_cases ul.list>li>ol .textbox>small{width: fit-content; line-height: 30px; margin: -30px 0 1.25rem -1.25rem; background-color: var(--bg-main); color: #fff; padding: 0 .625rem; font-size: .75rem;}
.pros_cases ul.list>li>ol .textbox>h6{flex: 1; font-size: 1rem; font-weight: 500; font-family: var(--family-first); margin-bottom: 1.25rem;}
@media (max-width: 767.98px){
.pros_banner .container-fluid{min-height: 170px;}
.pros_banner img,.pros_banner picture{min-height: 170px;position:inherit; inset:inherit;  overflow: hidden;}
}
/* Hub */
.hubmain{width: 100%;}
.hubmain>.container{display: flex; flex-wrap: wrap; align-items: flex-start;}
.hub_left{width: 25%; padding: 0; position: sticky; top: 100px; background-color: #fff; box-shadow: -10px 20px 20px rgba(0, 0, 0, .1); z-index: 9;}
.hub_left .title6{display: flex; align-items: center; background-color: var(--bg-F0); font-family: var(--family-first); padding: 1rem; text-transform: uppercase; margin-bottom: 0;}
.hub_left>ul{width: 100%; display: flex; flex-direction: column; padding: .625rem;}
.hub_left>ul>li{width: 100%; margin-bottom: .625rem;}
.hub_left>ul>li>a{font-size: .95rem; display: flex; padding: .5rem .625rem; background-color: rgba(0, 0, 0, .05); color: #333; position: relative;}
.hub_left>ul>li>a::after{content: "\f067"; color: #999; line-height: 1; font-size: 1rem; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; position: absolute; right: .625rem; top: 50%; transform: translateY(-50%);}
.hub_left>ul>li:last-child{margin-bottom: 0;}
.hub_left>ul>li>a:hover,.hub_left>ul>li.active>a,.hub_left>ul>li>a:hover::after{color: var(--bg-main);}
.hub_left>ul>li.active>a::after{content: "\f068"; color: inherit;}
.hub_left>ul>li>ol{width: 100%; display: flex; flex-direction: column; padding: .625rem; padding-bottom: 0; border-bottom: none;}
.hub_left>ul>li>ol>li{width: 100%; margin-bottom: 5px;}
.hub_left>ul>li>ol>li:last-child{margin-bottom: 0;}
.hub_left>ul>li>ol>li>a{font-size: .875rem;}
.hub_left>ul>li>ol>li>a:hover,.hub_left>ul>li>ol>li.active>a{color: var(--bg-main);}

.hub_right{width: 75%; padding-left: 2.5rem;}
.hub_right .title2_tools{display: flex; flex-direction: column;}
.hub_right .title2_tools>span{font-weight: 400; font-size: 1.625rem; color: var(--bg-main);}

.hub_drilling{overflow: visible;}
.hub_drilling .etw_hometitle{align-items: center; margin-bottom: .5rem;}
.hub_drilling .etw_hometitle>h2{font-weight: 500; text-transform: uppercase; line-height: 1;}
.hub_drilling .etw_hometitle>small{font-size: 1rem; color: #999;}

.hub_drilling .title4{display: flex; flex-direction: column;}
.hub_drilling .title4::before{content: ""; width: 60px; height: 3px; background-color: var(--bg-main); margin-bottom: 1rem;}
.hub_drilling .title4 strong{font-weight: 400; font-family: var(--family-first);}
.hub_list ul{width: calc(100% + 20px); margin: 0 -10px;}
.hub_list ul.list>li{width: calc(100% / 3); padding: 10px;}
.hub_list ul.list>li>ol{background-color: #fff; flex-direction: column; box-shadow: 0 0 15px rgba(0, 0, 0, .2); position: relative;}
.hub_list ul.list>li>ol a.textbox{flex-direction: column;}
.hub_list ul.list>li>ol a.textbox>h6{display: flex; flex-direction: column; border-left: 10px solid var(--bg-main); padding: .5rem 1rem; padding-right: 2.5rem; margin-bottom: 0; font-size: 1rem; font-weight: 600; font-family: var(--family-first); line-height: 24px; position: relative;}
.hub_list ul.list>li>ol a.textbox>h6::before{content: "\f054"; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);}
.hub_list ul.list>li>ol a.textbox>h6>span{font-size: .75rem; color: var(--bg-main);}
.hub_list ul.list>li>ol a.textbox>.imgbox{padding: 0 .625rem;}
.hub_list ul.list>li>ol a.textbox>.imgbox>img{aspect-ratio: 4/3; height: 100%; object-fit: cover;}
.hub_list ul.list>li>ol>ul{width: 100%; margin: 0; padding: 10px; padding-top: 5px; display: flex; flex-direction: column;}
.hub_list ul.list>li>ol>ul>li{width: calc(100% + 10px); margin: 0 -5px; padding: 5px; font-size: .75rem; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.hub_list ul.list>li>ol>ul>li>span:last-child{color: #000;}
.hub_list ul.list>li>ol:hover{transform: translateY(-10px);box-shadow: 5px 20px 20px -10px rgba(0, 0, 0, .3);}
.hub_list ul.list>li>ol a.textbox:hover>h6,.hub_list ul.list>li>ol a.textbox:hover>h6::before{color: var(--bg-main);}

.hub_list2 ul{width: calc(100% + 30px); margin: 0 -15px;}
.hub_list2 ul.list>li{width: 50%; padding: 15px;}
.hub_list2 ul.list>li>ol>a.textbox>h6{flex-direction: column-reverse;}
.hub_list2 ul.list>li>ol>p{flex: 1; padding: 15px; font-size: .875rem;}

.hub_cases .title2{margin-bottom: 0;}
.hub_cases .title2>strong{text-transform: uppercase; font-weight:500;}
.hub_cases ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.hub_cases ul.list>li{width: calc(100% / 3); padding: 0 10px; margin-top: 20px;}
.hub_cases ul.list>li>a{overflow: hidden; position: relative;}
.hub_cases ul.list>li>a .imgbox>img{height: 100%; object-fit: cover;aspect-ratio: 4/3;}
.hub_cases ul.list>li>a .textbox{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; display: flex; padding: 1rem; padding-right: 2rem; background-image: linear-gradient(transparent, rgba(0,0,0,.8));}
.hub_cases ul.list>li>a .textbox>h6{flex: 1; margin: 0; color: #fff; font-family: var(--family-first); font-size: .875rem; font-weight: 500;}
.hub_cases ul.list>li>a .textbox>h6::before{content: "\f054"; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; position: absolute; right: .5rem; top: 50%; transform: translateY(-50%);}
.hub_cases2 ul.list>li>a .imgbox>img{aspect-ratio: 1/1;}

.card{border: none; border-radius: 0; background: none; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;}
.card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size: .95rem; color: #666; position:relative; line-height:24px}
.card-link::after{content:""; width: 1.5rem; height: 1.5rem; background-image: url(../images/icons/plus-lg.svg); background-position: center center; background-repeat: no-repeat; background-size: contain; position: absolute; right: 1rem; top: 1rem; opacity: .5;}
.card-body{padding:1rem; padding-top: 0; font-size: .875rem;}
.card:hover{background-color: var(--bg-WhiteSmoke);}
.card-link[aria-expanded="true"]::after{background-image: url(../images/icons/dash-lg.svg);}
.faqs_main .card-link::after{content: none;}

.hubsmall_list ul.list{width: 100%; margin: 0;}
.hubsmall_list ul.list>li{width: 100%; padding: 0; margin-bottom: 2rem;}
.hubsmall_list ul.list>li:last-child{margin-bottom: 0;}
.hubsmall_list ul.list>li>ol{background-color: var(--bg-F9); box-shadow: 5px 20px 20px -10px rgba(0, 0, 0, .2);}
.hubsmall_list ul.list>li>ol a.imgbox{width: 30%;}
.hubsmall_list ul.list>li>ol .textbox{width: 70%; flex-direction: row; padding: 1.5rem;}
.hubsmall_list ul.list>li>ol .textbox .left{width: 55%; padding-right: 1rem; display: flex; flex-direction: column; justify-content: space-between;}
.hubsmall_list ul.list>li>ol .textbox .left>a.h6{font-weight: 500; font-size: 1rem; font-family: var(--family-first); color: #333;}
.hubsmall_list ul.list>li>ol .textbox .left>a.h6:hover{color: var(--bg-main);}
.hubsmall_list ul.list>li>ol .textbox .left>p{font-size: .875rem; height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.hubsmall_list ul.list>li>ol .textbox .right{flex: 1; display: flex; align-items: center;}
.hubsmall_list ul.list>li>ol .textbox .right>ul{width: 100%; display: flex; flex-direction: column;}
.hubsmall_list ul.list>li>ol .textbox .right>ul>li{width: 100%; padding: 0 0 0 1rem; font-size: .8rem; line-height: 24px; margin-bottom: .5rem; position: relative; display: flex; justify-content: space-between;}
.hubsmall_list ul.list>li>ol .textbox .right>ul>li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
.hubsmall_list ul.list>li>ol .textbox .right>ul>li:last-child{margin-bottom: 0;}
.hubsmall_list ul.list>li>ol .textbox .right>ul>li>span:last-child{color: #333;}

.hubsmall_list2 ul.list>li>ol .textbox .left>p{height: 96px; -webkit-line-clamp: 4;}

.technology_content{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; margin-bottom: 1.5rem;}
.technology-item{display: flex; flex-direction: column; align-items: center; position: relative;}
.technology-item>a{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative; border-radius: .5rem; padding: .5rem; border: 2px solid #ddd; background-color: #fff;}
.technology-item>a .imgbox>img{aspect-ratio: 4/3; height: 100%; object-fit: cover;}
.technology-item>a:hover{border-color: var(--bg-main);}
.technology-item .textbox{padding-top: .5rem; align-items: center; justify-content: center; text-align: center; font-size: .95rem; color: #333;}
.technology-item>a:hover .textbox{color: var(--bg-main);}
.technology-heng{width: 100%; height: 2px; background-color: rgba(0, 0, 0, .2); position: absolute; left: 50%; bottom: 0; transform-origin: 0 0; z-index: -1;}
.technology-heng::after{content: ""; width: 10px; height: 10px; border-radius: 50%; background-color: var(--bg-main); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.technology-heng2{width: 70%; transform: rotate(35deg);}
.technology-heng3{width: 100%; left: 88%; bottom: 50px; transform: rotate(110deg);}
.technology-heng4{width: 55%; left: auto; right: 50%; bottom: auto; top: 0; transform: rotate(26deg); transform-origin: right 0;}
.technology-heng4::after{right: auto; left: 0;}
.technology-heng5{width: 140%; left: 95%; bottom: auto; top: -70%; transform: rotate(-10deg);}
.technology-heng6{width: 115%; left: 2px; bottom: 0; transform: rotate(120deg);}
.technology-item1{width: 100%; order: 4; margin: 2rem 0; justify-content: center; }
.technology-item1 .imgbox{width: 50%;padding: 1rem; border-radius: 1rem; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, .125); z-index: -2;}
.technology-item2{width: 30%; order: 1;}
.technology-item3{width: 30%; order: 2; justify-content: flex-end;}
.technology-item3>a{padding: 0;}
.technology-item3>a .textbox{position: absolute; left: .5rem; bottom: .5rem; width: fit-content; background-color: #fff; z-index: 2; padding: .25rem 1rem; border-radius: 20px;}
.technology-item4{width: 44%; order: 6;}
.technology-item4>a{align-items: flex-end;}
.technology-item4>a .imgbox{max-width: 80%;}
.technology-item4>a .imgbox>img{aspect-ratio: 16/9; height: 100%; object-fit: cover;}
.technology-item4>a .textbox{width: 45%; flex: none; padding: 0; position: absolute; left: 1rem; top: 1rem; z-index: 2; justify-content: flex-start; align-items: flex-start; text-align: left;}
.technology-item5{width: 20%; order: 5;}
.technology-item5>a{width: 100%; position: absolute; bottom: 20%;}
.technology-item5>a .imgbox>img{aspect-ratio: 50/87; height: 100%; object-fit: cover;}
.technology-item5>a .textbox{width: 50%; flex: none; padding: 0; position: absolute; right: .5rem; top: 1rem; z-index: 2;}
.technology-item6{width: 20%; order: 3;}
.technology-item6>a{width: 100%; top: 50%; position: absolute; flex-direction: row; flex-wrap: nowrap; justify-content: center; padding: 0 1rem;}
.technology-item6>a .imgbox{width: 50%;}
.technology-item6>a .imgbox>img{aspect-ratio: 80/383; height: 100%; object-fit: cover;}
.technology-item6>a .textbox{width: fit-content; flex: none; writing-mode: vertical-lr; padding: 0 0 0 1rem;}

.hub_features ul.items_nub{width: 100%; margin: 0; display: flex; flex-wrap: wrap;}
.hub_features ul.items_nub>li{width: 25%; padding: 15px; position: relative; display: flex; flex-direction: column; filter: drop-shadow(0 0 10px rgba(0, 0, 0, .125)); margin: 10px 0 0 0;}
.hub_features ul.items_nub>li::before{counter-increment: nub; content: counter(nub) ""; left: 0; width: 30px; height: 30px; background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; color: var(--bg-main);}
.hub_features ul.items_nub>li>span{width: 100%; flex: 1; display: flex; align-items:center; justify-content: center; text-align: center; background-color: #fff; padding: 1rem; border-radius: .5rem;}
/* Details */
.left_pics{width: 100%; display: flex; flex-direction: column;}
.left_pic{width: 100%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; aspect-ratio: 3/4;}
.left_pic img{mix-blend-mode: multiply; height: 100%; object-fit: contain; max-width: 600px; margin: 0 auto;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 6px); margin: 0 -3px; display: flex; flex-wrap: wrap; justify-content: center;}
.related_pic ul>li{width: 20%; padding: 3px; display: flex; align-items: center; justify-content: center; position: relative; max-width: 80px;}
.related_pic ul>li img{border: 1px solid #ccc; height: 100%; object-fit: cover; aspect-ratio: 1/1; cursor: pointer; transition: all .3s;}
.related_pic ul>li.imgdq img{border-color: var(--bg-hover);}
.left_pics2 .left_pic,.left_pics2 .related_pic ul>li img{aspect-ratio: 4/3;}

.etw_hometitle_details{display: flex; flex-direction: column; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 1px solid rgba(0, 0, 0, .1);}
.etw_hometitle_details>h2{display: flex; flex-direction: column; line-height: 1; margin-bottom: .5rem;}
.etw_hometitle_details>h2>span{font-size: 1rem; color: var(--bg-main); font-family: var(--family-first); text-transform: uppercase; font-weight: 400; margin-bottom: .5rem;}
.etw_hometitle_details>small{font-size: .9rem; color: #999;}
.text_red{color: var(--bg-main);}

.specifications{border: 1px solid rgba(0, 0, 0, .05); border-radius: 1rem; padding: 1.25rem;  padding-top: 0;}
.specifications .title5{width: fit-content; margin: 0 1.25rem; transform: translateY(-50%); display: flex;}
.specifications .title5>strong,.title5_style>strong{font-weight: 500; padding: 0 1rem; background-color: #fff;}
.title5_style{display: flex; margin-bottom: 1rem;}
.title5_style>strong{padding: 0;}
.specifications .title6{font-family: var(--family-first); margin-bottom: .5rem;}
.specifications .title6>strong{font-weight: 500;}
.specifications .table td{border: none;}
.specifications .table tr{border-bottom: 1px solid rgba(0, 0, 0, .05);}
.specifications .table tr:last-child{border-bottom: none;}
.specifications img{width: auto; max-width: 100%;}

.related_pros .title4,.other_pros .title4,.title4_style{font-weight: 600; line-height: 1; border-left: 6px solid var(--bg-main); padding-left: 1rem; background-image: linear-gradient(to right,transparent,#fff);}
.related_pros ul.list>li{width: calc(100% / 3); padding: 0 15px;}
.related_pros ul.list>li>a{flex-direction: column; box-shadow: 5px 30px 30px -20px rgba(0, 0, 0, .2);}
.related_pros ul.list>li>a .textbox{padding: 1rem .5rem; flex-direction: column; align-items: center; text-align: center; font-size: 1rem; line-height: 1.2; font-weight: 500;}
.related_pros ul.list>li>a .textbox>span{font-size: .75rem; color: var(--bg-main); margin-top: .25rem;}

.inquiryform_details>div{border: 1px solid rgba(0, 0, 0, .2); border-top: 6px solid var(--bg-main); display: flex; padding: 1.25rem; background-color: #fff; position: relative;}
.inquiryform_details .title2{display: flex; align-items: center; line-height: 1; padding-top: 1rem;}
.inquiryform_details .title2>strong{font-weight: 500;}
.inquiryform_details p{display: block; font-size: 1rem; font-weight: 300;}

.other_pros ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.other_pros ul.list>li{width: 50%; padding: 0 10px; margin-top: 20px;}
.other_pros ul.list>li>a{flex-direction: column;}
.other_pros ul.list>li>a .imgbox{aspect-ratio: 4/3;}
.other_pros ul.list>li>a .imgbox>img{height: 100%; object-fit: cover;}
.other_pros ul.list>li>a .textbox{flex: 1; background-color: var(--bg-F0); font-size: .875rem; padding: .625rem .5rem; align-items: center; justify-content: center; text-align: center; font-weight: 500;}

.pdf_btn{display: flex; padding-left: 2rem;}
.pdf_btn>a{display: flex; align-items: center; color: #333; line-height: 1;}
.pdf_btn>a>svg{width: 1.5rem; height: 1.5rem; margin-right: .5rem;}
.pdf_btn>a>svg>path{fill: var(--bg-main);}
.pdf_btn>a:hover{color: var(--bg-main);}
.pdf_btn2 a{color: var(--bg-main); font-size: 1.1rem; font-weight: 500;}
.pdf_btn2 a:hover{color: var(--bg-hover); text-decoration: underline;}

.bit_head_designs{width: 100%; display: flex; flex-direction: column;}
.bit_head_designs>li{width: 100%; display: block; margin-bottom: 2rem; background-color: #fff; padding: 1.25rem; border-radius: 1rem; box-shadow:0 0 10px rgba(0, 0, 0, .125), 0 20px 20px -15px rgba(0, 0, 0, .3);}
.bit_head_designs>li:last-child{margin-bottom: 0;}
.bit_head_designs>li h6{font-family: var(--family-first);}
.bit_head_designs>li img{width: auto; max-width: 100%; object-fit: contain; margin: 0 auto;}

.buttons_types{width: calc(100% + 30px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
.buttons_types>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px; display: flex;}
.buttons_types>li>ol{width: 100%; display: flex; flex-direction: column; padding: 1rem; background-color: #fff; border-radius: 1rem; box-shadow:0 0 10px rgba(0, 0, 0, .125), 0 20px 20px -15px rgba(0, 0, 0, .3);} 
.buttons_types>li>ol .textbox{padding-top: 1rem; flex-direction: column; align-items: center; text-align: center;}
.buttons_types>li>ol .textbox>h6{font-family: var(--family-first); font-weight: 600;}
.buttons_types>li>ol .textbox>p{font-size: .9rem;}

.compatible .title6{font-family: var(--family-first);}
.compatible .title6>strong{font-weight: 600;}
.compatible .etw_photo ul>li{padding: 0 10px; margin: 20px 0 0 0;}
.compatible .etw_photo ul>li>inquiry{border: 1px solid rgba(0, 0, 0, .05); border-radius: .5rem; }
.compatible .etw_photo ul>li>inquiry,.compatible .etw_photo ul>li>inquiry>a,.compatible .etw_photo ul>li>inquiry>a>u.inquiry{width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; cursor: pointer;}
.compatible .etw_photo ul>li>inquiry>a{padding: .625rem;}
.compatible .etw_photo ul>li>inquiry>a span{flex: 1; padding-top: .625rem; text-align: center; display: flex; align-items: center; color: #333;}
.compatible .etw_photo ul>li>inquiry>a:hover span{color: var(--bg-main);}

.training{display: flex;}
.training>ol{width: 100%; display: block; box-shadow: 0 0 10px rgba(0, 0, 0, .2); background-color: #fff; border-radius: 1rem; padding: 2rem; position: relative;}
.training>ol .imgbox{max-width: 100px; float: right; opacity: .2; margin:-1rem -1rem 0 1rem;}
.training>ol .textbox{width: auto; display: block; overflow: initial;}

.brief{border-bottom: 1px solid #e0e0e0; padding-bottom: 2rem; margin-bottom: 2rem;}
.brief .textbox .title5{color: #555;}
.brief .textbox p{color: #999;}

/* Products_End */
/* Training & Support */
.training_hub ul.list{width: 100%; margin: 0;}
.training_hub ul.list>li{width: 100%; margin-bottom: 3rem; padding: 0;}
.training_hub ul.list>li:last-child{margin-bottom: 0;}
.training_hub ul.list>li>ol{border-radius: 1rem; overflow: hidden; background-color: #fff; box-shadow: 10px 30px 30px -20px rgba(0, 0, 0, .3);}
.training_hub ul.list>li>ol a.imgbox{width: 40%;}
.training_hub ul.list>li>ol .textbox{flex: 1; padding: 2rem; padding-left: 3rem; flex-direction: column; justify-content: center;}
.training_hub ul.list>li>ol .textbox>a.h6{font-family: var(--family-first); font-size: 1.1rem; font-weight: 600;}

.other_training ul.list>li{width: calc(100% / 3);}
.other_training ul.list>li>a{background-color: #fff; flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.other_training ul.list>li>a>.imgbox{width: 100%;}
.other_training ul.list>li>a>.textbox{flex: 1; align-items: center; text-align: center; padding: 1rem; justify-content: center; font-size: .875rem; font-weight: 500;}

/* Training & Support */
/* Customer Cases */
.list-items{width: 100%; display: flex; flex-direction: column;}
.list-item{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; box-shadow: 0 0 20px rgba(0, 0, 0, .2); border-radius: 1rem; overflow: hidden; margin-bottom: 3rem; background-color: #fff; border-top: 5px solid var(--bg-main);}
.list-item:last-child{margin-bottom: 0;}
.list-item .title4{display: flex; background-color: var(--bg-F0); margin-bottom: 0; padding: 1rem 1.5rem; font-weight: 500;}
.list-item .etw_photo{padding: 1.5rem;}
.list-item .etw_photo ul>li{padding: 10px; margin-bottom: 0;}
.ourpros_cases .title2{text-transform: uppercase; font-weight: 500;}
.ourpros_cases ul.list{width: calc(100% + 20px);}
.ourpros_cases ul.list>li{width: calc(100% / 6); padding: 10px;}
.ourpros_cases ul.list>li>a{flex-direction: column; box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .125);}
.ourpros_cases ul.list>li>a .textbox{padding: 1rem .5rem; flex-direction: column; align-items: center; font-size: 1rem; line-height: 1.2; font-weight: 600;}
.ourpros_cases ul.list>li>a .textbox>span{font-size: .75rem; color: var(--bg-main); margin-top: 5px;}
.ourpros_cases ul.list>li>a:hover .textbox{color: var(--bg-main);}
/* Customer Cases-End */
/* About Us */
.hall .title3,.solutions .title3{font-weight: 600; text-align: center;}
.hall .etw_photo1-6{width: 100%;}
.hall .etw_photo1-6 ul{width: calc(100% + 20px); margin: 0 -10px; display: flex;}
.hall .etw_photo1-6 ul li{padding: 10px;}
.hall .etw_photo1-6 ul li img{aspect-ratio: 4/3; height: 100%; object-fit: cover;}
.hall .etw_photo1-6 ul>li{width: 40%;}
.hall .etw_photo1-6 ul>ol{flex: 1; display: flex; flex-wrap: wrap; flex-direction: row;}
.hall .etw_photo1-6 ul>ol>li{width: calc(100% / 3);}

.solutions ul.list>li{width: calc(100% / 3);}
.solutions ul.list>li>ol{flex-direction: column; background-color: #fff; box-shadow: 10px 20px 20px -10px rgba(0, 0, 0, .2);}
.solutions ul.list>li>ol .textbox{flex-direction: column; padding: 1.5rem; padding-top: 0; position: relative; z-index: 2;}
.solutions ul.list>li>ol .textbox h6{font-family: var(--family-first); width: fit-content; border-left: 5px solid var(--bg-main); margin-bottom: 0; transform: translateY(-50%); background-color: #fff; padding: .5rem 1.5rem; margin-left: -1.5rem; font-size: 1.1rem; font-weight: 600;}

.outlook,.certifications{display: flex;}
.outlook .textbox,.certifications .textbox{box-shadow: 0 0 10px rgba(0,0,0,.1);background-color: var(--bg-F9); padding: 2rem;}
.certifications .etw_photo ul>li span{font-size: .875rem;}

.manufacturing .title4_style{ background: none;}
.manufacturing_video ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.manufacturing_video ul.list>li{width: 25%; padding: 10px;}
.manufacturing_video ul.list>li>a{flex-direction: column; background-color: #fff;}
.manufacturing_video ul.list>li>a .video_btn::before{--w:50px;}
.manufacturing_video ul.list>li>a .textbox{flex: 1; align-items: center; justify-content: center; text-align: center; padding: 1rem ;}
.manufacturing_video ul.list3>li{width: calc(100% / 3); padding: 10px;}

.testing_list .row{width: calc(100% + 16px); margin: 0 -8px;}
.testing_list ul.list{width: calc(100% + 16px); margin: 0 -8px;}
.testing_list ul.list>li{width: 100%; padding: 8px; flex-direction: column;}
.testing_list ul.list>li>ol{flex: 1; width: 100%; display: flex; flex-direction: column; position: relative; overflow: hidden;}
.testing_list .col-3{-ms-flex: 0 0 31%; flex: 0 0 31%; max-width: 31%; padding: 0 8px;}
.testing_list .col-3 ul.list>li>ol .imgbox{flex: 1;}
.testing_list .col-3 ul.list>li>ol .imgbox>img{height: 100%; object-fit: cover; aspect-ratio: 3/4;}
.testing_list .col-3 ul.list>li>ol .textbox{position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff; align-items: center; text-align: center; justify-content: center; padding: 1rem; padding-top: 2rem;}
.testing_list .col-9{-ms-flex: 0 0 69%; flex: 0 0 69%; max-width: 69%; padding: 0 8px;}
.testing_list .col-9 ul.list>li{width: calc(100% / 3);}
.testing_list .col-9 ul.list>li>ol .imgbox{background-color: var(--bg-WhiteSmoke); padding: 1rem;}
.testing_list .col-9 ul.list>li>ol .imgbox>img{mix-blend-mode: multiply; }
.testing_list .col-9 ul.list>li>ol .textbox{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 1rem;}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.contact ul>li{width: 100%; padding: 0; display: flex; flex-wrap: nowrap; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li h6{margin-bottom: .5rem;}
.contact ul>li h6>strong{font-size:1.75rem; font-weight: 600; line-height: 1; margin-bottom:1rem; color: #333;}
.contact ul>li strong{color:#333; font-weight: 600; margin-right: .25rem;}
.contact ul>li a{color: var(--bg-hover);}
.contact ul>li a:hover{color:var(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#000;}
.contact ul>li img{margin-left: 0;}
.contact ul>li>ol{flex: 1;}
.contact .feedback{padding: 2rem; box-shadow: 6px 6px 0 #eee,-6px -6px 0 #eee;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family: var(--family-second);}
.contact_map{margin-top: 2rem;}
/* Contact Us-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{margin: 0 0 1.875rem 0;}
.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; border-left: 3px solid var(--bg-main); padding-left: 1rem;}
.videos_hub ul{width: calc(100% + 30px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
.videos_hub ul li{width: 100%; padding: 15px; display: flex;}
.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.videos_hub ul li>a:hover{transform: translateY(-10px); box-shadow: 0 30px 30px -20px rgba(0, 0, 0, .2);}
.videos_hub:last-child{margin-bottom: 0;}
.videos_company ul li{width: 100%;}
.videos_company ul li>a .imgbox{width: 50%;}
.videos_company ul li>a .textbox{width: 50%; padding: 2rem; padding-left: 3rem; flex-direction: column; justify-content: center;}
.videos_company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 500; font-family: var(--family-first);}
.videos_company ul li>a .textbox>p{font-size: .875rem; color: #666; transition: all .4s;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-main);}
.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 .video_btn::before{--w:50px;}
.videos_pros ul li>a>.textbox{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .95rem; line-height: 22px; color: #555; padding: 1rem; transition: all .4s;}
.videos_pros ul li>a:hover>.textbox{color:var(--bg-main)}

.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 h2{font-size: 1.75rem; color: #333; font-weight: 500;}
#video_right .feedback{background-color: #fff; padding: 2rem; box-shadow: 6px 6px 0 #eee,-6px -6px 0 #eee;}

.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}
#video_sidebar{width:30%; background-color:#fff; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,.1); padding: 0;}
#video_sidebar .title3{background-color:#dcdcdc; color: var(--bg-main); font-weight: 500; text-transform:uppercase; text-align: center; line-height: 1; padding: 1rem; margin-bottom: 0;}
#etw_videolist{padding:0;}
#etw_videolist .webtitle{display: flex; align-items: center; padding: .625rem 1rem; background-color: var(--bg-WhiteSmoke); font-size: 1rem; font-weight: 600;}
#etw_videolist ul{width: 100%; margin: 0; padding: 1rem; display:flex; flex-wrap: wrap; justify-content: space-between;}
#etw_videolist ul li{width: 100%; margin-bottom: .7rem; padding: 0;}
#etw_videolist ul li:last-child{margin-bottom: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:.875rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\f105"; position: absolute; left: 0; top: 0; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--bg-hover);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
/* videos-End */
@media (max-width:1099.98px){
.hubsmall_list ul.list > li > ol .textbox .left {width:40%;}
}
@media (max-width:991.98px){
#video_right{width:100%}
#video_sidebar{width:100%;margin-top:2rem}
#etw_videolist ul li{width: calc(50% - 1rem);}
.pros_menu ul.list > li > a .textbox{ font-size:1rem;}
.pro_model .pro_model_text,.inquiryform p{ font-size:1rem;}
.tabfixed ul.list > li {width: 50%;}
.tabfixed ul.list>li a::before{ display: none;}
.hub_left{ display: none;}
.hub_right{ width:100%; padding-left: 0;}
.hubsmall_list ul.list > li > ol .textbox .left {width:50%;}
.bmimg img{ max-width: 800px; margin: 0 auto;}
}
@media (max-width:767.98px){
.pros_menu ul.list>li:nth-child(2n)>a::before,.hub_cases ul.list > li:last-child,.hubsmall_list ul.list > li > ol .textbox .left > p,.hub_list2 ul.list > li > ol > p{ display: none;}
#etw_videolist ul li{width: 100%;}
#video_sidebar{margin-top:1rem}
.pros_menu ul.list > li{width:50%;}
.pro_model1 ul.list > li {width: calc(100% / 2);}
.pro_model2 ul.list > li {width: 50%;}
.pro_model_last_item .textbox p span{ display: none;}
.pro_model .title1{ font-size: 1.6rem;}
.pros_cases ul.list > li {width:50%;}
.hub_list ul.list > li {width: calc(100% / 2);}
.hub_cases ul.list > li {width: calc(100% / 2);}
.etw_sphoto ul li {width:60%;}
.etw_sphoto ul li:first-child {width:35%;}
.hubsmall_list ul.list > li > ol .textbox .left {width:40%;}
.left_pic{aspect-ratio: 4/4;}
.other_pros img{ max-width: 600px; margin: 0 auto;}
.hub_features ul.items_nub > li {width:33.3%;}
.buttons_types > li {width: calc(100% / 2);}
.smimg img{ max-width:200px; margin: 0 auto;}
.mdimg img{ max-width:500px; margin: 0 auto;}
.smdimg img{ max-width:300px; margin: 0 auto;}
.training_hub ul.list > li > ol .textbox p{ display: none;}
.training_hub ul.list > li > ol .textbox > a.h6{ font-size: 1.05rem;}
.training_hub ul.list > li{ margin-bottom: 1rem;}
.ourpros_cases ul.list > li {width: calc(100% / 3);}
.other_training ul.list > li {width: calc(100% / 2);}
.other_training{ padding: 2rem 0;}
.hall .etw_photo1-6 ul > li {width:100%;}
.hall .etw_photo1-6 ul{ display: block;}
.hall .etw_photo1-6 ul > ol > li{ display: flex;}
.solutions ul.list > li {width: calc(100% / 1);}
.videos_company ul li > a .imgbox {width:100%;}
.videos_company ul li > a .textbox{ width: 100%; padding: 1rem;}
.videos_pros ul li > a > .imgbox {width:100%;}
}
@media (max-width:660.98px){
.hubsmall_list ul.list > li > ol .textbox .left {width:100%;}
.hubsmall_list ul.list > li > ol .textbox .right{ display: none;}
}
@media (max-width:575.98px){
.n-block,.pros_cases,.hub_list ul.list > li > ol > ul,.hub_cases{ display: none;}
#video_right h2{font-size:1.25rem;}
.pro_model .title1::before{ width:100%;clip-path:inherit}
.pro_model_last_item,.pro_model_last_item a.imgbox{ width: 100%;}
.hubsmall_list ul.list > li > ol .textbox{width:100%;; padding:1rem 0 1rem 1rem;}
.related_pros ul.list > li {width: calc(100% / 2);}
.related_pros ul.list > li:last-child{ display: none;}
.hub_features ul.items_nub > li {width:50%;}
.buttons_types > li {width: calc(100% / 1);}
.buttons_types > li .imgbox img{ max-width: 300px; margin: 0 auto;}
.training_hub ul.list > li > ol a.imgbox{ width:100%}
.training_hub ul.list > li > ol .textbox{ padding: 1rem;}
.training_hub ul.list > li > ol .textbox > a.h6{ font-size: 1rem;}
.ourpros_cases ul.list > li {width: calc(100% / 2);}
.other_training ul.list > li {width: calc(100% / 1);}
.hall .etw_photo1-6 ul > ol > li {width: calc(100% / 2);}
}
@media (max-width:480.98px){
.tabfixed ul.list > li {width:100%;}
.hub_list ul.list > li {width: calc(100% / 1);}
.hubsmall_list ul.list > li > ol a.imgbox {width:40%;}
.videos_pros ul li {width:100%;}
}
@media (max-width:400.98px){
.pro_model1 ul.list > li {width: calc(100% / 1);}
.pro_model2 ul.list > li {width: 100%;}
.hub_cases ul.list > li {width: calc(100% / 1);}
.hub_cases ul.list > li:last-child{ display: block;}
.hubsmall_list ul.list > li > ol a.imgbox {width:100%;}
.related_pros ul.list > li {width: calc(100% / 1);}
.related_pros ul.list > li:last-child{ display:block;}
.other_pros ul.list > li{ width:100%;}
.hub_features ul.items_nub > li {width:100%;}
.ourpros_cases ul.list > li {width: calc(100% / 1);}
}
