@charset "utf-8";
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
@import "../fonts/fontawesome/font-awesome.min.css";
@font-face{font-family:"SourceSans3"; font-weight:200 900; font-style:normal; font-display:swap; src:url(../fonts/SourceSans3-VariableFont_wght.woff2) format("woff2");}
@font-face{font-family:"Oswald"; font-weight:200 700; font-style:normal; font-display:swap; src:url(../fonts/Oswald-VariableFont_wght.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* icons */
.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;}
/* public */
:root {
  --fs-body:0.95rem;
	--fs-h6:1rem;
	--fs-h5:clamp(1.375rem,4vw,1.5rem);
	--fs-h4:clamp(1.625rem,4.6vw,1.75rem);
	--fs-h3:clamp(1.75rem,5vw,2rem);
	--fs-h2:clamp(1.875rem,5.5vw,2.25rem);
	--fs-h1:clamp(2rem,6vw,2.5rem);
	--lh-heading:1.2;
	--lh-body:1.7;
	--bg-main: #005bbd;
	--hover-color: #00A4C5;
  --accent-color: #e51e25;
  --bg-color1: #0050a1;
  --bg-color2: #14b5bb;
	--family-first: "SourceSans3", sans-serif;
	--family-second: "Oswald", sans-serif;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
}
.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:#6a6a6a; 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 {display: block; color: #333; line-height: var(--lh-heading); margin-bottom: 1rem;}
h1,.h1,.title1 {font-size: var(--fs-h1); font-family: var(--family-second); letter-spacing:.03em; font-weight: 600; line-height: 1.15;}
h2,.h2,.title2 {font-size: var(--fs-h2); font-family: var(--family-second); letter-spacing:.025em;  font-weight: 500; line-height: 1.2;}
h3,.h3,.title3 {font-size: var(--fs-h3); font-family: var(--family-second); letter-spacing:.02em;  font-weight: 500; line-height: 1.25;}
h4,.h4,.title4 {font-size: var(--fs-h4); line-height: 1.3;}
h5,.h5,.title5 {font-size: var(--fs-h5); line-height: 1.3;}
h6,.h6,.title6{font-size: var(--fs-h6); line-height: 1.3;}
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;}
a[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color);}
inquiry-trigger{color: var(--hover-color);}
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-1-1{aspect-ratio: 1/1;}.imgbox-2-1{aspect-ratio: 2/1;}.imgbox-16-9{aspect-ratio: 16/9;}.aspect-none{aspect-ratio: initial;}
.imgbox img{width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in-out;}
.object-fit-cover{object-fit: cover !important;}
.object-fit-contain{object-fit: contain !important;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.container,.container1,.container2,.container3{width: 100%; max-width:1230px; margin: 0 auto;padding: 0 15px;}
.container1{max-width:1130px;}.container2{max-width:930px;}.container3{max-width:830px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
.dropdown{z-index: 5;}

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{float: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem; line-height: 1.2;}
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;}
}
/* items */
ul.items{width: 100%; display: block; margin-bottom: 1rem;}
ul.items:last-child{margin: 0;}
ul.items li{display: block; position:relative; padding-left: 1rem; line-height: 22px; color: #536171;}
ul.items li:last-child{margin-bottom: 0;}
ul.items li::before{content: ""; width: 4px; aspect-ratio: 1/1; border-radius: 50%; background-color: #536171; position: absolute; left: 0; top: 9px;}

ul.items_nub{display: block; width: 100%; counter-reset: nub;}
ul.items_nub li{display: block; position: relative; line-height: 24px; font-size: .875rem; padding-left:2rem; margin-bottom: .5rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) ""; width: 1.25rem; height: 1.25rem; font-size: .75rem; border: 1px solid var(--hover-color); border-radius: 50%; color: var(--hover-color); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 1px;}
ul.items_none li::before{content: none;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table:last-child{margin-bottom: 0;}
.table thead,.table-left thead{background-color: #eff4f8;}
.table thead td,.table-left thead td{color: #000; font-weight: 600;}
.table td,.table-left td{vertical-align: middle; color: #333; font-size: .875rem; line-height: 1.2; padding: .625rem; border: none; border: 1px solid #e1e7ed;}
.table tbody tr:hover,.table-left tbody tr:hover{background-color: #eff4f8 !important;}
.table inquiry-trigger{color: var(--bg-main); font-weight: 500;}
.table-left{width: 100%;}
.table-left td:nth-child(1){color: #333; font-weight: 500;}
/* 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{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: .875rem; line-height: 1.1; color: #333; position: relative; z-index: 0; overflow: hidden;}
.more>a::after{content: ""; width: 100%; height: 1px; background-color: var(--hover-color); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a>i{margin-left: .5rem;}
.more>a:hover{color: var(--hover-color);}
.more>a:hover::after{width: 0; left: 0; right: auto;}
.more>a:hover>i::before{filter: var(--drop-shadow-hover);}
.more-big>a{padding: .5rem 1rem; border: 1px solid var(--hover-color);}
.more-big>a::after{width: 0; height: 100%;}
.more-big>a:hover{color: var(--bg-white);}
.more-big>a:hover::after{width: 100%;}
.more-big>a:hover>i::before{filter: var(--drop-shadow-white);}
/* Request a Quote */
.quote-btn{display: flex; margin-top: 1.25rem;}
.quote-btn>a{display: flex; align-items: center; padding: .625rem .75rem; background-color: var(--bg-main); color: white; font-size: .875rem; font-weight: 600; position: relative; overflow: hidden; z-index: 0; line-height: 1; transition: all .3s ease-in-out;}
.quote-btn>a:hover{background-color: var(--hover-color); color: var(--bg-white);}
.quote-btn a.pdf-btn{width: fit-content; display: flex; align-items: center;}
.quote-btn a.pdf-btn>i{font-size: 1.375rem; margin-right: .25rem;}
/* public-End */
/* etw_language */
.etw_language{min-height: 34px; 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: #333;}
#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: 34px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--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 !important; 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 !important; 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: 20px 0; position: relative; z-index: 3;}
#etw_logo::before{content: ""; width: 1000px; height: 2px; background-color: var(--hover-color); position: absolute; right:-40px; top: -2px; z-index: 2;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:50px;}

nav{display: flex; flex-wrap: wrap; flex: 1; padding-top: 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: center;}
.navbar>li{padding: 8px; display: flex; flex-wrap: wrap;}
.navbar>li>a{width: 100%; display: flex; align-items: center; color: #333; text-transform: uppercase; font-size: .95rem; letter-spacing: .05em; padding: 0 1.25rem; min-height: 40px; position: relative; z-index: 0;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before,.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li:hover>a,.navbar>li.active>a{color: var(--hover-color) !important;}
.navbar::before{content: ""; min-width: 100px; height: 40px; display: flex; margin: 0 auto 0 0;}
.navbar>li.order-lg-last{min-width: 100px; margin: 0 0 0 auto;}
.navbar>li.order-lg-last>a{background-color: var(--hover-color); color: white; padding: 0 1rem; justify-content: center; text-align: center; border-radius: 30px; overflow: hidden;}
.navbar>li.order-lg-last>a:hover{color: white !important; background-color: var(--bg-main);}
.navbar>li.order-lg-last>a::before{content: none;}

.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 0 .5rem .5rem;}
.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: .95rem; color: #555;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05);color: var(--hover-color);}
.dropdown-menu>ul>li>a.active{color: var(--hover-color);}
/* index-header */
.index-header{padding: 0 !important;}
.index-header #etw_logo a{position: relative;}
.index-header #etw_logo a>img{opacity: 0;}
.index-header #etw_logo a>img:last-child{opacity: 1; position: absolute; left: 0; top: 0;}
.index-header .header{background-color: transparent; box-shadow: initial;}
.index-header #etw_language>a{color: white;}
.index-header .navbar>li>a{color: white !important; border-radius: 30px;}
.index-header .navbar>li:hover>a{background-color: rgba(255,255,255,.2);}
.index-header .navbar>li.order-lg-last{padding: 8px 0 !important;}
.index-header .navbar>li.order-lg-last>a{border: 1px solid white; background-color: transparent;}
.index-header .navbar>li.order-lg-last>a:hover{background-color: var(--hover-color); border-color: var(--hover-color); color: white;}
.index-header .nav-fixed{background-color: white; box-shadow: 4px 4px 100px rgba(0,0,0,.15);}
.index-header .nav-fixed #etw_logo a>img{opacity: 1;}
.index-header .nav-fixed #etw_logo a>img:last-child{opacity: 0;}
.index-header .nav-fixed #etw_language>a{color: #999;}
.index-header .nav-fixed .navbar>li>a{color: #333 !important;}
.index-header .nav-fixed .navbar>li:hover>a{color: var(--hover-color) !important;}
.index-header .nav-fixed .navbar>li.order-lg-last>a{border: 1px solid var(--hover-color); color: var(--hover-color) !important;}
.index-header .nav-fixed .navbar>li.order-lg-last>a:hover{background-color: var(--hover-color); border-color: var(--hover-color); color: white !important;}
@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::before{content: none;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 0; padding: 0;}
.navbar>li>a,.index-header .navbar>li>a{width: 100%; position: relative; padding: 0 1rem; align-items: center; font-size: .875rem; color: #000 !important; border-radius: 0 !important;}
.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) !important; color: #fff !important;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
.navbar>li.order-lg-last{margin: 0; padding: 0 !important;}
.navbar>li.order-lg-last>a{ justify-content: flex-start;}
#etw_logo {flex: 1;display: flex; padding: 15px 0;}
#etw_logo a>img{max-height:40px; opacity: 1 !important;}
}@media (max-width:575.98px){
#etw_logo a>img {max-height: 34px;}
.etw_language ul>li>span {margin-right: 1.25rem;}
}@media (max-width:375.98px){
.etw_language ul>li>span {font-size: 1.5rem; margin-right: 1rem;}
}
/* Banner */
.carousel-item{width: 100%; height: 600px; overflow: hidden;}
.carousel-control-next,.carousel-control-prev{width: 5%; z-index: 9;}
.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;}
.banner-picture::after{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background-image: linear-gradient(transparent, rgba(0,0,0,.1), rgba(0,0,0,.5)); background-color: transparent;}
.carousel-caption{width: 100%; height: auto; position:absolute; left: 0; bottom: 12%; z-index: 5; transition: initial; display: flex; align-items: center; justify-content: center;}
.carousel-caption .container{display: flex; flex-direction: column; text-align: left; color: white;}
.carousel-caption small{font-size: .875rem; margin-bottom: 1rem; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase;}
.caption-title{max-width: 550px; margin-bottom: 1rem; color: #fff; font-size: clamp(25px, 3.5vw, 44px);}
.caption-desc{font-size: 1rem; color: #fff; font-weight: 300; letter-spacing: 0.05em;}
@media (max-width: 1440.98px){
.carousel-item{height: 450px;}  
}@media (max-width: 1199.98px){
.carousel-item{height: 320px;} 
}@media (max-width: 991.98px){
.carousel-item{height: 310px;} 
}@media (max-width: 767.98px){
.carousel-item{height: 250px;} 
}@media (max-width: 575.98px){
.carousel-item{height: 200px;} 
}
/* 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; text-align: center; margin-bottom: 1.5rem;}
.home-title>.title2{display: flex; justify-content: center; align-items: center; font-size: clamp(1.5rem, 3.5vw, 1.75rem); color: #333; margin-bottom: .625rem;}
.home-title>p{font-size: .875rem; line-height: 22px; max-width: 750px;}

.home-pros ul.list>li>a{flex-direction: column; position: relative; transition: all .3s ease-in-out; overflow: hidden; border: 1px solid #F4F4F6; border-radius: .5rem;}
.home-pros ul.list>li>a .imgbox{background-color: #F4F4F6; padding: 10px; aspect-ratio: 16/10;}
.home-pros ul.list>li>a .imgbox>img{object-fit: contain; mix-blend-mode: multiply;}
.home-pros ul.list>li>a .title6{flex: 1; margin: 0; padding: 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-size: 1rem; font-weight: 500; color: #000;}
.home-pros ul.list>li>a:hover{border-color: var(--hover-color);}
.home-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.home-pros ul.list>li>a:hover .title6{color: var(--hover-color);}

.home-projects{background-image: linear-gradient(180deg, #f1f5f8 0%, #e9f0f5 100%);;}
.home-projects-item{display: flex;}
.home-projects-item>a{display: flex; flex-direction: column; border-radius: .625rem; overflow: hidden; position: relative;}
.home-projects-item>a .imgbox{flex: 1; aspect-ratio: initial;}
.home-projects-item>a:hover .imgbox>img{transform: scale(1.05);}
.home-projects-item>a .textbox{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 2.5rem; background: linear-gradient(transparent, rgba(15, 23, 42, 0.95)); z-index: 2;}
.home-projects-item>a .textbox>b{width: fit-content; font-size: .75rem; line-height: 20px; padding: 5px 15px; color: white; background-color: var(--hover-color); border-radius: 20px; display: flex; align-items: center; margin-bottom: .5rem;}
.home-projects-item>a .textbox>.title6{display: flex; flex-direction: column; font-size: 1.5rem; font-weight: 700; color: white; margin: .5rem 0 0 0; transition: all .3s ease-in-out;}
.home-projects ul.list>li{margin-bottom: .625rem;}
.home-projects ul.list>li:last-child{margin-bottom: 0;}
.home-projects ul.list>li>a{background-color: white; border: 1px solid transparent; padding: 1rem; border-radius: .5rem; overflow: hidden;}
.home-projects ul.list>li>a .imgbox{width: 25%; aspect-ratio: 2/1.25; border-radius: 5px;}
.home-projects ul.list>li>a .textbox{flex: 1; justify-content: center; padding-left: 1.5rem;}
.home-projects ul.list>li>a .textbox>b{font-weight: 600; font-size: .75rem; color: var(--hover-color);}
.home-projects ul.list>li>a .textbox>.title6{font-size: 1rem; font-weight: 500; color: #333; margin: .5rem 0 0 0; transition: all .3s ease-in-out;}
.home-projects ul.list>li>a:hover{border-color: var(--hover-color);}
.home-projects ul.list>li>a:hover .textbox>.title6{color: var(--hover-color);}

.home-about .home-title{align-items: flex-start;}
.home-about .home-title>small{display: flex; font-size: .875rem; text-transform: uppercase; color: transparent; background-image: linear-gradient(135deg,var(--bg-color1),var(--bg-color2)); background-clip: text; margin-bottom: .6255rem;}
.home-about .home-title .title2{align-items: flex-start; text-align: left;}
.home-about .home-about-imgbox{border-radius: 5px;}
.home-about .home-about-textbox>p{line-height: 22px;}
.home-about .home-about-textbox>ul{display: flex; flex-direction: column;}
.home-about .home-about-textbox>ul>li{width: 100%; display: flex; flex-direction: column; border-top: 1px solid #e4e8ee; padding-top: .75rem; margin-top: .75rem; font-size: .875rem; color: #888;}
.home-about .home-about-textbox>ul>li>strong{font-weight: 500; color: #333;}
.home-about .home-about-textbox .more-big{margin-top: 1.5rem;}
.home-about .home-about-textbox .more-big>a{background-image: linear-gradient(135deg,var(--bg-color2),var(--bg-color1)); background-clip: text; border: none; color: transparent; font-size: .75rem; font-weight: 700; padding: 0 0 2px 0; text-transform: uppercase;}
.home-about .home-about-textbox .more-big>a::after{height: 2px; background-color: var(--hover-color); right: auto; left: 0;}

.home-about ul.list>li>a{overflow: hidden; position: relative; border-radius: 4px;}
.home-about ul.list>li>a .imgbox{aspect-ratio: 16/9;}
.home-about ul.list>li>a .imgbox::after{content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 33, 48, .34) 0%, rgba(12, 25, 38, .76) 100%);}
.home-about ul.list>li>a .textbox{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; color: white; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end;}
.home-about ul.list>li>a .textbox .title6{font-size: 1.125rem; color: white; margin-bottom: .625rem;}
.home-about ul.list>li>a .textbox>p{color:rgba(255,255,255,.9); font-size:14px; line-height:1.55; opacity:0; transform:translateY(10px); max-height:0; overflow:hidden; transition:opacity .24s ease,transform .24s ease,max-height .24s ease;}
.home-about ul.list>li>a:hover .textbox>p{opacity:1;transform:translateY(0);max-height:120px}
@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;}
}@media (max-width:375.98px){
section,.section,.section-item{padding:1.25rem 0;}
}
/* index-end */
.footer {padding: 2.5rem 0 2rem 0; position: relative; overflow: hidden; background-color: var(--bg-WhiteSmoke);}
.footer::before{content: ""; width: 100%; height: 100%;  background-image: url(../images/footer_bg.webp); background-position: center center; background-repeat: no-repeat; background-size: cover; position: absolute; left:0; top: 0; z-index: 1; opacity: .2;}

.footer .container{position: relative; z-index: 3;}
.footer .h3{font-weight: 600; font-size: 1.125rem; text-transform: uppercase; color: #333; margin-bottom: 1rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--hover-color);}
.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{width: fit-content; display: block; color: #555; font-size: .95rem; line-height: 20px; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover{color:var(--hover-color);}
.footer_list li.more_btn>a{color:var(--hover-color); text-decoration: underline;}
.footer_list li.more_btn>a:hover{text-decoration: none;}

.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #555; margin: 0 0 .5rem 0; font-size: .95rem; line-height: 20px; padding: 0;position: relative;}
.footer_contact>li a{color: inherit;}
.footer_contact>li>strong{font-weight: 500; color: #333;}
.footer_contact>li a:hover{color:var(--hover-color); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 2rem; padding: 2rem 0 0 0; border-top: 1px solid rgba(0,0,0,.1);}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#000;display:inline-block;padding:4px 8px;margin:2px;font-weight:300;line-height:1;border:1px solid #000;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); 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(135deg,var(--bg-color1),var(--bg-color2)) !important; border: none !important; display: flex; padding: 0;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: none !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::before{content: "\f32c";display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
@media (max-width:767.98px){
.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; text-transform:capitalize;}
#quicknav ul li::after{content: "/"; color: inherit; font-size: inherit; margin: 0 10px; font-family: Arial, sans-serif;}
#quicknav ul li:last-child::after{display: none;}
#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(--hover-color);}
#quicknav ul.quicknav li,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: var(--bg-white); opacity: 1;}
#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: 380px; background-color: #f2f5f8; overflow: hidden;}
.pros-banner .banner-picture{width: 50%;left: auto; right: 0; overflow: hidden;}
.pros-banner .banner-picture::after{content: ""; width: 100%; height: 100%; position: absolute; left: -28%; top: 0; z-index: 2; background: url(../images/product_banner.svg) no-repeat right center; background-size: 100% 100%; transform: rotate(180deg);}
.pros-banner-hover{width: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 5; display: flex; justify-content: flex-end;}
.pros-banner-hover .container{max-width: 615px; margin-right: 0;}
.pros-banner-hover .title1{font-weight: 300; color: #223243; margin: 1.25rem 0 1.5rem 0;}
.pros-banner-hover .title1>strong{font-weight: 800;}
.pros-banner-hover .pros-banner-des{position: relative; padding-left: 1.25rem; color: #536171;}
.pros-banner-hover .pros-banner-des::before{content: ""; width: 3px; height: 100%; background-image: linear-gradient(var(--bg-color1),var(--bg-color2)); position: absolute; left: 0; top: 0;}

.pros-header{display: flex; flex-wrap: wrap;}
.pros-header-left{width: 27%; position: relative; padding: 2rem; background-color: var(--bg-F9); display: flex; align-items: center;}
.pros-header-left::before{content: ""; width: 3px; height: 100%; background-image: linear-gradient(var(--bg-color1),var(--bg-color2)); position: absolute; right: 0; top: 0;}
.pros-header-right{flex: 1; padding-left: 2rem;}
.pros-header-right p{font-size: .875rem; color: #5f6e7d;}

.pros-list ul.list>li>a{display: flex; flex-direction: column; box-shadow: 0 14px 32px rgba(18, 42, 65, .1); border-radius: .5rem .5rem 0 0; position: relative;}
.pros-list ul.list>li>a .imgbox{background-image:radial-gradient(circle,rgba(230,242,255,0.6) 0%,rgba(255,255,255,1) 100%);border-radius:8px;filter:drop-shadow(0px 10px 15px rgba(0,0,0,0.05)); aspect-ratio: 16/9;}
.pros-list ul.list>li>a .imgbox>img{object-fit: contain; filter: drop-shadow(0px 5px 8px rgba(0,0,0,0.2)); position: relative; z-index: 3;}
.pros-list ul.list>li>a .textbox{padding: 1.25rem;}
.pros-list ul.list>li>a .textbox>.title6{font-size: 1.25rem; font-weight: 500; margin-bottom: .625rem;}
.pros-list ul.list>li>a .textbox>p{font-size: .875rem; line-height: 22px; color: #6a6a6a; min-height: 66px;}
.pros-list ul.list>li>a .textbox>.more>span{font-size: .75rem; font-weight: 700; text-transform: uppercase; color: var(--hover-color); letter-spacing: 0.05em;}
.pros-list ul.list>li>a:hover{transform: translateY(-.5rem); box-shadow: 0 14px 32px rgba(18, 42, 65, .2);}
.pros-list ul.list>li>a:hover .imgbox::after{width:75%;opacity:0.6;filter:blur(4px)}

.bg-color-light{background-color: #f1f5f8;}
.pros-custom .textbox>small{display:block;margin-bottom:8px;color:#1f8fc7;font-size:13px;font-weight:700;letter-spacing:.02em;}
.pros-custom .textbox>.title3{margin:0; color:#253545; line-height:1.16; font-weight:500; margin-bottom: 1.25rem;}
.pros-custom ul.custom-list{display: flex; flex-direction: column;}
.pros-custom ul.custom-list>li{ max-width:560px; color:#5f6e7d; font-size:14px; line-height:1.75; padding:14px 0; border-bottom:1px solid #dbe3ea;}
.pros-custom .capability-list{display: flex; flex-wrap: wrap; margin: 0 -3px;;}
.pros-custom .capability-list>li{width: fit-content; padding: 5px;}
.pros-custom .capability-list>li>span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;color:#253545;background:#eef3f7;border:1px solid #dce5ec;font-size:13px;font-weight:700}

.cta-section{background-color: #78cbd7;}
.cta-section .container{display: flex; flex-direction: column; align-items: center; text-align: center;}
.cta-section .title3{color: white;}
.cta-section p{color: white; font-size: .9375rem;}
.cta-section .cat-btn{margin-top: .5rem;}
.cta-section .cat-btn>a{background-color: white; border-color: white; border-radius: 30px; padding: .75rem 1.5rem; font-size: .875rem; font-weight: 700; color: var(--bg-main);}
.cta-section .cat-btn>a:hover{color: white;}
@media (max-width: 1199.98px){
.pros-header-left{width: 35%;}
}@media (max-width: 991.98px){
.pros-banner{height: 300px; padding: 0;}
.pros-banner-hover .title1{margin-bottom: 0;}
.pros-banner-hover .pros-banner-des{display: none;}
.pros-header-left{width: 100%; padding: 1.5rem; text-align: center;}
.pros-header-left::before {width: 100%; height: 3px; top: auto; bottom: 0;}
.pros-header-right{padding: 1.5rem 0 0 0;}
}@media (max-width: 767.98px){
.pros-banner{height: 200px;}
.pros-banner .banner-picture{width: 100%;}
.pros-banner-hover .title1{display: none;}
.pros-banner .banner-picture::after{content: none;}
}@media (max-width: 575.98px){
.pros-banner{height: 160px;}
}
/* Hub */
.hub-banner{padding: 1.875rem 0; background: linear-gradient(135deg, #e8eef3 0%, #f5f8fa 100%); min-height: 170px;}
.hub-banner .inside-hero-icon{position:absolute;right:18px;top:50%;width:118px;height:118px;opacity:.16;transform:translateY(-50%);pointer-events:none}
.hub-banner .title2{max-width: 700px; color: #223243; font-weight: 400;}

.hub-header{border-bottom: 1px solid #edf1f4; padding: 2rem 0;}
.hub-header-left{width: 100%;display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.hub-header-left>small{color: var(--hover-color);letter-spacing: .02em; margin-bottom: 8px; font-weight: 700; font-size: .875rem;}
.hub-header-left>h2{font-size: var(--fs-h3);}
.hub-header-right{flex: 1;}
.hub-header-right p{font-size: 1rem; line-height: 22px; color: #5f6e7d;}

.hub-list ul.list>li{margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid #e6edf2;}
.hub-list ul.list>li:last-child{margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.hub-list ul.list>li>ol{display: flex; flex-wrap: wrap;}
.hub-list ul.list>li>ol a.imgbox{width: 40%; background-color: #f6f9fb;}
.hub-list ul.list>li>ol a.imgbox>img{object-fit: contain; mix-blend-mode: multiply;}
.hub-list ul.list>li>ol .textbox{padding-left: 2rem; justify-content: center;}
.hub-list ul.list>li>ol .textbox a.title4{width: fit-content; font-family: var(--family-second); margin-bottom: 1.25rem;}
.hub-list ul.list>li>ol .textbox .table-list{width: 100%; background-color: #f6f9fb; padding: 1rem 1.25rem;display: flex; flex-direction: column;}
.hub-list ul.list>li>ol .textbox .table-list>li{color:#576676; font-size:13px; line-height:1.45; padding:7px 0;border-bottom:1px solid #e4ebf1;}
.hub-list ul.list>li>ol .textbox .table-list>li>strong{color: #243342;}
.hub-list ul.list>li>ol .textbox .table-list>li:last-child{border-bottom: none;}
.hub-list ul.list>li>ol .textbox .more{margin-top: 1.25rem;}
.hub-list ul.list>li>ol .textbox .more>a{color: var(--bg-main); font-weight: 700;}
.hub-list ul.list>li>ol .textbox .more>a::after{width: 0; background-color: var(--hover-color);}
.hub-list ul.list>li>ol .textbox .more>a:hover{color: var(--hover-color);}
.hub-list ul.list>li>ol .textbox .more>a:hover::after{width: 100%;}
@media (max-width: 767.98px){
.hub-banner{display: flex; align-items: center;}
.hub-banner .title2{margin-bottom: 0; text-align: center;}
}@media (max-width: 575.98px){
.hub-list ul.list>li{margin-bottom: 1rem; padding-bottom: 1rem;}
.hub-list ul.list>li>ol{flex-direction: column;}
.hub-list ul.list>li>ol a.imgbox{width: 100%;}
.hub-list ul.list>li>ol .textbox{padding: 1.25rem 0 0 0;}
}
/* Details */
.details-main .container{display: flex; flex-wrap: wrap; align-items: flex-start; flex-direction: row-reverse;}
.details-main-left{width: 78%; display: flex; flex-direction: column; padding-left: 3rem;}
.details-main-right{width: 22%; position: sticky; top: 100px;}
.menu-item{width: 100%; display: flex; flex-direction: column; border: 1px solid #dcdfe3; padding: 1rem; margin-bottom: 1.5rem;}
.menu-item:last-child{margin: 0;}
.menu-item a.title5{margin:0 0 24px; padding:0 0 14px; color:#101820; font-size:1.125rem; line-height:1.2; font-weight:600; border-bottom:2px solid #111; position: relative;}
.menu-item a.title5::after{content:"";position:absolute; left:0; bottom:-2px; width:32px; height:4px; background-color:var(--hover-color);}
.menu-item a.title5:hover{color:var(--hover-color);}
.mune-list{display: flex; flex-direction: column;}
.mune-list>li{margin-bottom: 1rem;}
.mune-list>li:last-child{margin-bottom: 0;}
.mune-list>li>a{display: flex; width: fit-content; font-size: 1rem; line-height: 1.2; color: #101820; font-weight: 600;}
.mune-list>li>a:hover,.mune-list>li.active>a{color: var(--hover-color);}
.mune-list>li>ol,ul.menu-apps{display: flex; flex-direction: column; border-bottom: 1px solid #111; padding-bottom: 1rem;}
.mune-list>li>ol>li,ul.menu-apps>li{margin-top: .75rem;}
.mune-list>li>ol>li>a,ul.menu-apps>li>a{display: flex; width: fit-content; font-size: .875rem; line-height: 1.2; color: #44515f;}
.mune-list>li>ol>li>a:hover,.mune-list>li>ol>li.active>a,ul.menu-apps>li>a:hover,ul.menu-apps>li.active>a{color: var(--hover-color);}
ul.menu-apps{padding: 0; border-bottom: none;}
ul.menu-apps>li:first-child{margin: 0;}

.details-item{padding: 0 0 2rem 0;}
.details-item .title4{color: var(--bg-main); font-size: 1.25rem;}
.details-item .title-heng{width: fit-content; display: flex; flex-direction: column;}
.details-item .title-heng::after{content: ""; width: 100%; height: 1px; background: #9ea8b1; margin-top: .5rem;}

.details-header h2{color: var(--bg-main); font-size: var(--fs-h3);}
.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 #ccc;}
.left_pics .related_pic ul>li.imgdq a{border-color: var(--hover-color);}
.left_pics .related_pic .video_btn::before{--w: 40px; opacity: .8;}

.left_pics2{width: 100%; display: flex; justify-content: space-between;}
.left_pics2 .left_pic{width: calc(100% - 90px); display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.left_pics2 .left_pic img{mix-blend-mode: multiply;}
.left_pics2 .related_pic{width: 80px;}
.left_pics2 .related_pic ul{width: 100%; margin: -5px; display: flex; flex-direction: column;}
.left_pics2 .related_pic ul>li{width: 100%; padding: 5px; 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(--hover-color);}

.features-list{display: flex; flex-wrap: wrap; margin: 0 -5px;}
.features-list>li{display: block; position: relative; font-size: .95rem; line-height: 24px; color: #1f2933; padding:5px 5px 5px 1.25rem !important;}
.features-list>li::before{content: ""; width: 6px; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 5px; top: 14px;}
.features-list>li>strong{float: left; margin-right: .3rem;}
.features-list>li>ol{display: block; overflow: hidden;}
.features-list>li>ol b{color: #333;}

.principle-list{display: flex; flex-wrap: wrap; margin: 0 -5px 10px -5px; counter-reset: nub;}
.principle-list>li{padding: 5px;}
.principle-list>li>span{display: flex; align-items: center; line-height: 22px; padding:9px 12px; background:#f3f7fa; color:#354657; font-size:13px; font-weight:700;}
.principle-list>li>span::before{counter-increment: nub; content: counter(nub) "."; font-size: 1rem; color: var(--bg-main); display: flex; align-items: center; justify-content: center; transform: initial; margin-right: .5rem;}

.specifications-nav{display: flex; flex-wrap: wrap; border-bottom: 1px solid #dfe7ee; margin-bottom: 1.25rem;}
.specifications-nav>li{margin-right: 8px;}
.specifications-nav>li>span{display: flex; cursor: pointer; padding:10px 18px; background:#f5f8fb; color:#455669; font-size:14px; font-weight:600; transition: all .3s ease-in-out;}
.specifications-nav>li>span:hover,.specifications-nav>li.active>span{background-color: var(--bg-main); color: white;}
.specifications-content{display: block;}
.specifications-content>div{display: none;}
.specifications-content>div:first-child{display: block;}
.table-data ul{display: block;}
.table-data ul>li{display: block;color: #333; font-size: .875rem; line-height: 1.2; margin-bottom: .5rem;}
.table-data ul>li:last-child{margin: 0;}

.adv-list ul.list>li>ol{flex-direction: column; border: 1px solid #dfe7ee; padding: 1rem;}
.adv-list ul.list>li>ol .imgbox{aspect-ratio: 16/9;}
.adv-list ul.list>li>ol .textbox{flex:1; padding-top: 1.25rem;}
.adv-list ul.list>li>ol .textbox .title6{font-weight: 500;}
.adv-list ul.list>li>ol .textbox>p{color: #536171; line-height: 20px;}

.brief{border-top: 1px solid #e5ebf0; border-bottom: 1px solid #e5ebf0; padding: 1.5rem 0;}
.brief p{font-size: .9rem; color: #999;}

.related-pros .title4,.other-pros .title4,.other-solutions .title4{color: #333; font-size: 1.5rem; border-left: 3px solid var(--bg-main); padding-left: 1rem; line-height: 1;}
.related-pros ul.list>li>a{padding: .625rem; border: 1px solid #e5ebf0;}
.related-pros ul.list>li>a .imgbox{width: 40%; background-color: #f6f9fb; padding: .625rem;}
.related-pros ul.list>li>a .imgbox>img{object-fit: contain; mix-blend-mode: multiply;}
.related-pros ul.list>li>a .textbox{flex:1; justify-content: center; padding-left: 1.25rem;}
.related-pros ul.list>li>a .textbox .title6{font-size: 1.125rem; font-weight: 500; margin-bottom: .5rem;}
.related-pros ul.list>li>a .textbox>p{color: #6a6a6a; font-size: .875rem; line-height: 20px;}
.related-pros ul.list>li>a:hover{transform: translateY(-.5rem); border-color: var(--hover-color); box-shadow: 0 5px 20px rgba(0,0,0,.1);}
.related-pros ul.list>li.active>a{border-color: var(--hover-color);}
.related-pros ul.list>li>a:hover .title6,.related-pros ul.list>li.active>a .title6{color: var(--hover-color);}

.inquiryform{padding: 2.5rem; overflow: hidden; min-height: 386px; background-color: var(--bg-F9);}
.inquiryform::before{content: ""; position:absolute; inset: 0; background-image: url(../images/inquiryform_bg.webp); background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: .2;}
.inquiryform .title3{font-size: var(--fs-h5); margin: 1.5rem 0;}

.other-pros ul.list>li>a{flex-direction: column; background-color: #F4F4F6; border: 1px solid transparent; padding: 1rem;}
.other-pros ul.list>li>a .imgbox{overflow: visible;}
.other-pros ul.list>li>a .imgbox>img{filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.2)); object-fit: contain;}
.other-pros ul.list>li>a .textbox{flex:1; padding-top: 1rem; line-height: 1.3; font-weight: 600; justify-content: center; text-align: center;}
.other-pros ul.list>li>a:hover{transform: translateY(-.5rem); box-shadow: 0 5px 10px rgba(0,0,0,.1); border-color: var(--hover-color);}
.other-pros ul.list>li>a:hover .textbox{color: var(--hover-color);}

.spec-list{counter-reset: my-counter 0; display: flex; flex-wrap: wrap; margin: 0 -5px 10px -5px;}
.spec-list>li{counter-increment: my-counter; padding: 5px;}
.spec-list>li>span{display: flex; align-items: center; line-height: 22px; padding:9px 12px; background:#f3f7fa; color:#354657; font-size:13px; font-weight:700;}
.spec-list>li>span::before{content: counter(my-counter, lower-alpha) ". "; font-size: 1rem; color: var(--bg-main); display: flex; align-items: center; justify-content: center; transform: initial; margin-right: .5rem;}

.details-apps ul.list>li{margin-bottom: 1.25rem;}
.details-apps ul.list>li:last-child{margin-bottom: 0;}
.details-apps ul.list>li>ol{border: 1px solid #dfe7ee; padding: 1rem;}
.details-apps ul.list>li>ol .imgbox{width: 30%; aspect-ratio: initial;}
.details-apps ul.list>li>ol .textbox{flex:1; justify-content: center; padding-left: 1.5rem;}
.details-apps ul.list>li>ol .textbox>.title6{font-weight: 600; margin-bottom: .625rem; font-size: 1.125rem;}
.details-apps ul.list>li>ol .textbox>p{font-size: .875rem; line-height: 22px;}
@media (max-width: 991.98px){
.details-main-left{width: 100%; padding-left: 0;}
.details-main-right{display: none;}
}@media (max-width: 767.98px){
.inquiryform{padding: 1.25rem;}
.inquiryform .title3{margin: 0 0 1rem 0;}
.left_pics2{flex-direction: column;}
.left_pics2 .left_pic{width: 100%;}
.left_pics2 .related_pic{width: 100%; margin-top: 1rem;}
.left_pics2 .related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-direction: row;}
.left_pics2 .related_pic ul>li{width: 20%; padding: 0 5px;}
.details-apps ul.list>li>ol{flex-direction: column;}
.details-apps ul.list>li>ol .imgbox{width: 100%;}
.details-apps ul.list>li>ol .textbox{padding: 1rem 0 0 0;}
}@media (max-width: 575.98px){
.related-pros ul.list>li>a{flex-direction: column;}
.related-pros ul.list>li>a .imgbox{width: 100%;}
.related-pros ul.list>li>a .textbox{padding: 1rem .5rem .5rem .5rem;}
}
/* Products_End */
/* Industries */
.industries ul.list>li>a{flex-direction: column; border: 1px solid #e5ebf0; background-color: white; padding: 1rem; position: relative;}
.industries ul.list>li>a .title6{font-size: 1.125rem; font-weight: 600; padding-bottom: 1rem; border-bottom: 1px solid #e5ebf0; margin-bottom: 1rem;}
.industries ul.list>li>a p{flex: 1; font-size: .9rem; line-height: 24px; color: #6a6a6a;}
.industries ul.list>li>a:hover{border-color: var(--hover-color); box-shadow: 0 5px 10px rgba(0,0,0,.1); transform: translateY(-.5rem);}
.industries ul.list>li>a:hover .title6{color: var(--hover-color);}

.industries .pros-header{margin-bottom: 1.5rem;}
.industries .pros-header-left{width: 22%;}
.recommended-pros ul.list>li>a{flex-direction: column;}
.recommended-pros ul.list>li>a .imgbox{width: 100%;}
.recommended-pros ul.list>li>a .textbox{padding: 1rem 5px 5px 5px;}

.other-solutions ul.list>li>a{border: 1px solid var(--line-color); padding: .625rem; font-size: .875rem; font-weight: 700; line-height: 1.3; position: relative; overflow: hidden;}
.other-solutions ul.list>li>a::after{content: "\F285"; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; right: .625rem; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; width: 24px; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; background-color: var(--bg-main); color: white; font-size: .625rem; padding-left: 2px;}
.other-solutions ul.list>li>a:hover{border-color: var(--hover-color); color: var(--hover-color);}
.other-solutions ul.list>li>a:hover::after{background-color: var(--hover-color);}
@media (max-width: 1199.98px){
.industries .pros-header-left{width: 30%;}
}@media (max-width: 991.98px){
.industries .pros-header-left{width: 100%;}
}
/* Industries_End */
/* Projects */
.featured-item{width: 100%; display: flex; flex-direction: column; border: 1px solid #e5ebf0; padding: .625rem;}
.featured-item ul.row-cols{margin: 0 -5px;}
.featured-item ul.row-cols>li{padding: 0 5px;}
.featured-item ul.row-cols .imgbox>img{object-fit: contain;}
.featured-item .textbox{flex: 1; padding: 1rem 10px 10px 10px;}
.featured-item .textbox .title5{font-size: 1.25rem; margin-bottom: .5rem;}
.featured-item .textbox .title5:last-child{margin: 0;}

.featured .title3{display: flex; align-items: center; justify-content: center; font-size: var(--fs-h4); text-align: center;}
.featured .title3::before,.featured .title3::after{content: ""; width: 40px; height: 2px; background-color: var(--hover-color); margin: 0 10px;}

.other-projects ul.list>li>ol{flex-direction: column;}
.other-projects ul.list>li>ol .textbox{flex: 1; padding-top: .625rem; align-items: center; text-align: center; line-height: 1.2; font-weight: 400;}
/* Projects */
/* About Us */
.history .container{max-width: 1400px;}
.history ul.list>li>ol{align-items: center; position: relative; overflow: hidden; z-index: 0;}
.history ul.list>li>ol::before{content: ""; width: 85%; height: 100%; background-color: white; position: absolute; right: 0; top: 0; z-index: -1;}
.history ul.list>li>ol .imgbox{width: 30%; border-radius: 50%; aspect-ratio: 1/1;}
.history ul.list>li>ol .textbox{padding: .625rem .625rem .625rem 1.25rem;}
.history ul.list>li>ol .textbox .title6{margin-bottom: .5rem;}
.history ul.list>li>ol .textbox p{font-size: .875rem; line-height: 22px;}

.global .etw-photo>li>figure>a{border: 1px solid #e5ebf0;}
.service ul.list>li>ol{flex-direction: column; align-items: center; background-color: white; margin-top: 50px; filter: drop-shadow(0 5px 10px rgba(0,0,0,.05)); border-radius: 5px;}
.service ul.list>li>ol .iconbox{width: 100px; padding: 1.25rem; aspect-ratio: 1/1; overflow: hidden; border-radius: 50%; background-color: white; margin-top: -40px;}
.service ul.list>li>ol .iconbox>img{width: 100%; height: 100%; object-fit: contain;}
.service ul.list>li>ol .textbox{flex: 1; flex-direction: column; padding: 1rem; align-items: center; text-align: center;}
.service ul.list>li>ol .textbox .title6{margin-bottom: .5rem; min-height: 42px;}
.service ul.list>li>ol .textbox p{flex: 1; font-size: .875rem; line-height: 22px;}

.company-nav ul.list>li{position: relative;}
.company-nav ul.list>li::after{content: ""; width: 1px; height: 100%; background-color: #e5ebf0; position: absolute; right: 0; top: 0;}
.company-nav ul.list>li:last-child::after{display: none;}
.company-nav ul.list>li>a{flex-direction: column; align-items: center; text-align: center;}
.company-nav ul.list>li>a .imgbox{width: 50px; aspect-ratio: 1/1; opacity: .7;}
.company-nav ul.list>li>a .imgbox>img{object-fit: contain; position: relative; transition: initial;}
.company-nav ul.list>li>a .textbox{padding-top: .5rem; font-size: 1rem; color: #333; font-weight: 500;}
.company-nav ul.list>li>a:hover .imgbox>img,.company-nav ul.list>li.active>a .imgbox>img{filter: drop-shadow(50px 0 var(--hover-color)); transform: translateX(-100%);}
.company-nav ul.list>li>a:hover .textbox,.company-nav ul.list>li.active>a .textbox{color: var(--hover-color);}

.ourpros .title3{display: flex; align-items: center; justify-content: center; font-size: var(--fs-h4); text-align: center;}
.ourpros .title3::before,.ourpros .title3::after{content: ""; width: 40px; height: 2px; background-color: var(--hover-color); margin: 0 10px;}
.ourpros ul.list>li>a{flex-direction: column; border: 1px solid #e4ebf1; border-radius: 5px; overflow: hidden; padding: .625rem; position: relative;}
.ourpros ul.list>li>a .imgbox{aspect-ratio: 16/9;}
.ourpros ul.list>li>a .imgbox>img{object-fit: contain;}
.ourpros ul.list>li>a .textbox{flex: 1; padding-top: .625rem; text-align: center; font-weight: 600; line-height: 1.2; color: #333;}
.ourpros ul.list>li>a:hover{border-color: var(--hover-color); box-shadow: 0 5px 10px rgba(0,0,0,.1); transform: translateY(-.5rem);}

.facilities .title6{display: flex; align-items: center; font-size: 1.125rem; justify-content: center; text-align: center; margin-bottom: .5rem;}
.facilities .title6::before,.facilities .title6::after{content: ""; width:10px; height: 2px; background-color: var(--hover-color); margin: 0 10px;}
.facilities .title7{display: flex; justify-content: center; font-size: 1rem; line-height: 1.2; text-align: center; margin-top: .25rem; font-weight: 600; color: #555;}

ul.quality-list>li>ol{flex-direction: column;}
ul.quality-list>li>ol .textbox{padding-top: .625rem; flex-direction: column;}
ul.quality-list>li>ol .textbox>strong{display: block; margin-bottom: .5rem; line-height: 1.2; min-height: 37px;}
ul.quality-list>li>ol .textbox>strong:last-child{margin: 0;}
ul.machining-list>li>ol{flex-direction: column;}
ul.machining-list>li>ol .imgbox{font-size: var(--fs-h4); color: #333; font-weight: 320;}
ul.machining-list>li>ol .textbox{padding-top: .625rem; flex-direction: column; justify-content: space-between; line-height: 1.3;}
ul.machining-list>li>ol .textbox .collapse{display: block; height: 40px; overflow: hidden;}
ul.machining-list>li>ol .textbox .show{height: auto; -webkit-line-clamp: initial;}
ul.machining-list>li>ol .more{display: flex; justify-content: center;}
ul.machining-list>li>ol .more>i{width: 24px; aspect-ratio: 1/1; background-color: var(--bg-main); border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; margin-top: -6px; cursor: pointer; position: relative;}
ul.machining-list>li>ol .more[aria-expanded="true"]{margin-top: 1rem;}
ul.machining-list>li>ol .more[aria-expanded="true"]>i{transform: rotate(180deg);}
/* 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.3rem; font-weight: 700; line-height: 1.2; margin:0; color: #333;}
.contact ul>li strong{color:#222; font-weight: 600; margin-right: .5rem;}
.contact ul>li a{color: var(--bg-main);}
.contact ul>li a:hover{color:var(--hover-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; background-color: white; box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700;}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-main) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 10px; border-radius: 0; font-size: .875rem; border-color: rgba(0, 0, 0, .05);}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--hover-color) !important;}
/* Contact Us-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.videos_hub_title{font-size:clamp(1rem, 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;}

.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 .textbox{flex: 1; flex-direction: column; padding: 1rem; padding-left: 1.5rem; align-items: center; text-align: center; justify-content: center; font-size: .95rem; 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%;}
.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: .9rem; font-weight: 400; 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 h2{color: #333; font-weight: 500;}
.video_more{display:flex;margin-top:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}
#video_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(--bg-main); font-size: var(--fs-h4); font-weight: 500; display: flex; align-items: center; justify-content: center; padding: .5rem; margin-bottom: 0;}
#etw_videolist .webtitle{font-size: var(--fs-h6); font-weight: 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:.55rem; 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: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\F285"; font-size: .75rem; position: absolute; left: 0; top: 6px; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--accent-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_company ul li>a{flex-direction: column;}
.videos_company ul li>a .imgbox{width: 100%;}
.videos_company ul li>a .textbox{padding: 1.25rem;}
.videos_hub ul li>a .imgbox{width: 100%;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */
