@charset "utf-8";
@font-face{font-family:"RobotoCondensed"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/RobotoCondensed-VariableFont_wght.woff2) format("woff2");}
@font-face{font-family:"RobotoFlex"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/RobotoFlex-VariableFont_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:.875rem;
	--fs-h6:clamp(0.875rem,3.5vw,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: #333;
	--hover-color: #009d9c;
  --accent-color: #015e80;
	--family-first: "RobotoFlex", sans-serif;
	--family-second: "RobotoCondensed", 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));
  --drop-shadow-accent: drop-shadow(var(--w) 0 var(--accent-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; letter-spacing: .6pt;}
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 {display: block; color: #333; line-height: var(--lh-heading); font-family: var(--family-second); 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);}
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);}
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;}
.imgbox-16-9{aspect-ratio: 16/9;}
.imgbox-square{aspect-ratio: 1/1;}
.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; line-height: 1.25;}
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,.etw-photo>*{-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-camera-reels::before{background-image: url(../images/icons/camera-reels.svg);}
.bi-filetype-pdf::before{background-image: url(../images/icons/filetype-pdf.svg);}
/* items */
ul.items,ul.items li>ol{width: 100%; display: block; margin-bottom: 1rem;}
ul.items li{display: block; position:relative; padding-left: 1rem; line-height: 24px;}
ul.items li::before{content: ""; width: 6px; height: 6px; border-radius: 50%; background-color: var(--accent-color); position: absolute; left: 0; top: 9px;}
ul.items li b,ul.items li strong{letter-spacing: initial; color: #333;}

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:last-child{margin: 0;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) ""; width: 1.25rem; height: 1.25rem; font-size: .75rem; border: 1px solid var(--accent-color); border-radius: 50%; color: var(--accent-color); 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,.table-left thead{background-color: rgba(0, 0, 0, .1);}
.table thead td{color: #000; font-weight: 400;}
.table inquiry-trigger,.table-left inquiry-trigger{color: var(--accent-color); font-weight: 400;}
.table td,.table-left td,.table-left th{vertical-align: middle; color: #555; font-size: .85rem; line-height: 1.2; padding: .625rem; border:none; border-bottom: 1px solid #dee2e6;}
.table tbody tr:nth-of-type(odd){background-color: var(--bg-white);}
.table tbody tr:nth-of-type(even){background-color: var(--bg-light);}
.table tbody tr:hover{background-color: var(--bg-F0) !important;}
.table inquiry-trigger:hover,.table-left inquiry-trigger:hover{color: var(--hover-color) !important;}

.table-left{width: 100%;}
.table-left td{border:none; border-bottom: 1px solid #dee2e6;}
.table-left tbody tr:nth-of-type(odd){background-color: var(--bg-white);}
.table-left tbody tr:nth-of-type(even){background-color: var(--bg-light);}
.table-left td:nth-of-type(1),.table-left td[rowspan="3"]+td,.table-left th{color: #000; 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; width: fit-content; background: linear-gradient(to right, #019d9c, #018fbd); border-radius: 5px; color: var(--bg-white); display: flex; align-items: center; padding-right: .625rem;}
.watch_btn::before{content: ""; width: calc(100% - 4px); height: calc(100% - 4px); border-radius: 5px; background:#fff; position: absolute; inset: 2px; z-index: -1; transition: all .3s ease-in-out; opacity: 0;}
.watch_btn>span{width: 2.5rem; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center;}
.watch_btn>span>i{--w:1.25rem;}
.watch_btn>span>i::before{filter: drop-shadow(var(--w) 0 var(--bg-white));}
.watch_btn:hover{color: var(--hover-color);}
.watch_btn:hover::before{opacity: 1;}
.watch_btn:hover>span>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color));}

.inquiry_quote:has(.watch_btn){justify-content: space-evenly !important;}
.inquiry_quote:has(.watch_btn) .watch_btn{position: relative; left: initial; bottom: initial; border-radius: 30px; padding:0 1rem 0 .5rem; margin-right: .625rem;}
.inquiry_quote:has(.watch_btn) .watch_btn::before{border-radius: 30px;}
/* More */
.more{display: flex;}
.more>a,.more>span{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: .875rem; line-height: 1; color: var(--bg-main);}
.more>a>i,.more>span>i{--w:.875rem; margin-left: .5rem;}
.more>a>i::before,.more>span>i::before{filter: drop-shadow(var(--w) 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.more>a:hover{color: var(--hover-color);}
.more>a:hover>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color));}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex; flex-wrap: wrap;}
.inquiry_btn>a,.inquiry_quote>a{display: flex; padding: .75rem 1.5rem; color: var(--bg-white); font-size: .875rem; border-radius: 30px; position: relative; overflow: hidden; z-index: 0;  line-height: 1; transition: all .3s ease-in-out;}
.inquiry_btn>a>span,.inquiry_quote>a>span{position: relative; z-index: 2; font-weight: 700; transition: all .3s ease-in-out;}
.inquiry_btn>a::before,.inquiry_quote>a::before{content: ""; position: absolute; inset: 0; background: linear-gradient(to right,#019d9c,#018fbd); border-radius: 30px;}
.inquiry_btn>a::after,.inquiry_quote>a::after{content: ""; position: absolute; inset: 3px; background-color: var(--bg-white); border-radius: 30px; opacity: 0; transition: all .3s ease-in-out;}
.inquiry_btn>a:hover::after,.inquiry_quote>a:hover::after{opacity: 1;}
.inquiry_btn>a:hover>span,.inquiry_quote>a:hover>span{background: linear-gradient(to right,#019d9c,#018fbd); color: transparent; background-clip: text;}
/* 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:#333; display:flex; justify-content:center; align-items:center; height: 30px; position: relative; text-align: center; font-size: .875rem; font-weight: 300;}
#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(--hover-color); 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(--hover-color);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; height:40px;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding: 0;}
@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;}
.navbar>li{padding: 10px 0 0 0; min-height: 50px; display: flex; flex-wrap: wrap; margin-left: 1.5rem;}
.navbar>li>a{display: flex; color: #000; font-weight: 200; font-size: 1rem; line-height: 30px; 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-md-last{padding: 0; align-items: center;}
.navbar>li.order-md-last>a{display: flex; align-items: center; background-image: linear-gradient(to right,#019d9c,#018fbd); background-size: 100% 100%; border-radius: 30px; min-height: 30px; padding: 0 0 0 1rem; color: #fff;}
.navbar>li.order-md-last>a>span{width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; background-color: var(--bg-white); border-radius: 50%; margin: 0 2px 0 8px;}
.navbar>li.order-md-last>a>span>i::before{filter: var(--drop-shadow-hover);}
.navbar>li.order-md-last>a::before{content: none;}
.navbar>li.order-md-last>a:hover{background-size: 200% 100%; color: #fff;}
.navbar>li.order-md-last>a:hover>span>i::before{filter: var(--drop-shadow-hover);}
}
.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; font-weight: 200;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .02);}
.dropdown-menu>ul>li>a.active{color: var(--hover-color);}
@media (max-width:1199.98px){
.navbar>li{margin-left: 1.5rem;}
}@media (max-width:1099.98px){
#etw_logo a>img {max-height: 35px;}
.navbar>li{margin-left: .7rem;}
}@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; min-height: initial;}
.navbar>li>a{width: 100%; position: relative; padding: 0 1rem; align-items: center; font-size: .875rem; min-height: 40px;}
.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;}
.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;}
.dropdown-menu>ul>li>a{white-space: initial;}
#etw_logo {flex: 1;display: flex;}
#etw_logo a>img{max-height:50px;}
}@media (max-width:575.98px){
#etw_logo{padding: 15px 0;}
#etw_logo a>img {max-height: 35px; height: auto;}
.etw_language ul>li>span {margin: 0 1rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.carousel-item{width: 100%; height: 500px; overflow: hidden;}
.carousel-control-next,.carousel-control-prev{width: 8%; z-index: 9;}
.banner-picture{z-index: 0;}
.banner-picture,.banner-picture picture,.banner-picture img{width: 100%; height: 100%; position: absolute; inset: 0;}
.banner-picture picture,.banner-picture img{object-fit: cover;}
.banner1 .carousel-caption{width: 100%; max-width: 500px; position:absolute; left: 68%; top: 35%; right: auto; bottom: auto; transform: translate(-50%,-50%); z-index: 5; transition: all .3s ease-in-out; padding: 0; transition: initial;}
.banner1 .carousel-caption::after{content: ""; width: 100%; height: 100%; background-image: linear-gradient(to right,#019d9c ,#018fbd); position: absolute; left: 0; top: 0; z-index: -1; opacity: .7; transition: all .3s ease-in-out;}
.banner1 .carousel-caption .caption-box{text-align: left; padding: 1.875rem; display: flex; flex-direction: column;}
.banner1 .carousel-caption .caption-box .caption-title{text-align: left;}
.banner2 .carousel-caption{width: 100%; height: 100%; position:absolute; left: auto; bottom: auto; right: 0; top: 0; z-index: 5; transition: all .3s ease-in-out;}
.banner2 .carousel-caption::before{content: ""; width: 48%; height: 100%; background-color:#fff; position: absolute; right: 0; top: 0; z-index: -2; clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%); opacity: .2; transition: all .3s ease-in-out;}
.banner2 .carousel-caption::after{content: ""; width: 45%; height: 100%; background-image: linear-gradient(to right,#019d9c ,#018fbd); position: absolute; right: 0; top: 0; z-index: -1; clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%); opacity: .7; transition: all .3s ease-in-out;}
.banner2 .caption-box{max-width: 500px; position: absolute; left: auto; right: 10%; top: 50%; transform: translateY(-50%); text-align: left;}
.caption-title{font-size: clamp(1.625rem, 3.5vw, 2.5rem); font-weight: 500; line-height: 1.1; color: #fff; margin-bottom: 1.5rem;}
.caption-desc{padding-right: 2rem; margin-bottom: 1.5rem;}
.caption-box .more>a{color: #fff; line-height: 1; position: relative; z-index: 0; padding: .5rem .5rem .5rem 1rem;}
.caption-box .more>a::before{content: ""; width: 2px; height: 100%; background-color: var(--bg-white); position: absolute; left: 0; top: 0; transition: all .3s ease-in-out; z-index: -1; transform: skewX(15deg);}
.caption-box .more>a>i{--w:1.5rem; margin: 0 0 0 .5rem;}
.caption-box .more>a>i::before{filter:var(--drop-shadow-white);}
.caption-box .more>a:hover{color: var(--accent-color);}
.caption-box .more>a:hover::before{width: 100%;}
.caption-box .more>a:hover>i::before{filter:var(--drop-shadow-accent);}
@media (max-width: 1700.98px){
.banner2 .caption-box{right: 3%;}
}@media (max-width: 1440.98px){
.carousel-item{height: 375px;}
.banner2 .carousel-caption::before{width: 55%;}
.banner2 .carousel-caption::after{width: 52%;}
}@media (max-width: 1199.98px){
.carousel-item{height: 265px;}
.banner2 .caption-box{right: 0; max-width: 400px; padding-right: 1.25rem;}
.banner2 .caption-box .caption-desc{padding-right: 0;}
}@media (max-width: 991.98px){
.banner2 .carousel-caption{max-width: 500px; height: auto; bottom: auto; right: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 0;}
.banner2 .carousel-caption::before{content: none;}
.banner2 .carousel-caption::after{clip-path: initial; width: 100%;}
.banner2 .caption-box{width: 100%; max-width: 100%; position: relative; left: initial; top: initial; transform: initial; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 1.875rem;}
.banner2 .caption-box .caption-desc{display: none;}
}@media (max-width: 767.98px){
.carousel-item{height: 200px;} 
.banner1 .carousel-caption,.banner2 .carousel-caption{max-width:360px;}
.banner1 .caption-box,.banner2 .caption-box{padding: 1.25rem !important;}
.caption-title{margin-bottom: 0 !important;}
}
/* index */
section,.section,.section-item{width: 100%; padding:4rem 0; display: block; position: relative;}
.section{padding: 3rem 0;}
.section-item{padding: 2rem 0;}

.home-title{display: flex; flex-direction: column; align-items: center;}
.home-title .title2{font-size: var(--fs-h2); line-height: 1.1; font-weight: 500; color: #000; margin-bottom: .5rem;}
.home-title small{font-size: .875rem; letter-spacing: inherit;}

.home-lines .home-title{margin-bottom: 1rem; position: relative; z-index: 2;}
.home-lines .home-title>span{font-size: .875rem; text-transform: uppercase; color: var(--hover-color); font-weight: 200;}
.home-lines .home-title .title2{margin: 5px 0; color: #000;}
.home-lines .home-title small{font-size: .875rem; color: #777;}
.home-lines ul.list>li{margin-top: .625rem;}
.home-lines ul.list>li>ol{flex-direction: column; position: relative; transition: all .3s ease-in-out;}
.home-lines ul.list>li>ol a.imgbox{aspect-ratio: 4/3; background-color: var(--bg-F0); padding: .625rem;}
.home-lines ul.list>li>ol a.imgbox>img{object-fit: contain; mix-blend-mode: multiply;}
.home-lines ul.list>li>ol .textbox{flex: 1; flex-direction: column; padding: 1rem 0;}
.home-lines ul.list>li>ol .textbox a.title6{flex: 1; font-weight: 600; color: #000;}
.home-lines ul.list>li>ol .textbox>p{font-size: .8rem; 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;}
.home-lines ul.list>li>ol .textbox .more>a{font-size: .75rem; position: relative;}
.home-lines ul.list>li>ol .textbox .more>a::after{content: ""; width: 100%; height: 1px; background-color: var(--accent-color); position: absolute; left: 0; bottom: 0; transition: all .3s ease-in-out;}
.home-lines ul.list>li>ol .textbox .more>span>i::before{filter: var(--drop-shadow-accent);}
.home-lines ul.list>li>ol:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}
.home-lines ul.list>li>ol .textbox  a.title6:hover{color: var(--hover-color);}
.home-lines ul.list>li>ol .textbox .more>a:hover{color: var(--hover-color);}
.home-lines ul.list>li>ol .textbox .more>a:hover>i::before{filter: var(--drop-shadow-hover);}
.home-lines ul.list>li>ol .textbox .more>a:hover::after{left: auto; right: 0; width: 0;}

.home-equipment{overflow: hidden; z-index: 0;}
.home-equipment::before,.home-equipment::after,.home-equipment .container::before{content: ""; width: 100%; height: 200px; background: url(../images/home-line-bg.webp) no-repeat center center; background-size: cover; position: absolute; right: 0; top: 0;z-index: -1;}
.home-equipment::after{background-image: linear-gradient(to right,#019d9c,#018fbd); opacity: .8;}
.home-equipment .container::before{background: #000; opacity: .3; z-index: 2;}
.home-equipment .title2{color: white; position: relative; z-index: 2; margin-bottom: 1rem;}
.home-equipment ul.list>li>a {flex-direction: column; background-color: white; box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-radius: .5rem; overflow: hidden; padding: .5rem; position: relative; z-index: 5;}
.home-equipment ul.list>li>a .imgbox{width: 100%;}
.home-equipment ul.list>li>a .imgbox>img{object-fit: contain;}
.home-equipment ul.list>li>a .textbox{flex: 1; flex-direction: column; align-items: center; text-align: center; padding-top: 1rem;}
.home-equipment ul.list>li>a .textbox .title6{display: flex; font-size: 1rem; letter-spacing: initial; font-weight: 300; color: #333; margin: 0;}
.home-equipment ul.list>li>a:hover .textbox .title6{color: var(--hover-color);}
.home-equipment .more{justify-content: center; margin-top: 1rem;}
.home-equipment .more>a{padding: .5rem 1rem; background-image: linear-gradient(to right,#019d9c,#018fbd); background-size: 100% 100%; border-radius: 30px; color: var(--bg-white); overflow: hidden;}
.home-equipment .more>a>i::before{filter: var(--drop-shadow-white);}
.home-equipment .more>a:hover{ background-size: 200% 100%;}

.home-about .home-title{margin-bottom: 1.25rem; text-align: center;}
.home-about .home-title .title2{margin-bottom: .625rem; text-transform: uppercase;}
.home-about .home-title small{font-size: .875rem; font-weight: 200; max-width: 1000px;}
.home-about .imgbox{aspect-ratio: 40/13; margin: 1.5rem 0;}
.home-about .title6{margin: 1rem 0; text-transform: uppercase; color: #000; font-size: 1rem;}
.home-about p{color: #000; letter-spacing: initial; font-size: .95rem;}
.home-about .more{justify-content: center;}
.home-about .more>a{position: relative; overflow: hidden; color: #666;}
.home-about .more>a::before{content: ""; width: 100%; height: 1px; background-color: var(--accent-color); position: absolute; left: 0; bottom: 0; transition: all .3s ease-in-out;}
.home-about .more>a:hover{color: var(--hover-color);}
.home-about .more>a:hover::before{left: auto; right: 0; width: 0; color: var(--accent-color);}
@media (max-width:1199.98px){
section{padding: 3rem 0;}
}@media (max-width:991.98px){
section,.section{padding: 2.5rem 0;}
}@media (max-width:767.98px){
section,.section,.section-item{padding:2rem 0;}
}@media (max-width:575.98px){
section,.section,.section-item{padding:1.5rem 0;}
.home-lines ul.list>li>a .imgbox{aspect-ratio: 2/1;}
.home-lines ul.list>li>a .imgbox>img{object-position: center center;}
}@media (max-width:375.98px){
section,.section,.section-item{padding:1.25rem 0;}
}
/* index-end */
.footer {padding: 2.5rem 0 1.25rem 0; position: relative; overflow: hidden; background-color: var(--bg-F0);}
.footer::before{content: ""; width: 100%; height: 10px; background: linear-gradient(to right, #029d9d, #058eba); position: absolute; left: 0; top: 0;}
.footer::after{content: ""; width: 20%; height: 100%; position: absolute; left: 0; bottom: 0; opacity: .05; background: url(../images/logo-icon.webp) no-repeat center center; background-size: contain;}
.footer .container{position: relative; z-index: 2;}
.footer-logo{display: flex; margin-bottom: 1.5rem;}
.footer-logo img{width: auto; height: 30px;}

.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #333; margin: 0 0 .625rem 0; font-size: .875rem; line-height: 24px; padding: 0; padding-left: 2rem; position: relative;}
.footer_contact>li a{color: #333;}
.footer_contact>li i{--w:1.25rem; position: absolute; left: 0; top: 3px;}
.footer_contact>li i::before{filter: drop-shadow(var(--w) 0 var(--accent-color));}
.footer_contact>li a:hover{color: var(--hover-color); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}

.footer .h3{width: fit-content; font-weight: 500; font-size: 1.25rem; color: #333; line-height: 1.1; display: flex; flex-direction: column; margin-bottom: 1rem;}
.footer .h3::after{content: ""; width: 40px; height: 2px; background-color: var(--accent-color); margin-top: .5rem;}
.footer_list{display:flex; flex-direction:column; width: 100%; margin: 0;}
.footer_list>li{display: flex; flex-direction: column; padding: 1px 0;}
.footer_list>li>a{width: fit-content; display: block; color: #555; font-size: .875rem;}
.footer_list>li>a:hover{color: var(--hover-color);}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.875rem 0 0 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:2px;font-weight:300;line-height:22px; border:1px solid #333;font-size:.875rem; opacity: .5;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--hover-color); border-color: var(--hover-color); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: linear-gradient(to right,#019d9c 45px,#018fbd 45px) !important; border: none !important; display: flex; padding: 0;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: transparent !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 15px;}
.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; 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:767.98px){#quicknav{display: none;}}
/* Products */
.pros-banner{height: 300px; padding: 0; position: relative; overflow: hidden;}
.pros-banner .banner-picture::before{content: ""; width: 45%; height: 100%; background-color:#fff; position: absolute; left: 0; top: 0; z-index: 1; clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%); opacity: .2; padding: 0;}
.pros-banner .banner-picture::after{content: ""; width: 40%; height: 100%; background: linear-gradient(to right,#019d9c,#018fbd); position: absolute; left: 0; top: 1; z-index:1; clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%); opacity: .7;}
.pros-banner-hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
.pros-banner-hover .title1{color: var(--bg-white); font-weight: 500; text-transform: uppercase; max-width: 400px; line-height: 1; margin: .625rem 0;} 
.pros-banner-hover p{color: var(--bg-white); max-width: 300px;}

.main .container,.main .container1,.main .container2{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; flex-direction: row-reverse;}
.main .container2{max-width: 1230px;}
.main-right{width: 250px; display: flex; flex-direction: column; position: sticky; top: 90px;}
.menu-box{width: 100%; display: flex; flex-direction: column; background: #f2f2f2; padding: 5px; border: 1px solid #ececec; box-shadow: rgba(204, 204, 204, 0.317647) 0px 0px 2px 1px; margin-bottom: .625rem;}
.menu-box:last-child{margin-bottom: 0;}
.menu-title{display: flex; align-items: center; background-color: var(--bg-white); padding: 8px 10px 8px 20px; position: relative; font-size: 1rem; color: #000; font-weight: 600; letter-spacing: initial; box-shadow: rgba(204, 204, 204, 0.54902) 0px 12px 9px -5px; margin-bottom: 5px;}
.menu-title::before{content: ""; width: 9px; height: 26px; background-image: linear-gradient(#e5e5e5 11px, var(--accent-color) 11px); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5px), 50% 100%, 0 calc(100% - 5px)); position: absolute; left: 5px; top: 0;}
.menu-list{width: 100%; display: flex; flex-direction: column;}
.menu-list>li{background-color: var(--bg-white);}
.menu-list>li:nth-child(even){background-color: #f8f8f8;}
.menu-list>li>a{display: flex; align-items: center; padding: 8px 22px 8px 10px; line-height: 20px; font-size: .875rem; color: #333; letter-spacing: initial; position: relative;}
.menu-list>li>a>i{--w:12px; position: absolute; right: 8px; top: 13px;}
.menu-list>li>a>i::before{filter: drop-shadow(var(--w) 0 #ccc);}
.menu-list>li>a:hover,.menu-list>li.active>a{color: var(--hover-color);}
.menu-list>li>a:hover>i::before,.menu-list>li.active>a>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color));}
.menu-list>li>ol{width: 100%; display: none; flex-direction: column; padding: 0 10px 8px 1rem;}
.menu-list>li>ol>li{display: flex; padding: 3px 0;}
.menu-list>li>ol>li>a{width: fit-content; display: flex; align-items: center; font-size: .75rem; line-height: 1.1; color: #555;}
.menu-list>li>ol>li>a:hover,.menu-list>li>ol>li.active>a{color: var(--hover-color);}
.menu-list>li.active>ol{display: flex;}
.main-left{width: calc(100% - 250px); padding-left: 2.5rem;}
.description p{color: #333; margin-bottom: 1rem;}
.pros-items .pros-title{display: flex; justify-content: space-between; background-color: var(--bg-F9); overflow: hidden; margin-bottom: 1rem; clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);}
.pros-items .pros-title .title4{font-size: clamp(1rem, 3.5vw, 1.25rem); font-weight: 600; margin: 0; line-height: 1; position: relative; padding: 10px 10px 10px 20px;}
.pros-items .pros-title .title4::before{content: ""; width: 24px; height:24px; border-radius: 50%; background-image: linear-gradient(#019d9c 50%,#018fbd 50%); position: absolute; left: -12px; top: 50%; transform: translateY(-50%);}
.pros-items .pros-title .more>a{position: relative; padding: 0 1.25rem 0 0.75rem;}
.pros-items .pros-title .more>a::before{content: ""; width: 0; height: 100%; background: linear-gradient(to right,#019d9c,#018fbd); position: absolute; left: 0; top: 0; transition: all .3s ease-in-out; z-index: -1;}
.pros-items .pros-title .more>a:hover{color: var(--bg-white);}
.pros-items .pros-title .more>a:hover::before{width: 100%;}
.pros-items .pros-title .more>a:hover>i::before{filter: var(--drop-shadow-white);}
.pros-items ul.list>li>a{flex-direction: column; position: relative; transition: all .3s ease-in-out;}
.pros-items ul.list>li>a .imgbox{aspect-ratio: 2/1; background-color: #f9f9f9; transition: all .3s ease-in-out;}
.pros-items ul.list>li>a .imgbox>img{mix-blend-mode: multiply; object-fit: contain;}
.pros-items ul.list>li>a .title6{flex: 1; display: flex; justify-content: center; text-align: center; font-weight: 500; margin: 0; padding: 10px 0;}
.pros-items ul.list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}
.pros-items ul.list>li>a:hover .imgbox{background-color: var(--bg-F0);}
.pros-items ul.list>li>a:hover .title6{color: var(--hover-color);}
.pros-items-box{width: 100%; display: flex;}
.pros-items-box>ol{width: 100%; display: flex; flex-wrap: wrap;}
.pros-items-box>ol .imgbox{width: 35%;background-color: var(--bg-F0);}
.pros-items-box>ol .imgbox>img{object-fit: contain; mix-blend-mode: multiply;}
.pros-items-box>ol .textbox{flex-direction: column; justify-content: center; padding-left: 1.5rem;}

.pros-solutions .title2{display: flex; flex-direction: column; align-items: center; text-align: center; font-weight: 600; margin-bottom: 1rem;}
.pros-solutions .title2::after{content: ""; width: 60px; height: 4px; background: linear-gradient(to right,#019d9c ,#018fbd); margin-top: .625rem;}
.pros-solutions ul.list>li>a{flex-direction: column; position: relative; transition: all .3s ease-in-out;}
.pros-solutions ul.list>li>a .imgbox{aspect-ratio: 1/1;}
.pros-solutions ul.list>li>a .title6{flex: 1; margin: 0; justify-content: center; align-items: center; text-align: center; padding: 10px 0; letter-spacing: initial; font-weight: 400; color: #333; font-size: .95rem;}
.pros-solutions ul.list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}
.pros-solutions ul.list>li>a:hover .title6{color: var(--hover-color);}

.brief .container{background-image: linear-gradient(var(--bg-light),var(--bg-F0)); padding: 1.5rem; border-radius: 1rem; overflow: hidden;}
.brief .container2{max-width: 1000px;}
.brief .imgbox{aspect-ratio: initial;}
.brief .title3{font-weight: 400; text-transform: uppercase;}
.brief p{font-size: .875rem;}
@media (max-width: 1199.98px){
.pros-banner{height: 210px;}
}@media (max-width: 991.98px){
.pros-banner .banner-picture::before{width: 65%;}
.pros-banner .banner-picture::after{width: 60%;}
.main-left{flex: none; width: 100%; padding-left:0;}
}@media (max-width: 767.98px){
.pros-banner{height: 200px;}
.pros-banner .banner-picture::before{width: 70%;}
.pros-banner .banner-picture::after{width: 65%;}
}@media (max-width: 575.98px){
.pros-banner{height: 150px;}
.pros-banner .banner-picture::before{content: none;}
.pros-banner .banner-picture::after{width: 100%; clip-path: initial;}
.pros-banner-hover .title1{margin: 0 auto; text-align: center;}
.pros-banner-hover p{display: none;}
}
/* Hub */
.hub-items ul.list>li{margin-bottom: 1rem;}
.hub-items ul.list>li>ol{flex-direction: column; box-shadow: 0 0 5px rgba(0, 0, 0, .1); padding: 1.25rem;}
.hub-items ul.list>li>ol .imgbox{aspect-ratio: 2/1;}
.hub-items ul.list>li>ol .imgbox>img{object-fit: contain;}
.hub-items ul.list>li>ol .textbox{flex-direction: column;}
.hub-items ul.list>li>ol .textbox a.title6{width: 100%; border-bottom: 1px solid var(--line-color); padding-bottom: 1rem; margin-bottom: 1rem; text-align: center; font-weight: 500;}
.hub-items ul.list>li>ol .textbox>.more>a{position: relative;}
.hub-items ul.list>li>ol .textbox>.more>a::before{content: ""; width: 100%; height: 1px; background-color:var(--hover-color); position: absolute; left: 0; bottom: 0; transition: all .3s ease-in-out;}
.hub-items ul.list>li>ol .textbox>.more>a:hover{color: var(--hover-color);}
.hub-items ul.list>li>ol .textbox>.more>a:hover::before{left: auto; right: 0; width: 0;}
.hub-items ul.list>li>ol .textbox>.more>a:hover>i::before{filter: var(--drop-shadow-hover);}

.hub-lines{padding: 2rem; border-radius: 1rem; overflow: hidden; display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.hub-lines .imgbox{width: 50%; aspect-ratio: initial;}
.hub-lines .imgbox>img{object-fit: contain;}
.hub-lines .textbox{}
.hub-lines .textbox a.title5{font-weight: 500; margin-bottom: 1rem;}
.hub-lines .textbox a.title5:hover{color: var(--hover-color) !important;}
.hub-lines .textbox>.more>a{position: relative;}
.hub-lines .textbox>.more>a::before{content: ""; width: 100%; height: 1px; background-color:var(--hover-color); position: absolute; left: 0; bottom: 0; transition: all .3s ease-in-out;}
.hub-lines .textbox>.more>a:hover{color: var(--hover-color);}
.hub-lines .textbox>.more>a:hover::before{left: auto; right: 0; width: 0;}
.hub-lines .textbox>.more>a:hover>i::before{filter: var(--drop-shadow-hover);}
/* Details */
.details-banner{background: url(../images/home-line-bg.webp) no-repeat center center; background-size: cover; padding: 1rem 0;}
.details-banner::before{content: ""; background: #000; opacity: .4; position: absolute; inset: 0;}
.details-banner .title1{color: var(--bg-white); font-weight: 500;}

.left_pics{width: 100%; display: flex; flex-direction: column;}
.left_pic{width: 100%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.left_pic img{mix-blend-mode: multiply;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap; justify-content: center;}
.related_pic ul>li{width: 20%; padding: 0 5px; 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);}

.inquiry_quote a.pdf-btn{align-items: center; padding: 0 1rem; color: var(--bg-main); margin-left: .625rem; line-height: 1; align-items: center;}
.inquiry_quote a.pdf-btn:hover{color: var(--bg-white);}
.inquiry_quote a.pdf-btn::before{width: 0; height: 100%; inset: initial; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.inquiry_quote a.pdf-btn:hover::before{width: 100%; left: 0; right: auto;}
.inquiry_quote a.pdf-btn::after{content: none;}
.inquiry_quote a>i{--w:1.5rem; margin-right: .5rem;}
.inquiry_quote a>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color));}
.inquiry_quote a:hover>i::before{filter: drop-shadow(var(--w) 0 var(--bg-white));}

.etw-hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw-hometitle>span{color: var(--hover-color);}
.etw-hometitle>h2{font-size: var(--fs-h3); margin-bottom: 0;}
.etw-hometitle .title3{display: flex; flex-direction: column; margin-bottom: 0; font-size: var(--fs-h4);}
.etw-hometitle .title3>span{color: var(--hover-color); font-size: 1rem; font-weight: 400;}

.title5-style{display: flex; position: relative; overflow: hidden; padding-left: 1.25rem; letter-spacing: initial;}
.title5-style::before{content: ""; width: 1.25rem; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--accent-color); position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%);}

.components-list ul.list>li>ol{flex-direction: column; box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.components-list ul.list>li>ol .imgbox{background-image: var(--bg-F0);}
.components-list ul.list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.components-list ul.list>li>ol .textbox{flex-direction: column; flex: 1; padding: .75rem;}
.components-list ul.list>li>ol .textbox .title6{font-weight: 500; letter-spacing: initial; font-size: .95rem;}
.components-list ul.list2>li>ol .textbox {padding: 1rem;}
.components-list ul.list2>li>ol .textbox .title6{font-weight: 600; font-size: 1rem;}

.components-list2 ul.list>li>ol{box-shadow: 0 0 5px rgba(0, 0, 0, .1); align-items: center;}
.components-list2 ul.list>li>ol .imgbox{width: 30%; background-image: var(--bg-F0); aspect-ratio: initial;}
.components-list2 ul.list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.components-list2 ul.list>li>ol .textbox{flex: 1; flex-direction: column; justify-content: center; padding: 1rem; padding-left: 2rem;}
.components-list2 ul.list>li>ol .textbox .title6{font-weight: 500; letter-spacing: initial;}

.details-brief p{font-size: .8rem; color: #999;}

.inquiryform{width: 100%; background-image: linear-gradient(to right,#019d9c,#018fbd); padding: 1.25rem 2rem; position: relative; z-index: 0; overflow: hidden; min-height: 340px; border-radius: 1rem;}
.inquiryform::before{content: ""; position: absolute; inset: 3px; background-color: var(--bg-F0); border-radius: .8rem;}
.inquiryform::after{content: ""; width: 30%; aspect-ratio: 600/473; background: url(../images/inquiry_bg.webp) no-repeat center center; background-size: 100% 100%; position: absolute; left: 1rem; bottom: 1rem; opacity: .15;}
.inquiryform #floatchatiframe2011 #feedback2017 .etw-inquery-control{border: none !important;}
.inquiryform .title3{margin: 2rem 0 1rem 0; font-weight: 500;}

.related-pros .title4{position: relative; padding-left: 1.25rem;}
.related-pros .title4::before{content: ""; width: 9px; height: 26px; background-image: linear-gradient(#e5e5e5 11px, var(--accent-color) 11px); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5px), 50% 100%, 0 calc(100% - 5px)); position: absolute; left: 0; top: 0;}
.related-pros ul.list>li>a{flex-direction: column; background-image: radial-gradient(#fff 70%,var(--bg-F0)); box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);}
.related-pros ul.list>li>a .imgbox{mix-blend-mode: multiply;}
.related-pros ul.list>li>a .imgbox>img{object-fit: contain;}
.related-pros ul.list>li>a .title6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .875rem; font-weight: 600; padding: 1rem .625rem; margin: 0;}
.related-pros ul.list>li>a:hover .title6{color: var(--hover-color);}

.other-pros .title3{display: flex; align-items: center; justify-content: center;}
.other-pros .title3>b{padding: 0 1.25rem;}
.other-pros .title3::before,.other-pros .title3::after{content: ""; flex: 1; height: 1px; background-image: linear-gradient(to left,var(--accent-color) 40px,var(--line-color) 40px); display: flex;}
.other-pros .title3::after{background-image: linear-gradient(to right,var(--accent-color) 40px,var(--line-color) 40px);}
.other-pros ul.list>li{margin-top: .625rem;}
.other-pros ul.list>li>a{flex-direction: column; position: relative; transition: all .3s ease-in-out;}
.other-pros ul.list>li>a .imgbox{mix-blend-mode: multiply;}
.other-pros ul.list>li>a .title6{flex: 1; display: flex; justify-content: center; text-align: center; font-weight: 500; margin: 0; padding-top: 10px;}
.other-pros ul.list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .1);}
.other-pros ul.list>li>a .title6{padding: 10px 0;}

/* Hub Lines */
.lines-items ul.list>li>ol{background-image: linear-gradient(var(--bg-WhiteSmoke),var(--bg-white)); padding: 1.25rem;}
.lines-items ul.list>li>ol a.imgbox{width: 35%; mix-blend-mode: multiply;}
.lines-items ul.list>li>ol .textbox{flex: 1; padding-left: 2rem; flex-direction: column; justify-content: center;}
.lines-items ul.list>li>ol .textbox a.title6{display: flex; flex-direction: column; font-weight: 600; letter-spacing: initial; font-size: clamp(1rem, 3.5vw, 1.125rem);}
.lines-items ul.list>li>ol .textbox a.title6>span{color: var(--hover-color); font-size: .875rem; font-weight: 500;}
.lines-items ul.list>li>ol .textbox .more>a{position: relative;}
.lines-items ul.list>li>ol .textbox .more>a::before{content: ""; width: 100%; height: 1px; background-color: var(--hover-color); position: absolute; left: 0; bottom: 0;}

.lines-equipment .title2{display: flex; flex-direction: column; align-items: center; text-align: center; font-weight: 600; margin-bottom: 1rem;}
.lines-equipment .title2::after{content: ""; width: 60px; height: 4px; background: linear-gradient(to right,#019d9c ,#018fbd); margin-top: .625rem;}
.lines-equipment ul.list>li>a{flex-direction: column; position: relative; transition: all .3s ease-in-out;}
.lines-equipment ul.list>li>a .imgbox{mix-blend-mode: multiply;}
.lines-equipment ul.list>li>a .imgbox>img{object-fit: contain;}
.lines-equipment ul.list>li>a .title6{flex: 1; margin: 0; justify-content: center; align-items: center; text-align: center; padding: 10px 0; letter-spacing: initial; font-weight: 400; color: #333; font-size: .95rem;}
.lines-equipment ul.list>li>a:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}
.lines-equipment ul.list>li>a:hover .title6{color: var(--hover-color);}
@media (max-width: 767.98px){
.inquiryform{padding: 1.25rem;}
.inquiryform .title3{margin-top: 0;}
}@media (max-width: 575.98px){
.lines-items ul.list>li>ol a.imgbox{width: 100%;}
.lines-items ul.list>li>ol .textbox{padding: 1.25rem 0 0 0;}
.components-list2 ul.list>li>ol .imgbox{width: 100%;}
.components-list2 ul.list>li>ol .textbox{padding: 1rem;}
.inquiry_quote a.pdf-btn{margin: .625rem 0 0 0; padding: .5rem 1rem;}
}
/* Hub Lines Details */
.lines-components ul.list>li>ol{flex-direction: column; background-color: var(--bg-F9);}
.lines-components ul.list>li>ol .imgbox{width: 100%; aspect-ratio: 16/9; mix-blend-mode: multiply;}
.lines-components ul.list>li>ol .imgbox>img{object-fit: contain;}
.lines-components ul.list>li>ol .textbox{flex: 1; padding: 1.25rem;}
.lines-components ul.list>li>ol .textbox .title5{font-size: 1rem; font-weight: 500;}
.lines-components ul.list>li>ol .textbox>p{flex: 1; font-size: .8rem;}
.lines-components ul.list>li>ol .textbox .more-btn{display: flex; align-items: center;}
.lines-components ul.list>li>ol .textbox .more-btn .more{margin-right: 2rem;}
.lines-components ul.list>li>ol .textbox .more-btn .more:last-child{margin-right: 0;}
.lines-components ul.list>li>ol .textbox .more-btn .more>a{position: relative; font-size: .8rem; line-height: 1.2;transition: all .3s ease-in-out;}
.lines-components ul.list>li>ol .textbox .more-btn .more>a::before{content: ""; width: 0; height: 1px; background-color: var(--hover-color); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out;}
.lines-components ul.list>li>ol .textbox .more-btn .more>a:hover{color: var(--hover-color);}
.lines-components ul.list>li>ol .textbox .more-btn .more>a:hover::before{width: 100%; left: 0; right: auto;}

.lines-components2 ul.list>li{margin-bottom: 1.25rem;}
.lines-components2 ul.list>li>ol{flex-direction: column; box-shadow: 0 0 5px rgba(0, 0, 0, .1); border-radius: .5rem; overflow: hidden;}
.lines-components2 ul.list>li>ol .imgbox{width: 100%; background-color: var(--bg-F9);}
.lines-components2 ul.list>li>ol .imgbox>img{object-fit: contain; mix-blend-mode: multiply;}
.lines-components2 ul.list>li>ol .textbox{flex: 1; flex-direction: column; padding: 1rem;}
.lines-components2 ul.list>li>ol .textbox .title5{font-size: var(--fs-h6); font-weight: 500;}
.lines-components2 ul.list>li>ol .textbox>p{flex: 1; padding-bottom: 1rem; font-size: .8rem; border-bottom: 1px solid var(--line-color);}
.lines-components2 ul.list>li>ol .textbox .more-btn{display: flex; align-items: center; justify-content: space-between;}
.lines-components2 ul.list>li>ol .textbox .more-btn .more>a{position: relative;}
.lines-components2 ul.list>li>ol .textbox .more-btn .more>a::before{content: ""; width: 0%; height: 1px; background-color: var(--hover-color); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out;}
.lines-components2 ul.list>li>ol .textbox .more-btn .more>a:hover::before{left: 0; right: auto; width: 100%;}

.related-pros2 .title4{position: relative; padding-left: 1.25rem;}
.related-pros2 .title4::before{content: ""; width: 9px; height: 26px; background-image: linear-gradient(#e5e5e5 11px, var(--accent-color) 11px); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5px), 50% 100%, 0 calc(100% - 5px)); position: absolute; left: 0; top: 0;}
.related-pros2 ul.list>li>a{flex-direction: column; background-image: radial-gradient(#fff 70%,var(--bg-F0)); box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);}
.related-pros2 ul.list>li>a .imgbox{mix-blend-mode: multiply; aspect-ratio: 16/9;}
.related-pros2 ul.list>li>a .imgbox>img{object-fit: contain;}
.related-pros2 ul.list>li>a .title6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .875rem; font-weight: 600; padding: 1rem .625rem; margin: 0;}
.related-pros2 ul.list>li>a:hover .title6{color: var(--hover-color);}

.videos-items .etw-photo .imgbox{aspect-ratio: 16/9;}
.videos-items .etw-photo.row-cols-md-3 .imgbox>.video_btn::before{--w:60px;}
.videos-items .etw-photo span{font-weight: 500;}
@media (max-width: 575.98px){
.lines-components ul.list>li>ol .imgbox{width: 100%;}
.lines-components ul.list>li>ol .textbox{padding: 1rem;}
}
/* Products_End */
/* Applications */
.apps-banner{height: 300px; padding: 0; position: relative; overflow: hidden;}
.apps-header{display: flex; flex-direction: column; position: relative; padding: 1.25rem 2.5rem; margin-bottom: 1.5rem; background-color: var(--bg-F9);}
.apps-header::before{content: ""; width: 5px; height: 100%; background-image: linear-gradient(#019d9c, #018fbd); position: absolute; left: 0; top: 0;}
.apps-content ul.list>li>a{flex-direction: column; position: relative;}
.apps-content ul.list>li>a .imgbox{aspect-ratio: 16/9;}
.apps-content ul.list>li>a .title6{flex: 1; display: flex; justify-content: center; padding: 1rem 0 0 0; text-align: center; margin-bottom: 0; font-weight: 500;}
.apps-content ul.list>li>a:hover{transform: translateY(-.5rem);}
.apps-content ul.list>li>a:hover .imgbox img{transform: scale(1.03);}
.apps-content ul.list>li>a:hover .title6{color: var(--hover-color);}

.apps-inquiry{height: 350px; overflow: hidden; background-color: var(--bg-F0); display: flex;}
.apps-inquiry .banner-picture{mix-blend-mode: multiply;}
.apps-inquiry .container{display: flex; justify-content: flex-end; align-items: center; position: relative; z-index: 2;}
.apps-inquiry .textbox{max-width: 500px; background-color: var(--bg-white); padding: 2rem; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.apps-inquiry .textbox .title3{margin-bottom: 1.25rem;}
@media (max-width: 575.98px){
.apps-header{padding: 1.25rem; margin-bottom: 1rem;}
}
/* Applications_End */
/* About Us */
.company-banner{height: 300px; padding: 0; position: relative; overflow: hidden;}
.company-banner .banner-picture::before{content: ""; width: 52%; height: 100%; background-color:#fff; position: absolute; left: 0; top: 0; z-index: 1; clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%); opacity: .2; padding: 0;}
.company-banner .banner-picture::after{content: ""; width: 48%; height: 100%; background: linear-gradient(to right,#019d9c,#018fbd); position: absolute; left: 0; top: 1; z-index:1; clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%); opacity: .7;}
.company-banner-hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
.company-banner-hover .title1{color: var(--bg-white); font-weight: 500; text-transform: uppercase; max-width: 450px; line-height: 1; margin: .625rem 0;} 
.company-banner-hover p{color: var(--bg-white); max-width: 300px;}

.company-series ul.list>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, .125); border-radius: 1rem; overflow: hidden; border-top: 3px solid var(--line-color); transition: all .3s ease-in-out; padding: 2rem; position: relative;}
.company-series ul.list>li>ol:hover{border-top-color: var(--hover-color); transform: translateY(-.5rem);}

.company .title4{display: flex; flex-direction: column; align-items: center; font-weight: 500;}
.company .title4::after{content: ""; width:60px; height: 2px; background-color: var(--hover-color); margin-top: .625rem;}

.advantage ul.list>li>ol{background-color: var(--bg-white); border-radius: 1rem; overflow: hidden; box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.25rem;}
.advantage ul.list>li>ol .icon{width: 60px;}
.advantage ul.list>li>ol .textbox{flex: 1; padding-left: 1.25rem;}

.certificate ul.row-cols>li>ol{flex-direction: column; flex-wrap: nowrap;}
.certificate ul.row-cols>li>ol>span{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem}
@media (max-width: 991.98px){
.company-banner{height: 200px;}
}@media (max-width: 575.98px){
.company-series ul.list>li>ol{padding: 1.25rem;}
}
/* 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: #555; margin-bottom: 5px;}
.contact ul li.contact-name{margin-bottom: 1rem;}
.contact ul li.contact-name>strong{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin:0; color: #333;}
.contact ul li strong{color:#333; font-weight: 600; margin-right: .5rem;}
.contact ul li a{color: var(--hover-color);}
.contact ul li a:hover{color:var(--accent-color); 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 2rem; background-color: var(--bg-F9); box-shadow: 5px 5px 0 #eee;}
.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(--accent-color) !important; height: auto !important; padding: .625rem 1rem; color: #fff !important; transition: all .4s; position: relative; overflow: hidden; z-index: 0; text-transform: uppercase; font-weight: 700; line-height: 1;}
#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, 4vw, 1.5rem); font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0 .625rem 0;}

.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos_hub ul li>a .imgbox{width: 100%; aspect-ratio: 16/9;}
.videos_hub ul li>a .imgbox img{height: 100%; object-fit: cover;}
.videos_hub ul li>a .imgbox .video_btn::before{--w:60px;}
.videos_hub ul li>a .textbox{flex: 1; flex-direction: column; padding: 1rem; align-items: center; text-align: center; justify-content: center; font-size: .875rem; line-height: 1.2; color: #333; font-weight: 500;}
.videos_hub ul li>a:hover{position: relative; transform: translateY(-10px);}
.videos_hub ul li>a:hover .textbox{color: var(--bg-main);}
.videos_hub:last-child{margin-bottom: 0;}

.videos_company ul li{width: 100%;}
.videos_company ul li>a{flex-direction: row;}
.videos_company ul li>a .imgbox{width: 50%; aspect-ratio: 16/9;}
.videos_company ul li>a .imgbox .video_btn::before{--w:70px}
.videos_company ul li>a .textbox{padding: 2rem; padding-left: 3rem; align-items: flex-start; text-align: left;}
.videos_company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600;}
.videos_company ul li>a .textbox>p{font-size: .875rem; line-height: 1.5; font-weight: 300; color: #666; transition: all .4s;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-main);}

.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%; aspect-ratio: 16/9;}
#video_right .plyr__poster{background-size: cover !important;}
#video_right h2{font-size: var(--fs-h3); color: #333; font-weight: 500; letter-spacing: initial;}
.video_more{display:flex;margin-top: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(--hover-color); color:#fff; 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_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-h5); font-weight: 500; display: flex; align-items: center; justify-content: center; padding: .75rem; margin-bottom: 0;}
#etw_videolist .webtitle{font-size: var(--fs-h6); font-weight: 500; color: #000; letter-spacing: initial; padding: .75rem 1rem; background-color: var(--bg-F0);}
#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.875rem; padding-left:1rem;line-height: 20px; 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: 4px;}
#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 li>a .imgbox{width: 100%;}
.videos_company ul li>a .textbox {padding: 1.25rem;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */

/*news*/
.bi-caret-right-fill::before{background-image: url(../images/icons/caret-right-fill.svg);}
.bi-clock-history::before{background-image: url(../images/icons/clock-history.svg);}
.bi-chevron-bar-left::before{background-image: url(../images/icons/chevron-bar-left.svg);}
.bi-chevron-bar-right::before{background-image: url(../images/icons/chevron-bar-right.svg);}
.icon-caret-right::before{background-image: url(../images/icons/chevron-right.svg);}
.icon-caret-left::before{background-image: url(../images/icons/chevron-left.svg);}

.etw_container{width: 100%; overflow: hidden;}
#etw_right{ width:73%; float:right;}
#etw_sidebar{ width:24%; float:left;padding: 0 .25rem;}
#etw_productlist{width:100%; overflow:hidden; position:relative; border:1px #eee solid; background:#f8f8f8;}
#etw_productlist>ul>li{width:100%; border-top:1px #eee solid;}
#etw_productlist>ul>li>a{display:block;font-size:0.875rem;color:#666;line-height:1.2rem;position:relative;border-bottom: 1px solid #eee;padding:0.5rem 1rem 0.5rem 1.5rem;}
#etw_productlist>ul>li:first-child{border-top: none;}
#etw_productlist>ul>li:nth-last-child(1) a{border-bottom: none;}
#etw_productlist>ul>li>a>i{--w:.75rem; position: absolute; left: 5px; top: .75rem;}
#etw_productlist>ul>li>a>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color));}
#etw_productlist>ul li a:hover,#etw_productlist>ul li a.dq{color: #0081AF;}
#etw_productlist>ul>li ol{padding-top: 0.6rem;}
#etw_productlist>ul>li ol li a{color: #666;font-size: 0.75rem;padding-left:1.5rem;line-height: 1.1rem;display: block;margin-bottom:0.6rem; padding-right:0.3rem;}
#etw_productlist>ul>li ol li a.dq,#etw_productlist>ul>li ol li a:hover{color: #0081AF;background: none;}
#etw_sidebar .etw_hometitle{ display:block; color:#fff; font-size:1.25rem; font-weight:700;  padding:0.875rem 0 1.25rem 1.25rem; margin:0; background:url(../images/leftbg.webp) bottom center no-repeat; font-family:Arial,sans-serif;}
#etw_right figure a:hover img{opacity: .9;}
@media (max-width: 991.98px) {
	#container{margin-top:0px}
	#etw_right,#etw_sidebar{ width:100%;}
#etw_sidebar .title1,#etw_sidebar .title2,#etw_sidebar .title3{background:#124ca0;}
}
.related_news{ margin-top:30px; border-top:1px #ccc dashed; padding-top:20px; background:#fafafa;box-shadow: 1px 1px 4px 0 rgba(0,0,0,.2);}
.related_news .item{ background:#eee;}
.related_news .item .product_img{height: 150px;overflow: hidden;}
.related_news .item .product_con a{ font-size:12px; line-height:16px; display:block; padding:5px 10px;}
.related_news .item:hover .product_con a{ color:#da251d;}
#app_class_menu,#app_new_pro{ display:none;}
.newslist{margin-top:0!important}
.newslist ul>li>a{font-size:14px!important;border-bottom:none!important;font-weight:400!important}
.news_list{width:100%;margin:20px auto}
.news_list ul{width: 100%; margin-bottom: 30px; padding: 15px; background: #eee; border: 1px #ccc solid; overflow:hidden;}
.news_list ul>li,.news_list ul>li>ol{width:100%}
.news_list ul>li>ol>li.product_img{width:26%;height:150px;overflow:hidden}
.news_list ul>li>ol>li.product_con{float:right;width:72%}
.news_list ul>li>ol>li.product_con a{font-size:16px;line-height:20px;color:#111;border-bottom:1px solid #333;display:block;padding:5px 0 5px;margin-bottom:10px;transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s;text-decoration:none!important}
.news_des{font-size:14px;line-height:20px;margin:0 0 5px; padding-bottom:8px;}
.newstime{width: fit-content; color: #333; padding:0 5px;  margin-bottom: 10px; display: flex; align-items: center;}
.newstime>i{--w:14px; margin-right: .5rem;}
.news_list ul>li>ol>li.product_con a:hover{color:#0e3d8f}
/* News Page */
.etw_page{margin:0 auto;width:100%;overflow:hidden; }
.etw_page ul{display: flex; flex-wrap: wrap; justify-content: flex-end;}
.etw_page li{display: flex;}
.etw_page li a{color:#3B393A;padding:4px 10px;border:1px #333 solid;margin:20px 3px;display:flex; align-items: center; justify-content: center; transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s}
.etw_page li a:hover{color:#291d5a;background:#eee}
.etw_page li a.dq{background:#eee}
.etw_page li a.prev,.etw_page li a.next{display: flex;}
.etw_page li a>span{width: 14px; display: flex; position: relative; align-items: center; justify-content: center;}
.etw_page li a>span>i{--w:14px; width: var(--w); flex: 1; display: flex; align-items: center; justify-content: center; position: relative; transform: translateX(2px);}
.etw_page li a>span>i::before{content: ""; width:var(--w); aspect-ratio: 1/1; background-position: center; background-repeat: no-repeat; background-size: contain;}
.news_detail{width:100%}
.news_detail ul{margin-bottom: 1rem;}
.news_detail strong{padding:0;}
.news_detail img{margin:0 auto;display:block}
#news_video{ max-height:600px; margin-bottom:10px;}
.news_name{border-bottom:1px solid #ccc;text-align:center;padding-bottom:10px; margin-bottom:30px;}
.news_name h3{text-align:center;color:#01348b;font-size:22px;font-weight:700;margin-bottom:12px;padding-bottom:15px}
.news_name span{color:#777}
.news_prevnext{width:100%}
.new_next,.new_prev{width:45%;padding-top:30px}
.new_prev{float:left}
.new_next{float:right}
.new_next a,.new_prev a{color:#333;font-size:12px;line-height:16px;display:block; position:relative; background:#f1f1f1;padding:5px 20px;}
.new_next a:before{content:"\f105"; font-family:fontawesome; font-size:20px; position:absolute; left:5px; top:20%; color:#0e3d8f;}
.new_prev a{ padding-left:20px;}
.new_prev a:before{content:"\f104"; font-family:fontawesome; font-size:20px; position:absolute; left:8px; top:20%; color:#0e3d8f;}
.new_next a:hover,.new_prev a:hover{color:#0e3d8f}
.news_related_li{width:24%;padding-right:1%;float:left}
.etw_reviewpro{ padding:20px 0;}
.etw_reviewpro li{ width:100%;}
.etw_reviewpro li a{ display:block; color:#333; position:relative; padding-left:16px;}
.etw_reviewpro li a:hover{ color:#ff4e4e;}
.etw_reviewpro li a:before{position:absolute;content:'';width:5px;height:5px;left:0px;top:8px;background:#777;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg)}
.etw_reviewpro li a:hover:before{background:#ff4e4e}
@media (max-width:575.98px){
.news_des{ display:none;}
.news_list ul>li>ol>li.product_img{width:35%;height:120px;overflow:hidden}
.news_list ul>li>ol>li.product_con{width:62%}
}
/* news-End */
