@charset "utf-8";
@font-face{font-family:"IBMPlexSans"; font-weight:100 700; font-style:normal; font-display:swap; src:url(../fonts/IBMPlexSans-VariableFont_wdth,wght.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
  --fs-body:clamp(0.875rem,3.5vw,.95rem);
	--fs-h6:clamp(0.875rem,3.5vw,1rem);
	--fs-h5:clamp(1rem,3.5vw,1.25rem);
	--fs-h4:clamp(1.125rem,3.5vw,1.5rem);
	--fs-h3:clamp(1.25rem,3.5vw,1.75rem);
	--fs-h2:clamp(1.375rem,3.5vw,2rem);
	--fs-h1:clamp(1.5rem,3.5vw,2.25rem);
	--lh-heading:1.2;
	--lh-body:1.6;
	--bg-main: #2D3436;
  --hover-color: #00b6ff;
	--family-first: "IBMPlexSans", 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:#2D3436; font-family:var(--family-first); font-weight: 300; font-size: var(--fs-body); line-height: var(--lh-body); background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto; -webkit-font-smoothing: antialiased;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {color: #333; line-height: var(--lh-heading); margin-bottom: .625rem;}
h1,.h1,.title1 {font-size: var(--fs-h1);}
h2,.h2,.title2 {font-size: var(--fs-h2);}
h3,.h3,.title3 {font-size: var(--fs-h3);}
h4,.h4,.title4 {font-size: var(--fs-h4);}
h5,.h5,.title5 {font-size: var(--fs-h5);}
h6,.h6,.title6{font-size: var(--fs-h6); font-family: var(--family-first);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--hover-color);}
strong{font-weight: 700;}b{font-weight: 500;}
img{display:block; width:100%; height: auto;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.2s;color:inherit;text-decoration:none}
a[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color);}
inquiry-trigger{color: var(--bg-main);}
inquiry-trigger:hover{color: var(--hover-color); text-decoration: underline;}
figure{width: 100%; display:flex; margin: 0;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure:last-child,p:last-child{margin-bottom: 0;}
/* 图片放大 */
figure a{pointer-events: none;}
figure.jsclickready a:not(.original-link) {pointer-events: auto !important; cursor: pointer !important;}
/* END */
.imgbox{width:100%; aspect-ratio: 4/3; display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; z-index: 2;}
.imgbox img{width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in-out;}
.imgbox-16-9{aspect-ratio: 16/9;} .imgbox-4-3{aspect-ratio: 4/3;}
.imgbox-auto{aspect-ratio: initial;}
.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{width: 100%; max-width:1230px; margin: 0 auto; padding: 0 15px; padding: 0 15px;}
.container1{width: 100%; max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{width: 100%; max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container3{width: 100%; max-width:930px; margin: 0 auto; padding: 0 15px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
.dropdown{z-index: 5;}
.icon-comments:before{content: "";width: 1rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-comments.svg) no-repeat center center; background-size: contain; margin-right: .25rem;}
.icon-remove{content: "";width: 2rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-remove.svg) no-repeat center center; background-size: contain;}
ul.list,.row-cols,.etw-photo{margin: 0 -5px; display: flex; flex-wrap: wrap;}
ul.list li,.row-cols>*{margin: 0; padding: 5px; display: flex;}
ul.list li>ol,ul.list li>a,.row-cols>*>ol,.row-cols>*>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
.p-8{margin: 0 -8px !important;}
.p-8>*{padding: 8px !important;}
.p-10{margin: 0 -10px !important;}
.p-10>*{padding: 10px !important;}
.p-15{margin: 0 -15px !important;}
.p-15>*{padding: 15px !important;}
.p-20{margin: 0 -20px !important;}
.p-20>*{padding: 20px !important;}

.etw-photo>*{flex-direction: column;}
.etw-photo a{flex-direction: column;}
.etw-photo span{flex: 1; display: flex; justify-content: center; text-align: center; font-size: .875rem; padding-top: 10px;}
.etw-photo a[onClick]{cursor: pointer;}
.etw-photo a[onClick]:hover{color: var(--bg-main);}
.etw-photo a[class="original-link"]{cursor: default;}
.etw-photo a[class="original-link"]:hover{color: inherit;}
@media (max-width: 575.98px){
.p-8,.p-10,.p-15,.p-20{margin: 0 -5px !important;}
.p-8>*,.p-10>*,.p-15>*,.p-20>*{padding: 5px !important;}
}@media (max-width: 425.98px) {
.row-cols>*,ul.list li{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* items */
ul.items{width: 100%; display: block; margin: 0 0 1rem 0;}
ul.items:last-child{margin-bottom: 0;}
ul.items li{display: block; position:relative; padding-left: 1rem; font-size: .875rem; line-height: 24px;}
ul.items li::before{content: ""; width: 6px; height: 6px; background-color: var(--hover-color); border-radius: 50%; position: absolute; left: 0; top: 9px;}
ul.items li>ol{width: 100%; display: block; overflow: hidden;}
ul.items li>ol>li::before{width: 6px; height: 2px; top: 11px; border-radius: 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-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 td{vertical-align: middle; color: #555; font-size: .8rem; font-weight: 400; line-height: 1.2; padding: .5rem; border: none; border-left: 1px solid rgba(0, 0, 0, .05); border-right: 1px solid rgba(0, 0, 0, .05);}
.table thead{background-color: var(--bg-WhiteSmoke);}
.table thead td{color: #000; font-weight: 400;border-bottom: 1px solid rgba(0, 0, 0, .05);}
.table tbody{border-bottom: 1px solid rgba(0, 0, 0, .05);}
.table tbody tr:nth-child(even){background-color: var(--bg-F9);}
.table-hover tbody tr:hover{background-color: var(--bg-F0);} 
.table inquiry-trigger{color: var(--hover-color);}
.table inquiry-trigger:hover{color: #024b95 !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(--hover-color); line-height: 1; border-radius: 20px; color: #fff; padding: .5rem 1rem .5rem 2rem; margin-left: -1.5rem; font-size: .875rem; text-transform: uppercase;}
/* More */
.more_small,.more,.more_big{display: flex;}
.more_small>a,.more>a{width:fit-content; display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .875rem; line-height: 1; color: var(--bg-main); overflow: hidden; text-transform: uppercase;}
.more_small>a::before,.more>a::before{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more_small>a::after,.more>a::after{content: ""; width: .75rem; aspect-ratio: 1/1; background-image: url(../images/icons/chevron-right.svg); background-repeat: no-repeat; background-size: contain; margin-left: .25rem; transition: inherit;}
.more_small>a:hover::before,.more>a:hover::before{width: 100%; left: 0; right: auto;}
.more>a{padding: .3rem .5rem; border: 1px solid var(--bg-main);}
.more>a::before{height: 100%;}
.more>a:hover{color: var(--bg-white);}
.more>a:hover::after{background-image: url(../images/icons/chevron-right-white.svg);}
.more_big>a{width:fit-content; display: flex; align-items: center; transition: all .4s; padding: .5rem; font-size: .875rem;color: var(--bg-white); line-height: 1; background-color: var(--bg-main); overflow: hidden; border: 1px solid var(--bg-main); text-transform: uppercase;}
.more_big>a::after{content: ""; width: .875rem; aspect-ratio: 1/1; background-image: url(../images/icons/chevron-right-white.svg); background-repeat: no-repeat; background-size: contain; margin-left: 1rem; transition: inherit;}
.more_big>a:hover{color: var(--bg-main); background-color: var(--bg-white);}
.more_big>a:hover::after{background-image: url(../images/icons/chevron-right.svg);}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; align-items: center; padding: .5rem 1rem; color: var(--hover-color); font-size: .875rem; text-transform: uppercase; position: relative; overflow: hidden; z-index: 0; border: 1px solid var(--hover-color); line-height: 1; transition: all .3s ease-in-out;}
.inquiry_btn>a>i{margin-left: .5rem; transition: all .3s ease-in-out;}
.inquiry_btn>a>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color)); transform: translateX(-100%);}
.inquiry_btn>a:hover{background-color: var(--hover-color); color: var(--bg-white);}
.inquiry_btn>a:hover>i{margin-left: 1rem;}
.inquiry_btn>a:hover>i::before{filter: drop-shadow(var(--w) 0 var(--bg-white));}
.inquiry_quote{margin: 1rem 0; justify-content: flex-end;}
.inquiry_quote>a{background-color: var(--hover-color); color: var(--bg-white); border-radius: 30px; font-weight: 400; text-transform: capitalize; border-width: 2px;}
.inquiry_quote>a:hover{background-color: var(--bg-white); color: var(--hover-color);}
/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-main);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:var(--bg-main); display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--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;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:var(--bg-main); font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--hover-color);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 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: 10px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; height:70px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding-top: 10px;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.navbar>li{padding: 0; min-height: 40px; display: flex; flex-wrap: wrap; margin-left: 4rem;}
.navbar>li>a{display: flex; align-items: center; color: var(--bg-main); font-weight: 500; font-size: 1rem; padding-bottom: 4px; position: relative;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 4px; background-color: var(--hover-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--hover-color);}
.navbar>li:hover>a::before{width: 100%;}

.navbar .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; background-color: #fff; overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15); border-radius: 0;}
.dropdown-menu>ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.dropdown-menu>ul>li{width: 100%; padding: 0; border-bottom: 1px dashed rgba(0, 0, 0, .05); display: flex;}
.dropdown-menu>ul>li:last-child{border-bottom: none;}
.dropdown-menu>ul>li>a{width: 100%; white-space: nowrap; padding: .5rem 1rem; font-size: .875rem;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05);}
.dropdown-menu>ul>li>a.active{color: var(--hover-color);}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.navbar-toggler{width: 80%; height: 100%; padding: 0; background: url(../images/icons/menu_icon.svg) no-repeat center center; background-size: 100% 100%;}
.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
nav{width: 100%; flex: none; padding: 0;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 0;}
.navbar>li>a{width: 100%; position: relative; padding: 0 1rem; align-items: center; font-size: .875rem;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2;font-family: var(--family-first);}
.navbar>li:hover>a,.navbar>li.active>a{background-color: var(--hover-color); color: #fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo {flex: 1;display: flex;}
#etw_logo a>img{max-height:50px;}
}@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner .container{display: flex; flex-wrap: wrap;}
.banner-bg{width: 100%; height: 100%; background: url(../images/banner-bj.webp) no-repeat center bottom; background-size: cover; position: absolute; inset: 0; z-index: -1; opacity: .3;}
.banner-bg::after{content: ""; position: absolute; inset: 0; background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 50%, #fff 100%);}
.banner-picture{width: 100%; height: 430px; overflow: hidden; position: relative;}
.banner-picture picture,.banner-picture img{width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;}
.banner-left{width: 70%;}
.banner-left .banner-caption{width: 50%; height: calc(100% - calc(100% / 3)); position:absolute; right: 0; top: 0; background-color: rgba(3,112,189,.6); z-index: 5; display: flex; align-items: center; padding: 2rem;}
.banner-left .caption-title{font-size: clamp(1.5rem, 3.5vw, 2.25rem); font-weight: 600; letter-spacing: -.6pt; color: var(--bg-white); line-height: 1.2; margin-bottom: 1.25rem;}
.banner-left .caption-desc{color: var(--bg-white); font-size: 1.1rem; font-weight: 400;}
.banner-right{width: 30%; display: flex; flex-direction: column; position: relative;}
.banner-right .imgbox{flex: 1; aspect-ratio: initial;}
.banner-right .imgbox>img{position: absolute;}
.banner-right>a{width: fit-content; background-color: var(--hover-color); display: flex; align-items: center; height: 50px; padding: 0 1rem; text-transform: uppercase; color: var(--bg-white); position: absolute; left: 0; bottom: 0; z-index: 2; font-size: .875rem;}
.bi-arrow-right::before{background-image: url(../images/icons/arrow-right.svg);}
.banner-right>a>i{margin-left: 1rem;}
.banner-right>a>i::before{filter: drop-shadow(var(--w) 0 var(--bg-white)); transform: translateX(-100%);}
.banner-line{width: calc(100% + 2px); height: calc(100% + 2px); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; display: flex; flex-direction: column; overflow: hidden;}
.banner-line>.line{width: 100%; flex: 1; border: 1px solid rgba(255,255,255,.4); margin: -1px 0 0 -1px; display: flex;}
.banner-line>.line>span{flex: 1; border-left: 1px solid rgba(255,255,255,.4);}
@media (max-width: 1199.98px){
.banner-left .banner-caption{width: 62%;}
}@media (max-width: 991.98px){
.banner-left .banner-caption{width: 80%; height: auto;}
}@media (max-width: 767.98px){
.banner-left{width: 100%;}
.banner-picture{height: 300px;}
.banner-left .banner-caption{width: 90%; right: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; padding: 1.25rem;}
.banner-left .caption-title{margin-bottom: 1rem;}
.banner-left .caption-desc{font-size: .9rem;}
.banner-right{display: none;}
}@media (max-width: 575.98px){
.banner-picture{height: 250px;}
}
/* index */
section,.section,.section-item{width: 100%; padding:3rem 0; display: block; position: relative;}
.section-item{padding: 2rem 0;}
.bi{--w:1rem; width: var(--w); height: var(--w); display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bi::before{content: ""; width: inherit; height: inherit; position: relative; background-position: center; background-repeat: no-repeat; background-size: contain;}
.bi-plus-lg::before{background-image: url(../images/icons/plus-lg.svg);}
.bi-check2-square::before{background-image: url(../images/icons/check2-square.svg);}

.home-title{color: #000; font-weight: 500; text-align: center;}
.home-pros-line ul.list{margin: 1.875rem 0 0 0 !important;}
.home-pros-line ul.list>li{padding: 0 !important; position: relative; transition: all .3s ease-in-out;}
.home-pros-line ul.list>li>a{flex-direction: column; border-left: 1px solid var(--line-color); padding: 0 2rem;}
.home-pros-line ul.list>li>a .icon{width: 60px; overflow: hidden; display: flex; aspect-ratio: 1/1; margin-bottom: 1.25rem;}
.home-pros-line ul.list>li>a .icon>img{width: 60px; filter: drop-shadow(60px 0 var(--hover-color)); position: relative; transform: translateX(-100%);}
.home-pros-line ul.list>li>a>.title6{font-weight: 600; font-size: 1.2rem; color: var(--bg-main);}
.home-pros-line ul.list>li>a>p{font-size: .875rem; font-weight: 400; color: var(--bg-main); height:72px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.home-pros-line ul.list>li:hover>a{border-color: var(--hover-color);}
.home-pros-line ul.list>li:hover>a>.title6{color: var(--hover-color);}

.home-machines{background: url(../images/bg01.webp) no-repeat center center; background-size: cover; backdrop-filter: blur(10px); overflow: hidden;}
.home-machines::before{content: ""; position: absolute;inset: 0; background-color: var(--bg-white); opacity: .95;}
.home-machines .container{position: relative; z-index: 2;}
.home-machines ul.list>li>a{flex-direction: column; position: relative; overflow: hidden; border-radius: .5rem;}
.home-machines ul.list>li>a .imgbox::after{content: ""; position: absolute; inset: 0; background-color: #024b95; mix-blend-mode: multiply; opacity: .65;}
.home-machines ul.list>li>a .imgbox>img{transition: all .3s ease-in-out;}
.home-machines ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.home-machines ul.list>li>a .textbox{width: 100%; flex-direction: column; padding: 1.5rem; position: absolute; left: 0; bottom: 0; z-index: 2;}
.home-machines ul.list>li>a .textbox .title6{font-size: 1.25rem; flex-direction: column; font-weight: 700; color: #fff; margin-bottom: 1.5rem; letter-spacing: .2pt; }
.home-machines ul.list>li>a .textbox .more{width: fit-content; display: flex; align-items: center; font-weight: 400; text-transform: uppercase; border-bottom: 1px solid #fff; font-size: .875rem; color: #fff;}
.home-machines ul.list>li>a .textbox .more>i{margin-left: .5rem; transition: all .3s ease-in-out;}
.home-machines ul.list>li>a .textbox .more>i::before{filter: drop-shadow(var(--w) 0 #fff); transform: translateX(-100%);}
.home-machines ul.list>li>a:hover .textbox .more>i{margin-left: 1rem;}

.home-about .container{display: flex; flex-wrap: wrap; justify-content: space-between;}
.home-about-left{width: calc(50% - 10px); background-color: var(--bg-WhiteSmoke); display: flex; flex-wrap: wrap;}
.home-about-left .imgbox{width: 50%; aspect-ratio: 3/4;}
.home-about-left .textbox{width: 50%; padding: 2rem; justify-content: center;}
.home-about-left .textbox>small{display: flex; flex-direction: column; text-transform: uppercase; font-size: .9rem; font-weight: 500; color: #666;}
.home-about-left .textbox>small::after{content: ""; width: 60px; height: 2px; background-color: var(--hover-color); margin: 1rem 0;}
.home-about-left .textbox>.title2{font-size: clamp(1.125rem, 3.5vw, 1.625rem); line-height: 1.3; display: flex; flex-direction: column; margin-bottom:0;}
.home-about-right{width: calc(50% - 10px); background-color: var(--bg-WhiteSmoke); padding: 2.5rem 3rem; position: relative; z-index: 5; display: flex; flex-direction: column; justify-content: center;}
.home-about-right .title2{font-size: var(--fs-h4); display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.home-about-right .title2::before{content: ""; width: 60px; height: 2px; background-color: var(--hover-color); margin-bottom: 1rem;}
.home-about-right>p{font-size: .95rem; margin-bottom: 1.25rem;}
.home-about-right>.more_big>a{background: initial; border: none; border-radius: 0; border-bottom: 2px solid var(--hover-color); color: var(--bg-main); padding: 0 0 .625rem 0;}
.home-about-right>.more_big>a::after,.home-about-right>.more_big>a::before{content: none;}
.home-about-right>.more_big>a>i{margin-left: .5rem; transition: all .3s ease-in-out;}
.home-about-right>.more_big>a:hover{color: var(--hover-color);}
.home-about-right>.more_big>a:hover>i{margin-left: 1rem;}
.home-about-right>.more_big>a:hover>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color)); transform: translateX(-100%);}
@media (max-width:1199.98px){
section,.section{padding:2.5rem 0;}
.home-about-left .textbox {padding: 1.25rem;}
}@media (max-width:991.98px){
section,.section{padding:2rem 0;}
.home-about-left{width: 100%;}
.home-about-right{width: 100%; margin-top: 1.5rem;}
}@media (max-width:767.98px){
section,.section,.section-item{padding:1.5rem 0;}
}@media (max-width:575.98px){
section,.section,.section-item{padding:1.25rem 0;}
.home-pros-line ul.list>li{margin-bottom: 1.25rem;}
.home-pros-line ul.list>li:last-child{margin: 0;}
.home-pros-line ul.list>li>a{border-left: none; border-bottom: 1px solid var(--line-color); padding: 0 .625rem 1.25rem .625rem;}
.home-pros-line ul.list>li>a>p{height: auto; -webkit-line-clamp: initial;}
.home-about-left{flex-direction: column;}
.home-about-left .textbox{width: 100%;}
.home-about-left .imgbox{width: 100%; aspect-ratio: 4/3;}
.home-about-left .imgbox>img{object-position: center bottom;}
.home-about-right{padding: 1.25rem;}
}@media (max-width:375.98px){
section,.section,.section-item{padding:1rem 0;}
}
/* index-end */
.footer {padding: 3rem 0; position: relative; overflow: hidden; background-color: var(--bg-light);}
.footer .container{position: relative; z-index: 2;}
.bi-person-bounding-box::before{background-image: url(../images/icons/person-bounding-box.svg);}
.bi-envelope-at::before{background-image: url(../images/icons/envelope-at.svg);}
.bi-phone-vibrate::before{background-image: url(../images/icons/phone-vibrate.svg);}
.bi-telephone::before{background-image: url(../images/icons/telephone.svg);}

.footer_contact{width: 100%; display:flex; flex-wrap: wrap; justify-content: center; padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line-color);}
.footer_contact>li{width: calc(100% / 4); color: var(--bg-main); font-size: 1rem; line-height: 24px; padding: 0; position: relative; display: flex; align-items: center; justify-content: center;}
.footer_contact>li a{color: inherit;}
.footer_contact>li .bi{margin-right: .5rem;  margin-top: 2px; --w:1.25rem;}
.footer_contact>li .bi::before{filter: drop-shadow(var(--w) 0 var(--hover-color)); transform: translateX(-100%); }
.footer_contact>li a:hover{color: var(--hover-color); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}

.footer-logo{display: flex; align-items: center; margin-top: 2rem; max-width: 350px;}
.footer-logo>a>img{width: auto; height: 50px;}
.footer-logo>span{flex:1; padding-left:1rem; font-size:1rem; line-height:1.2; text-transform:uppercase; font-weight:600; color:var(--bg-main)}
.footer .textbox>p{font-size: .875rem; font-weight: 400;}

.footer .h3{font-weight: 600; font-size: 1.125rem; color: #000; margin-bottom: 1rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-main);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0; line-height: 1.2;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: var(--bg-main); font-size: .95rem; font-weight: 400; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover{color: var(--hover-color);}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 2rem 0 0 0; margin-top: 2rem; border-top: 1px solid var(--line-color);}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:var(--bg-main);display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid var(--bg-main);font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--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:var(--bg-main);font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #024b95 !important; border: none !important; display: flex; padding: 0;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: var(--hover-color) !important; border-left: none !important; padding: 0 10px !important;}
.theme-send-inquiry-box .theme-box-i{width: 42px; display: flex; padding: 0 !important; align-items: center; justify-content: center;}
.theme-send-inquiry-box .theme-box-i .icon-envelope{width: 80%; height: 90%; padding: 0; background: url(../images/icons/email-fill-white.svg) no-repeat center center; background-size: 100% 100%;}
@media (max-width:991.98px){
.footer_contact>li{width: fit-content; padding: 0 10px;}
.footer_contact>li a{font-size: .875rem;}
}@media (max-width:767.98px){
.footer{padding: 1.25rem 15px;}
.footer_contact{padding-bottom: 1rem; margin-bottom: 1rem;}
.footer_contact>li{width: 50%; padding: 5px; justify-content: flex-start;}
.footer-logo{margin-top: 1rem;}
.footercop {padding: 1rem 0; margin-top: 1rem;}
}@media (max-width: 575.98px){
.footer .row{flex-direction: column;}
.footer_contact>li{width: 100%;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0; flex: none;}
#quicknav ul{width:100%;display:flex; flex-wrap: wrap; min-height: 40px; padding: .5rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; position: relative; font-size: .75rem;}
#quicknav ul li::after{content: ""; width: .75rem; height: .75rem; background-image: url(../images/icons/chevron-right-black.svg); background-position: center center; background-repeat: no-repeat; background-size: contain; margin: 0 5px;}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{text-transform:capitalize;}
#quicknav .icon-home{width: 1rem; height: 1rem; display: flex; background-image: url(../images/icons/icon-home.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; opacity: .5; transition: all .3s ease-in-out;}
#quicknav .icon-home:hover{opacity: 1;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-main);}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav .icon-home{background-image: url(../images/icons/icon-home-white.svg); opacity: .8;}
#quicknav ul.quicknav li,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li::after{background-image: url(../images/icons/chevron-right-white.svg); opacity: .8;}
#quicknav ul.quicknav li:last-child{color: var(--bg-white);}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:var(--bg-white); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* Products */
.pros-banner{padding: 0;}
.pros-banner .banner-picture{height: 280px;}
.pros-banner .banner-picture::before{content: none;}
.pros-banner .banner-picture::after{content: ""; position: absolute; inset: 0; background-color: #002a47; opacity: .3; mix-blend-mode: multiply;}
.pros-banner-hover{width: 100%; position: absolute; inset: 0; z-index: 5; display: flex; align-items: center;}
.pros-banner-hover .title1{color: var(--bg-white); font-weight: 500; margin: .625rem 0 1.25rem 0;}
.pros-banner-hover p{color: var(--bg-white); font-size: 1rem; margin: 0; font-weight: 400;}

.pros-lines .title3{text-align: center; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.pros-lines .title3::before,.pros-lines .title3::after{content: ""; flex: 1; max-width: 15%; height: 1px; background-color: #ededed; margin: 0 2rem;}
.pros-lines ul.list>li>a{flex-direction: column;}
.pros-lines ul.list>li>a .imgbox{aspect-ratio: 16/9;}
.pros-lines ul.list>li>a .imgbox>img{object-position: center bottom;}
.pros-lines ul.list>li>a .textbox{flex-direction: column; padding-top: 1.25rem; align-items: center; text-align: center;}
.pros-lines ul.list>li>a .textbox>.title6{font-weight: 600; font-size: clamp(1rem, 3vw, 1.125rem); margin: 0;}

.pros-machines{background-color: var(--bg-light);}
.pros-machines::before{content: ""; position: absolute; inset: 0; background: url(../images/banner-bj.webp) no-repeat center center; background-size: cover; mix-blend-mode: multiply; opacity: .2;}
.pros-machines .container{position: relative; z-index: 5;}
.pros-machines .title3{text-align: center; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.pros-machines .title3::before,.pros-machines .title3::after{content: ""; flex: 1; max-width: 15%; height: 1px; background-color: #ededed; margin: 0 2rem;}
.pros-machines ul.list>li>a{flex-direction: column; position: relative; overflow: hidden; border-radius: .5rem;}
.pros-machines ul.list>li>a .imgbox{aspect-ratio: 3/4;}
.pros-machines ul.list>li>a .imgbox::after{content: ""; position: absolute; inset: 0; background-image: linear-gradient(transparent, #024b95); mix-blend-mode: multiply;} 
.pros-machines ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.pros-machines ul.list>li>a .textbox{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; padding: 1.5rem;}
.pros-machines ul.list>li>a .textbox .title6{font-size: clamp(1rem, 3vw, 1.25rem); color: var(--bg-white); font-weight: 600; margin-bottom: 1.25rem;}
.pros-machines ul.list>li>a .textbox .more{width: fit-content; display: flex; align-items: center; color: rgba(255,255,255,.7); text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.7);}
.pros-machines ul.list>li>a .textbox .more>i{margin-left: .5rem;}
.pros-machines ul.list>li>a .textbox .more>i::before{filter: drop-shadow(var(--w) 0 rgba(255,255,255,.7)); transform: translateX(-100%);}
.pros-machines ul.list>li>a:hover .textbox .more{color: var(--bg-white); border-color: var(--bg-white);}
.pros-machines ul.list>li>a:hover .textbox .more>i::before{filter: drop-shadow(var(--w) 0 var(--bg-white));}
.pros-machines ul.list>li>.more{width: 100%; display: flex; align-items: center; justify-content: center;}
.pros-machines ul.list>li>.more>a{width: fit-content; padding: 1rem 1.5rem; border: none; display: flex; align-items: center; justify-content: center; background-color: var(--hover-color); color: var(--bg-white); border-radius: 30px;}
.pros-machines ul.list>li>.more>a::after{content: none;}
.pros-machines ul.list>li>.more>a::before{background-color: #024b95;}
.pros-machines ul.list>li>.more>a>i{margin-left: .5rem; transition: all .3s ease-in-out;}
.pros-machines ul.list>li>.more>a>i::before{filter: drop-shadow(var(--w) 0 var(--bg-white)); transform: translateX(-100%);}
.pros-machines ul.list>li>.more>a:hover>i{margin-left: .75rem;}

.pros-brief .textbox{background-color: var(--bg-WhiteSmoke); padding: 1.875rem 2.5rem; flex-direction: column; justify-content: center; z-index: 2;}
.pros-brief .textbox>.title4{display: flex; flex-direction: column; font-weight: 600; color: var(--bg-main); margin-bottom: 1rem; position: relative;}
.pros-brief .textbox>.title4::before{content: ""; width: 40px; height: 2px; background-color: var(--hover-color); position: absolute; left: -60px; top: 50%; transform: translateY(-50%);}
.pros-brief .textbox>p{font-size: .875rem; color: #555; line-height: 1.8;}
@media (max-width: 425.98px){
.pros-machines ul.list>li>a .imgbox{aspect-ratio: 4/3;}
.pros-brief .textbox{padding: 1.25rem;}
}
/* Hub */
.hub-machines ul.list>li>ol{flex-direction: column; overflow: hidden; box-shadow: 0 38px 34px -30px rgb(0 0 0 / 5%);}
.hub-machines ul.list>li>ol .textbox{flex-direction: column; justify-content: space-between; padding: 1rem 0;}
.hub-machines ul.list>li>ol .textbox a.title6{flex: 1; display: flex; flex-direction: column; justify-content: center; font-size: .9rem; font-weight: 900; color: var(--bg-main); margin-bottom: 0;}
.hub-machines ul.list>li>ol .textbox a.title6::after{content: ""; width: 40px; height: 2px; background-color: var(--hover-color); margin-top: .5rem;}
.hub-machines ul.list>li>ol .textbox a.title6:hover{color: var(--hover-color);}

.hub-lines .title3{display: flex; flex-direction:  column; align-items: center; font-weight: 600;}
.hub-lines .title3::before{content: ""; width: 80px; height: 2px; background-color: var(--hover-color); margin-bottom: .625rem;}
.hub-lines ul.list{margin: 1.875rem 0 0 0 !important;}
.hub-lines ul.list>li{padding: 0 !important; position: relative; transition: all .3s ease-in-out;}
.hub-lines ul.list>li>a{flex-direction: column; align-items: center; text-align: center; border-left: 1px solid var(--line-color); padding: 0 2rem;}
.hub-lines ul.list>li:first-child>a{border: none;}
.hub-lines ul.list>li>a .icon{width: 60px; overflow: hidden; display: flex; aspect-ratio: 1/1; margin-bottom: 1.25rem;}
.hub-lines ul.list>li>a .icon>img{width: 60px; filter: drop-shadow(60px 0 var(--hover-color)); position: relative; transform: translateX(-100%); opacity: .6;}
.hub-lines ul.list>li>a>.title6{font-weight: 600; font-size: 1.2rem; color: var(--bg-main);}
.hub-lines ul.list>li>a>p{font-size: .875rem; font-weight: 400; color: var(--bg-main); height:72px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.hub-lines ul.list>li>a:hover>.title6{color: var(--hover-color);}
.hub-lines ul.list>li>a:hover .icon>img{opacity: 1;}

@media (max-width: 767.98px){
.hub-banner .banner-picture{height: 150px;}
.hub-banner .title1{text-align: center;}
}@media (max-width: 575.98px){
}@media (max-width: 425.98px){
.hub-lines ul.list>li>a{border: none; border-bottom: 1px solid var(--line-color) !important; padding: 0 0 1rem 0; margin-bottom: 1rem;}
.hub-lines ul.list>li>a>p{height: auto; -webkit-line-clamp: initial;}
}
/* Sub Hub */
.hub-banner{padding: 0;}
.hub-banner .banner-picture{height: 200px;}
.hub-banner .banner-picture::before{content: none;}
.hub-banner .banner-picture::after{content: ""; position: absolute; inset: 0; background-color: var(--bg-main); opacity: .8; mix-blend-mode: multiply;}
.hub-banner-hover{width: 100%; position: absolute; inset: 0; z-index: 5; display: flex; align-items: center;}
.hub-banner-hover .title1{color: var(--bg-white); font-weight: 500; margin: .625rem 0;}
.hub-banner-hover p{color: var(--bg-white); font-size: 1rem; margin: 0; font-weight: 400;}

.sub-hub-main{width: 100%;}
.sub-hub-main .container{display: flex; flex-wrap: wrap; align-items: flex-start; flex-direction: row-reverse; justify-content: space-between;}
.main-right{width: 240px; position: sticky; top: 100px;}
.right-menu,.menu-list{width: 100%; display: flex; flex-direction: column;}
.right-menu>li{width: 100%; display: flex; flex-direction: column; margin-bottom: .625rem;}
.right-menu>li:last-child{margin: 0;}
.right-menu>li>.title6{font-weight: 600; font-size: .95rem; padding: .625rem; margin-bottom: 0; background-color: var(--bg-F9); border-left: 3px solid var(--hover-color);}
.menu-list>li{width: 100%; display: flex; flex-direction: column; border-bottom: 1px solid #ededed;}
.menu-list>li>a{width: 100%; padding: .5rem 1.25rem .5rem .5rem; display: flex; align-items: center; font-size: .875rem; color: #333; line-height: 20px; font-weight: 400;position: relative;}
.menu-list>li>a::before{content: ""; width: .75rem; aspect-ratio: 1/1; background-image: url(../images/icons/chevron-right-black.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.menu-list>li.active>a,.menu-list>li>a:hover{color: var(--hover-color);}
.menu-list>li>a:hover{background-color: #fbfbfb;}
.menu-list>li.active>a::before,.menu-list>li>a:hover::before{background-image: url(../images/icons/chevron-right.svg);}
.menu-list>li>ol{width: 100%; display: flex; flex-direction: column; padding: 5px 1rem;}
.menu-list>li>ol>li{padding: 4px 0; line-height: 20px;}
.menu-list>li>ol>li>a{font-size: .875rem; line-height: 20px; font-weight: 400; color: #777;}
.menu-list>li>ol>li>a:hover,.menu-list>li>ol>li.active>a{color: var(--hover-color);}

.main-left{width: calc(100% - 240px); padding-left: 2.5rem;}
.sub-hub-title{margin-bottom: 1.5rem; display: flex; flex-direction: column; background-image: linear-gradient(to right,var(--bg-F9),transparent); border-left: 2px solid var(--hover-color); padding: 1.25rem;}
.sub-hub-title h2{font-size: var(--fs-h3);}
.sub-hub-title p{font-size: .875rem; font-weight: 400;}

.sub-hub-list ul.list>li{margin-bottom: 2rem;}
.sub-hub-list ul.list>li>ol{box-shadow: 0px 12px 32px rgb(0 0 0/ 6%); border-bottom: 1px solid #e7eaeb;}
.sub-hub-list ul.list>li>ol a.imgbox{width: 42%; aspect-ratio: 16/9;}
.sub-hub-list ul.list>li>ol .textbox{flex: 1; padding: 1.5rem; padding-left: 2rem; justify-content: center;}
.sub-hub-list ul.list>li>ol .textbox a.title5{width: fit-content; display: flex; flex-direction: column; font-weight: 500; margin-bottom: 1rem;}
.sub-hub-list ul.list>li>ol .textbox a.title5::before{content: ""; width: 40px; height: 1px; background-color: var(--hover-color); margin-bottom: .625rem;}
.sub-hub-list ul.list>li>ol .textbox a.title5:hover{color: var(--hover-color);}
.sub-hub-list ul.list>li>ol .textbox>p{flex: 1; font-size: .8rem; font-weight: 400; color: #555;}
.sub-hub-list ul.list>li>ol .textbox .more>a{border: none; padding:0;}
.sub-hub-list ul.list>li>ol .textbox .more>a>i{margin-left: .5rem; transition: all .3s ease-in-out;}
.sub-hub-list ul.list>li>ol .textbox .more>a:hover{color: var(--hover-color);}
.sub-hub-list ul.list>li>ol .textbox .more>a:hover>i{margin-left: 1rem;}
.sub-hub-list ul.list>li>ol .textbox .more>a:hover>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color)); transform: translateX(-100%);}
.sub-hub-list ul.list>li>ol .textbox .more>a::before,.sub-hub-list ul.list>li>ol .textbox .more>a::after{content: none;}

.sub-hub-lines .title3{display: flex; flex-direction: column; align-items: center; text-align: center; font-weight: 500;}
.sub-hub-lines .title3::before{content: ""; width: 100px; height: 2px; background-color: var(--hover-color); margin-bottom: 1rem;}
.sub-hub-lines ul.list>li>a{flex-direction: column; background-color: var(--bg-white); border-bottom: 2px solid var(--hover-color); box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.sub-hub-lines ul.list>li>a .imgbox{aspect-ratio: 16/9;}
.sub-hub-lines ul.list>li>a .textbox{ display: flex; flex-direction: column; padding: 1.5rem;}
.sub-hub-lines ul.list>li>a .textbox .title6{display:flex; flex-direction: column; font-size: 1.25rem; font-weight: 500; margin-bottom: .625rem; color: var(--bg-main); transition: all .3s ease-in-out;}
.sub-hub-lines ul.list>li>a .textbox .title6::before{content: ""; width: 30px; height: 1px; background-color: var(--hover-color); margin-bottom: 1rem;}
.sub-hub-lines ul.list>li>a .textbox>p{font-size: .8rem; font-weight: 400; color: #555;}
.sub-hub-lines ul.list>li>a:hover .textbox .title6{color: var(--hover-color);}
@media (max-width: 991.98px){
.main-right{top: 10px;}
}@media (max-width: 767.98px){
.hub-banner .banner-picture{height: 150px;}
.main-left{width: 100%; padding: 0;}
.main-right{display: none;}
.sub-hub-list ul.list>li>ol .textbox {padding: 1rem; padding-left: 1.5rem;}
}@media (max-width: 425.98px){
.sub-hub-list ul.list>li{margin-bottom: 1rem;}
.sub-hub-list ul.list>li>ol a.imgbox{width: 100%;}
.sub-hub-list ul.list>li>ol .textbox,.sub-hub-lines ul.list>li>a .textbox {padding: 1rem;}
}
/* Details */
.etw_hometitle>h2{margin-bottom: 1rem; font-weight: 500;}
.left_pics{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.left_pic{width: calc(100% - 250px); border: 1px solid var(--line-color); display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.left_pic img{mix-blend-mode: multiply;}
.related_pic{width: 230px; display: flex; flex-direction: column;}
.related_pic ul{margin: -5px; display: flex; flex-wrap: wrap;}
.related_pic ul>li{width: 50%; padding: 5px; display: flex;}
.related_pic ul>li>figure{flex-direction: column;}
.related_pic ul>li>figure>span{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: .5rem; font-size: .8rem; line-height: 1.2;}
.related_pic ul>li a{border: 1px solid #ccc; aspect-ratio: 4/3; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.related_pic ul>li a>img{width: 100%; height: 100%; object-fit: cover;}
.related_pic ul>li.imgdq a{border-color: var(--hover-color);}
.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{margin: 0 -5px; justify-content: center;}
.left_pics2 .related_pic ul>li{width: 20%; padding: 0 5px;}

.title4-style{font-weight: 500; font-size: var(--fs-h5); color: #000; display: flex; flex-direction: column; margin-bottom: 1rem;}
.title4-style::after{content: ""; width: 30px; height: 3px; background-color: var(--hover-color); margin-top: .3125rem;}
.power .table img{width: auto; max-width: 200px; margin: 0 auto; mix-blend-mode: multiply;}

.inquiry-details{width: 100%; min-height: 345px; overflow: hidden; position: relative; z-index: 0; padding:1.25rem 2.5rem; margin: 1.25rem 0; box-shadow: inset 0 0 50px rgba(0,0,0,.05);}
.inquiry-details .webtitle{font-size: var(--fs-h4); line-height: 1.3; color: var(--bg-main); font-weight: 700; margin: 1.25rem 0;}
.inquiry-details p{font-size: 1rem; font-weight: 400; color: #666;}

.details-brief{margin-bottom: 1.5rem;}
.details-brief p{font-size: .875rem; color: #999;}

.related-pros .title3{font-weight: 400; display: flex; flex-direction: column; margin-bottom: 1rem;}
.related-pros .title3::before{content: ""; width: 60px; height: 2px; background-color: var(--hover-color);  margin-bottom: .625rem;}
.related-pros ul.list>li>a{width: 100%; display: flex; background-color: var(--bg-F9);}
.related-pros ul.list>li>a .imgbox{width: 80px;}
.related-pros ul.list>li>a .textbox{flex: 1; flex-direction: column; justify-content: center; padding: 5px; padding-left: 10px; font-size: .875rem; line-height: 1.2; font-weight: 400; color: #333;}
.related-pros ul.list>li>a:hover .textbox,.related-pros ul.list>li.active>a .textbox{color: var(--hover-color); border-left-color: var(--hover-color);}

.other-pros .title3{text-align: center; font-weight: 500; display: flex; justify-content: center; align-items: center;}
.other-pros .title3::before,.other-pros .title3::after{content: ""; flex: 1; height: 1px; background-color: var(--line-color);}
.other-pros .title3::before{border-right: 100px solid var(--hover-color); margin-right: 1.875rem;}
.other-pros .title3::after{border-left: 100px solid var(--hover-color); margin-left: 1.875rem;}
.other-pros ul.list>li>a{border-radius: .5rem; overflow: hidden; position: relative;}
.other-pros ul.list>li>a .imgbox::after{content: ""; position: absolute; inset: 0; background-image: linear-gradient(transparent,#002a47); mix-blend-mode: multiply; opacity: .7;}
.other-pros ul.list>li>a .title6{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; margin: 0; padding: 1.5rem 2.5rem 1.5rem 1.5rem; display: flex; flex-direction: column; justify-content: center; color: var(--bg-white); font-weight: 500; font-size: clamp(1rem, 3vw, 1.125rem);}
.other-pros ul.list>li>a .title6::after{content: ""; width: 10%; height: 2px; background-color: var(--hover-color); margin-top: 1rem; transition: all .5s ease-in-out;}
.other-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.other-pros ul.list>li>a:hover .title6::after{width: 100%;}

.advantage ul.list>li>ol{width: 100%; display: flex; flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, .05); padding: 1.25rem; font-size: .875rem; line-height: 1.8;}
.advantage ul.list>li>ol>strong{margin-bottom: .3125rem;}

.process-flow,.process-flow2{display: flex; flex-wrap: wrap; padding: 0 20px;}
.process-flow>li,.process-flow2>li{display: flex; padding: 0 20px; margin: 5px 0; position: relative;}
.process-flow>li::before,.process-flow2>li::before{width: 40px; aspect-ratio: 1/1; position: absolute; left: -20px; top: 30px; background-repeat: no-repeat; background-position: center top; background-size: 30px auto;}
.process-flow>li::after,.process-flow2>li::after{content: ""; width: 40px; aspect-ratio: 1/1; position: absolute; right: -20px; top: 25px; background-image: url(../images/icon-right.webp); background-repeat: no-repeat; background-position: center top; background-size: 30px auto;}
.process-flow>li:last-child::after{content: none !important;}
.process-flow>li>ol,.process-flow2>li>ol{width: 100%; display: flex; flex-direction: column;}
.process-flow>li>ol .imgbox,.process-flow2>li>ol .imgbox{aspect-ratio: 2/1.2; border: 1px solid #000; border-radius: .5rem; padding: .625rem;}
.process-flow>li>ol .imgbox>img,.process-flow2>li>ol .imgbox>img{object-fit: contain;}
.process-flow>li>ol .textbox,.process-flow2>li>ol .textbox{flex: 1; align-items: center; text-align: center; font-size: .8rem; line-height: 1.3; padding-top: 10px;}
@media (min-width: 320px) and (max-width: 575.98px) {
.process-flow,.process-flow2{padding: 0;}
.process-flow>li,.process-flow2>li{padding: 0 15px;}
.process-flow>li:nth-child(1),.process-flow2>li:nth-child(1){order: 1;}
.process-flow>li:nth-child(2),.process-flow2>li:nth-child(2){order: 2;}
.process-flow>li:nth-child(3),.process-flow2>li:nth-child(3){order: 4;}
.process-flow>li:nth-child(4),.process-flow2>li:nth-child(4){order: 3;}
.process-flow>li:nth-child(5),.process-flow2>li:nth-child(5){order: 5;}
.process-flow>li:nth-child(6),.process-flow2>li:nth-child(6){order: 6;}
.process-flow>li:nth-child(7),.process-flow2>li:nth-child(7){order: 8;}
.process-flow>li:nth-child(8),.process-flow2>li:nth-child(8){order: 7;}
.process-flow>li:nth-child(9),.process-flow2>li:nth-child(9){order: 9;}
.process-flow>li:nth-child(10),.process-flow2>li:nth-child(10){order: 10;}
.process-flow>li:nth-child(11),.process-flow2>li:nth-child(11){order: 12;}
.process-flow>li:nth-child(12),.process-flow2>li:nth-child(12){order: 11;}
.process-flow>li:nth-child(13),.process-flow2>li:nth-child(13){order: 13;}
.process-flow>li:nth-child(14),.process-flow2>li:nth-child(14){order: 14;}
.process-flow>li:nth-child(15),.process-flow2>li:nth-child(15){order: 16;}
.process-flow>li:nth-child(16),.process-flow2>li:nth-child(16){order: 15;}
.process-flow>li:nth-child(17),.process-flow2>li:nth-child(17){order: 17;}
.process-flow>li:nth-child(18),.process-flow2>li:nth-child(18){order: 18;}
.process-flow>li::before,.process-flow2>li::before{width: 30px; left: -15px; top: 30%; background-size: 20px auto;}
.process-flow>li::after,.process-flow2>li::after{width: 30px; right: -15px; top: 30%; background-size: 20px auto;}
.process-flow>li:nth-child(4n+2)::after,.process-flow2>li:nth-child(4n+2)::after{background-image: url(../images/icon-right-bottom.webp);}
.process-flow>li:nth-child(4n+3)::after,.process-flow2>li:nth-child(4n+3)::after{background-image: url(../images/icon-right-left.webp);}
.process-flow>li:nth-child(4n+4)::after,.process-flow2>li:nth-child(4n+4)::after{background-image: url(../images/icon-left.webp);}
.process-flow>li:nth-child(4n+4)::before,.process-flow2>li:nth-child(4n+4)::before{content: ""; background-image: url(../images/icon-left-bottom.webp);}
.process-flow>li:nth-child(4n+5)::before,.process-flow2>li:nth-child(4n+5)::before{content: ""; background-image: url(../images/icon-left-right.webp);}
.process-flow2>li:nth-child(19){order: 20;}
.process-flow2>li:nth-child(20){order: 19;}
.process-flow2>li:last-child::before{content: none;}
}@media (min-width: 576px) and (max-width: 991.98px) {
.process-flow>li:nth-child(1),.process-flow2>li:nth-child(1){order: 1;}
.process-flow>li:nth-child(2),.process-flow2>li:nth-child(2){order: 2;}
.process-flow>li:nth-child(3),.process-flow2>li:nth-child(3){order: 3;}
.process-flow>li:nth-child(4),.process-flow2>li:nth-child(4){order: 6;}
.process-flow>li:nth-child(5),.process-flow2>li:nth-child(5){order: 5;}
.process-flow>li:nth-child(6),.process-flow2>li:nth-child(6){order: 4;}
.process-flow>li:nth-child(7),.process-flow2>li:nth-child(7){order: 7;}
.process-flow>li:nth-child(8),.process-flow2>li:nth-child(8){order: 8;}
.process-flow>li:nth-child(9),.process-flow2>li:nth-child(9){order: 9;}
.process-flow>li:nth-child(10),.process-flow2>li:nth-child(10){order: 12;}
.process-flow>li:nth-child(11),.process-flow2>li:nth-child(11){order: 11;}
.process-flow>li:nth-child(12),.process-flow2>li:nth-child(12){order: 10;}
.process-flow>li:nth-child(13),.process-flow2>li:nth-child(13){order: 13;}
.process-flow>li:nth-child(14),.process-flow2>li:nth-child(14){order: 14;}
.process-flow>li:nth-child(15),.process-flow2>li:nth-child(15){order: 15;}
.process-flow>li:nth-child(16),.process-flow2>li:nth-child(16){order: 18;}
.process-flow>li:nth-child(17),.process-flow2>li:nth-child(17){order: 17;}
.process-flow>li:nth-child(18),.process-flow2>li:nth-child(18){order: 16;}
.process-flow>li:nth-child(6n+3)::after,.process-flow2>li:nth-child(6n+3)::after{background-image: url(../images/icon-right-bottom.webp);}
.process-flow>li:nth-child(6n+4)::after,.process-flow2>li:nth-child(6n+4)::after{background-image: url(../images/icon-right-left.webp); top: 18px;}
.process-flow>li:nth-child(6n+5)::after,.process-flow>li:nth-child(6n+6)::after,.process-flow2>li:nth-child(6n+5)::after,.process-flow2>li:nth-child(6n+6)::after{background-image: url(../images/icon-left.webp);}
.process-flow>li:nth-child(6n+6)::before,.process-flow2>li:nth-child(6n+6)::before{content: ""; background-image: url(../images/icon-left-bottom.webp);}
.process-flow>li:nth-child(6n+7)::before,.process-flow2>li:nth-child(6n+7)::before{content: ""; background-image: url(../images/icon-left-right.webp); top: 18px;}
.process-flow>li:last-child::after{content: "" !important; background-image: url(../images/icon-left.webp);}
.process-flow>li:last-child::before,.process-flow2>li:last-child::after{content: none !important;}
.process-flow2>li:nth-child(19){order: 19;}
.process-flow2>li:nth-child(20){order: 20;}
}@media (min-width: 992px) and (max-width: 1199.98px) {
.process-flow{justify-content: flex-end;}
.process-flow>li:nth-child(1).process-flow2>li:nth-child(1){order: 1;}
.process-flow>li:nth-child(2).process-flow2>li:nth-child(2){order: 2;}
.process-flow>li:nth-child(3).process-flow2>li:nth-child(3){order: 3;}
.process-flow>li:nth-child(4).process-flow2>li:nth-child(4){order: 4;}
.process-flow>li:nth-child(5){order: 5;}
.process-flow>li:nth-child(6){order: 10;}
.process-flow>li:nth-child(7){order: 9;}
.process-flow>li:nth-child(8){order: 8;}
.process-flow>li:nth-child(9){order: 7;}
.process-flow>li:nth-child(10){order: 6;}
.process-flow>li:nth-child(11){order: 11;}
.process-flow>li:nth-child(12){order: 12;}
.process-flow>li:nth-child(13){order: 13;}
.process-flow>li:nth-child(14){order: 14;}
.process-flow>li:nth-child(15){order: 15;}
.process-flow>li:nth-child(16){order: 18;}
.process-flow>li:nth-child(17){order: 17;}
.process-flow>li:nth-child(18){order: 18;}
.process-flow>li:nth-child(10n+5)::after{background-image: url(../images/icon-right-bottom.webp);}
.process-flow>li:nth-child(10n+6)::after{background-image: url(../images/icon-right-left.webp); top: 18px;}
.process-flow>li:nth-child(10n+7)::after,.process-flow>li:nth-child(10n+8)::after,.process-flow>li:nth-child(10n+9)::after,.process-flow>li:nth-child(10n+10)::after{background-image: url(../images/icon-left.webp);}
.process-flow>li:nth-child(10n+10)::before{content: ""; background-image: url(../images/icon-left-bottom.webp);}
.process-flow>li:nth-child(10n+11)::before{content: ""; background-image: url(../images/icon-left-right.webp);}
.process-flow>li:last-child::after{content: "" !important; background-image: url(../images/icon-left.webp);}
.process-flow2>li:nth-child(5){order: 8;}
.process-flow2>li:nth-child(6){order: 7;}
.process-flow2>li:nth-child(7){order: 6;}
.process-flow2>li:nth-child(8){order: 5;}
.process-flow2>li:nth-child(9){order: 9;}
.process-flow2>li:nth-child(10){order: 10;}
.process-flow2>li:nth-child(11){order: 11;}
.process-flow2>li:nth-child(12){order: 12;}
.process-flow2>li:nth-child(13){order: 16;}
.process-flow2>li:nth-child(14){order: 15;}
.process-flow2>li:nth-child(15){order: 14;}
.process-flow2>li:nth-child(16){order: 13;}
.process-flow2>li:nth-child(17){order: 17;}
.process-flow2>li:nth-child(18){order: 18;}
.process-flow2>li:nth-child(19){order: 19;}
.process-flow2>li:nth-child(20){order: 20;}
.process-flow2>li:nth-child(8n+4)::after{background-image: url(../images/icon-right-bottom.webp);}
.process-flow2>li:nth-child(8n+5)::after{background-image: url(../images/icon-right-left.webp); top: 18px;}
.process-flow2>li:nth-child(8n+6)::after,.process-flow2>li:nth-child(8n+7)::after,.process-flow2>li:nth-child(8n+8)::after{background-image: url(../images/icon-left.webp);}
.process-flow2>li:nth-child(8n+8)::before{content: ""; background-image: url(../images/icon-left-bottom.webp);}
.process-flow2>li:nth-child(8n+9)::before{content: ""; background-image: url(../images/icon-left-right.webp);}
.process-flow2>li:last-child::after{content: none;}
}@media only screen and (min-width: 1200px) {
.process-flow>li:nth-child(1),.process-flow2>li:nth-child(1){order: 1;}
.process-flow>li:nth-child(2),.process-flow2>li:nth-child(2){order: 2;}
.process-flow>li:nth-child(3),.process-flow2>li:nth-child(3){order: 3;}
.process-flow>li:nth-child(4),.process-flow2>li:nth-child(4){order: 4;}
.process-flow>li:nth-child(5),.process-flow2>li:nth-child(5){order: 5;}
.process-flow>li:nth-child(6){order: 6;}
.process-flow>li:nth-child(7){order: 12;}
.process-flow>li:nth-child(8){order: 11;}
.process-flow>li:nth-child(9){order: 10;}
.process-flow>li:nth-child(10){order: 9;}
.process-flow>li:nth-child(11){order: 8;}
.process-flow>li:nth-child(12){order: 7;}
.process-flow>li:nth-child(13){order: 13;}
.process-flow>li:nth-child(14){order: 14;}
.process-flow>li:nth-child(15){order: 15;}
.process-flow>li:nth-child(16){order: 16;}
.process-flow>li:nth-child(17){order: 17;}
.process-flow>li:nth-child(18){order: 18;}
.process-flow>li:nth-child(12n+6)::after{background-image: url(../images/icon-right-bottom.webp);}
.process-flow>li:nth-child(12n+7)::after{background-image: url(../images/icon-right-left.webp); top: 18px;}
.process-flow>li:nth-child(12n+8)::after,.process-flow>li:nth-child(12n+9)::after,.process-flow>li:nth-child(12n+10)::after,.process-flow>li:nth-child(12n+11)::after,.process-flow>li:nth-child(12n+12)::after{background-image: url(../images/icon-left.webp);}
.process-flow>li:nth-child(12n+12)::before{content: ""; background-image: url(../images/icon-left-bottom.webp);}
.process-flow>li:nth-child(12n+13)::before{content: ""; background-image: url(../images/icon-left-right.webp); top: 18px;}
.process-flow2>li:nth-child(6){order: 10;}
.process-flow2>li:nth-child(7){order: 9;}
.process-flow2>li:nth-child(8){order: 8;}
.process-flow2>li:nth-child(9){order: 7;}
.process-flow2>li:nth-child(10){order: 6;}
.process-flow2>li:nth-child(11){order: 11;}
.process-flow2>li:nth-child(12){order: 12;}
.process-flow2>li:nth-child(13){order: 13;}
.process-flow2>li:nth-child(14){order: 14;}
.process-flow2>li:nth-child(15){order: 15;}
.process-flow2>li:nth-child(16){order: 20;}
.process-flow2>li:nth-child(17){order: 19;}
.process-flow2>li:nth-child(18){order: 18;}
.process-flow2>li:nth-child(19){order: 17;}
.process-flow2>li:nth-child(20){order: 16;}
.process-flow2>li:nth-child(10n+5)::after{background-image: url(../images/icon-right-bottom.webp);}
.process-flow2>li:nth-child(10n+6)::after{background-image: url(../images/icon-right-left.webp); top: 18px;}
.process-flow2>li:nth-child(10n+7)::after,.process-flow2>li:nth-child(10n+8)::after,.process-flow2>li:nth-child(10n+9)::after,.process-flow2>li:nth-child(10n+10)::after{background-image: url(../images/icon-left.webp);}
.process-flow2>li:nth-child(10n+10)::before{content: ""; background-image: url(../images/icon-left-bottom.webp);}
.process-flow2>li:nth-child(10n+11)::before{content: ""; background-image: url(../images/icon-left-right.webp); top: 18px;}
.process-flow2>li:last-child::before{content: none !important;}
}

.composition ul.list>li>ol{flex-direction: column; background-color: var(--bg-F9); padding: 2px;}
.composition ul.list>li>ol>figure>.imgbox{background-color: var(--bg-white); aspect-ratio: 1/1;}
.composition ul.list>li>ol>.textbox{flex: 1; flex-direction: column; padding: 1rem;}
.composition ul.list>li>ol>.textbox>.title6{font-size: 1rem; font-weight: 900; line-height: 1.5rem; margin-bottom: .625rem;}
.composition ul.list>li>ol>.textbox>strong{margin-bottom: .3125rem; font-size: .875rem;}
.composition ul.list>li>ol>.textbox ul.items li{padding: 0 0 0 1rem; font-size: .8rem;}
.composition ul.list>li>ol>.textbox ul.items li>b{float: left; margin-right: .3rem;}
.composition ul.list>li.composition-item1{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.composition ul.list>li.composition-item1>ol{flex-direction: row;}
.composition ul.list>li.composition-item1>ol>figure{width: 30%;}
.composition ul.list>li.composition-item1>ol>figure>.imgbox{aspect-ratio: initial;}
.composition ul.list>li.composition-item1>ol>.textbox{flex: 1; flex-direction: column; justify-content: center; padding: 1rem; padding-left: 2rem;}

.why-choose ul.list>li>ol{flex-direction: column; box-shadow: 0 0 5px rgba(0, 0, 0, .05); padding: 1.25rem;}
.why-choose ul.list>li>ol .icon{width: 50px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.why-choose ul.list>li>ol .icon>img{filter: drop-shadow(50px 0 var(--hover-color)); position: relative; transform: translateX(-100%);}
.why-choose ul.list>li>ol .textbox{padding-top: 1rem;}

.details-videos ul.list>li>ol{flex-direction: column;}
.details-videos ul.list>li>ol .imgbox{aspect-ratio: 16/9;}
.details-videos ul.list>li>ol .textbox{flex: 1; display: flex; justify-content: center; text-align: center; font-weight: 400; padding-top: 1rem;}

.assembly .row-cols>*{flex-direction: column;}
.assembly .row-cols>*>a{width: 100%;}
.assembly .row-cols>*>span{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: 1rem; font-size: .875rem; font-weight: 400;}

.machine .row-cols>*{flex-direction: column;}
.machine .row-cols>*>a{width: 100%;}
.machine .row-cols>*>span{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem; font-size: .875rem; font-weight: 400;}
@media (max-width: 991.98px){
.left_pics{flex-direction: column;}
.left_pic{width: 100%;}
.related_pic{width: 100%; margin-top: .625rem;}
.related_pic ul{margin: 0 -2px; justify-content: center;}
.related_pic ul>li{width: calc(100% / 6); padding: 2px;}
.inquiry-details{padding: 1.25rem;}
.inquiry-details .webtitle{margin-top: 0; text-align: center}
.inquiry-details p{text-align: center; font-size: .9rem;}
.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: 10px 5px; text-align: center;}
.other-pros ul.list>li>a .title6{padding: 1rem;}
.composition ul.list>li.composition-item1>ol{flex-direction: column;}
.composition ul.list>li.composition-item1>ol>figure{width: 100%;}
.composition ul.list>li.composition-item1>ol>.textbox{padding: 1rem;}
}@media (max-width: 575.98px){
.other-pros .title3::before{border-right: 10px solid var(--hover-color);  margin-right: .625rem;}
.other-pros .title3::after {border-left: 10px solid var(--hover-color); margin-left: .625rem;}
}@media (max-width: 425.98px){
.related-pros ul.list>li>a{flex-direction: row;}
.related-pros ul.list>li>a .imgbox{width: 80px;}
.related-pros ul.list>li>a .textbox{padding: 10px; padding-left: 1rem; text-align: left;}
.assembly .row-cols>*,.key-features>*{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
}@media (max-width: 375.98px){
.assembly .row-cols>*,.key-features>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* Products_End */
/* About Us */
.company .title3{display: flex; flex-direction: column; text-align: center; font-weight: 400; align-items: center;}
.company .title3::before{content: ""; width: 80px; height: 2px; background-color: var(--hover-color); margin-bottom: .5rem;}

.innovation-item{width: 100%; display: flex; flex-direction: column; margin-top: 1.25rem; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 1.5rem;}
.innovation-item>strong{font-size: 1.125rem; color: var(--hover-color);}
.innovation-item p{font-size: .875rem; margin-top: .5rem;}

.service ul.list>li>ol{width: 100%; display: flex; box-shadow: 0 0 10px rgba(0, 0, 0, .05); padding: 1.25rem;}
.service ul.list>li>ol>.icon{width: 40px; aspect-ratio: 1/1; overflow: hidden;}
.service ul.list>li>ol>.icon>img{width: 100%; height: auto; filter: drop-shadow(40px 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.service ul.list>li>ol>p{flex: 1; display: flex; flex-direction: column; font-size: .875rem; line-height: 1.5; padding-left: 1.25rem;}
.service ul.list>li>ol>p>strong{margin-bottom: .3125rem;}

.company-nav ul.list{justify-content: center;}
.company-nav ul.list>li{border-right: 1px solid var(--line-color);}
.company-nav ul.list>li:last-child{border-right: none;}
.company-nav ul.list>li>a{flex-direction: column; align-items: center;}
.company-nav ul.list>li>a .imgbox{width: 60px; aspect-ratio: 1/1;}
.company-nav ul.list>li>a .imgbox>img{filter: drop-shadow(60px 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.company-nav ul.list>li>a .textbox{flex: 1; padding-top: .625rem; text-align: center; font-weight: 500;}
.company-nav ul.list>li>a:hover .imgbox>img,.company-nav ul.list>li.active>a .imgbox>img{filter: drop-shadow(60px 0 var(--hover-color));}
.company-nav ul.list>li>a:hover .textbox,.company-nav ul.list>li.active>a .textbox{color: var(--hover-color);}

.our-pros .title3{font-weight: 600;}
.our-pros ul.list>li>a{flex-direction: column; border-bottom: 1px solid  var(--hover-color); background-color: var(--bg-white);}
.our-pros ul.list>li>a .title6{margin: 0; flex: 1; text-align: center; justify-content: center; font-weight: 400; padding: .625rem;}
/* 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(--hover-color);}
.contact ul>li a:hover{color:var(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#222;}
.contact ul>li>ol{flex: 1;}
.contact ul>li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem; background-color: var(--bg-F9);}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700;}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-main) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 10px; border-radius: 0; border: none; border-bottom: 1px solid var(--line-color); font-size: .875rem;}
.contact  #floatchatiframe2011 #feedback2017 .etw-inquery-control{border: 1px solid var(--line-color); margin-top: 5px;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control:focus{box-shadow: 0 0 0 3px rgba(3,112,189,.1);}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: #c0c0c0 !important; color: var(--bg-main) !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--hover-color) !important; color: var(--bg-white) !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; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,.05);}
.videos_hub ul li>a .imgbox{width: 50%; aspect-ratio: 16/9;}
.videos_hub ul li>a .imgbox img{height: 100%; object-fit: cover;}
.videos_hub ul li>a .imgbox .video_btn::before{--w:60px;}
.videos_hub ul li>a .textbox{flex: 1; flex-direction: column; padding: 1rem; padding-left: 1.5rem; justify-content: center; font-size: 1rem; color: var(--bg-main); font-weight: 400;}
.videos_hub ul li>a:hover{position: relative; transform: translateY(-10px); box-shadow: 0 0 10px rgba(0,0,0,.1);}
.videos_hub ul li>a:hover .textbox{color: var(--hover-color);}
.videos_hub:last-child{margin-bottom: 0;}
.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: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-h5); font-weight: 500; padding: .75rem 1rem; background-color: #eee;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: .75rem 1rem;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li:last-child{margin-bottom:0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.95rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: ""; width: .75rem; height: .75rem; background: url(../images/icons/chevron-right.svg) no-repeat center center; background-size: contain; position: absolute; left: 0; top: 6px;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--hover-color);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){
#video_right{width:100%}
#video_sidebar{width:100%;margin-top:2rem}
#etw_videolist ul li{width: calc(50% - 1rem);}
}@media (max-width:767.98px){
#etw_videolist ul li{width: 100%;}
#video_sidebar{margin-top:1rem}
.videos_hub ul li>a{flex-direction: column;}
.videos_hub ul li>a .imgbox{width: 100%;}
.videos_hub ul li>a .textbox{padding: 1rem; align-items: center; text-align: center;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */
.left_pics{margin-bottom: 1rem;}
.etw_title,.etw_title>span{position: relative;}
.etw_title::before,.etw_title>span::after{position: absolute;left: -15px;top: 18px;content: "";width: 10px;height: 4px;background-color: var(--hover-color);}
.etw_title>span::after{right: -15px;left: inherit;}
.details-brief{margin-top: 1rem;}
