@charset "utf-8";
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
@import "../fonts/fontawesome/font-awesome.min.css";
@font-face{font-family:"Roboto"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/Roboto-VariableFont_wdth_wght.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
  --fs-body:.9375rem;
	--fs-h6:1rem;
	--fs-h5:1.125rem;
	--fs-h4:1.25rem;
	--fs-h3:1.375rem;
	--fs-h2:clamp(1.5rem,3.5vw,1.875rem);
	--fs-h1:clamp(1.625rem,3.5vw,2.25rem);
	--lh-heading:1.35;
	--lh-body:1.6;
	--bg-main: #ef7d00;
	--hover-color: #d96f00;
	--family-first: "Roboto", sans-serif;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
  --accent: #ef7d00;
  --accent-dark: #d96f00;
  --ink: #252628;
  --text: #53565a;
  --muted: #818386;
  --line: #dddddd;
  --soft: #f0f0f0;
  --soft-2: #f7f7f7;
  --white: #ffffff;
  --dark: #252525;
  --font-body: "OpenSans", Arial, sans-serif;
  --font-heading: "Roboto", "Arial Narrow", Arial, sans-serif;
  --container: 1200px;
  --section-space: 36px;
  --line-height: 1.55;
  --transition: 220ms ease;
}
.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:#333; 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:var(--ink); line-height: var(--lh-heading); margin-bottom: .625rem;  font-weight:690; font-variation-settings:"wdth" 80,"wght" 690;line-height:1.1;}
h1,.h1,.title1 {font-size: var(--fs-h1);font-weight:700; font-variation-settings:"wdth" 78,"wght" 700;}
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);}
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{line-height: var(--lh-body);}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: 16/9; 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;}.imgbox-4-3{aspect-ratio: 4/3;}
.imgbox img{width: 100%; height: 100%; object-fit: contain; 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; line-height: var(--lh-body);}
.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;}
.flex-100{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
ul.list,.row-cols,.etw-photo{display: flex; flex-wrap: wrap;}
ul.list>li,.row-cols>*,.etw-photo>*{margin: 0; padding: 0; display: flex; flex-direction: column;}
ul.list>li>*,.row-cols>*>ol,.row-cols>*>a{flex: 1; 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;}
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;}
}@media (max-width: 480.98px){
ul.list>li{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}@media (max-width: 374.98px){
/* .row-cols>*,.etw-photo>*{-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: .75rem; font-size: .875rem; line-height: 24px;}
ul.items li:last-child{margin-bottom: 0;}
ul.items li::before{content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: var(--accent); position: absolute; left: 0; top: 10px;}
ul.items .row li{margin-bottom: .5rem;}
ul.items .row>*:last-child>li:last-child{margin-bottom: 0;}

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:2px 0 2px 1.875rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) "."; font-size: inherit; line-height: inherit;  color: var(--accent); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 2px;}
/* table */
.no-wrap{white-space: nowrap;}
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child,.table:last-child{margin-bottom: 0;}
.table td{vertical-align: middle; color: #000; font-size: .8125rem; line-height: 1.2; padding: .625rem; border: 1px solid rgba(0, 0, 0, .04);}
.table thead td{color: white; font-weight: 500; background-color: var(--accent);}
.table thead inquiry-trigger{color: white; font-weight: 600;}
.table tbody inquiry-trigger{font-weight: 600;}
.table tbody inquiry-trigger:hover,.table tbody inquiry-trigger:hover u{text-decoration: none;}
.table thead a:hover{color:white !important;}
.table-hover tbody tr:hover,.table-left tbody tr:hover{background-color: var(--bg-light) !important;}
/* 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: .75rem; font-weight: 700; color: var(--accent-dark); text-transform: uppercase;}
.more>a>i{margin-left: .5rem;}
.more>a:hover{color: var(--accent);}
.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;}
.quote-btn>a{display: flex; padding: .75rem 1.5rem; color: var(--bg-main); font-size: .875rem; font-weight: 600; letter-spacing: .02em; position: relative; overflow: hidden; z-index: 0; border: 1px solid var(--bg-main); line-height: 1; transition: all .3s ease-in-out;}
.quote-btn>a{background-color: var(--hover-color); color: var(--bg-white);}
.quote-btn>a:hover{background-color: var(--bg-white); color: var(--hover-color);}
/* public-End */
/* etw_language */
.etw_language{float: right; display: flex; position: relative; margin-top: .5rem; transition: all .3s ease-in-out;}
.etw_language>a{width: 100%; display: flex; align-items: center; justify-content: center; padding: .5rem .75rem; font-size: .75rem; color: #26343e; text-transform: uppercase; font-weight: 500;}
.etw_language>a .iconfont{width: 1rem !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: .5rem; cursor: pointer;} 
.etw_language:hover>a{background-color: var(--accent); color: white;}
.etw_language:hover>a .iconfont{background: url(../images/icons/earth-globe-tool-white.svg) no-repeat center center; background-size: contain;}
#etw_language{display: none; width: 100%; height: auto; position: absolute; z-index: 9; left: 0; top: 100%; padding: 0; background-color: #eee; border-top: 1px solid white;}
#etw_language>a{width: 100%; padding:0; color:#333; display:flex; justify-content:center; align-items:center; height: 30px; position: relative; text-align: center; font-size: .75rem;}
#etw_language>a:hover{background-color: var(--accent); color: white; text-decoration: none;}
@media (min-width: 992px){
.etw_language:hover>#etw_language{display: flex;}
}@media (max-width:991.98px){
	.etw_language{margin: 0 2.5rem 0 0; z-index: 14;}
  .etw_language>a{padding: 0; font-size: 1rem;}
  .etw_language .iconfont{width: 1.875rem !important; aspect-ratio: 1/1; background: url(../images/icons/earth-globe-tool.svg) no-repeat center center; background-size: contain; padding: 0 !important; cursor: pointer;} 
  #etw_language{width: 100px; left: -35px; border-top: none;}
  #etw_language>a{padding:.5rem 1rem; height: auto; display: block; white-space: initial; overflow-wrap: break-word;}
}@media (max-width: 575.98px){
.etw_language{margin: 0 1.5rem 0 0;}
}
/* header */
#header{padding-top: 96px; overflow: hidden;}
#header::before{content: ""; width: 100%; height: 600px; position: absolute; left: 0; right: 0; top:0; background: radial-gradient(ellipse at 2% 46%, rgba(196, 204, 210, 0.24) 0%, rgba(151, 161, 169, 0.14) 28%, rgba(82, 91, 99, 0) 55%), radial-gradient(ellipse at 100% 18%, rgba(230, 233, 235, 0.82) 0%, rgba(183, 190, 195, 0.58) 31%, rgb(112 122 130 / 0%) 55%, rgba(62, 70, 77, 0) 72%), linear-gradient(180deg, #59636b14 0%, #46515a14 48%, #30394100 100%); z-index: -1;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: transparent; transition: all .5s ease-in-out; visibility: visible;}
#etw_logo{display: flex; float: left; padding: 27px 0; position: relative; z-index: 3; transition: all .3s ease-in-out;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; width: auto; height:42px;}
#etw_logo a>.logo-text{flex: 1; display: flex; flex-direction: column; padding-left: 1.25rem;}
#etw_logo a>.logo-text>strong{font-size: 1.875rem;  line-height: 1; letter-spacing: 0.09em; color: var(--accent); text-transform: uppercase; text-align: justify;}
#etw_logo a>.logo-text>span{font-size: .5rem; color: #17191b; letter-spacing: 0.06em; text-transform:uppercase; line-height: 12px;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding: 0.5rem 0 0 0; transition: all .3s ease-in-out;}
@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: .5rem 12px; display: flex; flex-wrap: wrap; position: relative;}
.navbar>li::after{content: ""; width: 1px; height: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: rgba(38, 52, 62, 0.28);}
.navbar>li>a{display: flex; align-items: center; color: #26343e; font-weight: 500; font-size: .75rem; position: relative; text-transform: uppercase;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before,.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--accent);}
.main_nav{flex: 1; display: flex; flex-wrap: wrap; padding: 1rem 0; transition: all .3s ease-in-out;}
.main_nav>ul{flex: 1; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.main_nav>ul>li{padding: 0; position: relative; margin-left: 2.5rem; font-variation-settings: "wdth" 88, "wght" 600; }
.main_nav>ul>li>a{font-size: .875rem; color: #26343e; font-weight: 650; line-height: 24px;}
.main_nav>ul>li>a:hover,.main_nav>ul>li.active>a{color: var(--accent);}
.navbar .dropdown-menu.show{visibility:hidden;pointer-events:none;opacity:0;top:100%;display:none;}
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; background-color: transparent; overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; 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 solid rgba(0, 0, 0, .05); display: flex;}
.dropdown-menu>ul>li:last-child{border-bottom: none;}
.dropdown-menu>ul>li>a{width: 100%; white-space: nowrap; padding: .5rem 1rem; font-size: .875rem;}
.dropdown-menu>ul>li>a:hover{background-color: var(--accent); color: white;}
.dropdown-menu>ul>li>a.active{color: var(--accent);}
/* nav-fixed */
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown; box-shadow: 4px 4px 100px rgba(0,0,0,.15); background-color: white;}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
.nav-fixed .etw_language{margin: 0;}
.nav-fixed nav{padding: 0;}
.nav-fixed .main_nav{padding:.5rem 0;}
.nav-fixed #etw_logo{padding: 21px 0;}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.navbar-toggler{width: 80%; height: 100%; padding: 0; background: url(../images/icons/menu_icon.svg) no-repeat center center; background-size: 100% 100%;}
.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
nav{width: 100%; flex: none;padding-top: 0;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 0; padding: 0;}
.navbar>li::after{content: none;}
.navbar>li>a{width: 100%; position: relative; padding: 0 1rem; min-height: 40px; align-items: center; font-size: .875rem;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0; font-size:1.5rem; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2;}
.navbar>li:hover>a,.navbar>li.active>a{background-color: var(--bg-main); color: #fff;}
.navbar>li:hover>a 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 .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
#etw_logo {flex: 1;display: flex;padding: 20px 0; }
}
/* Banner */
.etw-banner{border-bottom: 2px solid #cfd6da;}
.etw-banner::after{content:"";position:absolute;z-index:0; top:-150px; left:51%; width:780px; aspect-ratio: 1/1; border:82px solid rgba(72,83,91,0.08); border-radius:50%;pointer-events:none;}
.banner-main{width: 100%; display: flex; flex-wrap: wrap; align-items: center; position: relative; z-index: 2;}
.banner-left{width: 40%; padding-right: 1rem;}
.banner-caption .banner-title{color: var(--ink); font-size: clamp(1.75rem, 3.5vw, 2.375rem); font-weight: 700;line-height: 1.04; letter-spacing: -0.025em; font-variation-settings: "wdth" 78, "wght" 700;}
.banner-caption .banner-desc{margin: 1.5rem 0; color: #3f4245; font-size: 1rem; font-weight: 500; line-height: 1.48;}
.banner-caption .more>a{height:42px;display:flex;align-items:center;justify-content:center;padding:0 24px; border-radius:7px;color:var(--accent-dark);font-size:12px;font-weight:700; background-color: var(--accent); color: white;}
.banner-caption .more>a:hover{background-color: var(--accent-dark);}
.banner-right{width: 60%; max-height: 380px;}
.banner-right img{width: auto; height: 100%; max-height: 380px; aspect-ratio: 625/379;}
@media (max-width: 1199.98px){
.banner-right img{width: 100%; height: auto;}
}@media (max-width: 991.98px){
.banner-left,.banner-right{width: 50%;}
.banner-caption .banner-desc{margin: 1.25rem 0;font-size: .875rem;}
}@media (max-width: 575.98px){
.banner-main{flex-direction: column-reverse;}
.banner-left,.banner-right{width: 100%;}
.banner-caption{display: flex; flex-direction: column; align-items: center; text-align: center;}
}
/* 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{color: var(--ink);font-weight:700;font-stretch:78%;font-variation-settings:"wdth" 78,"wght" 700;line-height:1.1;letter-spacing:-0.02em;}
.home-pros{background-color: white; position: relative; z-index: 5;}
.home-pros-title{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.home-pros-title .more>a{font-size: .75rem;}
.home-pros ul.list>li>ol{flex-direction: column;}
.home-pros ul.list>li>ol a.imgbox>img{object-fit: cover;}
.home-pros ul.list>li>ol a.imgbox:hover>img{transform: scale(1.05);}
.home-pros ul.list>li>ol .textbox{border: 1px solid var(--line); padding: 1.5rem;}
.home-pros ul.list>li>ol .textbox a.title5{display: flex; flex-direction: column; color:#122e40; font-size: 1.25rem;; font-weight:680; font-stretch:82%; font-variation-settings:"wdth" 82,"wght" 680; line-height:1.12; margin-bottom: 1rem;}
.home-pros ul.list>li>ol .textbox a.title5::after{content: ""; max-width: 82px; height: 2px; background-color: var(--accent); margin-top: .625rem;}
.home-pros ul.list>li>ol .textbox a.title5:hover{color: var(--accent);}
.home-pros ul.list>li>ol .textbox p{color:#565a5d; font-size:15px;line-height:1.55;}
.home-pros ul.list>li>ol .textbox>.more{margin-top: 1.5rem;}
.home-pros ul.list>li>ol .textbox>.more>a{color:var(--accent-dark);font-size:.75rem;font-weight:500; text-transform: uppercase;}
.home-pros ul.list>li>ol .textbox>.more>a:hover{color: var(--accent-dark);}

.home-projects-title{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.home-projects-title .title2{margin-bottom: 0;}
.home-projects-title p{margin:12px 0 0;color:#4a5054;font-size:15px;line-height:1.62;}
.home-projects-content{display: flex; background-color: #e7e9ea; border-left: 1rem solid var(--accent); padding: 1.5rem;}
.home-projects-content ul.list>li>a{position: relative; overflow: hidden;}
.home-projects-content ul.list>li>a .imgbox{aspect-ratio: 1/1.635;}
.home-projects-content ul.list>li>a .imgbox img,.home-projects-content ul.list>li>a .imgbox picture{width: 100%; height: 100%; object-fit: cover; transform: scale(1.05);}
.home-projects-content ul.list>li>a .imgbox::after{content: ""; position:absolute;inset:40% 0 0;background:linear-gradient(180deg,transparent,rgba(18,20,22,0.80));}
.home-projects-content ul.list>li>a  .title6{margin: 0; position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 3; padding-top:10px; border-top:2px solid var(--accent); color:var(--white); font-size:15px; font-weight:650;line-height:20px; min-height: 70px;}
.home-projects-content ul.list>li>a:hover .imgbox img{transform: scale(1);}
.home-projects .more{margin-top: 1rem;}
.home-projects .more>a{font-size: .75rem;}

.home-about{padding-left: 15px; padding-right: 15px;}
.home-about .container{position: relative; max-width: 1200px; padding: 0;}
.home-about .container::before{content: ""; width: calc(100% - 112px); height: calc(100% + 6rem); position: absolute; left: 0; top: -3rem;background: radial-gradient(ellipse at 4% 38%, rgba(255, 255, 255, 0.72) 0%, rgba(235, 239, 241, 0.40) 30%, rgba(194, 202, 207, 0) 58%), radial-gradient(ellipse at 94% 72%, rgba(114, 132, 143, 0.42) 0%, rgba(151, 165, 173, 0.24) 34%, rgba(196, 203, 207, 0) 66%), linear-gradient(135deg, #e2e5e6 0%, #b9c1c6 52%, #d8dddf 100%); border-radius: 0 0 0 50px;}
.home-about-content{display: flex; flex-wrap: wrap; position: relative; z-index: 5; align-items: center;}
.home-about-left{width: 43%; padding: 1.5rem 4rem;}
.home-about-left small{display: flex; margin:0 0 10px; color:var(--accent); font-family:var(--font-heading); font-size:12px; font-weight:700; letter-spacing:0.08em;text-transform:uppercase;}
.home-about-left .title2{max-width: 300px; margin-bottom: 0;}
.home-about-left p{margin:18px 0 25px; color:#30373c; font-size:15px; line-height:1.7;}
.home-about-left .more-big>a{min-height:42px;display:flex;align-items:center;justify-content:center;padding:0 24px;border:2px solid var(--accent);border-radius:7px;color:var(--accent);font-size:12px;font-weight:700;}
.home-about-left .more-big>a:hover{background-color: var(--accent); color: white;}
.home-about-right{width: 57%; aspect-ratio: 684/340; overflow: hidden;}
.home-about-right>img{width: 100%; height: 100%; object-fit: cover;}
@media (max-width:1199.98px){
section{padding: 3rem 0;}
}@media (max-width:991.98px){
section,.section{padding: 2.5rem 0;}
.home-about .container::before{top:-2.5rem; height: calc(100% + 5rem); width: 100%;}
.home-about-content{padding: 0 2.5rem;}
.home-about-left{width: 100%; padding: 0 0 1.5rem 0;}
.home-about-right{width: 100%;}
}@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-projects-content{padding: .625rem; border-left-width: 3px;}
.home-projects-content ul.list>li>a .imgbox{aspect-ratio: 1/1;}
.home-about .container::before{top:-1.5rem; height: calc(100% + 3rem);}
.home-about-content{padding: 0 1.5rem;}
}@media (max-width:375.98px){
section,.section,.section-item{padding:1.25rem 0;}
}
/* index-end */
.footer {padding: 2.5rem 0; position: relative; overflow: hidden;}
.footer .container{position: relative; z-index: 2;}
.footer-logo{display: flex; flex-direction: column;}
.footer-logo a{display: flex; align-items: center;}
.footer-logo a>img{display:block; width: auto; height:42px;}
.footer-logo a>.logo-text{flex: 1; display: flex; flex-direction: column; padding-left: 1.25rem;}
.footer-logo a>.logo-text>strong{font-size: 1.875rem;  line-height: 1; letter-spacing: 0.09em; color: var(--accent); text-transform: uppercase; text-align: justify;}
.footer-logo a>.logo-text>span{font-size: .5rem; color: #17191b; letter-spacing: 0.06em; text-transform:uppercase; line-height: 12px;}
.footer-text{max-width: 240px; margin:16px 0 0;color:#333639;font-size:13px;line-height:1.45;font-weight:600;}
.footer .h3{font-weight: 600; font-size: 1rem; color: var(--dark); margin-bottom: 1rem;}
.footer .h3::after{content: ''; width: 30px; height: 2px; background-color: var(--accent); display: block; margin-top: .5rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--accent);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .25rem; line-height: 20px; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #414346; font-size: 13px; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover{color: var(--accent);}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #414346; margin: 0 0 .25rem 0; font-size: .75rem; line-height: 20px; padding: 0; padding-left: 1.5rem; position: relative;}
.footer_contact>li a{color: #414346;}
.footer_contact>li>i{color: var(--accent); position: absolute; left: 0; top: 0; line-height: 20px; font-size: .875rem;}
.footer_contact>li a:hover{color: var(--bg-main); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 2.5rem 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:4px;margin:4px;font-weight:300;line-height:1;border:1px solid #333;font-size:.75rem; 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(--accent); opacity: 1; border-color: var(--accent);}
#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:.75rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #333 !important; border: none !important; display: flex; padding: 0;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: var(--hover-color) !important; border-left: none !important; padding: 0 10px !important;}
.theme-send-inquiry-box .theme-box-i{width: 42px; display: flex; padding: 0 !important; align-items: center; justify-content: center;}
.theme-send-inquiry-box .theme-box-i .icon-envelope::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: .75rem; text-transform:capitalize;}
#quicknav ul li::after{content: "\F285"; color: inherit; font-size: inherit; margin: 0 2px; 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;}
#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-hero::after{content:"";position:absolute;z-index:0;top:0;left:70.5%;width:486px; aspect-ratio: 1/1; border:48px solid rgba(72,83,91,0.055);border-radius:50%;}
.pros-hero-left .title1{max-width: 500px; color: var(--ink); line-height: 1.08; font-weight: 700; font-variation-settings: "wdth" 78, "wght" 700; letter-spacing: -0.025em; margin-bottom: 0;}
.pros-hero-left .description p{max-width: 620px; margin:18px 0 0;color:#343a3f;font-size:15px;line-height:1.66;text-align:left;}
.pros-hero-right{display: flex; justify-content: center;}
.pros-hero-right>img{max-width: 350px;}

.pros-title{display: flex; flex-wrap: wrap; gap:20px; justify-content: space-between; align-items: flex-end; margin-bottom: 1rem;}
.pros-title .title2{display: flex; flex-direction: column; color:var(--ink); font-weight:690; font-variation-settings:"wdth" 80,"wght" 690; line-height:1.1; margin-bottom: 0;}
.pros-title .title2::after{content: "";width:118px;height:2px;display:block;margin-top:14px;background:var(--accent);}
.pros-title p{flex: 1; max-width:720px; color:#51575b; font-size:14px; line-height:1.65;}
.pros-main ul.list>li>a{position: relative; overflow: hidden;}
.pros-main ul.list>li>a .imgbox{background-color: var(--bg-F9);}
.pros-main ul.list>li>a .imgbox>img{object-fit: cover; mix-blend-mode: multiply;}
.pros-main ul.list>li>a .imgbox::after{content: ""; position:absolute; z-index:1; inset:38% 0 0; background:linear-gradient(180deg,rgba(19,25,29,0) 0%,rgba(19,25,29,0.72) 100%);transition:opacity 320ms ease;}
.pros-main ul.list>li>a .textbox{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; padding:2.5rem; padding-bottom: 1.5rem; color:var(--white);background:linear-gradient(180deg,rgba(19,31,40,0.02) 0%,rgba(19,31,40,0.86) 44%,rgba(19,31,40,0.94) 100%); transform:translateY(calc(100% - 100px)); transition:transform 340ms ease;}
.pros-main ul.list>li>a .textbox .title4{display:block; color:var(--white); font-size:25px; font-weight:680; font-variation-settings:"wdth" 82,"wght" 680;line-height:1.12; text-shadow:0 2px 8px rgba(0,0,0,0.18); margin-bottom: 0;}
.pros-main ul.list>li>a .textbox ul{display: block; margin:18px 0 0; padding:0; opacity:0; transform:translateY(10px); transition:opacity 220ms ease 80ms,transform 220ms ease 80ms}
.pros-main ul.list>li>a .textbox ul li{position:relative; padding:5px 0 5px 17px; color:rgba(255,255,255,0.92); font-size:12px; line-height:1.38;}
.pros-main ul.list>li>a .textbox ul li::before{content:"";position:absolute;left:0;top:12px;width:8px;height:1px;background:var(--accent)}
.pros-main ul.list>li>a:hover .imgbox::after,.pros-main ul.list>li>a:focus-visible .imgbox::after {opacity: 0.4;}
.pros-main ul.list>li>a:hover .textbox,.pros-main ul.list>li>a:focus-visible .textbox {transform: translateY(0);}
.pros-main ul.list>li>a:hover .textbox ul, .pros-main ul.list>li>a:focus-visible .textbox ul {opacity: 1; transform: translateY(0);}

.pro-projects{overflow: hidden;}
.pro-projects::before{content:"";position:absolute; inset: 0 10px; background:radial-gradient(ellipse at 4% 38%,rgba(255,255,255,0.72) 0%,rgba(235,239,241,0.40) 30%,rgba(194,202,207,0) 58%),radial-gradient(ellipse at 94% 72%,rgba(114,132,143,0.42) 0%,rgba(151,165,173,0.24) 34%,rgba(196,203,207,0) 66%),linear-gradient(135deg,#e2e5e6 0%,#b9c1c6 52%,#d8dddf 100%); clip-path:polygon(0 2%,95% 0%,100% 0,91.5% 100%,0% 100%,0 97%); border-left:2px solid var(--accent);}
.pro-projects .container{position: relative; z-index: 2;}
.pro-projects .title2{color:var(--ink); font-weight:680; font-variation-settings:"wdth" 82,"wght" 680; line-height:1.12; letter-spacing:-0.02em;}
.pro-projects ul.list>li>ol{flex: 1; flex-direction: column; background-color: white;}
.pro-projects ul.list>li>ol a.imgbox>img{object-fit: cover;}
.pro-projects ul.list>li>ol .textbox{flex: 1; flex-direction: column; padding: 1.25rem;}
.pro-projects ul.list>li>ol .textbox a.title5{display: flex; flex-direction: column; justify-content: space-between; color:#172f42; font-weight:670; font-variation-settings:"wdth" 82,"wght" 670; line-height:22px; margin-bottom: 0; min-height: 78px;}
.pro-projects ul.list>li>ol .textbox a.title5::after{content: ""; width:72px; height:2px; margin-top:10px; background:var(--accent);}
.pro-projects ul.list>li>ol .textbox p{margin:.75rem 0 1.125rem 0;color:#485055; font-size:14px; line-height:22px; height:66px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow-wrap: break-word;}
.pro-projects ul.list>li>ol a.imgbox:hover>img{transform: scale(1.05);}
.pro-projects ul.list>li>ol .textbox a.title5:hover{color: var(--accent);}

.pros-apps-title{display: flex; flex-direction: column; margin-bottom: 1.5rem;}
.pros-apps-title .title2{color:var(--accent); font-weight:680;font-stretch:82%;font-variation-settings:"wdth" 82,"wght" 680;line-height:1.12;letter-spacing:-0.02em; margin-bottom: 1rem;}
.pros-apps-title p{max-width:930px; color:#50565a;font-size:14px;line-height:1.62}
ul.pros-apps-list>li{padding-top: 0!important; padding-bottom: 0!important;}
ul.pros-apps-list>li>ol{display: flex; padding: 1.25rem 0; border-bottom: 1px solid #dedede;}
ul.pros-apps-list>li>ol .icon-svg{width: 44px; aspect-ratio: 1/1;}
ul.pros-apps-list>li>ol .textbox{flex: 1; padding-left: 1rem;}
ul.pros-apps-list>li>ol .textbox .title5{display:block; color:#303336; font-size:16px; font-weight:650; font-stretch:86%;font-variation-settings:"wdth" 86,"wght" 650;line-height:1.18; margin-bottom: .5rem;}
ul.pros-apps-list>li>ol .textbox p{color:#565b5f; font-size:14px; line-height:1.55;}

.pros-solutions-left .title2{color:var(--ink); font-weight:680;font-stretch:82%;font-variation-settings:"wdth" 82,"wght" 680;line-height:1.12;letter-spacing:-0.02em; margin-bottom: 1rem;}
.pros-solutions-left p{margin-bottom: 1rem; color:#454a4e;font-size:14px;line-height:1.66;}
.pros-solutions-right{padding:46px 36px; display:flex; flex-direction: column; justify-content: center; min-height: 345px; gap: 24px; overflow:hidden; background:linear-gradient(rgba(248,248,246,0.91),rgba(248,248,246,0.91)), url(../images/company.webp) center / cover no-repeat; border:8px solid #f7f7f5;}
.pros-solutions-right .solutions-title{display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; border-bottom: 3px solid var(--accent); padding-bottom: 20px;}
.pros-solutions-right .solutions-title>strong{color:#a9abad; font-size:clamp(84px,8.6vw,124px); font-weight:700;font-stretch:80%;font-variation-settings:"wdth" 80,"wght" 700;line-height:0.8;letter-spacing:-0.05em;}
.pros-solutions-right .solutions-title>b{padding-bottom:9px;color:var(--accent);font-size:24px;font-weight:680;font-stretch:84%;font-variation-settings:"wdth" 84,"wght" 680;line-height:1;text-align:right;}
.pros-solutions-right .solutions-iso{display: flex; align-items: center; gap: 18px;}
.pros-solutions-right .solutions-iso>strong{color:var(--accent);font-size:46px;font-weight:700;font-stretch:82%;font-variation-settings:"wdth" 82,"wght" 700;line-height:1;}
.pros-solutions-right .solutions-iso>b{color:#313438;font-size:15px;font-weight:650;letter-spacing:0.02em;}
.pros-solutions-right ul.solutions-list>li{padding-top: 0 !important; padding-bottom: 0 !important;}
.pros-solutions-right ul.solutions-list>li>ol{display: flex; align-items: center; gap: 12px;}
.pros-solutions-right ul.solutions-list>li>ol>strong{min-width: 46px; color:#3f4245;font-size:28px;font-weight:700;line-height:1;}
.pros-solutions-right ul.solutions-list>li>ol>p{flex: 1; color:#555b5f;font-size:14px;line-height:1.4;}

.inquiryhubform{background-color: #fafafa; overflow: hidden;}
.inquiryhubform::before,.inquiryhubform::after{content: ""; position:absolute; top:50%; width:190px; height:190px; border:30px solid rgba(34,57,73,0.035); border-radius:50%;transform:translateY(-50%);}
.inquiryhubform::before{left: calc(50% - 155px);}
.inquiryhubform::after{left: calc(50% - 25px);}
.inquiryhubform .container{position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center;}
.inquiryhubform .title2{color: var(--accent); font-weight: 680; font-variation-settings: "wdth" 82, "wght" 680; line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 0;}
.inquiryhubform p{margin:1rem 0; color:#373c40; font-size:14px; line-height:1.58;}
.inquiryhubform .more>a{font-size: .75rem; color: #182d3d; font-weight: 700; text-transform: capitalize;}
.inquiryhubform .more>a:hover{color: var(--accent);}
@media (max-width: 1199.98px){
.pro-projects{padding-left: 5px; padding-right: 5px;}
.pro-projects::before{clip-path:initial; inset: 0;}
}@media (max-width: 991.98px){
.pros-title{flex-direction: column; align-items: flex-start;}
}@media (max-width: 767.98px){
.pros-hero-left{margin-bottom: 1rem;}
.pros-hero-left .title1,.pros-hero-left .description p{max-width: 100%;}
.pros-main ul.list>li>a .textbox{padding: 1.5rem; transform: translateY(0); background: none;}
.pros-main ul.list>li>a .textbox .title4{font-size: 1.25rem;}
.pros-main ul.list>li>a .textbox ul{display: none;}
.pros-solutions-right{padding: 2rem; min-height: initial;}
}@media (max-width: 480.98px){
.pro-projects ul.list>li>ol .textbox a.title5{min-height: auto;}
.pro-projects ul.list>li>ol .textbox p{height: auto; -webkit-line-clamp: initial;}
.pros-solutions-right{padding: 1.25rem; min-height: initial;}
.pros-solutions-right .solutions-title>strong{font-size: 2.5rem;}
.pros-solutions-right .solutions-title>b{font-size: 1rem;}
.pros-solutions-right .solutions-iso>strong,.pros-solutions-right ul.solutions-list>li>ol>strong{font-size: 1.5rem;}
}
/* Hub */
.hub-hero .container{display: flex; flex-wrap: wrap; align-items: center;}
.hub-hero-left{flex: 1; display: flex; flex-direction: column;}
.hub-hero-left .title1{max-width: 700px; color: var(--ink); line-height: 1.08; font-weight: 700; font-variation-settings: "wdth" 78, "wght" 700; letter-spacing: -0.025em; margin-bottom: 0;}
.hub-hero-left .hub_title3{color: #999; font-weight: 500; font-variation-settings:initial; margin-top: .5rem; display: flex; font-size: 1.25rem;}
.hub-hero-left .description p{margin:16px 0 0 0; color:#3f4549; font-size:15px; line-height:1.68;}
.hub-hero-right{width: 414px; aspect-ratio: 1/1; position: relative; padding: 42px;}
.hub-hero-right::before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 50%; border: 42px solid rgba(72, 83, 91, 0.045);}
.hub-hero-right>img{width: 100%; height: 100%; object-fit: contain;}
.hub-hero-right3{aspect-ratio: 2/1; padding: 1.875rem;}
.hub-hero-right3::before{height: auto; aspect-ratio: 1/1; top: -50%;}

.hub-hero ul.list{padding: 1px 0 0 1px; margin-top: 1.5rem;}
.hub-hero ul.list>li{border: 1px solid rgba(60, 69, 75, 0.16); margin: -1px 0 0 -1px; padding: 1rem 1.5rem;}
.hub-hero ul.list>li>strong{display: flex; margin-bottom: .5rem; color:var(--accent-dark);  font-size:23px; font-weight:700; line-height:1.08;}
.hub-hero ul.list>li>p{color:#555c60; font-size:14px; line-height:1.38}
.hub-hero ul.list>li:nth-child(1){border-left: none;}
.hub-hero ul.list.row-cols-2>li:nth-child(2){border-right: none;}

.hub-title{display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 1.5rem;}
.hub-title .title2{display: flex; flex-direction: column; max-width:430px; font-weight:650; font-stretch:84%; font-variation-settings:"wdth" 84,"wght" 650;line-height:1.16;}
.hub-title .title2::after{content: "";width:118px;height:2px;display:block;margin-top:14px;background:var(--accent);}
.hub-title p{flex: 1; max-width:650px; color:#51575b; font-size:14px; line-height:1.62;}
ul.hub-list>li>ol{background-color: #f1f2f3;}
ul.hub-list>li>ol a.imgbox{aspect-ratio: 4/3;}
ul.hub-list>li>ol a.imgbox>img{object-fit: cover;}
ul.hub-list>li>ol a.imgbox:hover>img{transform: scale(1.03);}
ul.hub-list>li>ol .textbox{flex: 1; padding: 1.4rem;}
ul.hub-list>li>ol .textbox a.title4{color:#182a37; font-weight:680;font-stretch:84%;font-variation-settings:"wdth" 84,"wght" 680;line-height:1.16; margin-bottom: 0;}
ul.hub-list>li>ol .textbox a.title4:hover{color: var(--accent);}
ul.hub-list>li>ol .textbox p{margin:1.25rem 0;color:#4a5054;font-size:14px;line-height:24px; height:96px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow-wrap: break-word;}
ul.hub-list>li>ol .textbox .more{margin-top: 1rem;}
ul.hub-list>li>ol .textbox .more>a{color:#26343e;font-size:13px;font-weight:600;letter-spacing:0.03em; line-height: 1;}
ul.hub-list>li>ol .textbox .more>a>i{margin: 0 .5rem 0 0; color: var(--accent); font-size: 1rem; line-height: 1;}
ul.hub-list>li>ol .textbox .more>a:hover{color: var(--accent);}

ul.hub-list1>li{margin-bottom: 2.5rem;}
ul.hub-list1>li:last-child{margin-bottom: 0;}
ul.hub-list1>li>ol{background-color: #f1f2f3; padding: 1.5rem;}
ul.hub-list1>li>ol a.imgbox{width: 34%; mix-blend-mode: multiply;}
ul.hub-list1>li>ol a.imgbox>img{object-fit: contain;}
ul.hub-list1>li>ol .textbox{flex: 1; padding-left: 2.5rem; justify-content: center;}
ul.hub-list1>li>ol .textbox a.title4{color:#182a37; font-weight:680;font-stretch:84%;font-variation-settings:"wdth" 84,"wght" 680;line-height:1.16; margin-bottom: 0;}
ul.hub-list1>li>ol .textbox a.title4:hover{color: var(--accent);}
ul.hub-list1>li>ol .textbox p{margin:1.25rem 0;color:#4a5054;font-size:14px;line-height:24px;}
ul.hub-list1>li>ol .textbox .more{margin-top: 1rem;}
ul.hub-list1>li>ol .textbox .more>a{color:#26343e;font-size:13px;font-weight:600;letter-spacing:0.03em; line-height: 1;}
ul.hub-list1>li>ol .textbox .more>a>i{margin: 0 .5rem 0 0; color: var(--accent); font-size: 1rem; line-height: 1;}
ul.hub-list1>li>ol .textbox .more>a:hover{color: var(--accent);}

.hub-knowledge{background: linear-gradient(112deg, #eef0f1 0%, #d9dee1 55%, #eef0f1 100%);}
.hub-knowledge .title2{color:var(--ink);font-size:29px;font-weight:680;font-stretch:82%;font-variation-settings:"wdth" 82,"wght" 680;line-height:1.14;letter-spacing:-0.02em; margin-bottom: 1.5rem;}
.hub-knowledge .knowledge-copy{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,0.92fr);gap:18px 56px;align-items:start}
.hub-knowledge .knowledge-copy p{margin:0;font-size:14px;line-height:1.72}
.hub-knowledge .knowledge-copy p:first-child{grid-row:1 / span 2}
@media (max-width: 991.98px){
.hub-title{flex-direction: column; align-items: flex-start;}
}@media (max-width: 850.98px){
.hub-hero .container{flex-direction: column;}
.hub-hero-left{width: 100%;}
.hub-hero-right{width: 100%; max-width: 414px;}
}@media (max-width: 767.98px){
.hub-knowledge .knowledge-copy{grid-template-columns:1fr;gap:1rem 0;}
}@media (max-width: 575.98px){
ul.hub-list1>li>ol{flex-direction: column;}
ul.hub-list1>li>ol a.imgbox{width: 100%;}
ul.hub-list1>li>ol .textbox{padding: 1.25rem 0 0 0;}
}
/* Details */
.title-left-heng{display: flex; flex-direction: column; margin-bottom: 1rem;}
.title-left-heng::after{content: ""; width: 30px; height: 2px; background-color: var(--accent); margin-top: .5rem;}

.details-header{z-index: 2; mix-blend-mode: multiply;}
.details-header h2{margin-bottom: 1rem;}
.details-header h2>span{display: block;}
.details-header .details-title3{font-size: 1rem; font-weight: 400; color: #999; margin-bottom: 1rem;}
.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);}
.related_pic .video_btn::before{--w:40px;}

.key-list {display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: .5rem;}
.key-list>li{width: calc(50% - 10px); padding-bottom: 10px; margin-bottom: 10px; display: flex; flex-direction: column; border-bottom: 1px solid rgba(72, 83, 91, 0.08);}
.key-list>li>strong{color: #555; font-size: .8rem;}
.key-list>li>span{color: var(--accent); font-size: 1rem;}

.details-apps{background-color: var(--bg-F9); padding: 1.5rem !important;}
.details-works{background-color: var(--bg-F0); padding: 1.5rem !important;}

.related-pros ul.list>li>a{ align-items: center;}
.related-pros ul.list>li>a .imgbox{width: 25%; aspect-ratio: 1/1;border-radius: 50%; border: 10px solid rgba(72, 83, 91, 0.08); position: relative; z-index: 2; background-color: white;}
.related-pros ul.list>li>a .textbox{padding: 1.5rem; position: relative; z-index: 0;}
.related-pros ul.list>li>a .textbox::before{content: ""; width: 125%; height: 100%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background-color: rgba(72, 83, 91, 0.045); z-index: -1; border-radius: 150px;}
.related-pros ul.list>li>a .textbox>p{color: #666;}
.related-pros ul.list>li>a:hover .textbox .title5{color: var(--accent);}

.inquiryform{padding-left: 1.25rem; padding-right: 1.25rem;}
.inquiryform>.container{border-left: 2px solid var(--accent); padding: 2rem; max-width: 1200px; background: radial-gradient(ellipse at 4% 38%, rgba(255, 255, 255, 0.72) 15%, rgba(235, 239, 241, 0.5) 50%, rgba(194, 202, 207, 0) 70%), radial-gradient(ellipse at 94% 72%, rgba(114, 132, 143, 0.42) 0%, rgba(151, 165, 173, 0.24) 50%, rgba(196, 203, 207, 0) 66%), linear-gradient(135deg, #e2e5e6 0%, #b9c1c6 80%, #d8dddf 100%);}
.inquiryform .feedback{background-color: white; padding: 2rem; margin-top: -5rem; box-shadow: 0 -10px 50px rgba(0, 0, 0, .05); min-height: 405px}

.other-pros ul.list>li>a{position: relative; overflow: hidden;}
.other-pros ul.list>li>a .imgbox{background-color:white;}
.other-pros ul.list>li>a .imgbox>img{object-fit: cover; mix-blend-mode: multiply;}
.other-pros ul.list>li>a .imgbox::after{content: ""; position:absolute; z-index:1; inset:40% 0 0; background:linear-gradient(180deg,rgba(19,25,29,0) 0%,rgba(19,25,29,0.9) 100%); transition: all .3s ease-in-out;}
.other-pros ul.list>li>a .title5{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; padding:1.25rem; color:white; margin: 0; text-align: center;}
.other-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.other-pros ul.list>li>a:hover .imgbox::after{inset: 65% 0 0;}
@media (max-width: 767.98px){
.inquiryform .feedback{margin: 0;}
}@media (max-width: 575.98px){
.details-works img{width: auto; max-width: 100%; margin: 0 auto;}
.inquiryform>.container{padding: 1.5rem;}
}@media (max-width: 480.98px){
.key-list>li{width: 100%;}
.related-pros ul.list>li>a .textbox>p{height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow-wrap: break-word;}
}
/* Products_End */
/* Projects */
.projects-title{display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 1rem;}
.projects-title p{max-width: 800px;}
.projects ul.list>li>ol{flex-direction: column; border: 1px solid rgba(114, 132, 143, 0.42);}
.projects ul.list>li>ol .imgbox{aspect-ratio: 4/3;}
.projects ul.list>li>ol .textbox{padding: 1rem; flex-direction: column; background-color: white;}
.projects ul.list>li>ol .textbox>strong{margin-bottom: .5rem; color: var(--accent-dark);}
.projects ul.list>li>ol .textbox>p{color: var(--text); font-size: .8125rem;}
.projects ul.list>li>ol .textbox>p>span{color: var(--accent);}
.projects ul.list>li>ol:hover{border-color: var(--accent);}
/* Projects_End */
/* About Us */
.bg01::after{content:"";position:absolute; top:-200px; right:5%; width:780px; aspect-ratio: 1/1; border:82px solid rgba(72,83,91,0.08); border-radius:50%; z-index: -1;}
.title-center{display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 1rem;}
.title-center::after{content: ""; width: 60px; height: 2px; background-color: var(--accent); margin-top: .625rem;}
.company .video_btn{left: 0; border: 5px solid rgba(255, 255, 255, 0.72); border-radius: 50%;}

.etw-photo7{display: flex; flex-wrap: wrap; margin: 0 -5px;}
.etw-photo7>li{width: calc(100% / 7); padding: 5px; display: flex;}
.etw-photo7>li>figure{flex-direction: column;border: 1px solid rgba(0, 0, 0, .125);}
.etw-photo7>li>figure>span{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: .625rem; line-height: 1.3;}

.quality-control .imgbox{aspect-ratio: 4/3;}
.quality-control .imgbox>img{object-fit: cover;}
.quality-control .imgbox>.title6{margin: 0; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; background: linear-gradient(180deg, transparent, rgba(18, 20, 22, 0.80)); padding: 2rem; color: white;}
.quality-control ul.etw-photo>li>figure{position: relative; aspect-ratio: 3/4; overflow: hidden;} 
.quality-control ul.etw-photo>li>figure>img{width: 100%; height: 100%; object-fit: cover;}
.quality-control ul.etw-photo>li>figure>.title6{margin: 0; position: absolute; left: 0; right: 0; bottom: 0;z-index: 2; background: linear-gradient(180deg, transparent, rgba(18, 20, 22, 0.80)); padding: 2rem .5rem 1rem .5rem; color: white; font-size: .75rem;}

.our-pros{background: radial-gradient(ellipse at 2% 46%, rgba(196, 204, 210, 0.24) 0%, rgba(151, 161, 169, 0.14) 28%, rgba(82, 91, 99, 0) 55%), radial-gradient(ellipse at 100% 18%, rgba(230, 233, 235, 0.82) 0%, rgba(183, 190, 195, 0.58) 31%, rgb(112 122 130 / 0%) 55%, rgba(62, 70, 77, 0) 72%), linear-gradient(180deg, #59636b14 0%, #46515a14 48%, #30394100 100%);}
.our-pros .title2{text-transform: uppercase;}
.our-pros ul.list>li>a{background-color: white; border-radius: .25rem; overflow: hidden;}
.our-pros ul.list>li>a .imgbox{aspect-ratio: 4/3;}
.our-pros ul.list>li>a .title6{margin: 0; flex: 1; display: flex; justify-content: center; text-align: center; line-height: 1.3; padding: 1rem;}
.our-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.03);}
.our-pros ul.list>li>a:hover .title6{color: var(--accent);}
@media (max-width: 991.98px){
.etw-photo7>li{width: calc(100% / 4);}
}@media (max-width: 767.98px){
.company .video_btn{left: 50%;}
.etw-photo7>li{width: calc(100% / 3);}
}@media (max-width: 575.98px){
.etw-photo7>li{width: calc(100% / 2);}
}@media (max-width: 375.98px){
.etw-photo7>li{width: calc(100% / 1);}
}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0; background-image: linear-gradient(transparent, var(--bg-light));}
.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:.875rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li:last-child{margin-bottom: 0;}
.contact ul>li:first-child{margin-bottom: .625rem;}
.contact ul>li:first-child>strong{font-size:1.5rem; font-weight: 700; font-variation-settings: "wdth" 80, "wght" 700; line-height: 1.1; line-height: 1.2; margin:0;}
.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(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#222;}
.contact ul>li>ol{flex: 1;}
.contact ul>li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem; background-color: white;}
.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{background-image: linear-gradient(transparent,var(--bg-light)); background-color: transparent;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.videos_hub_title{margin:1.25rem 0;}
.videos_hub ul.list>li>a{flex-direction: column; background-color: #fff; border-radius: .5rem; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.05);}
.videos_hub ul.list>li>a .imgbox>img{object-fit: cover;}
.videos_hub ul.list>li>a .textbox{padding: 1rem; align-items: center; text-align: center; justify-content: center; font-size: .875rem; color: #333; font-weight: 500;}
.videos_hub ul.list>li>a:hover{position: relative; transform: translateY(-10px);}
.videos_hub ul.list>li>a:hover .textbox{color: var(--accent);}
.videos_hub:last-child{margin-bottom: 0;}
.videos_company ul.list>li>a{flex-direction: row;}
.videos_company ul.list>li>a .imgbox{width: 50%;}
.videos_company ul.list>li>a .imgbox .video_btn::before{--w:70px}
.videos_company ul.list>li>a .textbox{padding: 2rem; padding-left: 3rem; align-items: flex-start; text-align: left;}
.videos_company ul.list>li>a .textbox>.title5{transition: all .4s;}
.videos_company ul.list>li>a .textbox>p{font-size: .875rem; font-weight: 400; color: #666; transition: all .4s;}
.videos_company ul.list>li>a:hover .textbox .title5{color: var(--hover-color);}

.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%; aspect-ratio: 16/9;}
#video_right h2{color: #333; font-weight: 500;}
.video_more{display:flex;margin-top:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #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:5px; background-color: white; overflow: hidden;}
#video_sidebar .title4{color: #fff; background-color: var(--bg-main); font-size: var(--fs-h3); font-weight: 400; display: flex; align-items: center; padding:1rem; margin-bottom: 0;}
#etw_videolist .webtitle{font-size: .875rem; font-weight: 600; 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:.5rem; 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"; line-height: 24px; font-size: .75rem; position: absolute; left: 0; top: 0; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; 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(--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_company ul.list>li>a{flex-direction: column;}
.videos_company ul.list>li>a .imgbox{width: 100%;}
.videos_company ul.list>li>a .textbox{padding: 1.25rem;}
.videos_hub ul.list>li>a .imgbox{width: 100%;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */
