@charset "utf-8";
@font-face{font-family:"OpenSans"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/OpenSans-VariableFont_wdth,wght.woff2) format("woff2");}
@font-face{font-family:"Roboto"; font-weight:200 700; 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:clamp(0.875rem,3.5vw,1rem);
	--fs-h6:clamp(0.875rem,3.5vw,1rem);
	--fs-h5:clamp(1.0625rem,3.5vw,1.1875rem);
	--fs-h4:clamp(1.25rem,3.5vw,1.44rem);
	--fs-h3:clamp(1.375rem,3.5vw,1.728rem);
	--fs-h2:clamp(1.5rem,3.5vw,2.074rem);
	--fs-h1:clamp(1.625rem,3.5vw,2.488rem);
	--lh-heading:1.2;
	--lh-body:1.6;
	--bg-main: #be1e2d;
	--bg-hover: #be1e2d;
	--family-first: "OpenSans", sans-serif;
	--family-second: "Roboto", sans-serif;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
  --icon-bg: #F0F7FF;
  --icon-stroke: #475569;
}

.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: 400; 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-second); margin-bottom: 1rem;}
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: .9rem; 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(--bg-hover);}
strong {font-weight: 700;}
b {font-weight: 500; color: #000;}
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-main);}
inquiry-trigger{color: var(--bg-main);}
inquiry-trigger:hover{color: var(--bg-hover);}
figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a[class="original-link"]{cursor: default;}
figure:last-child,p:last-child{margin-bottom: 0;}
.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;}
.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:1030px;}
.container3{max-width:930px;}
.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{width: calc(100% + 30px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
ul.list li{display: flex; padding: 15px;}
ul.list li>ol,ul.list li>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
.row-cols{margin: 0 -5px; display: flex; flex-wrap: wrap;}
.row-cols>*{margin: 0; padding: 5px; display: flex;}
.row-cols>*>ol,.row-cols>*>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out; margin: 0;}
.p-8{margin: 0 -8px;}
.p-8>*{padding: 8px;}
.p-10{margin: 0 -10px;}
.p-10>*{padding: 10px;}
.p-15{margin: 0 -15px;}
.p-15>*{padding: 15px;}
.p-20{margin: 0 -20px;}
.p-20>*{padding: 20px;}
.etw-photo{display: flex; flex-wrap: wrap;}
.etw-photo figure{margin: 0;}
.etw-photo a{flex-direction: column;}
.etw-photo span{flex: 1; display: flex; justify-content: center; text-align: center; font-size: .875rem; padding-top: 10px;}
.etw-photo a[onClick]{cursor: pointer;}
.etw-photo a[class="original-link"]{cursor: default;}
@media (max-width: 767.98px){
ul.list{width: calc(100% + 20px); margin: 0 -10px;}
ul.list li{padding: 10px;}
}@media (max-width: 575.98px){
.p-8,.p-10,.p-15,.p-20{margin: 0 -5px;}
.p-8>*,.p-10>*,.p-15>*,.p-20>*{padding: 5px;}
ul.list{width: calc(100% + 10px); margin: 0 -5px;}
ul.list li{padding: 5px;-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}@media (max-width: 425.98px) {
.row-cols>*,.etw-photo>*{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}
/* 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; margin-bottom: .5rem; padding-left: 1rem; line-height: 24px;}
ul.items li:last-child{margin-bottom: 0;}
ul.items li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
ul.items li>ol>li::before{border-radius: 50%; background-color: rgba(0, 0, 0, .3);}
ul.items1 li{padding-left: 1.625rem;}
ul.items1 li::before{content: ""; width: 1rem; height: 1rem; background: url(../images/icons/check2-square.svg) no-repeat center center; background-size: contain; position: absolute; left: 0; top: 4px;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 2rem; position: relative;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) ""; width: 1.25rem; height: 1.25rem; border: 1px solid var(--bg-main); border-radius: 50%; background: var(--bg-white); color: var(--bg-main); font-size: .875rem; display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 2px;}
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: #dcdcdc;}
.table thead td,.table thead inquiry-trigger{color: #000; font-weight: 500;}
.table td,.table-left td{vertical-align: middle; color: #333; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-bordered td{border: none; border: 1px solid #fff;}
.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-hover) !important;}

.table-left{width: 100%;}
.table-left td{border: 1px solid rgba(0, 0, 0, .05);}
.table-left tbody tr:nth-of-type(odd){background-color: var(--bg-F0);}
.table-left tbody tr:nth-of-type(even){background-color:var(--bg-white);}
.table-left td:first-child,.table-left td:nth-child(3){color: #000;}
@media (max-width: 575.98px){.table,.table-left{min-width: 800px;}}
/* 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(--bg-main); 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,.more_big{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .875rem; font-weight: 200; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem;}
.more>a::before{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a::after{content: ""; width: .875rem; aspect-ratio: 1/1; background-image: url(../images/icons/caret-right-fill.svg); background-repeat: no-repeat; background-size: contain; margin-left: .25rem;}
.more>a:hover{color: var(--bg-main);}
.more>a:hover::before{width: 100%; left: 0; right: auto;}
.more_big>a{width:fit-content; display: flex; align-items: center; transition: all .4s; padding: .5rem 1rem; font-size: .875rem; font-weight: 400; color: #fff; line-height: 1; background-color: var(--bg-main); overflow: hidden; border-radius: 4px;}
.more_big>a:hover{color: #fff; background-color: var(--bg-main);}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: 5px 15px; color: #fff; font-size: .875rem; position: relative; 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: var(--bg-hover) !important;}
.inquiry_quote{margin-top: 1.5rem;}
.inquiry_btn>a{background: var(--bg-blue-color1); }
/* 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; 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: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); 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: 90px;}
.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: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:60px;}
#etw_logo a>span{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; padding-top: 10px;}
@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; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.navbar>li{padding: 0; min-height: 40px; display: flex; flex-wrap: wrap; margin-left: 3rem;}
.navbar>li>a{display: flex; color: #333; font-weight: 300; font-size: 1.125rem; font-family: var(--family-second); 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>a:hover,.navbar>li.active>a{color: var(--bg-main);}
.navbar>li:hover>a::before{width: 100%;}
.navbar>li:first-child{margin-left: 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%; white-space: nowrap; padding: .5rem 1rem; font-size: .875rem;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05);}
.dropdown-menu>ul>li>a.active{color: var(--bg-hover);}
@media (max-width:1199.98px){
.navbar>li{margin-left: 2rem;}
}@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; padding: 0;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 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(--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: 1.5rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: 1rem;}
}
/* index */
section,.section_item{width: 100%; padding:2.5rem 0; display: block; position: relative;}
/* Banner */
.banner-picture{width: 100%; min-height: 300px; max-height: 500px; overflow: hidden; position: relative;}
.banner-picture picture,.banner-picture img{width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;}
.banner-picture::before{content: ""; display: block; padding-top: 26.041667%;}

.banner-caption{width: 50%; height: 100%; left: 0; top: 0; position:absolute; z-index: 5; transition: all .3s ease-in-out; display: flex; justify-content: flex-end; padding: 2.5rem 3.5rem; background: url(../images/module-background-2.webp) no-repeat center center; background-size: cover;}
.banner-caption .container{display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 0; max-width: 550px;}
.caption-title{color: #fff; font-size: clamp(1.5rem,3.5vw,2.25rem); font-weight: 500; line-height: 1.2; font-family: var(--family-second); margin: 0; padding: 1.25rem 0 1rem 0; text-shadow: 2px 2px 0 var(--bg-main); letter-spacing: 1px;}
.caption-desc{color: #fff; font-size: var(--fs-h5); margin-bottom: 2.5rem; text-shadow: 1px 1px 0 var(--bg-main);}
.caption-more{display: flex; align-items: center;}
.caption-more>a{width: fit-content; font-size: .875rem; font-weight: 500; padding: .5rem 1rem; color: var(--bg-white); border: 2px solid var(--bg-white); border-radius: 4px;}
.caption-more>a:hover{background-color: var(--bg-white) !important; color: var(--bg-main);}

.home_title{display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 0; margin-bottom: 1.25rem; padding-bottom: 1.25rem;}
.home_title::before{content: ""; width: 100%; max-width: 850px; border: 1px solid var(--line-color); position: absolute; left: 50%; top: 1rem; bottom: 0; transform: translateX(-50%); z-index: -1; opacity: .5;}
.home_title .title2{color: #000; line-height: 32px; background-color: var(--bg-white); padding: 0 1.875rem; font-weight: 300;}
.home_title .title2:last-child{margin: 0;}
.home_title small{font-size: .85rem; max-width: 800px;}

.home_solutions ul.list{width: 100%; margin: 0;}
.home_solutions ul.list>li{padding: 0;}
.home_solutions ul.list>li>a{flex-direction: column; position: relative; overflow: hidden; border-right: 4px solid var(--bg-main);}
.home_solutions ul.list>li:last-child>a{border-right: none;}
.home_solutions ul.list>li>a .imgbox{flex: 1; aspect-ratio: 2/1.2;}
.home_solutions ul.list>li>a .imgbox>img{transition: all .3s ease-in-out;}
.home_solutions ul.list>li>a .imgbox::after{content: ""; position: absolute; inset: 0; background-color: #555; mix-blend-mode: multiply; opacity: .8;}
.home_solutions ul.list>li>a .title3{color: #fff; margin-bottom: 0; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; z-index: 2; font-weight: 300;}
.home_solutions ul.list>li>a .textbox{width: 100%; height: 100%; position: absolute; left: 0; top: 100%; z-index: 2; align-items:center; justify-content: center; text-align: center; padding: 3rem; background-color: var(--bg-main); z-index: 3; transition: all .4s ease-in-out;}
.home_solutions ul.list>li>a .textbox>p{color: #fff; margin-bottom: 1.25rem;}
.home_solutions ul.list>li>a .textbox>.more>span{color: #fff; font-size: .875rem; padding: .5rem 1rem; border: 1px solid #fff;}
.home_solutions ul.list>li>a:hover .textbox{top: 0;}

.home_equipment .home_title .title2{background-color: var(--bg-F0);}
.home_equipment ul.list>li>a{flex-direction: column; background-color: var(--bg-white);}
.home_equipment ul.list>li>a .imgbox>img{transition: all .3s ease-in-out;}
.home_equipment ul.list>li>a .title5{flex: 1; padding:1.25rem .5rem; display: flex; align-items: center; justify-content: center; text-align: center; font-size: var(--fs-h6); font-weight: 300; color: #333; margin: 0;}
.home_equipment ul.list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125); border-color: var(--bg-hover);}
.home_equipment ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.home_equipment ul.list>li>a:hover .title5{color: var(--bg-hover);}

.home_heng{background-color: var(--bg-main);}
.home_heng::before{content: ""; position: absolute; inset: 0; background: url(../images/module-background-2.webp) no-repeat center center; background-size: cover; opacity: .4;}
.home_heng .container1{position: relative; z-index: 2;}
.home_heng .title2{color: #fff; margin-bottom: 0; line-height: 1.5; font-weight: 300; font-size:clamp(1.125rem, 3.5vw, 1.5rem);}
.home_heng .more>a{color: #fff; padding: .5rem 1rem; border: 2px solid #fff;}
.home_heng .more>a::after{background-image: url(../images/icons/caret-right-fill-white.svg);}
.home_heng .more>a::before{height: 100%; background-color: var(--bg-white)}
.home_heng .more>a:hover{color: var(--bg-main);}
.home_heng .more>a:hover::after{background-image: url(../images/icons/caret-right-fill.svg);}

.home_cases .home_title{padding: 0;}
.home_cases .home_title::before{top: 15px; bottom: 15px;}
.home_cases ul.list>li>ol{flex-direction: row; position: relative; padding-right: 4px;}
.home_cases ul.list>li>ol::before{content: ""; width: 4px; height: 100%; background-color: #BE1E2D; position: absolute; right: 0; top: 0;}
.home_cases ul.list>li>ol a.imgbox{width: 45%;}
.home_cases ul.list>li>ol .textbox{flex: 1; padding: 1.25rem; padding-left: 1.625rem; flex-direction: column; justify-content: center; background-color: var(--bg-WhiteSmoke);}
.home_cases ul.list>li>ol .textbox .imgbox_text{width: 100%; margin-bottom: .625rem;}
.home_cases ul.list>li>ol .textbox .imgbox_text>span{background-color: var(--bg-white); font-size: .875rem; line-height: 24px; padding: 3px 6px; color: var(--bg-hover); font-weight: 500;}
.home_cases ul.list>li>ol .textbox .title6{margin-bottom: 1.5rem;}
.home_cases ul.list>li>ol:hover{transform: translateY(-5px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}

.home_about .title2{margin-bottom: 2.5rem;}
.home_about p{font-size: .95rem; line-height: 1.8;}
.home_about .more>a{color: var(--bg-main); padding: .5rem 1rem; border: 2px solid var(--bg-main);}
.home_about .more>a::after{background-image: url(../images/icons/caret-right-fill.svg);}
.home_about .more>a::before{height: 100%; background-color: var(--bg-main)}
.home_about .more>a:hover{color: var(--bg-white);}
.home_about .more>a:hover::after{background-image: url(../images/icons/caret-right-fill-white.svg);}
@media (max-width:1199.98px){
.banner-caption{padding: 2rem; width: 55%;}
.caption-title{padding-top: 0;}
.caption-desc{margin-bottom: 1.5rem;}
}@media (max-width:991.98px){
.home_solutions ul.list>li>a .textbox{display: none;}
}@media (max-width:767.98px){
section,.section_item{padding:1.5rem 0;}
.banner-caption{padding: 1.5rem; width: 100%; opacity: .9;}
.home_cases ul.list>li{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.home_about .title2{text-align: center; margin: 0;}
}@media (max-width:575.98px){
section,.section_item{padding:1.25rem 0;}
.banner-picture {min-height: 200px;}
.caption-desc{display: none;}
.home_solutions ul.list>li>a{border-right: none; border-bottom: 4px solid var(--bg-hover);}
.home_cases ul.list>li>ol a.imgbox{width: 100%;}
.home_cases ul.list>li>ol .textbox{padding: 1rem;}
}@media (max-width:375.98px){
section,.section_item{padding:1rem 0;}
}
/* index-end */
.footer-top-background {height: 66px; width: 100%; background: url(../images/footer-bg-pattern.webp) repeat; opacity: .2;}
.footer {padding: 3rem 0 1.25rem 0; position: relative; overflow: hidden; background-color: #efefef;}
.footer .container{position: relative; z-index: 2;}
.footer .h3{font-weight: 400; font-size: 1.25rem; color: #333; margin-bottom: 1.5rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #333; font-size: .9rem; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover{color: var(--bg-hover); text-decoration: underline;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #333; margin: 0 0 .5rem 0; font-size: .9rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: inherit;}
.footer_contact>li svg{width: 1rem; height: 24px; position: absolute; left: 0; top: 0; fill: var(--bg-main);}
.footer_contact>li a:hover{color: var(--bg-main); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 2.5rem; padding: 1.25rem 0 0 0; border-top: 1px solid rgba(255,255,255,.2);}
#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-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: 2px solid var(--bg-white) !important; display: flex; padding: 0; box-shadow: initial;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: transparent !important; border-left: none !important; padding: 0 10px 0 0 !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:1199.98px){
.footer {padding: 2.5rem 0 1.25rem 0;}
}@media (max-width:991.98px){
.footer {padding: 2rem 0 1.25rem 0;}
.footer .h3{margin-bottom: .625rem;}
.footercop {margin-top: 1.5rem; padding: 1.25rem 0 0 0;}
}@media (max-width:767.98px){
.footer{padding: 1.25rem 0;}
.footer-top-background {height: 36px;}
.footercop {padding: 1rem 0; margin-top: 1rem;}
}
/* #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: .875rem;}
#quicknav ul li::after{content: ""; width: .875rem; height: .875rem; background-image: url(../images/icons/chevron-right.svg); background-position: center center; background-repeat: no-repeat; background-size: contain; margin: 0 5px;}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{text-transform:capitalize;}
#quicknav .icon-home{width: 1.25rem; height: 1.25rem; display: flex; background-image: url(../images/icons/icon-home.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; opacity: .5;}
#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: #fff;}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:var(--bg-white); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* Products */
.pros_banner .banner-picture{min-height: 220px; max-height: 300px;}
.pros_banner .banner-picture::before{content: ""; display: block; padding-top: 15.625%;}
.pros_banner .banner-picture::after{content: ""; width: 50%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/hero-pattern-1.webp) no-repeat center center; background-size: cover; opacity: .9;}
.pros_banner_hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
.pros_banner_hover .pros_banner_text{max-width: 550px; margin: 0;}
.pros_banner_hover .title1{color: #fff; font-weight: 300;}
.pros_banner_hover .title1:last-child{margin: 0;}
.pros_banner_hover p{color: #fff;}

.pros_list ul.list{width: 100%; margin: 0; flex-direction: column;}
.pros_list ul.list>li{width: 100%; display: block; padding: 3rem 0;}
.pros_list ul.list>li:nth-child(even){background-color: var(--bg-WhiteSmoke);}
.pros_list ul.list>li .imgbox{aspect-ratio: 16/9; border-radius: 4px;}
.pros_list ul.list>li .textbox{padding-left: 3rem;}
.pros_list ul.list>li .textbox>a.title3{margin-bottom: .625rem;}
.pros_list ul.list>li .textbox>p{color: #999; font-size: .95rem;}
.pros_list ul.list>li .textbox>ul{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.5rem;}
.pros_list ul.list>li .textbox>ul>li{padding: 0 0 0 1rem; position: relative; line-height: 24px; margin-bottom: 6px;}
.pros_list ul.list>li .textbox>ul>li:last-child{margin-bottom: 0;}
.pros_list ul.list>li .textbox>ul>li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
.pros_list ul.list>li .textbox>ul>li>a{color: #333; font-size: .95rem;}
.pros_list ul.list>li .textbox>ul>li>a:hover{color: var(--bg-hover); text-decoration: underline;}

.pros_solu_title{display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem;}
.pros_solu_title .leftbox{flex: 1;}
.pros_solu_title .title2{color: #333; margin-bottom: .5rem;}
.pros_solu_title small{font-size: .95rem; color: #999;}
.pros_solu_title .more>a{border: 1px solid var(--bg-main); padding: .5rem;}
.pros_solu_title .more>a::before{height: 100%; z-index: -1;}
.pros_solu_title .more>a:hover{color: #fff;}
.pros_solu_title .more>a:hover::after {background-image: url(../images/icons/caret-right-fill-white.svg);}
.pros_solu ul.list>li>a{flex-direction: column; border-radius: 4px; overflow: hidden; background-color: var(--bg-light); box-shadow: 0 0 5px rgba(0, 0, 0, .125);}
.pros_solu ul.list>li>a .imgbox{aspect-ratio: 2/1;}
.pros_solu ul.list>li>a .textbox{flex-direction: column; flex: 1; padding: 1.5rem;}
.pros_solu ul.list>li>a .textbox .title3{font-size: var(--fs-h4);}
.pros_solu ul.list>li>a .textbox>p{color: #666; font-size: .95rem; margin-bottom: 1.25rem;}
.pros_solu ul.list>li>a .textbox>.more>span{color: var(--bg-main); font-weight: 600;}
.pros_solu ul.list>li>a:hover{transform: translateY(-5px);}
.pros_solu ul.list>li>a:hover .textbox .title3{color: var(--bg-main);}
.pros_solu ul.list>li>a:hover .textbox>.more>span{color: var(--bg-main); text-decoration: underline;}

.brief p{font-size: .875rem; color: #999;}

.inqueryhub .container{border-radius: 1rem; overflow: hidden; padding: 2rem; max-width: 800px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; z-index: 0; background-color: var(--bg-main);}
.inqueryhub .container::before{content: ""; position: absolute; inset: 0; border-radius: 1rem; background:url(../images/hero-pattern-1.webp) no-repeat center center; background-size: cover; z-index: -1; filter: brightness(80%);}
.inqueryhub .title3{color: #fff; margin-bottom: .625rem;}
.inqueryhub p{color: #fff; margin-bottom: 1.5rem;}
.inqueryhub .inquiry_btn>a{border: 2px solid var(--bg-white); border-radius: 5px;}
.inqueryhub .inquiry_btn>a:hover{background-color: var(--bg-white) !important; color: var(--bg-main)}
@media (max-width: 1199.98px){
.pros_banner .banner-picture::after{width: 55%;}
}@media (max-width: 991.98px){
.pros_banner .banner-picture::after{width: 75%;}
.pros_list ul.list>li {padding: 2rem 0;}
.pros_list ul.list>li .textbox {padding-left: 2rem;}
}@media (max-width: 767.98px){
.pros_banner .banner-picture::after{width: 100%;}
.pros_list ul.list>li {padding: 1.5rem 0;}
.pros_list ul.list>li .textbox {padding: 1.5rem 0 0 0;}
}@media (max-width: 575.98px){
.pros_banner .banner-picture {min-height: 200px;}
.pros_banner .banner-picture::after{width: 100%;}
.pros_banner_hover .title1{text-align: center; margin: 0;}
.pros_banner_hover p{display: none;}
.pros_solu{border-top: 2px solid var(--bg-F0); margin-top: 1rem;}
.pros_solu_title{flex-direction: column; align-items: center; text-align: center;}
.pros_solu ul.list>li>a .textbox {padding: 1rem;}
}
/* Hub */
.hub_pros_list ul.list{width: 100%; margin: 0; flex-direction: column;}
.hub_pros_list ul.list>li{width: 100%; display: block; padding: 3rem 0;}
.hub_pros_list ul.list>li:nth-child(even){background-color: var(--bg-WhiteSmoke);}
.hub_pros_list ul.list>li .imgbox{aspect-ratio: initial;}
.hub_pros_list ul.list>li .textbox{padding-right: 3rem;}
.hub_pros_list ul.list>li .textbox>a.title3{margin-bottom: .625rem;}
.hub_pros_list ul.list>li .textbox>p{color: #999; font-size: 1rem;}
.hub_pros_list ul.list>li .textbox>ul{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.5rem;}
.hub_pros_list ul.list>li .textbox>ul>li{padding: 0 0 0 1rem; position: relative; line-height: 24px; margin-bottom: 6px; font-size: .85rem;}
.hub_pros_list ul.list>li .textbox>ul>li:last-child{margin-bottom: 0;}
.hub_pros_list ul.list>li .textbox>ul>li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
.hub_pros_list ul.list>li .textbox .more_big>a{background-color: var(--bg-white); border: 1px solid var(--bg-main); color: var(--bg-main);}
.hub_pros_list ul.list>li .textbox .more_big>a:hover{background-color: var(--bg-main); color: var(--bg-white);}

.hub_pros_list2 ul.list>li .textbox>a.title3{display: flex; flex-direction: column; line-height: 1.2;}
.hub_pros_list2 ul.list>li .textbox>a.title3>span{color: var(--bg-main); font-size: var(--fs-h5);}

.hub_cases_title{display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem;}
.hub_cases_title .title2{margin: 0;}
.hub_cases_title .more>a{border: 1px solid var(--bg-main); padding: .5rem;}
.hub_cases_title .more>a::before{height: 100%; z-index: -1;}
.hub_cases_title .more>a:hover{color: #fff;}
.hub_cases_title .more>a:hover::after {background-image: url(../images/icons/caret-right-fill-white.svg);}

.hub_cases ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.hub_cases ul.list>li{padding: 10px;}
.hub_cases ul.list>li>ol{flex-direction: column; position: relative; padding-bottom: 4px;}
.hub_cases ul.list>li>ol::before{content: ""; width: 100%; height: 4px; background-image: linear-gradient(to right, var(--bg-blue-color1),var(--bg-hover)); position: absolute; left: 0; bottom: 0;}
.hub_cases ul.list>li>ol a.imgbox .imgbox_text{width: 100%; position: absolute; left: 0; bottom: 0; padding: 4px; overflow: hidden;}
.hub_cases ul.list>li>ol a.imgbox .imgbox_text>span{margin: 2px; background-color: var(--bg-white); font-size: .875rem; line-height: 24px; padding: 3px 6px; color: var(--bg-main); font-weight: 500;}
.hub_cases ul.list>li>ol .textbox{flex: 1; padding: 1.25rem; flex-direction: column; background-color: var(--bg-WhiteSmoke);}
.hub_cases ul.list>li>ol .textbox .title6{flex: 1; margin-bottom: 1.5rem;}
.hub_cases ul.list>li>ol:hover{transform: translateY(-5px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}
@media (max-width: 767.98px){
.hub_pros_list ul.list>li {padding: 2rem 0;}
.hub_pros_list ul.list>li .textbox {padding-right: 0;}
}
/* Details */
.details_banner .banner-picture::after{width: 55%;}
.details_banner #quicknav,.details_banner .pros_banner_text{max-width: 670px;}
.details_banner .pros_banner_text{margin-top: 1rem;}

.main>.container{display:flex; flex-wrap: wrap; align-items: flex-start;}
.main_right{width: 22%; position: sticky; top: 100px;}
.left_menu{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.left_menu:last-child{margin: 0;}
.left_menu .title6{font-size: var(--fs-h4); font-weight: 300; color: #000; font-family: var(--family-second); border-bottom: 1px solid var(--bg-main); line-height: 1; padding: .5rem 0;}
.left_menu ul{width: 100%; display: flex; flex-direction: column;}
.left_menu ul>li{width: 100%; display: flex; margin-bottom: .625rem;}
.left_menu ul>li>a{width: 100%; display: flex; border: 1px solid var(--bg-F0); border-radius: 5px; background-color: var(--bg-F0); padding: .5rem 1rem; color: #333; font-size: .95rem}
.left_menu ul>li>a:hover{background-color: var(--bg-main); border-color: var(--bg-main); color: #fff;}
.left_menu ul>li.active>a{background-color: var(--bg-white); border-color: var(--bg-main); color: var(--bg-main);}
.main_left{width: 78%; padding-right: 2.5rem;}
.etw_hometitle{margin-bottom: 1rem;}
.etw_hometitle h2{color: #000; margin-bottom: .625rem; font-weight: 400;}
.etw_hometitle h2:last-child{margin-bottom: 0;}
.etw_hometitle small{font-size: 1.125rem; color: #999;}

.etw-border figure>a{border: 1px solid var(--line-color);}
.main_left .title4{color: #333; line-height: 1; border-left: 6px solid var(--bg-main); padding-left: 1rem; margin-bottom: 1.25rem;}
.components .col>ol{flex-direction: row; background-color: var(--bg-WhiteSmoke);}
.components .col>ol .imgbox{width: 30%; margin: 0; aspect-ratio: initial;}
.components .col>ol .textbox{padding: 1.25rem; padding-left: 2rem; flex-direction: column; justify-content: center;}
.components .col>ol .textbox .title6{font-size: 1.125rem;}
.components .col>ol .textbox ul.items>li{margin-bottom: .5rem;}

.main_left .brief{background-color: var(--bg-F9); padding: 1.5rem;}
.main_left .brief p{font-size: .875rem; color: #999;}

.left_pics2{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 1.25rem;}
.left_pics2 .left_pic{width: calc(100% - 170px); display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; border: 1px solid var(--line-color);}
.left_pics2 .left_pic img{mix-blend-mode: multiply;}
.left_pics2 .related_pic{width: 150px;}
.left_pics2 .related_pic ul{width: 100%; margin: -5px 0; display: flex; flex-direction: column;}
.left_pics2 .related_pic ul>li{width: 100%; padding: 5px 0; display: flex; align-items: center; justify-content: center;}
.left_pics2 .related_pic ul>li a{border: 1px solid #ccc;}
.left_pics2 .related_pic ul>li.imgdq a{border-color: var(--bg-hover);}
.left_pics2 .related_pic ul>li .video_btn::before{--w:50px;}

.related_pros ul.list{width: calc(100% + 10px); margin: 0 -5px;}
.related_pros ul.list>li{padding: 5px;}
.related_pros ul.list>li>a{flex-direction: column; border: 1px solid var(--line-color); padding: .625rem; position: relative;}
.related_pros ul.list>li>a:hover{transform: translateY(-5px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .2); border-color: var(--bg-hover);}
.related_pros ul.list>li>a .imgbox>img{object-fit: contain;}
.related_pros ul.list>li>a .textbox{flex: 1; flex-direction: column; padding-top: .625rem; align-items: center; justify-content: center; text-align: center; line-height: 1.2; font-weight: 600; font-size: .95rem;}
.related_pros ul.list>li>a .textbox>span{font-size: .875rem; color: #999; font-weight: 500; padding-top: 5px;}
.related_pros ul.list>li>a:hover .textbox{color: var(--bg-hover);}

.inqueryform{background-image: linear-gradient(135deg,var(--line-color),#fff,var(--bg-F0)); padding: 2.5rem; border-radius: 1rem; overflow: hidden;}
.inqueryform::before,.inqueryform::after{content: ""; background-color:var(--bg-main); width: 100%; height: 6px; position: absolute; left: 0; top: 0;}
.inqueryform::after{background-color: var(--bg-hover); left: 0; top: auto; bottom: 0;}

.details_solu_title{display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem;}
.details_solu_title .title3{margin: 0; color: #000;}
.details_solu_title .more>a{border: 1px solid var(--bg-main); padding: .5rem;}
.details_solu_title .more>a::before{height: 100%; z-index: -1;}
.details_solu_title .more>a:hover{color: #fff;}
.details_solu_title .more>a:hover::after {background-image: url(../images/icons/caret-right-fill-white.svg);}
.details_solu ul.list>li>ol{border: 1px solid var(--line-color);}
.details_solu ul.list>li>ol a.imgbox{width: 40%;}
.details_solu ul.list>li>ol .textbox{flex-direction: column; padding: 1rem; padding-left: 1.5rem;}
.details_solu ul.list>li>ol .textbox a.title6{font-size: var(--fs-h5);}
.details_solu ul.list>li>ol .textbox>p{font-size: .875rem; height:72px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}

.dewatering_performance ul.list{width: calc(100% + 60px); margin: 0 -30px;}
.dewatering_performance ul.list>li{padding: 5px 30px; position: relative;}
.dewatering_performance ul.list>li::before{content: ""; width: 50px; height: 100%; background: url(../images/vs.webp) no-repeat center center; background-size: contain; position: absolute; left: -25px; top: 0; opacity: .4;}
.dewatering_performance ul.list>li:first-child::before{content: none;}
.dewatering_performance ul.list>li a{flex-direction: column;}
.dewatering_performance ul.list>li a>span{flex: 1; display: flex; justify-content: center; padding-top: 10px; text-align: center; font-weight: 600;}

.hight-pressure ul.items>li{padding-left: 1.5rem;}
.hight-pressure ul.items>li::before{content: none;}
.hight-pressure ul.items>li>strong>span{font-size: 1rem; color: var(--bg-blue-color1); position: absolute; left: 0;}

.process_flow ul.items li,.how_it_works ul.items li{font-size: .95rem; margin-bottom: .5rem;}

.customer_cases ul.list{width: calc(100% + 10px); margin: 0 -5px;}
.customer_cases ul.list>li{padding: 5px;}
.customer_cases ul.list>li>ol{border: 1px solid var(--line-color);}
.customer_cases ul.list>li>ol a.imgbox{width: 40%; aspect-ratio: initial;}
.customer_cases ul.list>li>ol .textbox{padding: 1rem; padding-left: 1.25rem; flex-direction: column; justify-content: center;}
.customer_cases ul.list>li>ol .textbox a.title6{margin-bottom: .5rem;}
.customer_cases ul.list>li>ol .textbox>p{font-size: .875rem;}
.customer_cases ul.list>li>ol .textbox .more{justify-content: flex-end;}

.components_items ol{background-color: var(--bg-WhiteSmoke); padding: 1.5rem; flex-direction: column;}
.components_items ol>.title5{font-weight: 500;}
.components_items ol>ul.items>li{margin-bottom: 0; line-height: 1.6;}
.features ul.items1 li,.advantages ul.items li{font-size: .95rem; margin-bottom: 5px;}
@media (max-width: 1199.98px){
.details_banner .banner-picture::after{width: 75%;}
}@media (max-width: 991.98px){
.details_banner .banner-picture::after{width: 100%;}
.main_right{display: none;}
.main_left{width: 100%; padding: 0;}
}@media (max-width: 767.98px){
.pros_banner .banner-picture {min-height:200px;}
.details_solu ul.list>li>ol{flex-direction: column;}
.details_solu ul.list>li>ol a.imgbox{width: 100%;}
.details_solu ul.list>li>ol .textbox {padding: 1rem;}
.left_pics2 .left_pic{width: 100%;}
.left_pics2 .related_pic{width: 100%; margin-top: .625rem;}
.left_pics2 .related_pic ul {width: calc(100% + 10px); margin: 0 -5px; flex-direction: row;}
.left_pics2 .related_pic ul>li {width:calc(100% / 3); padding: 0 5px;}
}@media (max-width: 575.98px){
.components .col>ol{flex-direction: column;}
.components .col>ol .imgbox,.customer_cases ul.list>li>ol a.imgbox{width: 100%;}
.components .col>ol .textbox,.customer_cases ul.list>li>ol .textbox {padding: 1rem;}
.inqueryform{padding: 1.25rem;}
}
/* Products_End */
/* Solutions */
.solutions_banner .banner-picture{min-height: 220px; max-height: 300px;}
.solutions_banner .banner-picture::before{content: ""; display: block; padding-top: 15.625%;}
.solutions_banner .banner-picture::after{content: ""; width: 50%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/hero-pattern-1.webp) no-repeat center center; background-size: cover; opacity: .9;}
.solutions_banner1 .banner-picture::after{width: 60%;}
.solutions_banner_hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center;}
.solutions_banner_hover .solutions_banner_text{max-width: 500px; margin: 1.25rem 0 0 0;}
.solutions_banner_hover h2,.solutions_banner_hover .title2{color: #fff; font-size: 1.6rem; font-weight: 300;}
.solutions_banner_hover small{font-size: 1rem; color: rgba(255,255,255,.8);}
.solutions_banner_hover .title1:last-child{margin: 0;}

.solutions_title{display: flex; flex-direction: column; align-items: center; text-align: center;}
.solutions_title h2{color: #000;}
.solutions .title3{font-weight: 400;}
.text-paper{-moz-column-count:2;-webkit-column-count:2;column-count:2;-moz-column-gap:50px;-webkit-column-gap:50px;column-gap:50px;-moz-column-rule:1px outset var(--line-color);-webkit-column-rule:1px outset var(--line-color);column-rule:1px outset var(--line-color); font-size: .85rem;}
.text-size{font-size: .85rem;}

.solutions ul.list>li>ol{flex-direction: column;}
.solutions ul.list>li>ol a.imgbox{aspect-ratio: 16/9;}
.solutions ul.list>li>ol .textbox{flex: 1; padding: 2rem 1.5rem; flex-direction: column; align-items: center; background-color: var(--bg-WhiteSmoke);}
.solutions ul.list>li>ol .textbox a.title6{font-size: var(--fs-h4);text-align: center; color: #000; margin-bottom: .625rem;}
.solutions ul.list>li>ol .textbox>small{display: block; margin-bottom: .5rem; color: var(--bg-hover);}
.solutions ul.list>li>ol .textbox>p{flex: 1; font-size: .875rem; line-height: 24px; text-align: center; margin-bottom: 1.25rem;}
.solutions .more>a{border: 1px solid var(--bg-main); padding: .5rem;}
.solutions .more>a::before{height: 100%; z-index: -1;}
.solutions .more>a:hover{color: #fff;}
.solutions .more>a:hover::after {background-image: url(../images/icons/caret-right-fill-white.svg);}

.solutions ul.list_text li>a{border: 1px solid var(--line-color); padding: 1rem; font-size: .95rem; color: #555; font-weight: 400; display: flex; justify-content: space-between;}
.solutions ul.list_text li>a>span{flex: 1;}
.solutions ul.list_text li>a:hover{border-color: var(--bg-main); color: var(--bg-main);}
.solutions ul.list_text li>a:hover>svg{fill: var(--bg-main);}

.solu_cases ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.solu_cases ul.list>li{padding: 10px;}
.solu_cases ul.list>li>ol{flex-direction: column; position: relative; padding-bottom: 4px;}
.solu_cases ul.list>li>ol::before{content: ""; width: 100%; height: 4px; background-image: linear-gradient(to right, var(--bg-blue-color1),var(--bg-hover)); position: absolute; left: 0; bottom: 0;}
.solu_cases ul.list>li>ol a.imgbox .imgbox_text{width: 100%; position: absolute; left: 0; bottom: 0; padding: 8px; overflow: hidden;}
.solu_cases ul.list>li>ol a.imgbox .imgbox_text>span{margin: 2px; background-color: var(--bg-white); font-size: .875rem; line-height: 24px; padding: 3px 6px; color: var(--bg-main); font-weight: 500;}
.solu_cases ul.list>li>ol .textbox{flex: 1; padding: 1.25rem; flex-direction: column; background-color: var(--bg-white);}
.solu_cases ul.list>li>ol .textbox .title6{flex: 1; margin-bottom: 1.5rem; font-weight: 400;}
.solu_cases ul.list>li>ol:hover{transform: translateY(-5px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}
@media (max-width: 1299.98px){
.solutions_banner1 .banner-picture::after{width: 60%;}
}@media (max-width: 1199.98px){
.solutions_banner1 .banner-picture::after{width: 72%;}
}@media (max-width: 991.98px){
.solutions_banner .banner-picture::after{width: 70%;}
.solutions_banner1 .banner-picture::after{width: 100%;}
}@media (max-width: 767.98px){
.solutions_banner .banner-picture::after{width: 100%; opacity: .8;}
.solutions_banner_hover .solutions_banner_text{max-width: 100%; text-align: center;}
.solutions ul.list>li>ol .textbox {padding: 1rem;}
}@media (max-width: 575.98px){
.solutions_banner .banner-picture {min-height: 200px;}
.solutions_banner_hover h2, .solutions_banner_hover .title2{margin-bottom: 0;}
.solutions_banner_hover small{display: none;}
.text-paper{-moz-column-count: 1;  -webkit-column-count: 1;  column-count: 1;}
}
/* Solutions details */
.soludetails_banner_text{max-width: 100%; margin-bottom: 0; padding: 0; border: none;}
.soludetails_title{display: flex; flex-direction: column; margin-bottom: 1rem;}
.soludetails_title h2{color: #000; margin-bottom: .5rem;}
.soludetails_title small{font-size: 1.125rem; color: #999;}

.solutions_details .title3{display: flex; margin-bottom: 1.25rem; font-weight: 300;}
.solutions_details .title3>span{color: #333; line-height: 1; border-left: 6px solid var(--bg-main); padding-left: 1rem;}
.left_pics{width: 100%; display: flex; flex-direction: column;}
.left_pics .left_pic{width: 100%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.left_pics .left_pic img{mix-blend-mode: multiply;}
.left_pics .related_pic{width: 100%; margin-top: 1rem;}
.left_pics .related_pic ul{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap; justify-content: center;}
.left_pics .related_pic ul>li{width: 20%; padding: 0 5px; display: flex; align-items: center; justify-content: center;}
.left_pics .related_pic ul>li a{border: 1px solid var(--line-color);}
.left_pics .related_pic ul>li.imgdq a{border-color: var(--bg-hover);}

.process-items{margin-bottom: 1.5rem;}
.process-items:last-child{margin: 0;}
.process-items .title5{margin-bottom: .5rem;}
.process-items ul{display: flex; flex-wrap: wrap; margin: 0 -5px;}
.process-items ul>li{padding: 5px; display: flex; align-items: center;}
.process-items ul>li::before{content: "→"; font-family: var(--family-second); margin: 0 5px 0 -5px; color: var(--bg-main);}
.process-items ul>li>span{background-color: var(--bg-white); border: 1px solid var(--line-color); border-radius: 3px; padding: 5px 10px; line-height: 1; font-size: .9rem;}
.process-items ul>li:first-child::before{content: none; margin: 0;}

.other_solutins .title2{color: #333; line-height: 1; border-left: 6px solid var(--bg-main); padding-left: 1rem; font-weight: 300;}
.other_solutins ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.other_solutins ul.list>li{padding: 10px;}
.other_solutins ul.list>li>a{flex-direction: column; border: 1px solid var(--line-color); border-radius: 5px; overflow: hidden;}
.other_solutins ul.list>li>a .imgbox{aspect-ratio: 1/1;}
.other_solutins ul.list>li>a .imgbox>img{transition: all .3s ease-in-out;}
.other_solutins ul.list>li>a .textbox{flex: 1; background-color: var(--bg-white); padding: 10px 5px; align-items: center; justify-content: center; text-align: center; font-size: .875rem; color: #333;}
.other_solutins ul.list>li>a:hover{border-color: var(--bg-hover); transform: translateY(-10px);}
.other_solutins ul.list>li>a:hover .imgbox>img{transform: scale(1.1);}

.main-equipment .title3,.main-equipment2 .title3 {display: flex; margin-bottom: .5rem; font-weight: 300;}
.main-equipment .title3>span,.main-equipment2 .title3>span {color: #333; line-height: 1; border-left: 6px solid var(--bg-main); padding-left: 1rem;}
.main-equipment ul.list{margin-bottom: 1rem;}
.main-equipment ul.list>li>a{flex-direction: column; border: 1px solid var(--line-color);}
.main-equipment ul.list>li>a .imgbox>img{transition: all .3s ease-in-out;}
.main-equipment ul.list>li>a .title5{flex: 1; padding:1rem .625rem ; display: flex; align-items: center; justify-content: center; text-align: center; font-size: var(--fs-h6); font-weight: 400; color: #333; margin: 0;}
.main-equipment ul.list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125); border-color: var(--bg-hover);}
.main-equipment ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.main-equipment ul.list>li>a:hover .title5{color: var(--bg-hover);}

.main-equipment2 ul.list{margin-bottom: 1rem;}
.main-equipment2 ul.list>li>a{border: 1px solid var(--line-color);}
.main-equipment2 ul.list>li>a .imgbox{width: 30%;}
.main-equipment2 ul.list>li>a .imgbox>img{transition: all .3s ease-in-out;}
.main-equipment2 ul.list>li>a .title5{flex: 1; padding:1rem .625rem ; display: flex; align-items: center; justify-content: center; text-align: center; font-size: var(--fs-h6); font-weight: 400; color: #333; margin: 0;}
.main-equipment2 ul.list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125); border-color: var(--bg-hover);}
.main-equipment2 ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.main-equipment2 ul.list>li>a:hover .title5{color: var(--bg-hover);}

ul.solutions-list>li>ol .imgbox{width: 50%; aspect-ratio: 16/9;}
ul.solutions-list>li>ol .textbox{padding-left: 2rem; justify-content: center;}
ul.solutions-list>li>ol .textbox>p{font-size: .9rem; line-height: 1.8;}

ul.solutions-list2>li>ol{flex-direction: column;}
ul.solutions-list2>li>ol .imgbox{aspect-ratio: 16/9;}
ul.solutions-list2>li>ol .textbox{margin-top: 1rem; align-items: center; flex-direction: row;}
ul.solutions-list2>li>ol .textbox .title5{flex: 1; margin: 0;}
ul.solutions-list2>li>ol .textbox .more{width: 2rem;margin: 0 0 0 1rem;}
ul.solutions-list2>li>ol .textbox .more>a{width: 100%; aspect-ratio: 1/1; background-color: var(--bg-white); border: 1px solid var(--bg-main); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0;}
ul.solutions-list2>li>ol .textbox .more>a::before{content: none;}
ul.solutions-list2>li>ol .textbox .more>a::after{background-image: url(../images/icons/caret-right-fill.svg); margin: 0;}
ul.solutions-list2>li>ol .textbox .more>a:hover{background-color: var(--bg-hover); border-color: var(--bg-hover);}
ul.solutions-list2>li>ol .textbox .more>a:hover::after{background-image: url(../images/icons/caret-right-fill-white.svg);}

.process-flow .text-column{column-count:2;-moz-column-count:2;-webkit-column-count:2; -webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px; font-size: .9rem;}
@media (max-width: 767.98px){
.process-flow .text-column{column-count:1;-moz-column-count:1;-webkit-column-count:1; -webkit-column-gap:initial;-moz-column-gap:initial;column-gap:initial;}ul.solutions-list>li>ol{flex-direction: column;}
ul.solutions-list>li>ol .imgbox{width: 100%;}
ul.solutions-list>li>ol .textbox{padding: 1rem 0 0 0;}
}@media (max-width: 575.98px){
.other_solutins ul.list{width: calc(100% + 10px); margin: 0 -5px;}
.other_solutins ul.list>li{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 5px;}
}@media (max-width: 374.98px){
.main-equipment2 ul.list>li>a{flex-direction: column;}
.main-equipment2 ul.list>li>a .imgbox{width: 100%;}
.other_solutins ul.list>li{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}
/* Solutions_End */
/* Case Studies */
.case-studies section:nth-child(even){background-color: var(--bg-light);}
.case-studies .title3{color: #333; font-weight: 300; line-height: 1; border-left: 6px solid var(--bg-main); padding-left: 1rem; margin-bottom: 1.25rem; font-size: 1.4rem;}
.case-studies p,.case-studies ul.items li{font-size: .85rem;}
.case-studies ul.items li{margin-bottom: .5rem;}
.case-studies ul.items li>ol>li{margin: 0;}

ul.case-list>li>a{flex-direction: column; position: relative; transition: all .3s ease-in-out;}
ul.case-list>li>a .textbox{flex: 1; padding: 10px 5px; align-items: center; text-align: center; font-weight: 500; color: #333;}
ul.case-list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}
ul.case-list>li>a:hover .textbox{color: var(--bg-hover);}

.our_pros .title2{color: #000; line-height: 1; text-align: center;}
.our_pros ul.list>li>a{flex-direction: column; border: 1px solid var(--line-color);}
.our_pros ul.list>li>a .imgbox>img{transition: all .3s ease-in-out;}
.our_pros ul.list>li>a .title5{flex: 1; padding:.625rem ; display: flex; align-items: center; justify-content: center; text-align: center; font-size: var(--fs-h6); font-weight: 500; color: #333; margin: 0;}
.our_pros ul.list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125); border-color: var(--bg-hover);}
.our_pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.our_pros ul.list>li>a:hover .title5{color: var(--bg-hover);}
/* Case Studies_End */
/* About Us */
.our_strengths .row-cols{margin-bottom: 1rem;}
.our_strengths .row-cols ol{flex-direction: column; align-items: center; text-align: center; background-color: var(--bg-white); padding: 1.25rem; border-radius: 5px; border-left: 3px solid var(--bg-blue-color1); overflow: hidden; font-size: .85rem;}

.business .row-cols ol{flex-direction: column; justify-content: center; border: 1px solid var(--line-color); padding: 1.25rem; border-radius: 5px; border-left: 3px solid var(--bg-blue-color1); overflow: hidden;}

.company_nav ul.list{width: 100%; margin: 0; justify-content: center;}
.company_nav ul.list>li{padding: 0 .625rem; border-right: 1px solid var(--line-color);}
.company_nav ul.list>li:last-child{border-right: none;}
.company_nav ul.list>li>a{flex-direction: column; align-items: center; text-align: center;}
.company_nav ul.list>li>a .icon{width: 80px; aspect-ratio: 1/1; overflow: hidden; background-repeat: no-repeat; background-size: contain; background-position: center center; position: relative;}
.company_nav ul.list>li>a .icon>img{width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(80px 0 0 rgba(0,0,0,.7)); transform: translateX(-100%);}
.company_nav ul.list>li>a:hover .icon>img,.company_nav ul.list>li.active>a .icon>img{filter: drop-shadow(80px 0 0 var(--bg-hover));}
.company_nav ul.list>li>a .text{flex: 1; display: flex; justify-content: center; padding-top: .625rem; font-size: .875rem; color: #555; font-weight: 600;}
.company_nav ul.list>li>a:hover .text,.company_nav ul.list>li.active>a .text{color: var(--bg-hover);}

@media (max-width: 767.98px){
.company_nav ul.list>li{padding: .625rem; margin: 10px 0;}
.company_nav ul.list>li:nth-child(2){border-right: none;}
}@media (max-width: 575.98px){
.company_nav ul.list>li{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
}@media (max-width: 425.98px){
.company_nav ul.list>li>a .icon{width: 40px;}
.company_nav ul.list>li>a .icon>img {filter: drop-shadow(40px 0 0 rgba(0, 0, 0, .7));}
.company_nav ul.list>li>a:hover .icon>img, .company_nav ul.list>li.active>a .icon>img {filter: drop-shadow(40px 0 0 var(--bg-hover));}
}
/* Milestones */
.milestones .title3,.manufacturing .title3{display: flex; justify-content: center;}
.milestones .title3>span,.manufacturing .title3>span{color: #333; position: relative; display: flex; flex-direction: column;}
.milestones .title3>span::after,.manufacturing .title3>span::after{content: ""; width: 100%; height: 2px; background-color: var(--bg-blue-color1);}
.milestones_list{display: flex; flex-direction: column; position: relative;}
.milestones_list::before{content: ""; width: 2px; height: 100%; background-color: var(--line-color); position: absolute; left: 20px; top: 0;}
.milestones_list>li{width: 100%; display: flex; flex-direction: column; margin-bottom: 2rem; padding-left: 3.125rem; position: relative;}
.milestones_list>li:last-child{margin-bottom: 0;}
.milestones_list>li::before{content: ""; width: 1.25rem; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--bg-main); border: 3px solid var(--bg-white); outline: 2px solid var(--line-color); position: absolute; left: 10px; top: 5px;}
.milestones_list>li .milestones-year{display: flex; line-height: 30px; font-size: var(--fs-h4); font-weight: 300; color: #868383; margin-bottom: .5rem;}
.manufacturing .title3>span{color: #000;}
.manufacturing .title4{color: #333; font-weight: 400; line-height: 1; border-left: 6px solid var(--bg-main); padding-left: 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; font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li:first-child{margin-bottom: 1rem;}
.contact ul>li:first-child>strong{font-size:1.15rem; font-weight: 500; line-height: 1.2; margin:0; color: #000;}
.contact ul>li strong{color:#000; font-weight: 400; margin-right: .5rem;}
.contact ul>li a{color: var(--bg-main);}
.contact ul>li a:hover{color:var(--bg-hover); 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;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 300;}
.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-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;}
/* Contact Us-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos h2{color: #000; text-align: center; font-weight: 300;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.videos_hub_title{font-size:var(--fs-h4); font-weight: 300; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0;}
.videos_hub_title>span{border-left: 6px solid var(--bg-main); padding-left: 1rem;}

.videos_hub ul.list{width: calc(100% + 20px); margin: 0 -10px;}
.videos_hub ul.list li{padding: 10px;}
.videos_hub ul.list li>a,.videos_hub ul.list li>ol{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; background-color: #fff; border-radius: 4px; overflow: hidden; border: 1px solid var(--line-color);}
.videos_hub ul.list li>a .imgbox,.videos_hub ul.list li>ol .imgbox{width: 100%; aspect-ratio: 16/9;}
.videos_hub ul.list li>a .imgbox .video_btn::before,.videos_hub ul.list li>ol .imgbox .video_btn::before{--w:60px;}
.videos_hub ul.list li>a .imgbox img,.videos_hub ul.list li>ol .imgbox img{height: 100%; object-fit: cover;}
.videos_hub ul.list li>a .textbox,.videos_hub ul.list li>ol .textbox{flex: 1; flex-direction: column; padding: .75rem .625rem; align-items: center; text-align: center; justify-content: center; font-size: .95rem; line-height: 1.2; color: #666; font-weight: 500;}
.videos_hub ul.list li>a:hover,.videos_hub ul.list li>ol:hover{position: relative; transform: translateY(-5px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125); border-color: var(--bg-hover);}
.videos_hub ul.list li>a:hover .textbox,.videos_hub ul.list li>ol:hover .textbox{color: var(--bg-main);}
.videos_hub:last-child{margin-bottom: 0;}

.videos_company ul li:first-child{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.videos_company ul li:first-child>a{flex-direction: row;}
.videos_company ul li:first-child>a .imgbox{width: 50%;}
.videos_company ul li:first-child>a .imgbox .video_btn::before{--w:70px}
.videos_company ul li:first-child>a .textbox{padding: 1.5rem; padding-left: 2.5rem; align-items: flex-start; text-align: left;}
.videos_company ul li:first-child>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600;}
.videos_company ul li:first-child>a .textbox>p{font-size: .95rem; line-height: 1.5; font-weight: 400; color: #666; transition: all .4s;}
.videos_company ul li:first-child>a:hover .textbox .h6{color: var(--bg-hover);}

.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{font-size: var(--fs-h2); font-weight: 500; color: #333;}
.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-hover); color:#fff; border-color:var(--bg-hover)}
.etw_videolist_more{display: none;}
#video_right .feedback{box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.5rem 2rem; box-shadow: 6px 6px 0 #eee, -6px -6px 0 #eee; background-color: var(--bg-white);}
#video_sidebar{width:30%; border-radius:10px; box-shadow: 0 0 10px rgba(0, 0, 0, .125); overflow: hidden; background-color: var(--bg-white);}
#video_sidebar .title3{color: #fff; background-color: var(--bg-main); font-size: var(--fs-h4); display: flex; font-weight: 500; align-items: center; justify-content: center; padding: .75rem .5rem; margin-bottom: 0;}
#etw_videolist .webtitle{font-size: var(--fs-h5); font-weight: 500; padding: .75rem 1rem; background-color: #eee;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: .75rem 1rem;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; 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(--bg-main);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){
#video_right{width:100%}
#video_sidebar{width:100%;margin-top:2rem}
#etw_videolist ul li{width: calc(50% - 1rem);}
}@media (max-width:767.98px){
#etw_videolist ul li{width: 100%;}
#video_sidebar{margin-top:1rem}
.videos_company ul li:first-child>a .imgbox{width: 100%;}
.videos_company ul li:first-child>a .textbox {padding: 1.25rem;}
}@media (max-width:575.98px){
	#video_right h2{font-size:1.25rem;}
}
/* videos-End */
