@charset "utf-8";
@font-face{font-family:"OpenSans"; font-weight:300 800; font-style:normal; font-display:swap; src:url(../fonts/OpenSans-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(.875rem,3.5vw,1.125rem);
	--fs-h5:clamp(1rem,3.5vw,1.25rem);
	--fs-h4:clamp(1.125rem,3.5vw,1.375rem);
	--fs-h3:clamp(1.25rem,3.5vw,1.5rem);
	--fs-h2:clamp(1.375rem,3.5vw,1.75rem);
	--fs-h1:clamp(1.5rem,3.5vw,2.5rem);
	--lh-heading:1.2;
	--lh-body:1.6;
	--bg-main: #0061A1;
	--family-first: "OpenSans", sans-serif;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
    --w:1rem;
  --drop-shadow-white: drop-shadow(var(--w) 0 var(--bg-white));
  --drop-shadow-hover: drop-shadow(var(--w) 0 var(--bg-main));
}

.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(var(--bg-white),var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),var(--bg-white));}
.bg-white-light{background-image: linear-gradient(var(--bg-white),var(--bg-light));}
.bg-light-white{background-image: linear-gradient(var(--bg-light),var(--bg-white));}
.bg-white-F9{background-image: linear-gradient(var(--bg-white),var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),var(--bg-white));}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 400; font-size: var(--fs-body); line-height: var(--lh-body); background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {color: #333; line-height: var(--lh-heading); 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);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-main);}
strong,b {font-weight: 700; color: #000;}
img{display:block; width:100%; height: auto;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.2s;color:inherit;}
a:hover{text-decoration:none; color: var(--bg-main);}
inquiry-trigger{color: var(--bg-main);}
inquiry-trigger:hover{text-decoration: underline;}
figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure:last-child,p:last-child{margin-bottom: 0;}
/* 图片放大 */
figure.jsclickready a[class="original-link"],a[class="original-link"]{pointer-events:none !important; cursor:default !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;}
.aspect-none{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;}
.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>*,.etw-photo>*{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>*,.etw-photo a{flex-direction: column;}
.etw-photo span{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: 10px; font-size: .875rem; font-weight: 500; color: #333; line-height: 1.5;}
.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;}
ul.list>li{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}

}@media (max-width: 424.98px) {
.row-cols>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* items */
ul.items,ul.items li>ol{width: 100%; display: block; margin: 0 0 1rem 0;}
ul.items:last-child,ul.items li>ol{margin-bottom: 0;}
ul.items li{display: block; position:relative; padding: 4px 0 4px 1rem; line-height: 22px;}
ul.items li::before{content: ""; width: 6px; height: 6px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 0; top: 12px;}
ul.items li>ol>li{padding: 4px 0 4px 1rem !important;}
ul.items li>ol>li::before{content: "" !important; border-radius: 50%; background-color: rgba(0, 0, 0, .3);}
ul.items li b{font-weight: 500;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 1.625rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) "."; color: var(--bg-main); display: flex; align-items: center; justify-content: flex-end; transform: initial; position: absolute; left: 0; top: 7px; background: none; width: 1rem; height: 1rem;}
ul.items_nub li>ol>li::before{content: ""; width: 6px; height: 6px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 0; top: 12px;}
ul.items_none li::before{content: none;}
ul.items1 li::before{content: none;}
ul.items1 li{padding: 4px 0 4px 1.5rem;}
ul.items1 li>.bi-check2-square{width: 1rem; height: 1rem; position: absolute; left: 0; top: 6px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
ul.items1 li>.bi-check2-square::before{content: ""; width: inherit; height: inherit; background-image: url(../images/icons/check2-square.svg); background-position: center center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(1rem 0 var(--bg-main)); position: relative; transform: translateX(-100%);}

/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table:last-child{margin-bottom: 0;}
.table thead{background-color: rgba(0, 0, 0, .05);}
.table thead td,.table thead inquiry-trigger{color: #000; font-weight: 500;}
.table td,.table-left td{vertical-align: middle; color: #333; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-bordered td{border:1px solid var(--bg-white);}
.table-striped tbody tr:nth-of-type(odd){background-color: var(--bg-F9);}
.table-striped tbody tr:nth-of-type(even){background-color: var(--bg-F0);}
.table-hover tbody tr:hover{background-color: var(--line-color) !important;}
.table tbody inquiry-trigger{color: var(--bg-main);}
.table inquiry-trigger:hover{color: var(--bg-main) !important;}
.table-left tbody td{border: 1px solid rgba(0, 0, 0, .05);}
.table-left tbody td:nth-child(1),.table-left tbody td:nth-child(3){color: #000; font-weight:500;}

/* video_Btn */
.video_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video_btn::before{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video_btn.webp) no-repeat center center; background-size: 100% 100%; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{opacity: .8;}
.watch_btn{left: 1rem; top: auto; bottom: 1rem; transform: initial; z-index: 9;}
.watch_btn::before{--w: 40px; z-index: 2; opacity: 1 !important;}
.watch_btn>span{background-color: var(--bg-main); line-height: 1; border-radius: 20px; color: #fff; padding: .5rem 1rem .5rem 2rem; margin-left: -1.5rem; font-size: .875rem; text-transform: uppercase;}
/* More */
.more_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: .75rem; font-weight: 600; 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; font-weight: 400; color: var(--bg-white); line-height: 1; background-color: var(--bg-main); overflow: hidden; border: 1px solid var(--bg-main);}
.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; padding: .5rem 1rem; color: var(--bg-main); font-size: .875rem; position: relative; overflow: hidden; z-index: 0; border: 1px solid var(--bg-main); line-height: 1; transition: all .3s ease-in-out;}
.inquiry_btn>a:hover,.inquiry_quote>a{background-color: var(--bg-main); color: var(--bg-white); border-color: var(--bg-main);}

.inquiry_quote>a{padding: .75rem 1.25rem; background-color: var(--bg-white); border: 2px solid var(--bg-main); color: var(--bg-main);}
.inquiry_quote>a:hover{background-color: var(--bg-main); color: var(--bg-white);}
/* public-End */
/* Icon */
.bi{--w:1rem; width: var(--w); height: var(--w); display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bi::before{content: ""; width: inherit; height: inherit; background-position: center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(var(--w) 0 #000); transform: translateX(-100%); position: relative;}
.bi-plus-lg::before{background-image: url(../images/icons/plus-lg.svg);}
.bi-dash-lg::before{background-image: url(../images/icons/dash-lg.svg);}
.bi-chevron-right::before{content: ""; background-image: url(../images/icons/chevron-right.svg); background-position: center center; background-repeat: no-repeat; background-size: contain;}
.bi-arrow-right::before{content: ""; background-image: url(../images/icons/arrow-right.svg); background-position: center center; background-repeat: no-repeat; background-size: contain;}
.bi-filetype-pdf::before{content: ""; background-image: url(../images/icons/filetype-pdf.svg); background-position: center center; background-repeat: no-repeat; background-size: contain;}
/* etw_language */
.etw_language{min-height: 30px; display: flex;}
.etw_language ul{width:100%; display:flex; flex-wrap:wrap; justify-content: flex-end; padding-right: 20px;}
.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:#999; display:flex; justify-content:center; align-items:center; height: 30px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-main); 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{width: auto; background: none; 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:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 80px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15);}
.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; visibility: visible;}
@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::before{content: ""; width: 10000%; height: 21px; background-color: var(--bg-white); position: absolute; right: -100px; top: -20px; z-index: 5; clip-path: polygon(0 0, calc(100% - 20px) 0%, 100% 100%, 0% 100%);}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height: 60px; transition: all .5s ease-in-out;}
#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; flex-direction: column;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: initial;}
.navbar>li{padding: 0 ; display: flex; flex-wrap: wrap; margin-left: 2rem;}
.navbar>li>a{display: flex; align-items: center; color: #555; font-size: 1rem; position: relative;padding: 0 20px; min-height: 40px;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover{background-color: var(--bg-F9);}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--bg-main);}
.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.active>a{color: var(--bg-main);}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative; padding: 0;}
.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: .5rem 1rem; align-items: center; font-size: .875rem;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2;font-family: var(--family-first);}
.navbar>li:hover>a,.navbar>li.active>a{background-color: var(--bg-main); 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; padding: 10px 0;}
#etw_logo a>img{max-height:60px;}
}@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 */
.banner-picture{width: 100%; min-height: 200px; max-height: 500px; overflow: hidden; position: relative;}
.banner-picture picture,.banner-picture img{width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;}
.banner-picture::before{content: ""; display: block; padding-top: 31.25%;}
.banner-caption{width: 100%; height: 100%; top: 0; position:absolute; z-index: 5; transition: all .5s ease-in-out; display: flex; align-items: center; justify-content: center;}
.caption-title{color: var(--bg-white); font-size: clamp(1.5rem, 3.5vw, 2.5rem); line-height: 1.2; font-weight: 700; text-shadow: 2px 2px 0 #333;}
.banner1 .banner-picture::after{content: ""; position: absolute; inset: 0; background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0)); z-index: 2;}
.banner1 .banner-caption{right: -100%;}
.banner1 .banner-caption .container{display: flex;  flex-direction: column; align-items: flex-end;  text-align: right;}
.banner1 .caption-title{ text-align: center; margin-bottom: 1.5rem; text-transform: uppercase; margin-bottom: 0;}
.banner2 .caption-desc{color: var(--bg-white); max-width: 450px; line-height: 1.6; text-align: right;}
.banner1.active .banner-caption{right: 0;}
.banner2 .banner-picture::after{content: ""; position: absolute; inset: 0; background-image: linear-gradient(to left, rgba(0,0,0,.5) 40%, rgba(0,0,0,0) 55%); z-index: 2;}
.banner2 .banner-caption{right: -100%;}
.caption-box{max-width: 800px; float: right; display: flex; flex-direction: column; align-items: flex-end;}
.banner2 .caption-title{color: var(--bg-white); text-align: right; margin-bottom: 1.25rem; text-transform: uppercase;}
.banner2 .caption-list{display: flex; flex-direction: column; text-align: left; max-width: 400px;}
.banner2 .caption-list>li{color: #fff; position: relative; line-height: 24px; padding-left: 1.5rem; margin-top: .5rem;}
.banner2 .caption-list>li::before{content: ""; width: 10px; height: 10px; background-color: var(--bg-white); border-radius: 50%; position: absolute; left: 0; top: 7px;}
.banner2.active .banner-caption{right: 0;}
@media (max-width: 1199.98px){
.banner1 .banner-caption{width: 55%; right: 5%;}
.banner1.active .banner-caption{right: 5%;}
}@media (max-width: 991.98px){
.caption-title{margin-bottom: 0 !important;}
.banner2 .banner-caption{width: 70%; right: 5%;}
.banner2.active .banner-caption{right: 5%;}
}@media (max-width: 767.98px){
.banner2 .banner-caption{width: 82%;}
}@media (max-width: 575.98px){
.banner1 .banner-picture::after,.banner2 .banner-picture::after{background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,.5));}
.banner1 .banner-caption,.banner2 .banner-caption{width: 100%; right: 0;}
.banner1 .caption-title,.banner2 .caption-title{ text-align: center; justify-content: center; align-items: center;}
.banner1.active .banner-caption,.banner2.active .banner-caption{right: 0;}
}
/* index */
section,.section,.section-item{width: 100%; padding:3rem 0; display: block; position: relative;}
.section-item{padding: 2rem 0;}

.home-pros-header{display: flex; flex-direction: column;}
.home-pros-title{display: flex; flex-direction: column; align-items: center; margin-bottom: 1.5rem;}
.home-pros-title>small{font-size: .875rem; font-weight: 600; text-transform: uppercase; color: var(--bg-main); letter-spacing: 1px;}
.home-pros-title .title1{font-size: clamp(1.5rem, 3.5vw, 2rem); font-weight: 700; margin: .5rem 0;}
.home-pros-title>p{display: block; max-width: 750px; margin: 0 auto; text-align: center; font-size: .875rem;}

.home-big-pros>li>a{flex-direction: column; align-items: center;}
.home-big-pros>li>a .icon{width: 100%; height: 35px; aspect-ratio: 1/1; display: flex; align-items:center; justify-content: center; overflow: hidden; position: relative; transition: all .3s ease-in-out;}
.home-big-pros>li>a .icon>img{width: auto; height: 35px; object-fit: contain; position: relative; transform: translateY(-35px); filter: drop-shadow(0 35px var(--bg-main));}
.home-big-pros>li>a .textbox{flex-direction: column; padding-top: 1rem; align-items: center; text-align: center; line-height: 1.2; font-size: .875rem; color: #333; font-weight: 500;}
.home-big-pros>li>a:hover .icon{transform: translateY(-8px);}
.home-big-pros>li>a:hover .textbox{color: var(--bg-main);}

.home-pros-list{padding-top: 1.25rem;}
.home-pros-list>li>a{flex-direction: column; box-shadow: 0 20px 20px -15px rgba(0, 0, 0, .125);}
.home-pros-list>li>a .title6{flex: 1; display: flex; justify-content: center; text-align: center; font-weight: 700; font-size: 1rem; line-height: 1.3; color: #333; margin-bottom: 0; z-index: 2; padding: .75rem .625rem;}

.home-pros-list>li>a:hover{transform: translateY(-10px); box-shadow: 0 20px 20px -15px rgba(0, 0, 0, .3);}
.home-pros-list>li>a:hover .title6::after{width: 100%;}

.home-apps{background: url(../images/apps_bg.webp) no-repeat center bottom; background-size: cover;}
.home-apps .container{position: relative; z-index: 2;}
.home-apps small{display: flex; color: var(--bg-main); text-transform: uppercase; font-weight: 600; justify-content: center; font-size: .875rem; margin-bottom: .625rem; letter-spacing: 1px;}
.home-apps .title1{color: #333; font-size: clamp(1.5rem, 3.5vw, 2rem); text-align: center; font-weight: 700; margin-bottom: 1rem;}

.home-apps-list>li{margin-top: 1rem !important;}
.home-apps-list>li>ol{position: relative; overflow: hidden;}
.home-apps-list>li>ol .imgbox{aspect-ratio: 2/1.3;}
.home-apps-list>li>ol .imgbox>img{object-position: center top; transition: all .3s ease-in-out;}
.home-apps-list>li>ol .textbox{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent,rgba(0,0,0,.9)); padding:4rem 1.5rem 2rem 1.5rem;}
.home-apps-list>li>ol .textbox::after{content: ""; width: 60px; height: 5px; background-color: var(--bg-main); margin-top: 1rem; transition: all .3s ease-in-out;}
.home-apps-list>li>ol .textbox .title6{font-size: var(--fs-h3); font-weight: 700; color: var(--bg-white);}
.home-apps-list>li>ol .textbox>p{font-size: .875rem; color: #c2c2c2; 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-apps-list>li>ol:hover{transform: translateY(-10px);}
.home-apps-list>li>ol:hover .imgbox>img{transform: scale(1.05);}
.home-apps-list>li>ol:hover .textbox::after{width: 100%;}

.home-about .imgbox{aspect-ratio: 1/1; overflow: visible; padding: 2rem;}
.home-about .imgbox>img{position: relative; z-index: 2;}
.home-about .imgbox::before{content: ''; width: 200px; aspect-ratio: 1/1; border-top: 5px solid var(--bg-main); border-left: 5px solid var(--bg-main); position: absolute; left: 0; top: 0;}
.home-about .imgbox::after{content: ""; width: 85%; height: 85%; background-color: var(--bg-F9); position: absolute; right: 0; bottom: 0;}
.home-about small{color: var(--bg-main); font-size: .875rem; font-weight: 700; text-transform: uppercase;margin-bottom: 1rem;}
.home-about .title1{color: #333; font-size: clamp(1.5rem, 3.5vw, 2rem); font-weight: 700; margin-bottom: 1rem;}
.home-about p{ line-height: 1.6; font-size: .875rem;}
.home-about-list{display: flex; flex-direction: column; margin-bottom: 1.5rem;}
.home-about-list>li{font-size: 13px; padding-left: 1.5rem; line-height: 30px; position: relative; margin-top:.5rem;}
.home-about-list>li>strong{font-size: .875rem;}
.home-about-list>li .bi-check-circle-fill{--w:.75rem; width: var(--w); height: var(--w); position: absolute; left: 0; top: 9px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.home-about-list>li .bi-check-circle-fill::before{content: "";width: inherit; aspect-ratio: 1/1; background-image: url(../images/icons/check-circle-fill.svg); background-position: center center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(.75rem 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.home-about .more_big>a{padding: .75rem 1rem;}

@media (max-width:1199.98px){
section,.section,.section-item{padding:2.5rem 0;}
.section-item{padding: 2rem 0;}
}@media (max-width:991.98px){
section,.section,.section-item{padding:2rem 0;}
.home-pros-list>li>ol .textbox {padding: 1.25rem;}
.home-apps-list>li>ol .imgbox {aspect-ratio: 4/3;}
.home-apps-list>li>ol .textbox {padding: 3rem 1.25rem 1.5rem 1.25rem;}
.home-about .imgbox {padding: 1.5rem;}
}@media (max-width:767.98px){
section,.section_item{padding:1.5rem 0;}
.home-apps-list>li>ol .textbox>p{display: none;}
.home-apps-list>li>ol .textbox {padding: 1rem;}
.home-about .imgbox {padding: 1.5rem 1.5rem 0 1.5rem;}
.home-about .imgbox::after{display: none;}
}@media (max-width:575.98px){
section,.section_item{padding:1.25rem 0;}
}@media (max-width:375.98px){
section,.section_item{padding:1rem 0;}
}
/* index-end */
.footer {padding: 2.5rem 0; position: relative; overflow: hidden; background-color: var(--bg-light); border-top: 1px solid var(--line-color);}
.footer::before{content: ""; position: absolute; inset: 0; background: url(../images/footer_bg.webp) no-repeat center center; background-size: cover; opacity: .1;}
.footer .container{position: relative; z-index: 2;}
.footer_logo{display: flex; align-items: center; max-width: 300px;}
.footer_logo>a>img{width: auto; max-height: 80px;}
.footer_logo_text{flex: 1; padding-left: 1.25rem; font-size: .9rem; line-height: 1.5; color: #555; font-weight: 600;}

.footer .h3{font-size: 1rem; font-weight: 700; color: #333; margin-bottom: 1rem; text-transform: uppercase;}
.footer .h3::after{content: ''; width: 30px; height: 2px; background-color: var(--bg-main); display: block; margin-top: .5rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block; padding: 0; margin-bottom: 3px;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; width: fit-content; color: #555; font-size: .875rem; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover{color: var(--bg-main); text-decoration: underline;}

.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #555; margin: 0 0 .5rem 0; font-size: .875rem; line-height: 30px; padding: 0; padding-left: 1.5rem; position: relative;}
.footer_contact>li a{color: inherit;}
.footer_contact>li>.bi{width: 1rem; aspect-ratio: 1/1; overflow: hidden; position: absolute; left: 0; top: 7px; display: flex; align-items: center; justify-content: center;}
.footer_contact>li>.bi::before{content: ""; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; position: relative; transform: translateX(-100%); filter: drop-shadow(1rem 0 var(--bg-main));}
.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-whatsapp::before{background-image: url(../images/icons/whatsapp.svg);}
.footer_contact>li a:hover{color: var(--bg-main); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 2.5rem; padding: 1.5rem 0 0 0; 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:#555;display:inline-block;padding:0 6px;margin:4px; font-weight:300; line-height:22px; border:1px solid #555;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-main); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #333 !important; border: none !important; display: flex; padding: 0; box-shadow: initial; border: 2px solid var(--bg-white) !important;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: var(--bg-main) !important; border-left: none !important; padding: 0 10px !important;}
.theme-send-inquiry-box .theme-box-i{width: 42px; display: flex; padding: 0 !important; align-items: center; justify-content: center;}
.theme-send-inquiry-box .theme-box-i .icon-envelope{width: 80%; height: 90%; padding: 0; background: url(../images/icons/email-fill-white.svg) no-repeat center center; background-size: 100% 100%;}
@media (max-width:767.98px){
.footer{padding: 1.25rem 15px;}
.footercop {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0; flex: none;}
#quicknav ul{width:100%;display:flex; flex-wrap: wrap; min-height: 40px; padding: .5rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; position: relative; font-size: .8rem;}
#quicknav ul li::after{content: ""; width: .875rem; height: .875rem; 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: 1.25rem; height: 1.25rem; display: flex; background-image: url(../images/icons/icon-home.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; opacity: .5; transition: all .3s ease-in-out;}
#quicknav .icon-home:hover{opacity: 1;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-main);}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav .icon-home{background-image: url(../images/icons/icon-home-white.svg); opacity: .8;}
#quicknav ul.quicknav li,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li::after{background-image: url(../images/icons/chevron-right-white.svg); opacity: .8;}
#quicknav ul.quicknav li:last-child{color: var(--bg-white);}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:var(--bg-white); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* Products */
.pros-banner .banner-picture{min-height: 200px; max-height: 250px;}

.pros-overview{padding: 2rem 0; background-color: var(--bg-main);}
.pros-overview .title1{max-width: 600px; font-weight: 700; color: var(--bg-white); font-size: clamp(1.5rem, 3.5vw, 2rem); display: flex; margin: 1rem 0 0 0; line-height: 1.3;}
.pros-overview small{color: #fff;}
.pros-overview .description>strong{display: block; font-size: .95rem; color: #fff; margin-bottom: .5rem;}
.pros-overview .description>p{font-size: .8rem; line-height: 1.5; color: #fff;}

.pros-lists h2{display: flex; justify-content: center; position: relative; padding-bottom: 1rem; font-weight: 700;}
.pros-lists h2::before,.pros-lists h2::after{content: ""; width: 100%; max-width: 300px; height: 1px; background-color: var(--line-color); position: absolute; left: 50%; bottom: 2px; transform: translateX(-50%);}
.pros-lists h2::after{max-width: 60px; height: 5px; background-color: var(--bg-main); bottom: 0;}
.pros-lists ul.list>li ol{flex-direction: column; border: 1px solid var(--bg-main);}
.pros-lists ul.list>li ol a.imgbox{aspect-ratio: 3/2;}
.pros-lists ul.list>li ol .textbox{flex: 1; flex-direction: column; padding: 1rem;}
.pros-lists ul.list>li ol .textbox a.title6{flex: 1; font-size: 1rem; font-weight: 700;}
.pros-lists ul.list>li ol .textbox>p{font-size: .85rem; height:66px; line-height: 22px; 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;}
.pros-lists ul.list>li ol .textbox>ul{display: flex; flex-direction: column; margin-bottom: 1rem; flex: 1;}
.pros-lists ul.list>li ol .textbox>ul>li{padding: 0 0 0 .75rem; font-size: .875rem; line-height: 24px; color: #222; position: relative;} 
.pros-lists ul.list>li ol .textbox>ul>li::before{content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 0; top: 10px;}
.pros-lists ul.list>li>ol .textbox .more_small{justify-content: flex-end;}

.brief .textbox{width: 120%; background-color: var(--bg-WhiteSmoke); margin-right: -20%; position: relative; z-index: 2; padding: 1.5rem 2rem;}
.brief .textbox .brief-title{display: flex; flex-direction: column;}
.brief .textbox .brief-title>small{font-size: .875rem; line-height: 1; color: var(--bg-main); text-transform: uppercase; font-weight: 500;}
.brief .textbox .brief-title>.title3{font-weight: 700; margin: .5rem 0 .75rem 0;}
.brief .textbox .brief-title>strong{font-weight: 500;}
.brief .textbox>p{font-size: .875rem;}
.brief .imgbox{aspect-ratio: 16/9;}
@media (max-width: 767.98px){
.pros-overview .title1{margin-top: 0;}
.brief .textbox{width: 100%; margin: 0; padding: 1.25rem;}
}
/* Hub */
.hub-banner{display: flex; flex-direction: row-reverse;}
.hub-banner .banner-picture{width: 100%; min-height: 200px; max-height: 300px;}

.title-heng{display: flex; flex-direction: column; align-items: center; padding-bottom: 1rem; position: relative; margin-bottom: 1.25rem;}
.title-heng::before,.title-heng::after{content: ""; width: 100%; max-width: 300px; height: 1px; background-color: var(--line-color); position: absolute; left: 50%; bottom: 2px; transform: translateX(-50%);}
.title-heng::after{max-width: 60px; height: 5px; background-color: var(--bg-main); bottom: 0;}
.title-heng>b{font-weight: 500;}

.hub-header h2{display: flex; flex-direction: column; margin-bottom: 1.5rem; border-left: 2px solid var(--bg-main); padding-left: 1.5rem;}
.hub-header h2>span{font-size: .95rem; color: #777; margin-top: .65rem;}
.hub-header p{color: #333;}

.diameters ul.list>li{position: relative; padding: 0 5rem;}
.diameters ul.list>li::after{content: ""; width: 1px; height: 100%; background-image: linear-gradient(transparent,var(--line-color),transparent); position: absolute; right: 0; top: 50%;transform: translateY(-50%);}
.diameters ul.list>li:last-child::after{content: none;}
.diameters ul.list>li>ol .title6{flex: 1; display: flex; flex-direction: column-reverse; align-items: center; text-align: center; font-size: .875rem; line-height: 1.5; font-weight: 400;}
.diameters ul.list>li>ol .title6>span{font-size: 1.1rem; font-weight: 700;}


.hub-lists ul.list>li>a{flex-direction: column; box-shadow: 0 20px 20px -15px rgba(0, 0, 0, .125); position: relative;}
.hub-lists ul.list>li>a .imgbox{width: 100%; aspect-ratio: 16/9;}
.hub-lists ul.list>li>a .title6{display: flex; margin-bottom: 0; flex: 1; flex-direction: column; justify-content: center; padding: 1rem 2rem 1.5rem 0; font-size: clamp(.9rem, 3.5vw, 1rem); font-weight: 500; transition: all .3s ease-in-out; position: relative;}
.hub-lists ul.list>li>a .title6>span{width: 1rem; position: absolute; right: 0; top: 50%; z-index: 2; transform: translateY(-50%); display: flex; align-items: center; justify-content: center;}
.hub-lists ul.list>li>a .title6>span>i{width: 1rem; height: 1rem; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.hub-lists ul.list>li>a .title6>span>i::before{width: inherit; height: inherit; filter: drop-shadow(1rem 0 #000); position: relative; transform: translateX(-1rem);}
.hub-lists ul.list>li>a:hover{transform: translateY(-.5rem);}
.hub-lists ul.list>li>a:hover .title6{color: var(--bg-main);}

.hub-img .imgbox{aspect-ratio: 2.5/1;}

.related-cases .title2{background-color: var(--bg-F0); text-align: center; padding: 3rem 0; font-weight: 600; position: relative; margin-bottom: 2rem;}
.related-cases .title2::after{content: ""; width: 0; height: 0; border-top: 30px solid var(--bg-F0); border-left: 50px solid transparent; border-right: 50px solid transparent; position: absolute; left: 50%; top: 99.5%; transform: translateX(-50%);}
.related-cases ul.list>li>a{flex-direction: column; position: relative; border: 1px solid rgba(0, 0, 0, .05);}
.related-cases ul.list>li>a .title6{display: flex; margin-bottom: 0; flex: 1; flex-direction: column; align-items: center; justify-content: center; padding: 1rem 0; text-align: center; font-size: .875rem; font-weight: 500; transition: all .3s ease-in-out;}
.related-cases ul.list>li>a:hover{transform: translateY(-.5rem); box-shadow: 0 20px 20px -15px rgba(0, 0, 0, .125);}
.related-cases ul.list>li>a:hover .title6{color: var(--bg-main);}

.hub-inquiry .feedback{padding: 2rem;}
.hub-inquiry #feedback2017 .etw-inquery-group:nth-child(1), .hub-inquiry #feedback2017 .etw-inquery-group:nth-child(2),.hub-inquiry #feedback2017 .etw-inquery-group:nth-child(4),.hub-inquiry #feedback2017 .etw-inquery-group:nth-child(5){width: 49.5%;}
.hub-inquiry #floatchatiframe2011 #feedback2017 .etw-inquery-control{border: none;}

@media (max-width: 767.98px){
.diameters ul.list>li{padding: 0 2.5rem;}
}@media (max-width: 575.98px){
.diameters ul.list>li{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important; padding: 0 1rem;}
.hub-inquiry .feedback {padding: 1rem;}
}@media (max-width: 424.98px){
.diameters ul.list>li{padding: 0 .5rem;}

}
/* Details */
.details-banner{display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.details-banner .banner-picture{width: 100%; min-height: 200px; max-height: 300px;}
.details-banner-left{width: 55%; padding-right: 5%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; position: absolute; left: 0; top: 0; background-color: var(--bg-main);clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);}
.details-banner-left::before{content: ""; position: absolute; inset: 0; background: url(../images/banner_bg.webp) no-repeat center center; background-size: cover; opacity: .1;}
.details-banner-left .textbox{max-width: 570px; justify-content: center; padding: 1.25rem; position: relative; z-index: 2;}
.details-banner-left .title1{color: var(--bg-white); margin:1rem 0 0 0; font-weight: 700; line-height: 1.3; font-size: clamp(1.5rem, 3.5vw, 2.25rem);}

.main{width: 100%;}
.main>.container{display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: flex-start;}
.main-right{width:20%; position: sticky; left: 0; top: 90px; z-index: 5;}
.main-right .title2{font-size: var(--fs-h3); color: #000; font-weight: 600; display: flex; flex-direction: column;}
.main-right .title2::after{content: ""; width: 60px; height: 2px; background-color: var(--bg-main); margin-top: .5rem;}
.right-menu{display: flex; flex-direction: column;}
.right-menu>li{margin-bottom: 5px;}
.right-menu>li>a{display: flex; font-size: .875rem; line-height: 22px; color: #222; background-color: #FBFBFB; padding: .5rem 1.5rem .5rem 1rem; position: relative;}
.right-menu>li>a>i{width: 1rem; height: 1rem; position:absolute; right: .25rem; top: 50%; transform: translateY(-50%); background-image: url(../images/icons/chevron-right-black.svg); background-repeat: no-repeat; background-position: center center; background-size: contain;}
.right-menu>li>a:hover,.right-menu>li.active>a{color: var(--bg-main);}
.right-menu>li>ol{display: flex; flex-direction: column; padding: 10px 0 5px 1rem;}
.right-menu>li>ol>li>a{display: flex; font-size: .75rem; line-height: 20px; color: #555; padding: 4px 0; position: relative;}
.right-menu>li>ol>li.active>a,.right-menu>li>ol>li>a:hover{color: var(--bg-main);}

.main-left{width: 80%; padding-left:2.5rem;}
.etw_hometitle{margin-bottom: 1.5rem;}
.etw_hometitle>h2{color: #000;}
.etw_hometitle>h3{font-size: 1.125rem; font-weight: 400; color: #999;}
.left_pics{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.left_pic{width: calc(100% - 130px); 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: 110px;}
.related_pic ul{margin: -5px; display: flex; flex-direction: column;}
.related_pic ul>li{width: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.related_pic ul>li a{border: 1px solid var(--line-color);}
.related_pic ul>li.imgdq a{border-color: var(--bg-main);}

.left_pics2 .left_pic{width: calc(100% - 260px);}
.left_pics2 .related_pic{width:250px; display: flex;}
.left_pics2 .related_pic ul{flex-direction: column; flex-wrap: wrap;}
.left_pics2 .related_pic ul>li{width: 50%; flex: 1;}
.left_pics2 .related_pic ul>li>figure{height: 100%;}
.left_pics2 .related_pic ul>li>figure>a>img{height: 100%; object-fit: cover;}

.title5-style{font-weight: 700; display: flex; flex-direction: column; position: relative; padding-bottom: .5rem;}
.title5-style::before{content: ""; width: 100%; height: 1px; background-image: linear-gradient(to right,var(--bg-light),var(--bg-white)); position: absolute; left: 0; bottom: 1px;}
.title5-style::after{content: ""; width: 30px; height: 3px; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0;}

.key-items{justify-content: space-evenly;}
.key-items li>ol{flex-direction: column-reverse; align-items: center; line-height: 1.2; font-size: 1.2rem; color: var(--bg-main); font-weight: 600; }
.key-items li>ol>b{color: #999; font-weight: normal; line-height: 1.2; margin-top: .5rem; font-size: .8rem !important;}

.parameters ul.items li>b{font-weight: 500;}
.parameters ul.items li>ol>li::before{width: 6px; height: 2px; border-radius: 0; top: 14px;}
.parameters-item .title6{font-size: 1rem; color: #333; font-weight: 700;}
.parameters-item .table-bordered td{border: 1px solid var(--line-color) !important;}
.parameters-item ul.items li>strong{font-weight: 600;}

.process-flow p{display: flex; align-items: center; line-height: 1.5; flex-wrap: wrap; font-size: .875rem;}
.process-flow p>span{margin: 0 5px; font-size: 1rem; color: #000;}

.main-components li>ol{flex-direction: column; background-color: var(--bg-F9);}
.main-components li>ol .imgbox{width: 100%; margin: 0;}
.main-components li>ol .textbox{flex: 1; flex-direction: column;  padding: 1rem; position: relative;}
.main-components li>ol .textbox .title6{font-size: .875rem; font-weight: 600;}
.main-components li>ol .textbox>p{font-size: .8rem;}
.main-components li>ol .textbox ul{flex: 1;}
.main-components li>ol .textbox ul>li{font-size: .8rem; color: #666; line-height: 1.2;}
.main-components li>ol .textbox ul>li::before{top: 8px;}
.main-components-2 li>ol .imgbox{aspect-ratio: 2.5/1;}
.main-components-2 li>ol .imgbox>a{width: 100%; height: 100%;}
.main-components-2 li>ol .imgbox>a>img{width: 100%; height: 100%; object-fit: cover;}

ul.items .hide,.hide{display: none;}
.more-btn{display: flex; justify-content: center; width: 100%; position: absolute; left: 50%; bottom: -1rem;transform: translateX(-50%);}
.more-btn>span{cursor: pointer; width: 2rem; height: 2rem; background-color: var(--bg-main); display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.more-btn>span>i::before{filter: var(--drop-shadow-white);}

.pdf-btn{display: flex; justify-content: flex-end; margin-top: .5rem;}
.pdf-btn>a{display: flex; align-items: center; color: #333;}
.pdf-btn>a>i{width: 1.5rem; height: 1.5rem; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-right: .5rem;}
.pdf-btn>a>i::before{width: inherit; height: inherit; filter: drop-shadow(1.5rem 0 var(--bg-main)); position: relative; transform: translateX(-1.5rem);}
.pdf-btn>a:hover{color: var(--bg-main);}

.customer-case ul.list>li>ol{flex-direction: column;}
.customer-case ul.list>li>ol .imgbox{width: 100%; margin: 0;}
.customer-case ul.list>li>ol .textbox{flex: 1; flex-direction: column; justify-content: center; padding: 1rem .625rem; border: 1px solid var(--line-color); border-top: none;}
.customer-case ul.list>li>ol .textbox .title6{margin: 0; color: #000; margin: 0 0 .5rem 0; font-size: .875rem; font-weight: 600;}
.customer-case ul.list>li>ol .textbox .title6:last-child{margin: 0;}
.customer-case ul.list>li>ol .textbox p{flex: 1; font-size: .8rem;  color: #999; line-height: 1.3;}

.details-brief{width: 100%; background-color: #fafafa; margin-top: 2rem; padding: 1.25rem;}
.details-brief p{font-size: .85rem; color: #999;}

.related-pros .title5-style{color: #999; font-size: 1rem; font-weight: 500;}
.related-pros ul.list>li>a{border: 1px solid var(--line-color); padding: 5px;}
.related-pros ul.list>li>a .imgbox{width: 25%;}
.related-pros ul.list>li>a .textbox{flex: 1; justify-content: center; font-size: .8rem; font-weight: 600; padding: .625rem; padding-left: 1rem;}
.related-pros ul.list>li>a:hover{border-color: var(--bg-main);}

.details-inquiry{overflow: hidden; padding: 0;}
.details-inquiry p{font-size: 1rem; line-height: 1.5; color: #333; margin-bottom: .5rem; text-align: center;}

.other-machines ul.list>li>a{flex-direction: column;}
.other-machines ul.list>li>a .textbox{flex: 1; padding-top: .625rem; align-items: center; text-align: center; line-height: 1.3; font-weight: 500; font-size: .875rem; color: #333;}
.other-machines ul.list>li>a:hover{border-color: var(--bg-main);}
.other-machines ul.list>li>a:hover .textbox{color: var(--bg-main);}

.structure-item{display: flex; flex-direction: column; position: relative; counter-reset: nub;}
.structure-item::before{content: ""; width: 2px; height: 100%; background-color: var(--line-color); position: absolute; left: 15px; top: 0;}
.structure-item>li{width: 100%; margin-bottom: 2rem; position: relative; padding-left: 42px;}
.structure-item>li:last-child{margin: 0;}
.structure-item>li::before{counter-increment: nub; content: counter(nub) ""; width: 30px; height: 30px; line-height: 1; background-color: var(--bg-main); border-radius: 50%; position: absolute; left: 0; top: 20px; color: var(--bg-white); display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; align-self: center; border: 3px solid var(--bg-white);}
.structure-item>li>ol{width: 100%; display: flex; flex-direction: column; padding: 1.25rem; background-color: var(--bg-F9);}
.structure-item .title6{font-weight: 700; font-size: 1rem; line-height: 30px; margin-bottom: 0;}

.auxiliary-list{display: flex; flex-direction: column;}
.auxiliary-list li{margin-bottom: 2rem;}
.auxiliary-list li:last-child{margin: 0;}
.auxiliary-list li>ol{width: 100%; display: flex; flex-direction: column;}
.auxiliary-list li>ol .title6{font-weight: 600; color: #000; border-left: 4px solid var(--bg-main); padding-left: 1rem;}
.auxiliary-list li>ol .inquiry_btn{justify-content: center; margin-top: .5rem;}

.videos-items ul.list>li>ol .imgbox{aspect-ratio: 16/9; }
.videos-items ul.list>li>ol .imgbox .video_btn::before{--w:50px;}
.videos-items ul.list>li>ol .textbox{flex: 1; align-items: center; text-align: center; padding-top: 1rem; font-weight: 500;}

@media (max-width: 991.98px){
.main-left{width: 100%; padding-left:0;}
.main-right{display: none;}
}@media (max-width: 767.98px){
.left_pics2 .left_pic{width: 100%;}
.left_pics2 .related_pic{width:100%; margin-top: 1rem;}
.left_pics2 .related_pic ul{flex-direction: row;}
.left_pics2 .related_pic ul>li{width: 25%; flex: none;}
}@media (max-width: 575.98px){
ul.key-items li{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
}@media (max-width: 350.98px){
ul.key-items li{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* Products_End */
/* About Us */
.nbanner .banner-picture::after{content: ""; position: absolute; inset: 0; background-color: rgba(0,0,0,.5); z-index: 5;}
.nbanner-hover{width: 100%; height: 100%; display: flex; align-items: center; position: absolute; inset: 0; z-index: 6;}
.nbanner-hover h2{color: var(--bg-white); text-align: center; margin: 1rem 0 0 0; font-weight: 700; text-transform: uppercase;}

.nbanner-title{color: #333; font-weight: 600; margin-bottom: 1rem;}
.company .imgbox{aspect-ratio: inherit; margin: 0;box-shadow: -6px 6px 0 #eee;}
.company .textbox1{width: 110%; background-color: var(--bg-white); margin-left: -10%; position: relative; z-index: 2; padding: 2rem; box-shadow: 0 0 5px rgba(0, 0, 0, .125);}
.company .etw-photo li>a:hover>span{color: var(--bg-main);}

.company-nav{justify-content: center;}
.company-nav>li{position: relative;}
.company-nav>li::after{content: ""; width: 1px; height: 100%; background-image: linear-gradient(transparent, var(--line-color),transparent); position: absolute; right: 0; top: 0;}
.company-nav>li::after:last-child{border-right: none;}
.company-nav>li>a{display: flex; flex-direction: column; align-items: center;}
.company-nav>li>a .icon{width: 60px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.company-nav>li>a .icon>img{width: 60px; height: 60px; filter: drop-shadow(60px 0 #333); position: relative; transform: translateX(-60px); object-fit: contain;}
.company-nav>li>a .textbox{flex: 1; text-align: center; padding-top: .625rem; color: #333;}
.company-nav>li>a:hover .icon>img,.company-nav>li.active>a .icon>img{filter: drop-shadow(60px 0 var(--bg-main));}
.company-nav>li>a:hover .textbox,.company-nav>li.active>a .textbox{color: var(--bg-main);}

.service-list{display: flex; flex-direction: column;}
.service-list>li{padding: 2rem 0; display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: center;}
.service-list>li .imgbox{width: 50%; aspect-ratio: initial; margin: 0;}
.service-list>li .imgbox>a{aspect-ratio: 16/9; overflow: hidden;}
.service-list>li .imgbox img{object-position: center bottom;}
.service-list>li .service-right{width: 50%; position: relative; z-index: 2;}
.service-list>li .textbox{width: 115%; background-color: var(--bg-white); padding: 2rem;}
.service-list>li .textbox .title4{font-weight: 600;}
.service-list>li:nth-child(even){flex-direction: row;}
.service-list>li:nth-child(even) .textbox{margin-left: -15%;}

.our-pros .title3{font-weight: 600; margin-bottom: 1rem; display: flex; flex-direction: column; align-items: center; padding-bottom: 1rem; position: relative;}
.our-pros .title3::before,.our-pros .title3::after{content: ""; width: 100%; max-width: 300px; height: 1px; background-color: var(--line-color); position: absolute; left: 50%; bottom: 2px; transform: translateX(-50%);}
.our-pros .title3::after{max-width: 60px; height: 5px; background-color: var(--bg-main); bottom: 0;}
.our-pros ul.list>li>a{flex-direction: column;}
.our-pros ul.list>li>a .textbox{flex: 1; align-items: center; text-align: center; padding-top: 1rem; font-size: .875rem; color: #333; font-weight: 500; line-height: 1.3;}

.customers-list{display: flex; flex-direction: column;}
.customers-list>li{margin-bottom: 2rem;}
.customers-list>li>ol{width: 100%; display: flex; flex-wrap: wrap; background-color: var(--bg-F9);}
.customers-list>li>ol .imgbox{width: 45%; aspect-ratio: initial; margin: 0;}
.customers-list>li>ol .textbox{flex: 1; padding:1.25rem 1.25rem 1.25rem 2.5rem; flex-direction: column; justify-content: center;}
.customers-list>li>ol .textbox .related_equipment{display: flex; flex-direction: column;}
.customers-list>li>ol .textbox:last-child{padding: 1.5rem;}

@media (max-width: 767.98px){
.service-list>li{padding: 1rem 0;}
.service-list>li .imgbox{width: 100%; }
.service-list>li .service-right{width: 100%;}
.service-list>li .textbox{width: 100%; padding: 1.25rem;}
.service-list>li:nth-child(even) .textbox{margin-left: 0;}
.company .textbox1{margin: 0; width: 100%; padding: 1.25rem;}
}@media (max-width: 575.98px){
.customers-list>li{margin-bottom: 1rem;}
.customers-list>li>ol{ flex-direction: column;}
.customers-list>li>ol .imgbox{width: 100%;}
.company-nav>li::after{content: none;}
}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.contact ul>li{width: 100%; padding: 0; display: flex; flex-wrap: nowrap; font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li:first-child{margin-bottom: 1rem;}
.contact ul>li:first-child>strong{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin:0; color: #333;}
.contact ul>li strong{color:#222; font-weight: 600; margin-right: .5rem;}
.contact ul>li a{color: var(--bg-main);}
.contact ul>li a:hover{color:var(--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;}
.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;}
#floatchatiframe2011 #feedback2017 .etwfrom-message{min-height: 90px;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: #c0c0c0 !important; color: #fff !important; border-radius: 0; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--bg-main) !important;}
/* Contact Us-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.videos_hub_title{font-size:clamp(1rem, 4vw, 1.25rem); 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 10px rgba(0,0,0,.15);}
.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: 50px;}
.videos_hub ul li>a .textbox{flex: 1; flex-direction: column; padding: 1rem; align-items: center; text-align: center; justify-content: center; font-size: .95rem; color: #333; font-weight: 500; line-height: 1.5;}
.videos_hub ul li>a:hover{position: relative; transform: translateY(-10px);}
.videos_hub ul li>a:hover .textbox{color: var(--bg-main);}
.videos_hub:last-child{margin-bottom: 0;}

.videos_company ul li{width: 100%;}
.videos_company ul li>a{flex-direction: row;}
.videos_company ul li>a .imgbox{width: 50%;}
.videos_company ul li>a .imgbox .video_btn::before{--w:70px}
.videos_company ul li>a .textbox{padding: 2rem; padding-left: 3rem; align-items: flex-start; text-align: left;}
.videos_company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600;}
.videos_company ul li>a .textbox>p{font-size: .9rem; font-weight: 400; color: #666; transition: all .4s;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-main);}

.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%; aspect-ratio: 16/9;}
#video_right h2{color: #333; font-weight: 500;}
.video_more{display:flex;margin-top:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}
#video_right .feedback{box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.5rem 2rem; margin-top: 2rem; box-shadow: 6px 6px 0 #eee, -6px -6px 0 #eee;}
#video_sidebar{width:30%; overflow: hidden;}
#video_sidebar .title4{font-size: var(--fs-h3); color: #000; font-weight: 600; display: flex; flex-direction: column;}
#video_sidebar .title4::after{content: ""; width: 60px; height: 2px; background-color: var(--bg-main); margin-top: .5rem;}

#etw_videolist .webtitle{font-size: 1rem; font-weight: 500; padding: .5rem 1rem; background-color: var(--bg-WhiteSmoke);}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: .75rem 1rem;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li:last-child{margin-bottom:0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.95rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: ""; width: .75rem; height: .75rem; background: url(../images/icons/chevron-right.svg) no-repeat center center; background-size: contain; position: absolute; left: 0; top: 6px;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--bg-main);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
}@media (max-width:767.98px){
#etw_videolist ul li{width: 100%;}
#video_sidebar{margin-top:1rem}
.videos_hub ul li>a{flex-direction: column;}
.videos_hub ul li>a .imgbox{width: 100%;}
.videos_company ul li>a{flex-direction: column;}
.videos_company ul li>a .imgbox{width: 100%;}
.videos_company ul li>a .textbox {padding: 1.25rem;}
}@media (max-width:575.98px){
	#video_right h2{font-size:1.25rem;}
}
/* videos-End */

/*add by mysteo start*/
.hub-product-list{display:flex;flex-wrap:wrap;align-items:flex-start}
.hub-product-list>li{width:50%;flex:0 0 50%;max-width:50%;display:block}
.hub-product-list>li>a{display:block;background-color:#fff;box-shadow:0 18px 35px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease-in-out}
.hub-product-list>li>a .imgbox{width:100%;aspect-ratio:16/9}
.hub-product-list>li>a .textbox{width:100%;display:block;flex:none;padding:1rem 1.25rem 1.25rem}
.hub-product-list>li>a .title6{display:block;flex:none;margin-bottom:.5rem;padding:0;font-size:clamp(1rem,2vw,1.125rem);font-weight:700;color:#222;line-height:1.35}
.hub-product-list>li>a p{margin-bottom:.75rem;font-size:.875rem;line-height:1.5;color:#666}
.hub-product-list>li>a .more-link{display:inline-flex;align-items:center;font-size:.8125rem;font-weight:600;color:var(--bg-main);text-transform:uppercase}
.img-with-des{display:grid;grid-template-columns:1.3fr .7fr;gap:1rem}
.h3captions{font-size:1.2rem}
.imgbox-with-no-aspect{aspect-ratio:unset!important}
/*add by mysteo stop*/
