@charset "utf-8";
@font-face{font-family:"Roboto"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/Roboto-VariableFont_wdth,wght.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
  --fs-body: .9rem;
	--fs-h6: 1rem;
	--fs-h5:clamp(1rem,3.5vw,1.25rem);
	--fs-h4:clamp(1.125rem,3.5vw,1.5rem);
	--fs-h3:clamp(1.25rem,3.5vw,1.75rem);
	--fs-h2:clamp(1.375rem,3.5vw,2rem);
	--fs-h1:clamp(1.5rem,3.5vw,2.25rem);
	--lh-heading:1.2;
	--lh-body:1.6;
	--bg-main: #091729;
	--hover-color: #ca1c1b;
	--family-first: "Roboto", sans-serif;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
  --w:1rem;
  --drop-shadow-white: drop-shadow(var(--w) 0 var(--bg-white));
  --drop-shadow-hover: drop-shadow(var(--w) 0 var(--hover-color));
}

.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(var(--bg-white),var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),var(--bg-white));}
.bg-white-light{background-image: linear-gradient(var(--bg-white),var(--bg-light));}
.bg-light-white{background-image: linear-gradient(var(--bg-light),var(--bg-white));}
.bg-white-F9{background-image: linear-gradient(var(--bg-white),var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),var(--bg-white));}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 300; font-size: var(--fs-body); line-height: var(--lh-body); background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {color: #333; line-height: var(--lh-heading); font-family: var(--family-first); margin-bottom: .625rem;}
h1,.h1,.title1 {font-size: var(--fs-h1);}
h2,.h2,.title2 {font-size: var(--fs-h2);}
h3,.h3,.title3 {font-size: var(--fs-h3);}
h4,.h4,.title4 {font-size: var(--fs-h4);}
h5,.h5,.title5 {font-size: var(--fs-h5);}
h6,.h6,.title6{font-size: var(--fs-h6); font-family: var(--family-first);}
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(--hover-color) !important;}
strong{font-weight: 700;}b{font-weight: 500;}
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[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color) !important;}
inquiry-trigger{color: var(--bg-main);}
inquiry-trigger:hover{text-decoration: underline;}
figure{width: 100%; display:flex; flex-wrap: wrap; margin: 0;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
p:last-child{margin-bottom: 0;}
/* 图片放大 */
figure a{pointer-events: none;}
figure.jsclickready a:not(.original-link) {pointer-events: auto !important; cursor: pointer !important;}
/* END */
.imgbox{width:100%; aspect-ratio: 4/3; display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; z-index: 2;}
.imgbox img{width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in-out;}
.object-fit-cover{object-fit: cover !important;}
.object-fit-contain{object-fit: contain !important;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.container,.container1,.container2,.container3{width: 100%; max-width:1230px; margin: 0 auto;padding: 0 15px;}
.container1{max-width:1130px;}.container2{max-width:930px;}.container3{max-width:830px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
.dropdown{z-index: 5;}
.icon-comments:before{content: "";width: 1rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-comments.svg) no-repeat center center; background-size: contain; margin-right: .25rem;}
.icon-remove{content: "";width: 2rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-remove.svg) no-repeat center center; background-size: contain;}
ul.list,.row-cols,.etw-photo{display: flex; flex-wrap: wrap;}
ul.list>li,.row-cols>*,.etw-photo>*{margin: 0; padding: 0; display: flex;}
ul.list>li>*,.row-cols>*>ol,.row-cols>*>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
.etw-photo>*,.etw-photo>*>figure,.etw-photo>*>figure>a{flex-direction: column;}
.etw-photo span{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem; color: #333; font-weight: 400;}
ul.list.p-5,.row-cols.p-5,.etw-photo.p-5{margin-left: -5px !important; margin-right: -5px !important; padding: 0 !important;}
ul.list.p-5>*,.row-cols.p-5>*,.etw-photo.p-5>*{padding: 5px !important;}
.p-8{margin-left: -8px !important; margin-right: -8px !important;}
.p-8>*{padding: 8px !important;}
.p-10{margin-left: -10px !important; margin-right: -10px !important;}
.p-10>*{padding: 10px !important;}
.p-15{margin-left: -15px !important; margin-right: -15px !important;}
.p-15>*{padding: 15px !important;}
.p-20{margin-left: -20px !important; margin-right: -20px !important;}
.p-20>*{padding: 20px !important;}
@media (max-width: 767.98px){
.p-15,.p-20{margin-left: -8px !important; margin-right: -8px !important;}
.p-15>*,.p-20>*{padding: 8px !important;}
}@media (max-width: 575.98px){
.p-8,.p-10,.p-15,.p-20{margin-left: -5px !important; margin-right: -5px !important;}
.p-8>*,.p-10>*,.p-15>*,.p-20>*{padding: 5px !important;}
ul.list>li{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}@media (max-width: 425.98px) {
.row-cols>*{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
}@media (max-width: 374.98px){
.row-cols>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* Icon */
.bi{--w:1rem; width: var(--w); height: var(--w); display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bi::before{content: ""; width: inherit; height: inherit; background-position: center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(var(--w) 0 #000); transform: translateX(-100%); position: relative;}
.bi-plus-lg::before{background-image: url(../images/icons/plus-lg.svg);}
.bi-dash-lg::before{background-image: url(../images/icons/dash-lg.svg);}
.bi-check2-square::before{background-image: url(../images/icons/check2-square.svg);}
.bi-person-bounding-box::before{background-image: url(../images/icons/person-bounding-box.svg);}
.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-telephone::before{background-image: url(../images/icons/telephone.svg);}
.bi-play-fill::before{background-image: url(../images/icons/play-fill.svg);}
.bi-arrow-right::before{background-image: url(../images/icons/arrow-right.svg);}
.bi-whatsapp::before{background-image: url(../images/icons/whatsapp.svg);}
.bi-pin-map-fill::before{background-image: url(../images/icons/pin-map-fill.svg);}
.bi-chevron-right::before{background-image: url(../images/icons/chevron-right.svg);}
.bi-youtube::before{background-image: url(../images/icons/icon-youtube.svg);}
/* items */
ul.items,ul.items li>ol{width: 100%; display: block; margin: 0 0 1rem 0;}
ul.items:last-child,ul.items li>ol{margin-bottom: 0;}
ul.items li{display: block; position:relative; padding-left: 1rem; line-height: 24px; margin-bottom: .625rem;}
ul.items-mb0 li{margin: 0;}
ul.items li::before{content: ""; width: 6px; height: 6px; background-color: var(--hover-color); position: absolute; left: 0; top: 9px;}
ul.items li>ol>li::before{border-radius: 50%; background-color: rgba(0, 0, 0, .3);}
ul.items_nub{display: block; width: 100%; counter-reset: nub;}
ul.items_nub li{display: block; position: relative; line-height: 24px; font-size: .875rem; padding-left:2rem; margin-bottom: .5rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) ""; width: 1.25rem; height: 1.25rem; font-size: .75rem; border: 1px solid var(--hover-color); border-radius: 50%; color: var(--hover-color); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 1px;}
ul.items_none li::before{content: none;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table:last-child{margin-bottom: 0;}
.table thead{background-color: rgba(0, 0, 0, .05);}
.table thead td,.table thead inquiry-trigger{color: #000; font-weight: 400;}
.table td,.table-left td{vertical-align: middle; color: #555; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-bordered td{border: none; border: var(--bg-white);}
.table-striped tbody tr:nth-of-type(odd){background-color: var(--bg-F9);}
.table-striped tbody tr:nth-of-type(even){background-color: var(--bg-F0);}
.table-hover tbody tr:hover{background-color: var(--line-color) !important;}
.table tbody inquiry-trigger{color: var(--bg-main);}
.table inquiry-trigger:hover{color: var(--bg-main) !important;}
.table-left{width: 100%;}
.table-left td{width: 25%; border: 1px solid rgba(0, 0, 0, .04);}
.table-left tbody tr:nth-of-type(odd){background-color: var(--bg-light);}
.table-left tbody tr:nth-of-type(even){background-color: var(--bg-white);}
.table-left td:nth-of-type(odd){color: #333; font-weight: 400;}
/* 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;}
.watch_btn{left: 1rem; top: auto; bottom: 1rem; transform: initial; z-index: 9;}
.watch_btn::before{--w: 40px; z-index: 2; opacity: 1 !important;}
.watch_btn>span{background-color: var(--hover-color); line-height: 1; border-radius: 20px; color: #fff; padding: .5rem 1rem .5rem 2rem; margin-left: -1.5rem; font-size: .875rem; text-transform: uppercase;}
/* More */
.more{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: .875rem; text-transform: uppercase; line-height: 1; color: var(--bg-main);}
.more>a>i{margin-left: .5rem; transition: all .3s ease-in-out;}
.more>a>i::before{filter: drop-shadow(var(--w) 0 var(--bg-main));}
.more>a:hover{color: var(--hover-color);}
.more>a:hover>i{margin-left: 1rem;}
.more>a:hover>i::before{filter: var(--drop-shadow-hover);}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1rem; color: var(--bg-main); font-size: .875rem; position: relative; overflow: hidden; z-index: 0; border: 1px solid var(--bg-main); line-height: 1; transition: all .3s ease-in-out;}
.inquiry_btn>a:hover,.inquiry_quote>a{background-color: var(--bg-main); color: var(--bg-white);}
.inquiry_quote{margin-top: 1.5rem;}
.inquiry_quote>a{background-image: linear-gradient(135deg, var(--bg-main) 80%, var(--hover-color) 80%); background-size: 100% 100%; background-position: right center; border: none; padding: .75rem 1.5rem; font-weight: 400;}
.inquiry_quote>a:hover{background-size: 500% 100%; color: var(--bg-white) !important;}
/* public-End */
/* etw_language */
.etw_language{min-height: 30px; 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: .875rem; text-transform: uppercase; color: var(--bg-main);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#555; display:flex; justify-content:center; align-items:center; height: 30px; 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-main); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
  .iconfont{width: 1.8rem !important; aspect-ratio: 1/1; background: url(../images/icons/earth-globe-tool.svg) no-repeat center center; background-size: contain; padding: 0 !important;  margin-right: 2.5rem; cursor: pointer;} 
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.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; flex-direction: column;}
	#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: 80px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); 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}
@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: 40px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}
nav{display: 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; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start;}
.navbar>li{padding: 10px 0 0 0; display: flex; flex-wrap: wrap; margin-left: 3rem;}
.navbar>li>a{min-height: 40px; display: flex; color: var(--bg-main); font-weight: 400; font-size: .95rem; position: relative;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--hover-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--hover-color);}
.navbar>li:hover>a::before{width: 100%;}
@media (min-width: 992px) {
.navbar>li.order-lg-last{align-items: flex-start; padding: 5px 0 0 0;}
.navbar>li.order-lg-last>a{align-items: center; min-height: 36px; background-color: var(--hover-color); padding: 0 .75rem; color: var(--bg-white);}
.navbar>li.order-lg-last>a::before{content: none;}
.navbar>li.order-lg-last>a>span{width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: var(--bg-white); margin-left: .5rem;}
.navbar>li.order-lg-last>a>span>.bi::before{filter: drop-shadow(var(--w) 0 var(--hover-color));}
.navbar>li.order-lg-last>a:hover{background-color: var(--bg-main); color: var(--bg-white) !important;}
}@media (max-width: 1199.98px){
.navbar>li{margin-left: 2.5rem;}
}@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.navbar-toggler{width: 80%; height: 100%; padding: 0; background: url(../images/icons/menu_icon.svg) no-repeat center center; background-size: 100% 100%;}
.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; padding: 0;}
.navbar>li>a{width: 100%; position: relative; padding: 0 1rem; align-items: center; font-size: .875rem;}
.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(--hover-color); color: #fff !important;}
.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;}
.navbar>li.order-lg-last>a>span{display: none;}
#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;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.carousel-control-next, .carousel-control-prev{width: 8%; z-index: 9;}
.etw-banner-icon{width: 100%; max-width: 1200px; position: absolute; left: 50%; top: 5%; transform: translateX(-50%); z-index:5;}
.etw-banner-icon img{width: 180px; float: right;}
.banner-picture{width: 100%; overflow: hidden; position: relative;}
.banner-picture picture,.banner-picture img{width: 100%; height: auto; display: block;}
.carousel-caption{width: 100%; display: flex; flex-direction: column; position:absolute; right: auto; bottom: auto; padding: 0; z-index: 4; transition: all .3s ease-in-out; text-align: left;}
.caption-title{font-size: clamp(1.5rem, 3.5vw, 3rem); font-weight: 700; line-height: 1.3; margin-bottom: 1.5rem;}
.caption-desc{font-size: 1.25rem; line-height: 1.6; font-weight: 400;}
.banner1 .carousel-caption{max-width: 550px; left: 20%; top: 50%; transform: translateY(-50%);}
.banner1 .caption-title{color: var(--bg-white);}
.banner1 .caption-desc{color: var(--bg-white); opacity: .8;}
.banner2 .carousel-caption{max-width: 600px; top:50%; transform: translateY(-50%); left: 18%; overflow: hidden;}
.banner2 .caption-title{color: var(--bg-white); margin-bottom: 0;}
@media (max-width: 1199.98px){
.etw-banner-icon{padding: 0 .75rem;}
.banner1 .carousel-caption,.banner2 .carousel-caption{max-width: 450px; left: 8%;}
}@media (max-width: 991.98px){
.etw-banner-icon img{width: 120px;}
.banner1 .carousel-caption{max-width: 340px;}
}@media (max-width: 767.98px){
.etw-banner-icon img{width: 100px;}
.banner1 .caption-title{margin: 0;}
}@media (max-width: 575.98px){
.etw-banner-icon img{width: 80px;}
.banner1 .carousel-caption,.banner2 .carousel-caption{max-width: 270px; left: 5%;}
.banner1 .carousel-caption{max-width: 200px;}
}@media (max-width: 375.98px){}
/* index */
section,.section,.section-item{width: 100%; padding:3rem 0; display: block; position: relative;}
.section-item{padding: 2rem 0;}

.home-pros-big{padding: 4rem 0;}
.home-pros-big-title{display: flex; flex-direction: column;}
.home-pros-big-title>small{font-size: 1rem; color: var(--hover-color); text-transform: uppercase;}
.home-pros-big-title>.title1{margin: 1rem 0;}
.home-pros-big-title .more>a{border: 2px solid var(--hover-color); padding: .5rem 1rem; border-radius: 30px; color: var(--hover-color);}
.home-pros-big-title .more>a>i::before{filter: var(--drop-shadow-hover);}
.home-pros-big-title .more>a:hover{background-color: var(--hover-color); color: var(--bg-white) !important;}
.home-pros-big-title .more>a:hover>i::before{filter: var(--drop-shadow-white);}
.home-pros-big ul.list>li{padding: 0 20px !important;}
.home-pros-big ul.list>li>ol{flex-direction: column;}
.home-pros-big ul.list>li>ol a.imgbox{aspect-ratio: 16/9;}
.home-pros-big ul.list>li>ol .textbox{padding-top: 1.25rem;}
.home-pros-big ul.list>li>ol .textbox a.title6{font-weight: 500; color: var(--bg-main); margin-bottom: 1rem;}
.home-pros-big ul.list>li>ol .textbox>p{font-weight: 400; color: #666; flex: 1; margin-bottom: 1.5rem;}

.home-pros::before{content: ""; width: 2px; height: 4rem; background-color: var(--hover-color); position: absolute; left: 50%; top: -2rem;}
.home-pros-title{text-align: center;}
.home-pros ul.list>li>a{flex-direction: column; box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .1);}
.home-pros ul.list>li>a .imgbox{aspect-ratio: 3/4; background: url(../images/home-pros_bj.webp) no-repeat center center; background-size: cover;}
.home-pros ul.list>li>a .imgbox>img{filter: drop-shadow(10px 10px 10px rgba(0,0,0,.2)) brightness(110%);}
.home-pros ul.list>li>a .textbox{font-weight: 600; font-size: .875rem; color: #333; padding: 1rem .5rem; text-align: center; align-items: center;}
.home-pros ul.list>li>a:hover .textbox{color: var(--hover-color);}

.home-apps{background-color: var(--bg-main);}
.home-apps.home-apps .container{max-width: 1600px;}
.home-apps .title1{display: flex; flex-direction: column; align-items: center; color: var(--bg-white); margin-bottom: 1rem;}
.home-apps .title1::after{content: ""; width: 50px; height: 3px; background-color: var(--hover-color); margin-top: 1rem;}
.home-apps ul.list>li>ol{flex-direction: column; overflow: hidden; position: relative;}
.home-apps ul.list>li>ol .imgbox{aspect-ratio: 3/4;}
.home-apps ul.list>li>ol .imgbox::after{content: ""; width: 100%; height: 100%; background-image: linear-gradient(transparent,rgba(9,23,41,.3)); position: absolute; inset: 0; z-index: 1;}
.home-apps ul.list>li>ol .title6{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; margin: 0; color: var(--bg-white); font-size: 1.25rem; font-weight: 400; padding: 0 1.2rem 2rem 1.25rem; letter-spacing: .3pt; min-height: 76px; text-shadow: 1px 1px 0 var(--bg-main);}

.home-about .title1{display: flex; flex-direction: column; color: var(--bg-main); margin-bottom: 1rem;}
.home-about .title1::before{content: ""; width: 50px; height: 3px; background-color: var(--hover-color); margin-bottom: 1rem;}
.home-about .imgbox{aspect-ratio: 16/9; box-shadow: -10px 10px 0 var(--hover-color);}
.home-about p{font-weight: 400;}
.home-about .more>a{padding: .5rem 1rem; border: 2px solid var(--hover-color); border-radius: 30px; color: var(--hover-color);}
.home-about .more>a>i::before{filter: var(--drop-shadow-hover);}
.home-about .more>a:hover{background-color: var(--hover-color); color: var(--bg-white) !important;}
.home-about .more>a:hover>i::before{filter: var(--drop-shadow-white);}

@media (max-width:1199.98px){
.home-pros-big{padding: 3rem 0;}
section,.section{padding: 2.5rem 0;}
}@media (max-width:991.98px){
section,.section,.section-item,.home-pros-big{padding: 2rem 0;}
.home-apps ul.list>li>ol .title6{font-size: 1rem; padding: 0 1rem 1rem 1rem;}
}@media (max-width:767.98px){
section,.section,.section-item,.home-pros-big{padding:1.5rem 0;}
}@media (max-width:575.98px){
section,.section,.section-item,.home-pros-big{padding:1.25rem 0;}
.home-pros-big ul.list>li{padding: 5px !important; margin-bottom: 1rem;}
.home-pros-big ul.list>li>ol .textbox>p{margin-bottom: 1rem;}
.home-apps ul.list>li{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
.home-apps ul.list>li>ol .title6{min-height: initial;}
}@media (max-width:375.98px){
section,.section,.section-item,.home-pros-big{padding:1rem 0;}
}
/* index-end */
.footer {position: relative; overflow: hidden; background-color: rgba(5, 24, 41, .1); border-top: 2px solid var(--hover-color);}
.footer .container{position: relative; z-index: 2;}
.footer .h3{font-weight: 600; font-size: 1.2rem; color: #333; margin-bottom: 1.5rem;}
.footer .h3::after{content: ''; width: 30px; 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-main);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0; line-height: 24px;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; width: fit-content; color: var(--bg-main); font-size: .8rem; opacity: .8; font-weight: 400; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover{color: var(--hover-color); opacity: 1;}

.footer_bg{width: 1920px; height: 120%; background-color: var(--bg-white); position: absolute; left: 0; top: 0; z-index: -1;}
.footer_logo{margin-bottom: 1.5rem;}
.footer_logo a>img{width: auto; height: 40px;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: var(--bg-main); margin: 0 0 .5rem 0; font-size: .8rem; font-weight: 400; opacity: .8; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: inherit; width: fit-content;}
.footer_contact>li>i{position: absolute; left: 0; top: 4px;}
.footer_contact>li>i::before{filter: var(--drop-shadow-hover);}
.footer_contact>li a:hover{color: var(--bg-main); text-decoration: underline; opacity: 1;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 0 0 1rem 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#666;display:inline-block;padding:0 4px;margin:2px !important;font-weight:300;line-height:22px;border:1px solid #666;font-size:.875rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-main); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: var(--bg-main) !important; border: none !important; display: flex; padding: 0;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: var(--hover-color) !important; border-left: none !important; padding: 0 10px !important;}
.theme-send-inquiry-box .theme-box-i{width: 42px; display: flex; padding: 0 !important; align-items: center; justify-content: center;}
.theme-send-inquiry-box .theme-box-i .icon-envelope{width: 80%; height: 90%; padding: 0; background: url(../images/icons/email-fill-white.svg) no-repeat center center; background-size: 100% 100%;}
@media (max-width:767.98px){
.footer{padding: 1.25rem 0;}
.footercop {padding: 1rem 0;}
}@media (max-width: 575.98px){
.footer .h3{margin-bottom: .625rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0; flex: none;}
#quicknav ul{width:100%;display:flex; flex-wrap: wrap; min-height: 40px; padding: .5rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; position: relative; font-size: .75rem;}
#quicknav ul li::after{content: ""; width: .75rem; height: .75rem; background-image: url(../images/icons/chevron-right-black.svg); background-position: center center; background-repeat: no-repeat; background-size: contain; margin: 0 2px;}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{text-transform:capitalize;}
#quicknav .icon-home{width: 1rem; height: 1rem; display: flex; background-image: url(../images/icons/icon-home.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; opacity: .5; transition: all .3s ease-in-out;}
#quicknav .icon-home:hover{opacity: 1;}
#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 li a:hover{text-decoration:underline; color:var(--bg-main);}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav .icon-home{background-image: url(../images/icons/icon-home-white.svg); opacity: .8;}
#quicknav ul.quicknav li,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li::after{background-image: url(../images/icons/chevron-right-white.svg); opacity: .8;}
#quicknav ul.quicknav li:last-child{color: var(--bg-white);}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:var(--bg-white); opacity: 1;}
@media (max-width: 991.98px){#quicknav{display: none;}}
/* Products */
.pros-banner .banner-picture picture,.pros-banner .banner-picture img{width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;}
.pros-banner .banner-picture::before{content: ""; display: block; padding-top: 20.83334%;}
.pros-banner-hover{width: 100%; position: absolute; left: 0; top: 25%; display: flex; align-items: center;}
.pros-banner-hover .title1{color: var(--bg-white); max-width: 500px; font-weight: 600; line-height: 1.3; letter-spacing: .3pt; text-shadow: 2px 2px 0 var(--bg-main);}

.pros-header small{text-transform: uppercase; color: var(--hover-color); font-size: 1.125rem; font-weight: 400; margin-bottom: 1rem;}
.pros-header .title2{font-weight: 700; text-transform: uppercase; color: #000; margin-bottom: 1.5rem;}
.pros-header p{font-size: clamp(.875rem, 3.5vw, 1.1rem); letter-spacing: .2pt; color: #333;}
.pros-header ul.pros-list{margin: 0 -20px;}
.pros-header ul.pros-list>li{padding: 0 20px !important;}
.pros-header ul.pros-list>li>a{display: flex; align-items: center; border: 1px solid var(--line-color); background-color: var(--bg-white); font-size: .9rem; padding: .5rem 1rem; font-weight: 400; color: var(--hover-color); line-height: 1.2; letter-spacing: .3pt;}
.pros-header ul.pros-list>li>a>span{flex: 1;}
.pros-header ul.pros-list>li>a>i{margin-left: .5rem;}
.pros-header ul.pros-list>li>a>i::before{filter: var(--drop-shadow-hover);}
.pros-header ul.pros-list>li>a:hover{border-color: var(--hover-color);}

.pros-title2{display: flex; flex-direction: column; align-items: center; text-align: center; font-weight: 500;}
.pros-title2::after{content: ""; width: 80px; height: 3px; background-color: var(--hover-color); margin-top: .625rem;}
.pros-title2 a{width:fit-content; display: flex; flex-direction: column;}
.pros-title2 span{font-size: var(--fs-h6); text-transform: uppercase; font-weight: 400; color: var(--hover-color); margin-bottom: .625rem;}

.pros-manual ul.list>li>a{flex-direction: column; box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .1);}
.pros-manual ul.list>li>a .imgbox{aspect-ratio: 3/4; background: url(../images/home-pros_bj.webp) no-repeat center center; background-size: 100% 100%;}
.pros-manual ul.list>li>a .imgbox>img{filter: drop-shadow(10px 10px 10px rgba(0,0,0,.2)) brightness(110%);}
.pros-manual ul.list>li>a .textbox{font-weight: 500; font-size: .95rem; color: #333; padding: 1rem 0 1.5rem 0; text-align: center; align-items: center; position: relative;}
.pros-manual ul.list>li>a .textbox>span{width: 2rem; height: 2rem; position: absolute; left: 50%; bottom: -1rem; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; background-color: var(--bg-main); border-radius: 50%; transition: all .3s ease-in-out;}
.pros-manual ul.list>li>a .textbox>span>i::before{filter: var(--drop-shadow-white);}
.pros-manual ul.list>li>a:hover .textbox>span{background-color: var(--hover-color);}
.pros-manual ul.list>li>a:hover .textbox{color: var(--hover-color);}

.pros-automatic ul.list>li>a{background-color: var(--bg-white); box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.pros-automatic ul.list>li>a .imgbox{width: 100%; aspect-ratio: 80/35; background: url(../images/home-pros_bj.webp) no-repeat center center; background-size: 100% 100%;}
.pros-automatic ul.list>li>a .imgbox>img{filter: drop-shadow(10px 10px 10px rgba(0,0,0,.2)) brightness(110%);}
.pros-automatic ul.list>li>a .textbox{flex-direction: row; justify-content: space-between; align-items: center; font-weight: 500; font-size: .95rem; color: #333; padding: 1rem}
.pros-automatic ul.list>li>a .textbox>span{width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; background-color: var(--bg-main); border-radius: 50%; transition: all .3s ease-in-out; margin-left: .625rem;}
.pros-automatic ul.list>li>a .textbox>span>i::before{filter: var(--drop-shadow-white);}
.pros-automatic ul.list>li>a .textbox>text{flex: 1;}
.pros-automatic ul.list>li>a:hover .textbox{color: var(--hover-color);}
.pros-automatic ul.list>li>a:hover .textbox>span{background-color: var(--hover-color);}
.pros-automatic ul.list>li>a:hover .textbox{color: var(--hover-color);}

.pros-apps ul.list>li>ol{align-items: center; padding:1rem; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.pros-apps ul.list>li>ol .imgbox{aspect-ratio: 1/1; width: 60px;}
.pros-apps ul.list>li>ol .imgbox>img{filter: drop-shadow(60px 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.pros-apps ul.list>li>ol .textbox{justify-content: center; padding-left: 1.5rem;}
.pros-apps ul.list>li>ol .textbox .title6{font-weight: 400; color: var(--bg-main); display: flex; flex-direction: column;}
.pros-apps ul.list>li>ol .textbox .title6::after{content: ""; width: 20px; height: 2px; background-color: var(--hover-color); margin-top: .5rem;}
.pros-apps ul.list>li>ol .textbox>p{font-size: .8rem; font-weight: 400; color: #555;}

@media (max-width: 1199.98px){
.pros-banner-hover{top: 50%; transform: translateY(-50%);}
.pros-banner-hover .title1{max-width: 700px; margin: 0;}
}@media (max-width: 767.98px){
.pros-header .title2{margin: 0;}
}@media (max-width: 575.98px){
.pros-header ul.pros-list{margin: 0 -5px;}
.pros-header ul.pros-list>li{padding: 5px !important;}
.pros-manual ul.list>li{margin-bottom: 1rem;}
}
/* Hub */
.hub-banner02 .banner-picture::after{content: ""; width: 100%; height: 100%; background-image: linear-gradient(to right,var(--bg-main),transparent); position: absolute; inset: 0;}
.hub-banner02 .pros-banner-hover{z-index: 2;}

.hub-header .title2{display: flex; flex-direction: column; align-items: center; font-weight: 600; text-transform: uppercase; color: #000; margin-bottom: 1rem;}
.hub-header .title2::before{content: ""; width: 80px; height: 3px; background-color: var(--hover-color); margin-bottom: .625rem;}
.hub-header .title2>span{color: var(--hover-color);}
.hub-header p{font-size: 1rem; letter-spacing: .2pt; color: #333; text-align: center;}

.features .title4{font-weight: 500; margin-bottom: 1.5rem;}
ul.features-list>li{position: relative;}
ul.features-list>li::after{content: ""; width: 1px; height: 100%; background-color: var(--line-color); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
ul.features-list>li:last-child::after{content: none;}
ul.features-list>li>ol{flex-direction: column; align-items: center; padding: 0 1rem;}
ul.features-list>li>ol .title6{font-weight: 500;}
ul.features-list>li>ol>p{font-size: .875rem;}

.hub-manual .container{max-width: 1400px;}
.hub-manual .pros-title2::after{width: 2px; height: 4rem; margin-top:0; position: absolute; left: 50%; top: -2rem; transform: translateX(-50%);}
.hub-manual ul.list>li>ol{box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.hub-manual ul.list>li>ol a.imgbox{width: 40%; aspect-ratio: 3/4; background: url(../images/home-pros_bj.webp) no-repeat center center; background-size: 100% 100%;}
.hub-manual ul.list>li>ol a.imgbox>img{filter: drop-shadow(10px 10px 10px rgba(0,0,0,.2)) brightness(110%);}
.hub-manual ul.list>li>ol .textbox{padding: 1rem; padding-left: 1.5rem; justify-content: center;}
.hub-manual ul.list>li>ol .textbox a.title6{display: flex; flex-direction: column; font-weight: 600; color: var(--bg-main);}
.hub-manual ul.list>li>ol .textbox a.title6::after{content: ""; width: 40px; height: 2px; background-color: var(--hover-color); margin-top: .5rem;}
.hub-manual ul.list>li>ol .textbox>p{color: #333;}
.hub-manual ul.list>li>ol .textbox ul{display: flex; flex-direction: column; margin-bottom: 1rem;}
.hub-manual ul.list>li>ol .textbox ul>li>b{font-weight: 400; color: #333;}
.hub-manual ul.list>li>ol .textbox .more>a{color: var(--hover-color);}
.hub-manual ul.list>li>ol .textbox .more>a>i::before{filter: var(--drop-shadow-hover);}

.hub-brief{padding-top: 0;}
.hub-brief .container{background-color: var(--bg-main); max-width: 1200px; padding: 0; border-radius: 1rem; overflow: hidden;}
.hub-brief .container1{background-color: var(--bg-main); max-width: 1100px; padding: 0; border-radius: 1rem; overflow: hidden;}
.hub-brief .imgbox{aspect-ratio: 16/9; border-radius: 100% 0 0 100%;}
.hub-brief .textbox{padding: 2rem; justify-content: center;}
.hub-brief .textbox .title2{color: var(--bg-white); font-weight: 600; margin-bottom: 1rem;}
.hub-brief .textbox p{color: rgba(255,255,255,.7);}
.hub-brief .textbox .inquiry_btn{margin-top: .5rem;}
.hub-brief .textbox .inquiry_btn>a{background-color: var(--bg-white); padding: .75rem 1.25rem; font-weight: 500; border-radius: 30px; border: 1px solid var(--hover-color);}
.hub-brief .textbox .inquiry_btn>a:hover{background-color: var(--hover-color); color: var(--bg-white) !important;}

.hub-automatic ul.list>li{margin-bottom: 2.5rem;}
.hub-automatic ul.list>li:last-child{margin-bottom: 0;}
.hub-automatic ul.list>li>ol{box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.hub-automatic ul.list>li>ol a.imgbox{width: 50%;  padding: .625rem; aspect-ratio: 80/35; background: url(../images/home-pros_bj.webp) no-repeat center center; background-size: 100% 100%;}
.hub-automatic ul.list>li>ol a.imgbox>img{object-fit: contain; filter: drop-shadow(10px 10px 10px rgba(0,0,0,.2)) brightness(110%);}
.hub-automatic ul.list>li>ol .textbox{padding: 1.25rem; padding-left: 2rem; justify-content: center;}
.hub-automatic ul.list>li>ol .textbox a.title6{display: flex; flex-direction: column; font-weight: 600; color: var(--bg-main);}
.hub-automatic ul.list>li>ol .textbox a.title6::after{content: ""; width: 40px; height: 2px; background-color: var(--hover-color); margin-top: .5rem;}
.hub-automatic ul.list>li>ol .textbox>p{color: #333;}
.hub-automatic ul.list>li>ol .textbox>ul{display: flex; flex-direction: column; margin-bottom: 1rem;}
.hub-automatic ul.list>li>ol .textbox>ul>li>b{font-weight: 400; color: #333;}
@media (max-width: 1199.98px){
.hub-manual ul.list>li>ol .textbox>p,.hub-automatic ul.list>li>ol .textbox>p{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;}
.hub-brief{padding-left: 15px;padding-right: 15px;}
}@media (max-width: 991.98px){
.hub-manual .pros-title2::after,.hub-manual .pros-title2::after{height: 3rem !important; top: -1.5rem;}
.hub-manual ul.list>li>ol a.imgbox{width: 30%;}
.hub-automatic ul.list>li>ol a.imgbox{width: 40%;}
.distributor-left{width: 24%;}
}@media (max-width: 767.98px){
ul.features-list>li{margin-bottom: 1rem;}
.hub-brief .imgbox{border-radius: 0;}
}@media (max-width: 575.98px){
.hub-manual .pros-title2::after,.hub-manual .pros-title2::after{height: 2rem !important; top: -1rem;}
.hub-manual ul.list>li>ol a.imgbox,.hub-automatic ul.list>li>ol a.imgbox{width: 100%;}
.hub-manual ul.list>li>ol .textbox,.hub-automatic ul.list>li>ol .textbox{padding: 1rem;}
ul.features-list>li::after{content: none;}
}
/* Details */
.left_pics{width: 100%; display: flex; flex-direction: row-reverse; justify-content: space-between;}
.left_pic{width: calc(100% - 120px); aspect-ratio: 3/4; border: 1px solid rgba(0, 0, 0, .1); display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.related_pic{width: 100px;}
.related_pic ul{width: 100%; margin: -5px 0; display: flex; flex-direction: column;}
.related_pic ul>li{width: 100%; padding: 5px 0; display: flex; align-items: center; justify-content: center;}
.related_pic ul>li a{border: 1px solid #ccc;}
.related_pic ul>li.imgdq a{border-color: var(--hover-color);}

.imgbox-bg{background: url(../images/home-pros_bj.webp) no-repeat center center; background-size: cover;}

.details-header .etw_hometitle{margin-bottom: 1rem;}
.details-header .etw_hometitle>h2{margin: 0;}
.details-header p{font-size: .95rem;}

ul.key-items{display: flex; flex-wrap: wrap;}
ul.key-items li{width: 50%; display: flex; flex-direction: column; font-weight: 500; color: var(--hover-color); font-size: 1.125rem;}
ul.key-items li::before{content: "*"; background: none; color: var(--hover-color);width: fit-content; height: 24px; top: 0; display: flex; align-items: center; padding-top: 5px; font-size: 1.25rem; font-family: Arial, Helvetica, sans-serif;}
ul.key-items li>b{font-weight: 400; color: #000; font-size: .875rem;}

ul.key-items2{display: flex; flex-wrap: wrap;}
ul.key-items2 li{width: calc(100% / 3); display: flex; flex-direction: column; font-weight: 500; color: var(--hover-color); font-size: 1.125rem;}
ul.key-items2 li::before{content: "*"; background: none; color: var(--hover-color);width: fit-content; height: 24px; top: 0; display: flex; align-items: center; padding-top: 5px; font-size: 1.25rem; font-family: Arial, Helvetica, sans-serif;}
ul.key-items2 li>b{font-weight: 400; color: #000; font-size: .875rem;}

.details-title4{color: var(--bg-main); font-weight: 600; border-left: 5px solid var(--hover-color); padding-left: .625rem; margin-bottom: 1rem;}
.details-apps .etw-photo>li>figure{position: relative;}
.details-apps .etw-photo>li .video_btn{width: 100%; height: 100%; padding: .625rem 1rem; align-items: flex-end; justify-content: flex-start;}
.details-apps .etw-photo>li .video_btn::before{content: none;}
.details-apps .etw-photo>li .video_btn>i{--w:3rem; position: relative;}
.details-apps .etw-photo>li .video_btn>i::before{z-index: 2; filter: drop-shadow(var(--w) 0 var(--hover-color));}
.details-apps .etw-photo>li .video_btn>i::after{content: ""; width: 50%; height: 50%; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.details-equipment ul.list>li{margin-top: 2rem;}
.details-equipment ul.list>li>ol{box-shadow: 0 0 10px rgba(0, 0, 0, .1); background-color: var(--bg-white);}
.details-equipment ul.list>li>ol>figure{width: 35%; background-color: var(--bg-WhiteSmoke);}
.details-equipment ul.list>li>ol>figure>a{mix-blend-mode: multiply; display: flex; align-items: center;}
.details-equipment ul.list>li>ol>.textbox{padding: 1rem; padding-left: 1.5rem; justify-content: center; position: relative;}
.details-equipment ul.list>li>ol>.textbox .title5{font-weight: 500;}

.hide{display: none;}
.more-btn{display: flex; justify-content: center; width: 100%; position: absolute; left: 50%; bottom: -1rem;transform: translateX(-50%);}
.more-btn>span{cursor: pointer; width: 2rem; height: 2rem; background-color: var(--hover-color); display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.more-btn>span>i::before{filter: var(--drop-shadow-white);}

.items-available{display: flex; flex-direction: column;}
.items-available>li{display: flex; flex-direction: column; margin-bottom: 1rem;}
.items-available>li:last-child{margin: 0;}
.items-available>li>ol{width: 100%; display: flex;}
.items-available>li>ol .imgbox{width: 30%; aspect-ratio: initial; background-color: var(--bg-WhiteSmoke); padding: .625rem;}
.items-available>li>ol .imgbox>img{object-fit: contain; mix-blend-mode: multiply;}
.items-available>li>ol .textbox{justify-content: center; padding-left: 1.5rem;}

.related-pros .title3{display: flex; flex-direction: column;}
.related-pros .title3::before{content: ""; width: 100px; height: 2px; background-color: var(--hover-color); margin-bottom: 1rem;}
.related-pros ul.list>li>a{box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.related-pros ul.list>li>a .imgbox{width: 85px; aspect-ratio: 3/4; padding: 5px; background: url(../images/home-pros_bj.webp) no-repeat center center; background-size: 100% 100%;}
.related-pros ul.list>li>a .imgbox>img{object-fit: contain;}
.related-pros ul.list>li>a .title6{flex: 1; margin: 0; padding: 1rem; padding-left: 1.5rem; display: flex; align-items: center; font-size: .875rem; font-weight: 500; line-height: 1.3;}
.related-pros ul.list>li>a:hover .title6,.related-pros ul.list>li.active>a .title6{color: var(--hover-color);}
.related-pros2 ul.list>li>a .imgbox{width: 40%; aspect-ratio: 16/9;}

.inquiryform{background: url(../images/brief-bg.webp) no-repeat center center; background-size: cover; overflow: hidden; position: relative;}
.inquiryform::before{content: ""; width: 100%; height: 100%; background-color: var(--bg-main); position: absolute; inset: 0; mix-blend-mode: multiply; z-index: 1;}
.inquiryform-img{width:20%; position: absolute; left: 0;top: 20%; z-index: 4;}
.inquiryform-img4{width:100%; height: auto; margin-top: 1rem;}
.inquiryform-img4>img{width: 115%; margin-left: -5rem;}
.inquiryform .title2{color: var(--bg-white); font-weight: 600; margin-bottom: 1rem;}
.inquiryform p{color: var(--bg-white); font-size: 1rem; opacity: .8;}
.inquiryform .inquiryform_img{margin-top: 2rem;}
.inquiryform .feedback{width: 100%; background-color: var(--bg-white); padding: 2rem; min-height: 370px;}

.other-pros ul.list>li>a{flex-direction: column; box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .1);}
.other-pros ul.list>li>a .imgbox{width: 100%; aspect-ratio: 80/35; background: url(../images/home-pros_bj.webp) no-repeat center center; background-size: 100% 100%;}
.other-pros ul.list>li>a .imgbox>img{filter: drop-shadow(10px 10px 10px rgba(0,0,0,.2)) brightness(110%);}
.other-pros ul.list>li>a .textbox{justify-content: center; align-items: center; text-align: center; font-weight: 500; font-size: .95rem; color: #333; padding: 1rem 0;}
.other-pros ul.list>li>a:hover .textbox{color: var(--hover-color);}
.other-pros2 ul.list>li>a .imgbox{aspect-ratio: 3/4;}

.details-distributor{width: 100%; display: flex; flex-direction: column; padding: 2rem 3rem; border-radius: 1rem; overflow: hidden; position: relative; z-index: 0;}
.details-distributor::before{content: ""; width: 100%; height: 100%; background-color: var(--bg-F0); position: absolute; inset: 0; z-index: -1;}
.details-distributor::after{content: ""; width: 100%; aspect-ratio: 1/1; border-radius: 50% 0 50% 50%; background-color: var(--bg-light); position: absolute; left: 5%; top: 8%; z-index: -1;}
.details-distributor>.title3{ font-weight: 600; margin-bottom: 1rem; line-height: 1.1;}
.details-distributor>p{font-size: .9rem; line-height: 1.8; font-weight: 400; color: #666;}
.details-distributor-btn{display: flex;}
.details-distributor-btn>a{width: fit-content; display: flex; align-items: center; justify-content: center; text-align: center; padding: .625rem 1rem; border: 1px solid var(--hover-color); border-radius: 5px; line-height: 1.1; overflow: hidden; margin-left: 2rem; color: #333; font-weight: 400;}
.details-distributor-btn>a>i{margin-left: .5rem;}
.details-distributor-btn>a>i::before{filter:drop-shadow(var(--w) 0 #333);}
.details-distributor-btn>a:hover{background-color: var(--hover-color); color: var(--bg-white) !important;}
.details-distributor-btn>a:hover>i::before{filter:var(--drop-shadow-white);}
.details-distributor-btn>a:first-child{margin: 0; background-color: var(--hover-color); color: var(--bg-white) !important;}
.details-distributor-btn>a:first-child>i::before{filter:var(--drop-shadow-white);}
@media (max-width: 991.98px){
.left_pics{max-width: 550px; margin: 0 auto;}
}@media (max-width: 767.98px){
.left_pics{flex-direction: column;}
.left_pic{width: 100%; aspect-ratio: 4/3;}
.left_pic>figure,.left_pic>figure>a{width: 100%; height: 100%;}
.left_pic img{width: 100%; height: 100%; object-fit: contain;}
.related_pic {width: 100%; margin-top: .625rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-direction: row;}
.related_pic ul>li{width: 20%; padding: 5px;}
.inquiryform-img{display: none;}
.inquiryform .feedback{padding: 1.5rem;}
.details-equipment ul.list>li>ol{flex-direction: column;}
.details-equipment ul.list>li>ol>figure{width: 100%;}
.details-equipment ul.list>li>ol>.textbox{padding: 1rem;}
}@media (max-width: 575.98px){
.related-pros ul.list>li>a .title6{padding: .625rem; padding-left: 1rem;}
.details-distributor{padding: 1.25rem;}
ul.key-items2 li{width: 50%;}
}@media (max-width: 425.98px){
ul.key-items2 li{width: 100%;}
.details-distributor-btn{justify-content: space-between; flex-wrap: wrap;}
.details-distributor-btn>a{width: 48%; margin-left: 0; padding: .625rem;}
}@media (max-width: 375.98px){
.details-distributor-btn>a{width: 100%; margin-top: .625rem;}
}
/* Products_End */
/* Applications */
.apps-banner .banner-picture{height: 300px;}
.apps-banner .banner-picture picture,.apps-banner .banner-picture img{width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;}
.apps-banner .banner-picture::after{content: ""; width: 100%; height: 100%; background-image: linear-gradient(135deg,var(--bg-main) 10%,transparent); position: absolute; inset: 0;}
.apps-banner-hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; z-index: 9;}
.apps-banner-hover .title1{color: var(--bg-white); font-weight: 600; line-height: 1.3; letter-spacing: .3pt; text-shadow: 2px 2px 0 var(--bg-main);}

.apps-main ul.list>li>ol{background-color: var(--bg-WhiteSmoke);}
.apps-main ul.list>li>ol a.imgbox{width: 50%; aspect-ratio: 1/1;}
.apps-main ul.list>li>ol .textbox{padding: 1.25rem; justify-content: center;}
.apps-main ul.list>li>ol .textbox a.title6{font-weight: 500;}

.other-apps .title3{display: flex; flex-direction: column;}
.other-apps .title3::before{content: ""; width: 100px; height: 2px; background-color: var(--hover-color); margin-bottom: 1rem;}
.other-apps ul.list>li>a{flex-direction: column; box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .1);}
.other-apps ul.list>li>a .title6{font-weight: 500; font-size: .8rem; color: #333; line-height: 1.3; padding: 1rem .5rem; text-align: center; align-items: center; margin-bottom: 0;}

.our-pros ul.list>li>ol{flex-direction: column;}
.our-pros ul.list>li>ol .imgbox{aspect-ratio: 2/1;}
.our-pros ul.list>li>ol .textbox{padding: 1.5rem; background-color: var(--bg-F9); box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.our-pros ul.list>li>ol .textbox a.title6{font-weight: 500;}
@media (max-width: 991.98px){
.apps-banner .banner-picture{height: 250px;}
.apps-main ul.list>li>ol{flex-direction: column;}
.apps-main ul.list>li>ol a.imgbox{width: 100%; aspect-ratio: 2/1;}
}@media (max-width: 767.98px){
.apps-banner .banner-picture{height: 200px;}
}@media (max-width: 575.98px){
.apps-banner .banner-picture{height: 150px;}
}
/* Applications-End */
/* About Us */
.nbanner-hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.nbanner-hover .title1{max-width: 600px; font-weight: 500; color: #000; margin: 1rem 0 0 0;}

.company-header h2{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.company-header h2::after{content: ""; width: 60px; height: 2px; background-color: var(--hover-color); margin-top: .625rem;}
.company-header p{font-size: 1.05rem; line-height: 1.6;}

.global-reach figure{margin-top: -4rem;}
.state-name,.city-name{display: flex; flex-direction: column;}
.state-name>li,.city-name>li{display: flex; align-items: center; font-size: 1rem; line-height: 24px; color: #000; font-weight: 500; margin-bottom: .5rem;}
.state-name>li>i{line-height: 24px; font-size: 20px; font-style: normal; color: var(--hover-color); margin-right: .5rem;}
.city-name>li>i{width: 26px; height: 30px; font-style: normal; border: 2px solid var(--hover-color); color: var(--hover-color); display: flex; align-items: center; justify-content: center; margin-right: .625rem;}
.project-experience .etw-photo .imgbox{aspect-ratio: initial; padding: 0;}

.company-nav{display: flex; justify-content: center;}
.company-nav>li{position: relative;}
.company-nav>li::after{content: ""; width: 1px; height: 100%; background-color: var(--line-color); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.company-nav>li:last-child::after{content: none;}
.company-nav>li>a{flex-direction: column; align-items: center;} 
.company-nav>li>a .icon{width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.company-nav>li>a .icon>img{width: 60px; height: 60px; filter: drop-shadow(60px 0 #333); position: relative; transform: translateX(-100%);}
.company-nav>li>a .title6{flex: 1; margin: 0; padding-top: .625rem; color: #000; font-weight: 400; text-align: center;}
.company-nav>li>a:hover .icon>img,.company-nav>li.active>a .icon>img{filter: drop-shadow(60px 0 var(--hover-color));}
.company-nav>li>a:hover .title6,.company-nav>li.active>a .title6{color: var(--hover-color);}

.title-heng{display: flex; align-items: center; position: relative; overflow: hidden;}
.title-heng::before{content: ""; width: 100%; height:1px; background-image: linear-gradient(to right,var(--hover-color),transparent); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.title-heng>span{background-color: var(--bg-white); position: relative; z-index: 2; font-weight: 400; padding-right: 1.25rem;}

.support-items{display: flex; flex-wrap: wrap; padding: 1px 1px 0 0;}
.support-items>li{width: 50%; border-top: 1px solid rgba(0, 0, 0, .03); border-right: 1px solid rgba(0, 0, 0, .03); margin: -1px 0 0 -1px;}
.support-items>li>ol{width: 100%; display: flex; flex-direction: column; padding: 2rem;}
.support-items>li>ol>strong{font-size: 1.1rem; line-height: 1.2; font-weight: 600; margin: 0 0 1rem 0; color:#000; }
.support-items>li:nth-child(2),.support-items>li:nth-child(4),.support-items>li:last-child{border-right: none;}

.requirements-list{display: flex; flex-wrap: wrap; counter-reset: nub; margin: 0 -15px;}
.requirements-list>li{width: 50%; display: flex; flex-wrap: wrap; align-items: flex-start; position: relative; padding: 15px;}
.requirements-list>li::before{counter-increment: nub; content: counter(nub,decimal-leading-zero) ""; width: 3.125rem; aspect-ratio: 1/1; font-size: 1.25rem; background-color: var(--bg-white); display: flex; align-items: center; justify-content: center; font-weight: 600; color: var(--hover-color); box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.requirements-list>li .textbox{flex: 1; padding-left: 1.25rem;}
.requirements-list>li .textbox>strong{font-size: 1.1rem; line-height: 1.2; font-weight: 600; margin: 0 0 1rem 0; color:#000;}
.requirements-list>li .textbox>p{font-size: 1.05rem; line-height: 1.6;}

.distributor-touch .feedback{display: flex; flex-direction: column; align-items: center; background-color: #f3f6f7; padding: 2.5rem; position: relative; z-index: 0; overflow: hidden; min-height: 614px;}
.distributor-touch .feedback::before{content: ""; width: 0; height: 0; border-top: 80px solid var(--hover-color); border-left: 0 solid transparent; border-right: 80px solid transparent; position: absolute; left: 0; top: 0;}
.distributor-touch .feedback::after{content: ""; width: 20rem; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--bg-white); position: absolute; right: 0; bottom: 0; transform: translate(40%,40%); z-index: -1;}
.distributor-touch .feedback .title2{color: #000;}
.distributor-touch .feedback p{font-size: 1.125rem; font-weight: 400; color: #0c0909;}
.distributor-touch #floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: block;}
@media (max-width: 991.98px){
.nbanner-hover .title1{margin: 0; max-width: 350px;}
.global-reach figure{margin: 0;}
}@media (max-width: 767.98px){
.support-items>li>ol{padding: 1.25rem;}
.requirements-list>li{width: 100%; padding: 15px;}
}@media (max-width: 575.98px){
.nbanner-hover .title1{display: none;}
ul.company-nav>li {-ms-flex: 0 0 calc(100% / 3) !important;flex: 0 0 calc(100% / 3) !important;max-width: calc(100% / 3) !important;}
.support-items>li{width: 100%;border: 1px solid rgba(0, 0, 0, .03) !important;}
.distributor-touch .feedback{padding: 1.25rem; margin-bottom: 1rem;}
.distributor-touch .feedback::before{border-top: 40px solid var(--hover-color); border-right: 40px solid transparent;}
.distributor-touch .feedback::after{width: 15rem;}
}
/* 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; font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li.h4 span{font-size:1.2rem; font-weight: 700; line-height: 1.2; margin:0; color: var(--hover-color);}

.contact ul>li strong{color:#222; font-weight: 600; margin-right: .5rem;}
.contact ul>li a{color: var(--hover-color);}
.contact ul>li a:hover{color:var(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#222;}
.contact ul>li>ol{flex: 1;}
.contact ul>li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem; background-color: var(--bg-F9);}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700;}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#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-main) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 10px; border-radius: 0; font-size: .875rem; border-color: rgba(0, 0, 0, .05);}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--hover-color) !important;}
/* Contact Us-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.videos_hub_title{font-size:clamp(1rem, 3.5vw, 1.5rem); font-weight: 400; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0;}

.videos_hub ul.list>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,.15);}
.videos_hub ul.list>li>a .imgbox{width: 40%; aspect-ratio: 16/9;}
.videos_hub ul.list>li>a .imgbox img{height: 100%; object-fit: cover;}
.videos_hub ul.list>li>a .imgbox .video_btn::before{--w:40px;}
.videos_hub ul.list>li>a .textbox{flex: 1; flex-direction: column; padding: 1rem; padding-left: 1.5rem; justify-content: center; font-size: 1rem; color: #333; font-weight: 400;}
.videos_hub ul.list>li>a:hover{position: relative; transform: translateY(-10px);}
.videos_hub ul.list>li>a:hover .textbox{color: var(--hover-color);}

.videos_company ul.list>li>a .imgbox{width: 50%;}
.videos_company ul.list>li>a .imgbox .video_btn::before{--w:70px}
.videos_company ul.list>li>a .textbox{padding: 1.5rem; padding-left: 2rem; align-items: flex-start; text-align: left;}
.videos_company ul.list>li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600; margin-bottom: 1rem;}
.videos_company ul.list>li>a .textbox>p{font-size: .95rem; font-weight: 300; line-height: 1.6; color: #666; transition: all .4s;}
.videos_company ul.list>li>a:hover .textbox .h6{color: var(--hover-color);}

.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%; aspect-ratio: 16/9;}
#video_right h2{color: #333; font-weight: 500;}
.video_more{display:flex;margin-top:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid var(--bg-main); color:var(--bg-main); border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--hover-color); color:#fff !important; border-color:var(--hover-color)}
.etw_videolist_more{display: none;}
#video_right .feedback{box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.5rem 2rem; margin-top: 2rem; box-shadow: 6px 6px 0 #eee, -6px -6px 0 #eee;}
#video_right .feedback .title2{font-weight: 500;}
#video_sidebar{width:30%; border-radius:10px; box-shadow: 0 0 10px rgba(0, 0, 0, .125); overflow: hidden;}
#video_sidebar .title4{color: #fff; background-color: var(--hover-color); font-size: var(--fs-h4); font-weight: 500; display: flex; align-items: center; justify-content: center; padding: .5rem; margin-bottom: 0;}
#etw_videolist .webtitle{font-size: var(--fs-h6); font-weight: 400; padding: .75rem 1rem; background-color: #eee; color: #333;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: .75rem 1rem;}
#etw_videolist ul li{width: 100%; margin-bottom:.625rem; 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:0.95rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: ""; width: .75rem; height: .75rem; background: url(../images/icons/chevron-right.svg) no-repeat center center; background-size: contain; position: absolute; left: 0; top: 6px;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--hover-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_hub ul.list>li>a{flex-direction: column;}
.videos_hub ul.list>li>a .imgbox{width: 100%;}
.videos_hub ul.list>li>a .textbox{padding: 1rem; align-items: center; text-align: center;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */
