@charset "utf-8";
@font-face{font-family:"SpaceGrotesk"; font-weight:300 700; font-style:normal; font-display:swap; src:url(../fonts/SpaceGrotesk-VariableFont_wght.woff2) format("woff2");}
@font-face{font-family:"Saira"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/Saira-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.9rem,3.5vw,1rem);
	--fs-h6:clamp(0.95rem,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: #183883;
	--hover-color: #da251c;
	--family-first: "SpaceGrotesk", sans-serif;
	--family-second: "Saira", sans-serif;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
  --w:1rem;
  --drop-shadow-white: drop-shadow(var(--w) 0 var(--bg-white));
  --drop-shadow-hover: drop-shadow(var(--w) 0 var(--hover-color));
}

.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(var(--bg-white),var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),var(--bg-white));}
.bg-white-light{background-image: linear-gradient(var(--bg-white),var(--bg-light));}
.bg-light-white{background-image: linear-gradient(var(--bg-light),var(--bg-white));}
.bg-white-F9{background-image: linear-gradient(var(--bg-white),var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),var(--bg-white));}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 300; font-size: var(--fs-body); line-height: var(--lh-body); background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
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); font-family: var(--family-second); margin-bottom: 1rem;}
h1,.h1,.title1 {font-size: var(--fs-h1);}
h2,.h2,.title2 {font-size: var(--fs-h2);}
h3,.h3,.title3 {font-size: var(--fs-h3);}
h4,.h4,.title4 {font-size: var(--fs-h4);}
h5,.h5,.title5 {font-size: var(--fs-h5);}
h6,.h6,.title6{font-size: var(--fs-h6); font-family: var(--family-first);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--hover-color);}
strong{font-weight: 700;}b{font-weight: 500;}
img{display:block; width:100%; height: auto;}
a{text-decoration:none; -webkit-tap-highlight-color:transparent; transition:all 0.2s; color:inherit; text-decoration:none}
a[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color);}
inquiry-trigger{color: var(--bg-main);}
inquiry-trigger:hover{text-decoration: underline;}
figure{width: 100%; display:flex; flex-wrap: wrap; margin: 0;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
p:last-child{margin-bottom: 0;}
/* 图片放大 */
figure a{pointer-events: none;}
figure.jsclickready a:not(.original-link) {pointer-events: auto !important; cursor: pointer !important;}
/* END */
.imgbox{width:100%; aspect-ratio: 4/3; display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; z-index: 2;}
.imgbox img{width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in-out;}
.object-fit-cover{object-fit: cover !important;}
.object-fit-contain{object-fit: contain !important;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.container,.container1,.container2,.container3{width: 100%; max-width:1130px; margin: 0 auto;padding: 0 15px;}
.container1{max-width:1030px;}.container2{max-width:930px;}.container3{max-width:830px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
.dropdown{z-index: 5;}
.icon-comments:before{content: "";width: 1rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-comments.svg) no-repeat center center; background-size: contain; margin-right: .25rem;}
.icon-remove{content: "";width: 2rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-remove.svg) no-repeat center center; background-size: contain;}
ul.list,.row-cols,.etw-photo{display: flex; flex-wrap: wrap;}
ul.list>li,.row-cols>*,.etw-photo>*{margin: 0; padding: 0; display: flex;}
ul.list>li>*,.row-cols>*>ol,.row-cols>*>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
.etw-photo>*,.etw-photo>*>figure,.etw-photo>*>figure>a{flex-direction: column;}
.etw-photo span{float: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem;}
ul.list.p-5,.row-cols.p-5,.etw-photo.p-5{margin-left: -5px !important; margin-right: -5px !important; padding: 0 !important;}
ul.list.p-5>*,.row-cols.p-5>*,.etw-photo.p-5>*{padding: 5px !important;}
.p-8{margin-left: -8px !important; margin-right: -8px !important;}
.p-8>*{padding: 8px !important;}
.p-10{margin-left: -10px !important; margin-right: -10px !important;}
.p-10>*{padding: 10px !important;}
.p-15{margin-left: -15px !important; margin-right: -15px !important;}
.p-15>*{padding: 15px !important;}
.p-20{margin-left: -20px !important; margin-right: -20px !important;}
.p-20>*{padding: 20px !important;}
@media (max-width: 767.98px){
.p-15,.p-20{margin-left: -8px !important; margin-right: -8px !important;}
.p-15>*,.p-20>*{padding: 8px !important;}
}@media (max-width: 575.98px){
.p-8,.p-10,.p-15,.p-20{margin-left: -5px !important; margin-right: -5px !important;}
.p-8>*,.p-10>*,.p-15>*,.p-20>*{padding: 5px !important;}
ul.list>li,.etw-photo>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}@media (max-width: 425.98px) {
.row-cols>*{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
}@media (max-width: 374.98px){
.row-cols>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* Icon */
.bi{--w:1rem; width: var(--w); height: var(--w); display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bi::before{content: ""; width: var(--w); height: var(--w); 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-check2-square::before{background-image: url(../images/icons/check2-square.svg);}
.bi-person-bounding-box::before{background-image: url(../images/icons/person-bounding-box.svg);}
.bi-envelope-at::before{background-image: url(../images/icons/envelope-at.svg);}
.bi-phone-vibrate::before{background-image: url(../images/icons/phone-vibrate.svg);}
.bi-telephone::before{background-image: url(../images/icons/telephone.svg);}
.bi-play-fill::before{background-image: url(../images/icons/play-fill.svg);}
.bi-arrow-right::before{background-image: url(../images/icons/arrow-right.svg);}
.bi-whatsapp::before{background-image: url(../images/icons/whatsapp.svg);}
.bi-pin-map-fill::before{background-image: url(../images/icons/pin-map-fill.svg);}
.bi-chevron-right::before{background-image: url(../images/icons/chevron-right.svg);}
.bi-camera-video::before{background-image: url(../images/icons/camera-video.svg);}
.bi-email::before{background-image: url(../images/icons/email-fill.svg);}
/* .bi-more-icon::before{background-image: url(../images/more_pros.svg);} */
/* 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-left: 1.25rem; line-height: 24px; margin-bottom: .625rem;}
ul.mb0 li{margin-bottom: 0;}
ul.items li::before{content: ""; width: .75rem; height: .75rem; background: url(../images/list-style.svg) no-repeat center center; background-size: contain; position: absolute; left: 0; top: 6px;}
ul.items li>ol>li{margin-bottom: 0; padding-left: 1rem; font-size: .9rem;}
ul.items li>ol>li::before{width: 6px; height: 6px; top: 9px; border-radius: 50%; background: rgba(0, 0, 0, .3);}

ul.items_nub{display: block; width: 100%; counter-reset: nub;}
ul.items_nub li{display: block; position: relative; line-height: 24px; font-size: .875rem; padding-left:2rem; margin-bottom: .5rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) ""; width: 1.25rem; height: 1.25rem; font-size: .75rem; border: 1px solid var(--hover-color); border-radius: 50%; color: var(--hover-color); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 1px;}
ul.items_none li::before{content: none;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table:last-child{margin-bottom: 0;}
.table thead{background-color: rgba(0, 0, 0, .05);}
.table thead td{color: #000; font-weight: 500;}
.table a{color: var(--hover-color);}
.table a:hover{color: var(--bg-main) !important;}
.table td,.table-left td{vertical-align: middle; color: #333; font-size: .875rem; line-height: 1.2; padding: .625rem; border-top: none; border-bottom: 1px solid #dee2e6;}
.table tbody tr:nth-of-type(odd){background-color: var(--bg-white);}
.table tbody tr:nth-of-type(even){background-color: var(--bg-light);}
.table tbody tr:hover{background-color: var(--bg-F0) !important;}

.table-left{width: 100%;}
.table-left td{border: 1px solid #dee2e6;}
.table-left tbody tr:nth-of-type(odd){background-color: var(--bg-white);}
.table-left tbody tr:nth-of-type(even){background-color: var(--bg-light);}
.table-left td:nth-of-type(odd){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; display: flex; align-items: center; background-color: #595959; border-radius: 0;}
.watch_btn::before{content: none !important;}
.watch_btn>span{width: 40px; aspect-ratio: 1/1; background-color: var(--hover-color); display: flex; align-items: center; justify-content: center;}
.watch_btn>span>i{--w:1.5rem;}
.watch_btn>span>i::before{filter: drop-shadow(var(--w) 0 #fff);}
.watch_btn>text{flex: 1; line-height: 1; color: #fff; padding: 0 1rem; font-size: .875rem; font-weight: 700; font-family: var(--family-second);}
.watch_btn:hover{background-color: var(--hover-color);}
/* More */
.more{display: flex;}
.more>a,.more>span{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: .875rem; line-height: 1; color: #555;}
.more>a>i,.more>span>i{margin-left: .5rem; transition: all .3s ease-in-out;}
.more>a>i::before,.more>span>i::before{filter: drop-shadow(var(--w) 0 var(--hover-color));}
.more>a:hover{color: var(--hover-color);}
.more>a:hover>i{ margin-left: .75rem;}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a{display: flex; align-items: center; color: var(--bg-white); line-height: 1; font-size: .875rem; position: relative; overflow: hidden; z-index: 0; transition: all .3s ease-in-out; background-color: #595959;}
.inquiry_quote>a>span{width: 40px; aspect-ratio: 1/1; background-color: var(--hover-color); display: flex; align-items: center; justify-content: center;}
.inquiry_quote>a>span>i{--w:2rem;}
.inquiry_quote>a>span>i::before{filter: drop-shadow(var(--w) 0 #fff);}
.inquiry_quote>a>text{flex: 1; line-height: 1; color: #fff; padding: 0 1rem; font-size: .875rem; font-weight: 700; font-family: var(--family-second);}
.inquiry_quote>a:hover{background-color: var(--hover-color);}

.inquiry_btn>a{display: flex; padding: .75rem 1.875rem .75rem 1rem; color: var(--bg-white); font-size: .875rem; position: relative; overflow: hidden; z-index: 0;background-color: var(--hover-color); line-height: 1; transition: all .3s ease-in-out; clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);}
.inquiry_btn>a>i{margin-left: .5rem;}
.inquiry_btn>a>i::before{filter: var(--drop-shadow-white);}
.inquiry_btn>a:hover{background-color: var(--bg-main);}
/* 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: .875rem; text-transform: uppercase; color: var(--bg-main);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#999; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--hover-color); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
  .iconfont{width: 1.8rem !important; aspect-ratio: 1/1; background: url(../images/icons/earth-globe-tool.svg) no-repeat center center; background-size: contain; padding: 0 !important;  margin-right: 2.5rem; cursor: pointer;} 
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee; flex-direction: column;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; 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; 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;box-shadow: 4px 4px 100px rgba(0,0,0,.15);}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{float: left; padding: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; width: auto; max-height:60px;}
#etw_logo a>span{color: #000; font-size: .875rem; font-weight: 600; line-height: 1.2; border-left: 1px solid var(--line-color); padding-left: 1rem; margin-left: 1rem; text-transform: uppercase; max-width: 175px; font-family: var(--family-second);}
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; margin-left: 3.5rem; display: flex; flex-wrap: wrap;}
.navbar>li>a{display: flex; color: #333; letter-spacing: .2pt; font-size: 1rem; position: relative; font-family: var(--family-second);}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--hover-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--hover-color);}
.navbar>li:hover>a::before{width: 100%;}
.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;box-shadow: 4px 4px 100px rgba(0,0,0,.15);}
.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%; min-height: 40px; 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{width: 100%; position: relative;}
.banner-picture{width: 100%; margin: 0 auto; height: 500px; overflow: hidden; position: relative;}
.banner-picture picture,.banner-picture img{width: 100%; height: 100%; position: absolute; inset: 0;}
.banner-picture picture,.banner-picture img{object-fit: cover;}
.etw-banner .banner-picture{max-width: 1300px;}
.carousel-caption{width: 28%; top: 60%; transform: translateY(-50%); right:1%; left: initial; bottom:initial; padding:1.25rem; display:flex; flex-direction:column; align-items:flex-start; text-align:left; background-color: rgba(0, 0, 0, .16);}
.caption-title{font-size:clamp(1.5rem, 3.5vw, 2rem); color:#fff; font-weight:800; line-height:1; letter-spacing:-.03em; margin-bottom:1.25rem; text-shadow:0 10px 30px rgba(0,0,0,.2);}
.caption-desc{font-size:clamp(1rem, 1.4vw, 1.25rem); color:rgba(255,255,255,.86); font-weight:400; line-height:1.2; margin-bottom:2rem;}
@media (max-width: 1199.98px){
.banner-picture{height: 390px;}
}@media (max-width: 991.98px){
.banner-picture{height: 300px;}
.caption-title{margin-bottom: 0;}
}@media (max-width: 767.98px){
.banner-picture{height: 220px;}
.carousel-caption{padding: .625rem;}
}@media (max-width: 575.98px){
.banner-picture{height: 160px;}
.carousel-caption{display: none;}
}
/* index */
section,.section,.section-item{width: 100%; padding:3rem 0; display: block; position: relative;}
.section-item{padding: 2rem 0;}

.home-about-new{overflow:hidden;}
.home-about-new .title2{color:#111; font-size:clamp(1.5rem, 3.5vw, 2rem); font-weight:400; line-height:1.1; letter-spacing:-.02em;}
.home-about-new p{color:#555; font-size:1rem; line-height:1.75;}
.home-title{font-size:1.5rem;font-weight:800;color:#111;text-transform:uppercase;letter-spacing:.02em;margin-bottom:1.8rem;position:relative;padding-left:1rem}
.home-title::before{content:"";width:4px;height:1.2em;background:var(--hover-color);position:absolute;left:0;top:.1em}

.home-main-pros::before{content:'';position:absolute; left:0; top:0; width:100%; max-width: 1600px; height:calc(100% - 60px); background:rgb(243 243 243); border-radius:0 135px 0 0; border-right:2px solid #bfb6b6;}
.home-main-pros .container{position: relative; z-index: 2;}
.home-main-pros ul.list>li{padding-bottom: 0 !important;}
.home-main-pros ul.list>li>a{flex-direction: column; background-color: var(--bg-white);}
.home-main-pros ul.list>li>a .textbox{padding: 1rem; border-bottom:3px solid transparent; transition: all .3s;}
.home-main-pros ul.list>li>a .textbox .title6{font-size:1.25rem;line-height:1.35; color:#111; font-weight:500; font-family:var(--family-second); margin-bottom: .625rem;}
.home-main-pros ul.list>li>a .textbox>p{font-size: .875rem; color: #555;}
.home-main-pros ul.list>li>a:hover .textbox{border-bottom-color: var(--hover-color);}
.home-main-pros ul.list>li>a:hover .textbox .title6{color: var(--hover-color);}
.home-main-pros ul.list>li>a:hover{transform:translateY(-10px);box-shadow:0 18px 35px rgba(0,0,0,.12);}

.more-all{display: flex; justify-content: center; margin-top: 1.25rem;}
.more-all>a{padding: .75rem 1.875rem .75rem 1rem; background-color: var(--hover-color); color: var(--bg-white); clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);}
.more-all>a>i::before{filter: var(--drop-shadow-white);}
.more-all>a:hover{background-color: var(--bg-main); color: var(--bg-white);}

.home-apps .container{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.home-apps .home-title{color:#111;font-size:clamp(1.5rem,3.5vw,1.5rem);font-weight:800;line-height:1.08;margin-bottom:1rem;}
.home-apps-left{width: 29%; display: flex; flex-direction: column;}
.home-apps-left>span{display:inline-flex;color:var(--hover-color);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}
.home-apps-left .home-title{padding-left: 0;}
.home-apps-left .home-title::before{content: none;}
.home-apps-left>p{color:#555; font-size:.96rem; line-height:1.75; margin:0;}
.home-apps-right{flex: 1; padding-left: 1.875rem;}
.home-apps ul.list>li{width: calc(100% / 7);}
.home-apps ul.list>li>ol{flex-direction: column; align-items: center; text-align: center;background: #f5f7fa; padding: 1rem; border-radius: 1rem; overflow: hidden;}
.home-apps ul.list>li>ol .imgbox{overflow: hidden;  display: flex; align-items: center; justify-content: center; position: relative;}
.home-apps ul.list>li>ol .title6{margin: 0; flex: 1; padding-top: .5rem; display: flex; align-items: center; font-weight: 700; font-size: .875rem; color: #222;}
.home-apps-right .imgbox>img{ width:80px; height:80px;}
.home-factory{overflow: hidden;}
.home-factory::before{content:'';position:absolute; right:0; top:0; width:100%; max-width: 1600px; height:100%; background:var(--bg-F0); border-radius: 135px 0 0 0;}
.home-factory .home-title{margin-bottom: 1rem;}
.home-factory p{position: relative;z-index: 2;}
.home-factory ul.list>li{padding: 5px;}
.home-factory ul.list>li .imgbox{aspect-ratio: 2/1;}
@media (max-width:1199.98px){
section,.section{padding: 2.5rem 0;}
}@media (max-width:991.98px){
section,.section,.section-item{padding: 2rem 0;}
}@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;}
}@media (max-width:375.98px){
section,.section,.section-item{padding:1rem 0;}
}
/* index-end */
.footer {padding: 2.5rem 0 1rem 0; position: relative; overflow: hidden; background-color: #fff; }
.footer .container{position: relative; z-index: 2;}
.footer-contact ul.list>li{display: flex; flex-wrap: wrap; border-right: 1px solid rgba(0, 0, 0, .1); background-color: rgba(255,255,255,.5); padding: 1rem;}
.footer-contact ul.list>li:last-child{border-right: none;}
.footer-contact ul.list>li a{flex: 1; color: #333; font-size: .95rem; line-height: 24px;}
.footer-contact ul.list>li>ol{flex: 1; display: flex; flex-direction: column;}
.footer-contact ul.list>li i{width: 1rem; height: 24px; margin-right: .625rem;}
.footer-contact ul.list>li i::before{filter: var(--drop-shadow-hover);}
.footer-contact ul.list>li a:hover{color: var(--hover-color); text-decoration: underline;}
.footer-contact ul.list>li:last-child{margin-bottom: 0;}
.footer .h3{display: flex; flex-direction: column; font-weight: 600; font-size: 1.2rem; color: #000; margin-bottom: 1.5rem;}
.footer .h3::after{content: ''; width: 30px; height: 2px; background-color: var(--hover-color); display: block; margin-top: .5rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--hover-color);}
.footer_list{display: flex; flex-direction: column;}
.footer_list>li{display:flex; flex-direction: column; margin-bottom: .5rem;}
.footer_list>li>a{display: block; width: fit-content; color: #000; font-size: 1rem; font-weight: 400; font-family: var(--family-second); line-height: 1.2; transition: all .3s ease-in-out;}
.footer_list>li>a::after{content: ''; width: 30px; height: 2px; background-color: var(--hover-color); display: block; margin-top: .5rem;}
.footer_list>li>ol{width: 100%; display: flex; flex-direction: column; padding-top: 5px; margin-bottom: 10px;}
.footer_list>li>ol>li{padding: 5px 0;}
.footer_list>li>ol>li>a{display: block; width: fit-content; color: #333; font-size: .875rem; font-weight: 400; line-height: 1.2; transition: all .3s ease-in-out;}
.footer_list>li>a:hover,.footer_list>li>ol>li>a:hover{color: var(--hover-color); text-decoration: underline;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.25rem 0 0 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:2px;font-weight:300;line-height:22px;border:1px solid #333;font-size:.875rem; opacity: .7;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{opacity: 1;color: var(--hover-color); border-color: var(--hover-color);}
#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: var(--bg-main) !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 ul.list>li{padding: 0 1rem;}
.footer-contact ul.list>li:nth-child(even){border-right: none;}
}@media (max-width:767.98px){
.footer{padding: 1.25rem 0;}
.footercop {padding: 1rem 0;}
}@media (max-width: 575.98px){
.footer-contact ul.list>li{border-right: none; padding: 0; margin-bottom: .5rem;}
}
/* #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{overflow: hidden; min-height: 200px; max-height: 300px; max-width: 1300px;}
.pros-banner .banner-picture::before{content: ""; display: block; padding-top: 15.625%;}
.pros-banner-hover{width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.pros-banner-hover .title1{max-width: 600px; color: var(--bg-white); font-weight: 500; margin: 1rem 0 0 0;}

.main>.container{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; flex-direction: row-reverse;}
.main-right{width: 250px; background-color: #fafafa;box-shadow: 0 0 5px rgba(0, 0, 0, .1); position: sticky; top: 100px;}
.main-right .title5{display: flex; padding: .75rem .625rem; font-weight: 600; text-transform: uppercase; border-bottom: 1px solid var(--hover-color); margin-bottom: 0;}
.main-right>ul{display: flex; flex-direction: column; padding: 10px 0;}
.main-right>ul>li{display: flex; flex-direction: column; padding: 5px 10px; line-height: 1.2;}
.main-right>ul>li>a{font-size: .95rem; font-weight: 600;}
.main-right>ul>li>ol{width: 100%; display: flex; flex-direction: column; padding: 5px 0;}
.main-right>ul>li>ol>li{display: flex; flex-direction: column; padding: 5px; line-height: 1.2;}
.main-right>ul>li>ol>li>a{font-size: .875rem;}
.main-right>ul>li>a:hover,.main-right>ul>li.active>a,.main-right>ul>li>ol>li>a:hover,.main-right>ul>li>ol>li.active>a{color: var(--hover-color);}
.main-left{width: calc(100% - 250px); padding-left: 2.5rem;}
.main-left .title2{display: flex; align-items: center; justify-content: space-between; padding-bottom: .625rem; border-bottom: 1px solid var(--line-color); margin-bottom: 1rem;}

.probox-items{display: flex; flex-direction: column;}
.probox-items .probox-title{display: flex; align-items: center; justify-content: space-between; padding-bottom: .625rem; border-bottom: 1px solid var(--line-color); margin-bottom: 1rem;}
.probox-items .probox-title a.title3{margin: 0; width: fit-content; font-weight: 500;}
.probox-items .probox-title .more>a{color: var(--hover-color);}
.probox-items ul.list>li>a{flex-direction: column; border: 1px solid var(--line-color); position: relative;}
.probox-items ul.list>li>a:hover{border-color: var(--hover-color); transform: translateY(-.5rem); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .3);}
.probox-items ul.list>li>a .imgbox{background-color: #f7f7f7;}
.probox-items ul.list>li>a .imgbox>img{mix-blend-mode: multiply;}
.probox-items ul.list>li>a .title6{flex: 1; margin: 0; display: flex; padding: 1rem; font-weight: 500; font-family: var(--family-second);}
.probox-items ul.list>li>a:hover .title6{color: var(--hover-color);}

.pros-brief{background-image: linear-gradient(var(--bg-white),var(--bg-light));}
.pros-brief .title3{font-weight: 500;}
.pros-brief .imgbox{aspect-ratio: 12/7;}
.imgbox-title{width: 190px; border: 5px solid var(--bg-white); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background-color: var(--hover-color); display: flex; flex-direction: column; align-items: center; padding: 1.5rem .625rem; text-align: center;}
.imgbox-title>strong{font-size: 2.5rem; line-height: 1; color: var(--bg-white); font-weight: 900;}
.imgbox-title>span{font-size: 1rem; font-weight: 400; color: var(--bg-white); margin-top: .625rem; text-transform: uppercase;}
@media (max-width: 991.98px){
.pros-banner .banner-picture{min-height: 150px;}
.main-left{width: 100%; padding-left: 0;}
}@media (max-width: 767.98px){
.pros-banner .banner-picture{min-height: 140px;}
}
/* Hub */
.hub-items ul.list>li>ol{box-shadow: 0 0 10px rgba(0, 0, 0, .1); background-color: var(--bg-F9); }
.hub-items ul.list>li>ol a.imgbox{width: 40%; background-color: var(--bg-white);}
.hub-items ul.list>li>ol a.imgbox>img{object-fit: contain;}
.hub-items ul.list>li>ol .textbox{flex: 1; flex-direction: column; justify-content: center; padding: 1.25rem; padding-left: 1.875rem;}
.hub-items ul.list>li>ol .textbox a.title6{display: flex; flex-direction: column; font-weight: 600; font-size: clamp(1rem, 3.5vw, 1.125rem);}
.hub-items ul.list>li>ol .textbox a.title6>span{font-size: .875rem; font-weight: 400; color: var(--hover-color); margin-bottom: .5rem;}
.hub-items ul.list>li>ol .textbox a.title6::after{content: ""; width: 40px; height: 2px; background-color: var(--hover-color); margin-top: .5rem;}
.hub-items ul.list>li>ol .textbox>p{font-size: .875rem; margin-bottom: 1.25rem;}
.hub-items ul.list>li>ol .textbox>ul{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.hub-items ul.list>li>ol .textbox>ul>li{position: relative; padding-left: .75rem;}
.hub-items ul.list>li>ol .textbox>ul>li::before{content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #808080; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.hub-items ul.list>li>ol .textbox>ul>li>a{width: fit-content; font-size: .875rem;}
.hub-items ul.list>li>ol .textbox>ul>li>a:hover{color: var(--hover-color);}
.hub-items ul.list>li>ol .textbox .more>a{padding: .5rem 1.75rem .5rem 1rem; background-color: #ddd; clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); color: var(--hover-color);}
.hub-items ul.list>li>ol .textbox .more>a:hover{background-color: var(--hover-color); color: var(--bg-white);}
.hub-items ul.list>li>ol .textbox .more>a:hover>i::before{filter: var(--drop-shadow-white) !important;}

.title-heng{display: flex; justify-content: center; align-items: center; position: relative; margin-bottom: 1.25rem;}
.title-heng::before{content: ""; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent, var(--hover-color), transparent); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.title-heng>span{position: relative; z-index: 2; padding: 0 1.875rem; font-weight: 500;}
.other-pros ul.list>li>a{flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, .1); background-color: var(--bg-white); position: relative;}
.other-pros ul.list>li>a .title6{flex: 1; font-weight: 500; display: flex; justify-content: center; text-align: center; margin: 0; padding: .625rem; padding-bottom: 1.25rem;}
.other-pros ul.list>li>a:hover{transform: translateY(-.5rem); box-shadow: 0 20px 20px -15px rgba(0, 0, 0, .2);}
.other-pros ul.list>li>a:hover .title6{color: var(--hover-color);}
@media (max-width: 767.98px){
.hub-items ul.list>li>ol .textbox>p{height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word;}
}@media (max-width: 575.98px){
.hub-items ul.list>li>ol a.imgbox{width: 100%;}
.hub-items ul.list>li>ol .textbox{padding: 1rem;}
}
/* Details */
.details-banner .details-banner-box{display: flex; flex-direction: column;}
.details-banner .details-banner-box::after{content: ""; width: 100%; height: 1px; background-color: var(--line-color); position: absolute; left: 0; bottom: 1rem;}
.details-banner #quicknav{width: fit-content; background-color: var(--bg-white); padding-right: .625rem;}
.details-banner .title1>strong{font-weight: 400; color: #000;}

.left_pics{width: 100%; display: flex; flex-direction: column;}
.left_pic{width: 100%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; flex-direction: column;}
.left_pic img{mix-blend-mode: multiply;}
.item_mod{padding-top: .625rem; font-weight: 600;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap; justify-content: center;}
.related_pic ul>li{width: 20%; padding: 0 5px; display: flex; align-items: center; justify-content: center;}
.related_pic ul>li a{border: 1px solid #ccc;}
.related_pic ul>li.imgdq a{border-color: var(--hover-color);}
.related_pic6 ul>li{width: calc(100% / 6);}

.details-title{display: flex; flex-direction: column; font-weight: 700;}
.details-title>span{font-size: 1rem; font-weight: 400; color: var(--hover-color); margin-bottom: .5rem;}
.details-btn{display: flex; align-items: center; justify-content: flex-end; margin-top: 1.5rem;}
.details-btn .watch_btn{position: relative; left: auto; bottom: auto; margin-right: 2rem;}
.details-btn2{margin: 0; position: absolute; right: 1rem; bottom: 1rem;}
.details-btn2 .watch_btn{margin-right: 0;}
.details-heng{display: flex; flex-direction: column; margin-bottom: 1rem;}
.details-heng::after{content: ""; width: 80px; height: 2px; background-color: var(--hover-color);  margin-top: .625rem;}
.details-brief p{background-color: var(--bg-F9); padding: 1.5rem; font-size: .875rem; color: #999;}

.related-pros .title-heng{justify-content: flex-start;}
.related-pros .title-heng>span{padding-left: 0;}
.related-pros ul.list>li>a{flex-direction: column; border: 1px solid var(--line-color); box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: relative;}
.related-pros ul.list>li>a .title6{margin: 0; flex: 1; font-weight: 600; font-size: .875rem; display: flex; justify-content: center; text-align: center; padding: 1rem .625rem;}
.related-pros ul.list>li>a:hover{transform: translateY(-.5rem); box-shadow: 0 20px 20px -15px rgba(0, 0, 0, .2); border-color: var(--hover-color);}
.related-pros ul.list>li>a:hover .title6{color: var(--hover-color);}
.related-pros2 ul.list>li>a{flex-direction: row;}
.related-pros2 ul.list>li>a .imgbox{width: 30%;}
.related-pros2 ul.list>li>a .title6{flex-direction: column; align-items: flex-start; text-align: left; padding: .625rem; padding-left: 1.25rem;}
.related-pros2 ul.list>li>a .title6>span{font-weight: 400; color: var(--hover-color); margin-bottom: .5rem;}

.inquiry-form{overflow: hidden; padding: 0;}
.inquiry-form::before{content: ""; width: 50%; height: 100%; background-color: var(--bg-F0); position: absolute; left: 0; top: 0;}
.inquiry-form .container1{position: relative; z-index: 2; background-color: var(--bg-F0); border-radius: 0 120px 0 0; display: flex; padding: 3rem;}
.inquiry-form .title2{font-weight: 600; color: #000; margin: 2rem 0 1.25rem 0;}
.inquiry-form p{font-size: 1.125rem; color: #555;}

ul.items-apps li>ol{flex-direction: column; align-items: center; text-align: center; background-color: var(--bg-white); padding: 1.5rem; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
ul.items-apps li>ol>strong{font-size: 1rem; margin-bottom: .625rem;}
ul.items-apps li>ol>p{font-size: .9rem;}
.breakdown .title6{font-size: 1.1rem; margin-bottom: .5rem; font-family: var(--family-second);}
.breakdown ul.items b,.breakdown ul.items strong{color: #000;}
@media (max-width: 991.98px){
.details-btn .watch_btn {margin-right: .5rem;}
}@media (max-width: 767.98px){
.details-banner .details-banner-box{padding-bottom: .5rem;}
.details-banner .details-banner-box::after{bottom: 0;}
.inquiry-form .container1{padding: 1.5rem;}
.inquiry-form .title2{margin:0 0 1rem 0;}
}
/* Products_End */
/* About Us */
.company-banner .container{max-width: 1300px; height: 200px; background: url(../images/banner-bg.webp) no-repeat center center; background-size: cover;  display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border-radius: 100px 0;}
.company-banner .title1{max-width: 500px; text-align: center; margin: 1rem 0 0 0; font-weight: 500;}

ul.company-list>li>ol{align-items: flex-start; box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-radius: 1rem; overflow: hidden; padding: 1.25rem;}
ul.company-list>li>ol .icon{width: 50px; opacity: .7; display: flex;}
ul.company-list>li>ol .textbox{flex: 1; padding-left: 1.25rem;}
ul.company-list>li>ol .textbox .title5{display: flex; flex-direction: column;}
ul.company-list>li>ol .textbox .title5>strong{font-weight: 500;}
ul.company-list>li>ol .textbox .title5::after{content: ""; width: 30px; height: 2px; background-color: var(--hover-color); margin-top: .5rem;}
ul.company-list>li>ol .textbox p{font-size: .9rem;}

.company-nav ul.list{display: flex; flex-wrap: wrap; justify-content: center; position: relative;}
.company-nav ul.list::before{content: ""; width: 1px; height: 100%; background-image: linear-gradient(transparent,var(--line-color),transparent); position: absolute; left: 50%; top: 0;}
.company-nav ul.list>li{width: 200px;}
.company-nav ul.list>li>a{flex-direction: column; align-items: center; text-align: center;}
.company-nav ul.list>li>a .icon{width: 60px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.company-nav ul.list>li>a .icon>img{width: 60px; filter: drop-shadow(60px 0 rgba(0,0,0,.8)); position: relative; transform: translateX(-60px);}
.company-nav ul.list>li>a .textbox{flex: 1; padding-top: .625rem; font-weight: 500;}
.company-nav ul.list>li>a:hover .icon>img,.company-nav ul.list>li.active>a .icon>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);}

.advantages .title3,.title3_heng{display: flex; flex-direction: column; align-items: center; text-align: center; font-weight: 500;}
.advantages .title3::before,.title3_heng::before{content: ""; width: 80px; height: 2px; background-color: var(--hover-color); margin-bottom: .5rem;}

.our-pros{overflow: hidden;}
.our-pros::before{content:'';position:absolute; right:0; top:0; width:100%; max-width: 1600px; height:100%; background:var(--bg-F0); border-radius:135px 0 0 0;}
.our-pros-title{display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem;}
.our-pros-title .title3{margin: 0; font-weight: 600; border-left: 5px solid var(--hover-color); padding-left: 1rem;}
.our-pros ul.list>li>a{background-color: var(--bg-white); flex-direction: column; padding: 1rem; border-radius: 0 2rem; position: relative;}
.our-pros ul.list>li>a .imgbox>img{object-fit: contain;}
.our-pros ul.list>li>a .title6{width:100%;flex:1; display: flex; justify-content: center; text-align: center; padding-top: 1rem; font-size:1.125rem; line-height:1.35; color:#111; font-weight:500; font-family:var(--family-second);margin:0}
.our-pros ul.list>li>a:hover{box-shadow: 0 20px 20px -15px rgba(0, 0, 0, .2); transform: translateY(-.5rem);}
.our-pros ul.list>li>a:hover .title6{color: var(--hover-color);}

.factory-bg{overflow: hidden;}
.factory-bg::before{content: ""; width: 100%; height: 100%; max-width: 1600px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: var(--bg-light); border-radius: 0 130px 0 0; box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);}
.factory .etw-photo>li>figure>.textbox{flex: 1; align-items: center; text-align: center; padding-top: .625rem; line-height: 1.2; font-size: .95rem; color: #333; font-weight: 400;}

.applications ul.etw-photo figure{flex: 1; box-shadow: 0 0 5px rgba(0, 0, 0, .125); flex-direction: column;}
.applications .imgbox{aspect-ratio: 1/1; background-color: var(--bg-WhiteSmoke);}
.applications .imgbox>img{width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply;}
.applications span{flex: 1; display: flex; align-items: center; justify-content: center; padding: .625rem; line-height: 1.2; font-weight: 400; font-size: .875rem;}
ul.packaging-list>li>ol{flex-direction: row; align-items: flex-start; box-shadow: 0 0 5px rgba(0, 0, 0, .1); padding: 1.25rem;}
ul.packaging-list>li>ol .icon{width: 80px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
ul.packaging-list>li>ol .icon>img{width: 80px; object-fit: contain; filter: drop-shadow(80px 0 #000); position: relative; transform: translateX(-100%); opacity: .7;}
ul.packaging-list>li>ol .textbox{flex: 1; padding-left: 1.25rem;}
ul.packaging-list>li>ol .textbox>.title6{font-weight: 500; color: #000; font-size: 1.1rem; margin-bottom: .625rem;}
ul.packaging-list>li>ol .textbox>p{font-size: .875rem;}
@media (max-width: 575.98px){
.company-nav ul.list>li{width: 50%; -ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
}
@media (max-width: 425.98px){
ul.company-list>li>ol{flex-direction: column;}
ul.company-list>li>ol .textbox{padding: 1rem 0 0 0;}
}
/* 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.25rem; font-weight: 600; line-height: 1.2; margin:0; color: #333; font-family: var(--family-second);}
.contact ul>li strong{color:#222; font-weight: 600; margin-right: .5rem;}
.contact ul>li a{color: var(--bg-main);}
.contact ul>li a:hover{color:var(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#222;}
.contact ul>li>ol{flex: 1;}
.contact ul>li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem; background-color: var(--bg-F0); box-shadow: 5px 5px 0 var(--hover-color);}
.contact .feedback .webtitle{font-size:1.5rem; color:#000; text-align: center; font-weight: 500;}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-main) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 10px; border-radius: 0; font-size: .875rem; border: none !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: var(--hover-color) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--bg-main) !important;}
/* Contact Us-End */
/* videos */
.video-banner .container{height: 150px;}
.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.375rem); font-weight: 600; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; border-left: 3px solid var(--hover-color); padding-left: 1rem;}

.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos_hub ul li>a .imgbox{width: 100%; aspect-ratio: 16/9;}
.videos_hub ul li>a .imgbox img{height: 100%; object-fit: cover;}
.videos_hub ul li>a .textbox{flex: 1; flex-direction: column; padding: 1rem; padding-left: 1.5rem; align-items: center; text-align: center; justify-content: center; font-size: .95rem; color: #333; font-weight: 500;}
.videos_hub ul li>a:hover{position: relative; transform: translateY(-10px);}
.videos_hub ul li>a:hover .textbox{color: var(--bg-main);}
.videos_hub:last-child{margin-bottom: 0;}

.videos_company ul li{width: 100%;}
.videos_company ul li>a{flex-direction: row;}
.videos_company ul li>a .imgbox{width: 50%;}
.videos_company ul li>a .imgbox .video_btn::before{--w:70px}
.videos_company ul li>a .textbox{padding: 2rem; padding-left: 3rem; align-items: flex-start; text-align: left;}
.videos_company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600;}
.videos_company ul li>a .textbox>p{font-size: .9rem; font-weight: 400; color: #666; transition: all .4s;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-main);}

.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%; aspect-ratio: 16/9;}
#video_right h2{color: #333; font-weight: 500; font-size: var(--fs-h3);}
.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: 400;}
.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_right .feedback #floatchatiframe2011 #feedback2017 .etw-inquery-control{border: 1px solid rgba(0, 0, 0, .1) !important;}

#video_sidebar{width:30%; background-color: var(--bg-F9); overflow: hidden;}
#video_sidebar .title4{color: #000; font-size: var(--fs-h4); font-weight: 500; display: flex; align-items: center; justify-content: center; padding: .75rem; margin-bottom: 0; border-bottom: 1px solid var(--hover-color);}
#etw_videolist .webtitle{font-size: var(--fs-h6); font-weight: 500; padding: .75rem 1rem; background-color: var(--bg-F0); color: #333;}
#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.875rem; 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_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 */
.about-wrap{display:flex;justify-content:space-between;align-items:center;}
.about-left{width:35%}
.about-right{width:65%;padding-top:.5rem}
.about-tag{display:inline-flex;padding:.45rem 1rem;border-radius:30px;background:#f3f3f3;font-size:.875rem;color:#666;margin-bottom:1.5rem}
.home-about-new .title2{font-size:clamp(1.8rem,3vw,2rem);line-height:1.18;font-weight:300;color:#111;letter-spacing:-.02em;margin-bottom:0}
.home-about-new p{font-size:1rem;line-height:1.9;color:#666;margin:0}
.home-pros-overview{background:#f3f3f3;overflow:hidden}
.home-pros-overview::before{content:none}
.home-pros-head{text-align:center;margin-bottom:3rem}
.home-pros-head span{display:inline-flex;align-items:center;gap:.75rem;font-size:1rem;color:#111;margin-bottom:1.5rem}
.home-pros-head span::before{content:"";width:4px;height:1rem;background:var(--hover-color);display:block}
.home-pros-head .title2{font-size:clamp(1.8rem,3vw,2rem);line-height:1.1;font-weight:300;color:#111;letter-spacing:.03em;margin:0}
.home-pros-layout{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:3rem;align-items:center}
.home-pros-col{display:flex;flex-direction:column;gap:2rem}
.home-pros-card{background:#fff;border-radius:.5rem;box-shadow:0 8px 25px rgba(0,0,0,.08);padding:1rem;min-height:180px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.home-pros-card .imgbox{aspect-ratio:16/7;background:#fff;margin-bottom:1rem}
.home-pros-card .imgbox img{object-fit:contain;mix-blend-mode:multiply}
.home-pros-card .title6{font-size:1.05rem;font-weight:600;color:#111;margin:0;font-family:var(--family-first)}
.home-pros-card i{position:absolute;right:1rem;bottom:1rem;width:24px;height:6px}
.home-pros-card i::before{content:"•••";color:#bbb;letter-spacing:2px;font-style:normal;line-height:1}
.home-pros-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px rgba(0,0,0,.12)}
.home-pros-card:hover .title6{color:var(--hover-color)}
.home-pros-center{text-align:center;display:flex;flex-direction:column;align-items:center}
.home-pros-center img{width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply;margin-bottom:2.5rem}
.home-pros-center strong{font-size:1.25rem;line-height:1.2;font-weight:400;color:#111;text-transform:uppercase;margin-bottom:.5rem}
.home-pros-center p{max-width:320px;color:#777;font-size:1rem;line-height:1.5;margin:0;text-align:center}
.home-service{background:linear-gradient(135deg,#dfe0e1 0%,#a9adb3 100%);overflow:hidden}
.home-service .container{display:grid;grid-template-columns:280px 1fr;gap:3.5rem;align-items:start}
.service-left{padding-top:1rem}
.service-left span{display:inline-block;color:#000;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;position:relative;padding-left:.9rem}
.service-left span::before{content:"";width:3px;height:.9rem;background:var(--hover-color);position:absolute;left:0;top:3px}
.service-left .title2{color:#000;font-size:clamp(1.5rem,3.5vw,2rem);line-height:1;font-weight:300;margin-bottom:1.5rem;letter-spacing:-.03em}
.service-left p{color:#000;line-height:1.75;font-size:.96rem;max-width:260px}
/* 右侧 */
.service-right{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
/* 卡片 */
.service-card{border-radius:1rem;backdrop-filter:blur(6px);display:flex;flex-direction:column;transition:all .35s ease}
.service-card .icon{width:100%;border-radius:.65rem;overflow:hidden;margin-bottom:1rem}
.service-card .icon img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:all .4s ease}
/* 标题 */
.service-card strong{color:#000;font-size:.85rem;line-height:1.45;font-weight:400;display:block}
.home-industry{background:#fff;overflow:hidden}
.home-industry .container{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.industry-img{border-radius:.35rem;overflow:hidden}
.industry-img img{width:100%;aspect-ratio:4/3;object-fit:cover}
.industry-text .title2{font-size:clamp(1.5rem,4vw,2rem);line-height:1.15;font-weight:300;color:#111}
.industry-text p{color:#777;font-size:.95rem;line-height:1.7;margin-bottom:1.2rem}
.industry-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd}
.industry-list li{padding:.85rem .75rem .85rem 1rem;color:#222;font-size:.9rem;font-weight:500;line-height:1.25;position:relative;border-bottom:1px solid #bdbdbd}
.industry-list li:nth-last-child(-n+3){border-bottom:none}
.industry-list li::before{content:"";width:3px;height:.85rem;background:var(--hover-color);position:absolute;left:0;top:.95rem;transform:skew(-12deg)}
@media (max-width: 991.98px){
.about-left{width: 40%;}
.about-right{width: 55%;}
.home-pros-head{margin-bottom: 2rem;}
.home-industry .container,.home-service .container {gap: 1.5rem;}
}@media (max-width: 767.98px){
.about-wrap{flex-direction: column; text-align: center;}
.about-left,.about-right{width: 100%;}
.home-pros-layout {display: flex; flex-direction: column; grid-template-columns: initial; gap: initial;}
.home-pros-head{width: 100%;}
.home-pros-col{flex-direction: row;}
.home-pros-center{padding: 1.25rem 0;}
.home-pros-center img{margin-bottom: 1rem;}
.home-industry .container {display: flex; flex-direction: column; gap: 1.5rem;}
.home-service .container{grid-template-columns:repeat(1, 1fr);}
.service-left{padding: 0;}
.service-left p{max-width: 100%;}
}@media (max-width: 575.98px){
.home-pros-col{flex-direction: column; gap: 1rem;}
.service-right {grid-template-columns: repeat(2, 1fr); gap: 1rem;}
}@media (max-width: 475.98px){
.service-right {grid-template-columns: repeat(1, 1fr); gap: 1rem;}
}@media (max-width: 425.98px){
.industry-list{ grid-template-columns: repeat(2, 1fr);}
}@media (max-width: 375.98px){
.industry-list{ grid-template-columns: repeat(1, 1fr);}
}
