@charset "utf-8";
/* bootstrap icons */
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
@font-face{font-family:"Inter"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/Inter-VariableFont_opsz_wght.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* icons */
.icon-comments:before{content: "";width: 1rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-comments.svg) no-repeat center center; background-size: contain; margin-right: .25rem;}
.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;}
/* public */
:root {
  --fs-body:1rem;
	--fs-h7:1.125rem;
	--fs-h6:clamp(0.875rem,3.5vw,1.375rem);
	--fs-h5:clamp(1rem,3.5vw,1.625rem);
	--fs-h4:clamp(1.125rem,3.5vw,1.875rem);
	--fs-h3:clamp(1.25rem,3.5vw,2.125rem);
	--fs-h2:clamp(1.375rem,3.5vw,2.375rem);
	--fs-h1:clamp(1.5rem,3.5vw,2.625rem);
	--lh-heading:1.2;
	--lh-body:1.6rem;
	--bg-main: #000;
	--hover-color: #d03224;
  --accent-color: #183884;
	--family-first: "Inter", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
}

.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(white,var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),white);}
.bg-white-light{background-image: linear-gradient(white,var(--bg-light));}
.bg-light-white{background-image: linear-gradient(var(--bg-light),white);}
.bg-white-F9{background-image: linear-gradient(white,var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),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,.h7,.title1,.title2,.title3,.title4,.title5,.title6,.title7 {display: block; color: var(--bg-main); line-height: var(--lh-heading);  font-weight: 300; 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);}
.h7,.title7{font-size: var(--fs-h7);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6,a.h7,a.title7 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--hover-color);}
strong{font-weight: 700;}b{font-weight: 500;}
img{display:block; width:100%; height: auto;}
a{text-decoration:none; -webkit-tap-highlight-color:transparent; transition:all 0.2s; color:inherit;}
a[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color);}
inquiry-trigger{color: var(--hover-color);}
inquiry-trigger:hover{text-decoration: underline;}
figure{width: 100%; display:flex; flex-wrap: wrap; margin: 0;}
figure>a{width: 100%; border-radius: 4px; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
p:last-child{margin-bottom: 0;}
.hover-color{color: var(--hover-color);}
/* 图片放大 */
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; border-radius: 4px;}
.imgbox-1-1{aspect-ratio: 1/1;}.imgbox-2-1{aspect-ratio: 2/1;}.imgbox-16-9{aspect-ratio: 16/9;}.imgbox-3-4{aspect-ratio: 3/4;}
.imgbox img{width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in-out;}
.object-fit-cover{object-fit: cover !important;}
.object-fit-contain{object-fit: contain !important;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.container,.container1,.container2,.container3{width: 100%; max-width:1230px; margin: 0 auto;padding: 0 15px;}
.container1{max-width:1130px;}.container2{max-width:930px;}.container3{max-width:830px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
.dropdown{z-index: 5;}
ul.list,.row-cols,.etw-photo{display: flex; flex-wrap: wrap;}
ul.list>li,.row-cols>*,.etw-photo>*{margin: 0; padding: 0; display: flex;}
ul.list>li>*,.row-cols>*>ol,.row-cols>*>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
.etw-photo>*,.etw-photo>*>figure,.etw-photo>*>figure>a{flex-direction: column;}
.etw-photo span{float: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem;}
ul.list.p-5,.row-cols.p-5,.etw-photo.p-5{margin-left: -5px !important; margin-right: -5px !important; padding: 0 !important;}
ul.list.p-5>*,.row-cols.p-5>*,.etw-photo.p-5>*{padding: 5px !important;}
.p-8{margin-left: -8px !important; margin-right: -8px !important;}
.p-8>*{padding: 8px !important;}
.p-10{margin-left: -10px !important; margin-right: -10px !important;}
.p-10>*{padding: 10px !important;}
.p-15{margin-left: -15px !important; margin-right: -15px !important;}
.p-15>*{padding: 15px !important;}
.p-20{margin-left: -20px !important; margin-right: -20px !important;}
.p-20>*{padding: 20px !important;}
@media (max-width: 767.98px){
.p-15,.p-20{margin-left: -8px !important; margin-right: -8px !important;}
.p-15>*,.p-20>*{padding: 8px !important;}
}@media (max-width: 575.98px){
.p-8,.p-10,.p-15,.p-20{margin-left: -5px !important; margin-right: -5px !important;}
.p-8>*,.p-10>*,.p-15>*,.p-20>*{padding: 5px !important;}
ul.list>li,.etw-photo>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}@media (max-width: 425.98px) {
.row-cols>*{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
}@media (max-width: 374.98px){
.row-cols>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* items */
ul.items{width: 100%; display: block; margin-bottom: 1rem;}
ul.items:last-child{margin: 0;}
ul.items li{display: block; position:relative; padding-left: .75rem; line-height: 24px; margin-bottom: 5px; font-size: 1rem;}
ul.items li:last-child{margin-bottom: 0;}
ul.items li::before{content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: var(--hover-color); position: absolute; left: 0; top: 8px;}
ul.items .row li{margin-bottom: 5px;}
ul.items .row>*:last-child>li:last-child{margin-bottom: 0;}
ul.items_nub{display: block; width: 100%; counter-reset: nub;}
ul.items_nub li{display: block; position: relative; line-height: 20px; font-size: .875rem; padding-left:1.625rem; margin-bottom: .5rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) ""; width: 1.25rem; aspect-ratio: 1/1; font-size: .75rem; line-height: 1; 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: 0;}
ul.items_none li::before{content: none;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table:last-child{margin-bottom: 0;}
.table thead,.table-left thead{background-color: rgba(0, 0, 0, .05);}
.table thead td,.table-left thead td{color: #1a1a1a; font-weight: 600;}
.table td,.table-left td{vertical-align: middle; color: #444; font-size: .875rem; line-height: 1.4; padding: .625rem; border: none; border-bottom: 1px solid rgba(0, 0, 0, .04); letter-spacing: 0.05em;}
.table tbody tr:nth-of-type(odd),.table-left tbody tr:nth-of-type(odd){background-color: var(--bg-light);}
.table tbody tr:nth-of-type(even),.table-left tbody tr:nth-of-type(even){background-color: white;}
.table tbody tr:hover,.table-left tbody tr:hover{background-color: var(--bg-F0) !important;}
.table inquiry-trigger{color: var(--hover-color); font-weight: 600;}
.table-left{width: 100%;}
.table-left td:nth-child(1){color: #111; 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; }
/* More */
.more{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: .875rem; line-height: 1.1; color: #333; position: relative; z-index: 0; overflow: hidden; text-transform: capitalize !important;}
.more>a::after{content: ""; width: 100%; height: 1px; background-color: var(--hover-color); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a>i{margin-left: .5rem;}
.more>a:hover{color: var(--hover-color);}
.more>a:hover::after{width: 0; left: 0; right: auto;}
.more>a:hover>i::before{filter: var(--drop-shadow-hover);}
.more-big>a{padding: .5rem 1rem; border: 1px solid var(--hover-color); border-radius: 30px;}
.more-big>a::after{width: 0; height: 100%;}
.more-big>a:hover{color: white;}
.more-big>a:hover::after{width: 100%;}
.more-big>a:hover>i::before{filter: var(--drop-shadow-white);}
/* Request a Quote */
.quote-btns{display: flex; flex-wrap: wrap; gap: 12px; margin-top: .625em;}
a.btn-request,a.btn-download{display: flex; align-items: center; justify-content: center; padding:10px 15px; font-size:.75rem; line-height: 1; letter-spacing:.02em; font-weight:700; border:1px solid var(--line-color); color: #111;}
a.btn-request,a.btn-download:hover{background-color: var(--hover-color); border-color: var(--hover-color); color: white;}
a.btn-request:hover{background-color: white; color: var(--hover-color);}
.quote-btns>.video_btn{position: relative; left: initial; top: initial; transform: initial;color: #111;  font-size: .75rem; font-weight: 700; letter-spacing:.02em;}
.quote-btns>.video_btn::before{content: "\F4F4"; font-size: 1rem; background: var(--hover-color); aspect-ratio: 1/1; border-radius: 50%; --w:24px; margin-right: .25rem; display: flex; align-items: center; line-height: 1; justify-content: center; text-align: center; color: white; padding-left: 2px; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.quote-btns>.video_btn:hover{color: var(--hover-color);}
.quote-btns>.video_btn:hover::before{opacity: 1;}
.btn-download{max-width: 50%; text-align: center;}
/* public-End */
/* etw_language */
.etw_language{min-height: 34px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .875rem;  color: #333;}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#999; display:flex; justify-content:center; align-items:center; height: 34px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--hover-color); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
  .iconfont{width: 1.8rem !important; aspect-ratio: 1/1; background: url(../images/icons/earth-globe-tool.svg) no-repeat center center; background-size: contain; padding: 0 !important;  margin-right: 2.5rem; cursor: pointer;} 
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;flex-direction: column;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--hover-color);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 90px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{float: left; padding: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:60px;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding-top: 16px;}
@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; margin-left: 3rem; display: flex; flex-wrap: wrap;}
.navbar>li>a{display: flex; text-transform: uppercase; color: #555; font-size: .875rem; letter-spacing: 0.12em; min-height: 40px; position: relative;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before,.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--hover-color);}
.navbar>li:hover>a::before{width: 100%;}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.navbar-toggler{width: 80%; height: 100%; padding: 0; background: url(../images/icons/menu_icon.svg) no-repeat center center; background-size: 100% 100%;}
.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
nav{width: 100%; flex: none; padding: 0;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 0; padding: 0;}
.navbar>li>a{width: 100%; position: relative; padding: 0 1rem; align-items: center; font-size: .875rem;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2;font-family: var(--family-first);}
.navbar>li:hover>a,.navbar>li.active>a{background-color: var(--hover-color); color: #fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo {flex: 1;display: flex;}
#etw_logo a>img{max-height:50px;}
}@media (max-width:575.98px){
#etw_logo a>img {max-height: 40px;}
.etw_language ul>li>span {margin-right: 1.25rem;}
}@media (max-width:375.98px){
.etw_language ul>li>span {font-size: 1.5rem; margin-right: 1rem;}
}
/* Banner */
.carousel-item{width: 100%; height: 600px; overflow: hidden;}
.carousel-control-next,.carousel-control-prev{width: 5%; z-index: 9;}
.banner-picture,.banner-picture picture,.banner-picture img{width: 100%; height: 100%; position: absolute; inset: 0;}
.banner-picture picture,.banner-picture img{object-fit: cover;}
.carousel-caption{width: auto; position:absolute; left: auto; bottom: auto; z-index: 5; transition: initial; display: flex; flex-direction: column; align-items: center; text-align: center;}
.caption-title{font-size: clamp(1.625rem, 3.5vw, 3rem); color: #fff; letter-spacing: 0.04em; line-height: 1.3; margin-bottom: 1.5rem;}
.caption-desc{color:#fff; opacity: .7; font-size:0.9rem; letter-spacing:0.15em;}
.banner1 .carousel-caption{width: 100%; max-width: 700px; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 0;}
.banner2 .carousel-caption{width: 40%; max-width: 500px; left: 5%; top: 50%; transform: translateY(-50%); align-items: flex-start; text-align: left; padding: 0;}
@media (max-width: 1440.98px){
.carousel-item{height: 450px;}  
.banner2 .carousel-caption{top: 45%;}
}@media (max-width: 1199.98px){
.carousel-item{height: 375px;} 
.carousel-caption .caption-title {margin: 0;}
.banner1 .carousel-caption{max-width: 450px;}
.banner2 .carousel-caption{max-width: 400px;}
}@media (max-width: 991.98px){
.carousel-item{height: 310px;} 
}@media (max-width: 767.98px){
.carousel-item{height: 250px;} 
}@media (max-width: 575.98px){
.carousel-item{height: 200px;} 
.banner1 .carousel-caption,.banner2 .carousel-caption{max-width: 100%; text-align: center; width: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
}
/* index */
section,.section,.section-item{width: 100%; padding:4rem 0; display: block; position: relative;}
.section{padding: 3rem 0;}
.section-item{padding: 2rem 0;}
.title-bottom-heng{display: flex; flex-direction: column; align-items:center; text-align: center;}
.title-bottom-heng::after{content: ""; width: 40px; height: 1px; background-color: #111; margin-top: 1rem;}
.home-title{color: #111; letter-spacing: .08em;font-size: clamp(1.6rem, 4vw, 2.2rem);  margin-bottom: 1.125rem;}

.home-pros{background: linear-gradient(rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 0.8)), url(../images/bg-icon.webp) no-repeat left top;background-size: 400px auto; background-color: #fafafa; background-blend-mode: multiply; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;}
.home-small{display: block; text-align: center; margin-bottom: 1.5rem; letter-spacing: 0.05em; color: #212529bf; font-size: .9rem; line-height: 1.45;}
.home-pros .row .col-lg-4{padding-top: 15px; padding-bottom: 15px;}
.home-pros-item{width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid #eee; border-radius: 18px; background-color: white; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.035);padding: 1.25rem; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; margin-top: 50px; position: relative; transition: all .3s;}
.home-pros-item:hover{transform: translateY(-3px); border-color: #e1e1e1; box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);}
.home-pros-item>a.imgbox{max-width: 150px; margin-top: -86px; margin-bottom: 1rem;}
.home-pros-item>.textbox{align-items: center; justify-content: center;}
.home-pros-item>.textbox>a.title6{font-weight: 700; color: #000; font-size: var(--fs-h7); line-height: 1.35; letter-spacing: 0.03em; margin-bottom: .625rem;}
.home-pros-item>.textbox>a.title6:hover{color: var(--hover-color);}
.home-pros-item>.textbox>p{color: #333; font-size: .85rem;}
.home-pros-item>.textbox .more-big>a{background-color: #e3e6e9; border: none; line-height: 28px; padding: 0 1.125rem; border-radius: 30px; font-size: .7rem; font-weight: 700; text-transform: uppercase; color: #000;}
.home-pros-item>.textbox .more-big>a:hover{color: white;}
.home-pros-item1{justify-content: center;}
.home-pros-item1>a.imgbox{margin-top: 0; max-width: 100%;}
.home-pros-item1>.textbox{flex: none;}

.bg01{background-image: url(../images/bj01.webp); background-repeat: no-repeat; background-position: center; background-size: cover;}
.bg01 .home-title{letter-spacing: initial;}
.home-about .textbox{display: flex; flex-direction: column; background-color: white; padding: 1.25rem; border-radius: .5rem; overflow: hidden; border: 1px solid #e5e5e5;}
.home-about .textbox>p{font-size: .9rem; font-weight: 400; line-height: 1.7;}
.home-about .textbox>p::before{content: "\F6B0"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 2rem; color: #999; position: relative; transform: translateY(5px);}
.home-about .textbox .more-big>a{font-weight: 700; text-transform: uppercase; font-size: .75rem; background-color: #e3e6e9; border: none;}
.home-about .textbox .more-big>a:hover{color: white;}

.home-oem{width: 100%; display: flex; flex-direction: column;}
.home-oem ul.list>li{border-right: 1px solid #e5e5e5; padding: .5rem 1rem .5rem 0;}
.home-oem ul.list>li:last-child{border-right: none; padding: .5rem 0 .5rem 1rem;}
.home-oem ul.list>li>ol{display: flex; flex-direction: column;}
.home-oem ul.list>li>ol>.title7{display: flex; align-items: center; font-size: .9rem; line-height: 1.35rem; margin-bottom: .5rem; color: #111; font-weight: 400;}
.home-oem ul.list>li>ol>p{flex: 1; color: #666; font-size: .875rem; line-height: 1.4;}
.home-oem .imgbox{aspect-ratio: 2/.9; margin-top: 1rem;}
@media (max-width:1199.98px){
section{padding: 3rem 0;}
.home-title {font-size: 1.7rem;}
}@media (max-width:991.98px){
section,.section{padding: 2.5rem 0;}
.home-pros-item1{margin: 0;}
}@media (max-width:767.98px){
section,.section,.section-item{padding:2rem 0;}
}@media (max-width:575.98px){
section,.section,.section-item{padding:1.5rem 0;}
}@media (max-width:375.98px){
section,.section,.section-item{padding:1.25rem 0;}
}
/* index-end */
.footer {padding: 2.5rem 0 1.5rem 0; position: relative; overflow: hidden; background-color: #efefef; border-top: 1px solid #e2e2e2;}
.footer .container{position: relative; z-index: 2;}
.footer .h3{width: fit-content; font-size: 1rem; font-weight: 500; color: #222; margin-bottom: 1rem; padding-bottom: 4px; border-bottom: 1px solid #222222;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--hover-color);}

.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #666; margin: 0 0 7px 0; font-size: .875rem; line-height: 1.45;}
.footer_contact>li a{color: inherit;width: fit-content; font-weight: 400;}
.footer_contact>li>span{color: #111;}
.footer_contact>li a:hover{color: var(--hover-color); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}

.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li>a{display: block; width: fit-content; color: #555; margin: 0 0 7px 0; font-size: .875rem; line-height: 1.35; transition: all .3s ease-in-out; font-weight: 400;}
.footer_list li>a:hover{color: var(--hover-color);}

.footer-logo{display: flex; flex-direction: column;}
.footer-logo>a{width: fit-content;}
.footer-logo>a>img{width: auto; height: 60px;}
.footer-text{flex: 1; line-height: 1.3; max-width: 240px; display: flex; font-size: .8rem; color: #333; font-weight: 600; text-transform: uppercase;  letter-spacing: .05em; margin-top: 1.25rem;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.5rem 0 0 0; border-top: 1px solid #ddd;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#7a7a7a;display:inline-block;padding:4px 8px;margin:3px;font-weight:300;line-height:1; border:1px solid #7a7a7a;font-size:.875rem; opacity: 1;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--hover-color); border-color: var(--hover-color); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #000 !important; border: 2px solid white !important; box-shadow: initial; display: flex; padding: 0; overflow: hidden; border-radius: 5px;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: var(--hover-color) !important; border: none !important; border-radius: 0 !important; padding: 0 10px !important;}
.theme-send-inquiry-box .theme-box-i{width: 42px; display: flex; padding: 0 !important; align-items: center; justify-content: center;}
.theme-send-inquiry-box .theme-box-i .icon-envelope::before{content: "\f32c";display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
@media (max-width:767.98px){
.footer {padding: 1.25rem 0 1rem 0;}
.footercop {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0; flex: none;}
#quicknav ul{width:100%;display:flex; flex-wrap: wrap; min-height: 40px; padding: .5rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; position: relative; font-size: .875rem; text-transform:capitalize;}
#quicknav ul li::after{content: "\F285"; color: inherit; font-size: inherit; margin: 0 2px; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--hover-color);}
#quicknav ul.quicknav li,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: white; opacity: 1;}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:white; opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* Products */
.pros-banner{height: 400px;}
.pros-banner .banner-picture::after{content: ""; position: absolute; inset: 0; background-color: #191f28; z-index: 2;mix-blend-mode: multiply; opacity: .7;}
.pros-banner-hover{position: absolute; inset: 0; z-index: 3; display: flex; align-items: center; z-index: 5;}
.pros-banner-hover .container{display: flex; flex-direction: column; align-items: center; text-align: center;}
.pros-banner-hover .pros-banner-des{display: flex; flex-direction: column; align-items: center;}
.pros-banner-hover .pros-banner-des .title1{color: white; max-width: 600px; letter-spacing: 0.04em; line-height: 1.3; font-size: clamp(1.625rem, 3.5vw, 3rem);}
.pros-banner-hover .pros-banner-des p{color:#fff; max-width: 800px; opacity: .7; font-size:0.9rem;  letter-spacing:0.05em;}

.pros_menu{width: 100%; z-index: 8;}
.pros_menu ul{display: flex; flex-wrap: wrap; justify-content: center;}
.pros_menu ul>li>a{font-size: 1rem; color: #000;}
.pros_menu ul>li>a:hover{color: var(--hover-color);}
.tabfixed{top: 90px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}

.pros-items{background-color: #f7f7f7; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;}
.pros-items-header{display: flex; flex-wrap: wrap; align-items: flex-end; margin-bottom: 1.5rem;}
.pros-items-header>h2{display: flex; flex-direction: column; font-weight:300;color:#111111;  letter-spacing:0.08em; position:relative;}
.pros-items-header>h2::after{content: ""; display: block; width: 40px; height: 1px; background-color: #111; margin-top: 15px;}
.pros-items-header>p{color:#555555;font-size:0.88rem;line-height:1.65;}

.pros-item{width: 100%; margin-bottom: 1.25rem; background-color: white; padding: 18px; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.035); display: flex; flex-wrap: wrap; align-items: flex-start;}
.pros-item:last-child{margin-bottom: 0;}
.pros-item-left{width: 20%; position: sticky; top:90px;}
.pros-item-left .imgbox{aspect-ratio: 1/1;}
.pros-item-right{width: 80%; padding-left: 1.5rem; display: flex; flex-direction: column;}
.pros-item-top{display: flex; flex-direction: column; margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid #eeeeee;}
.pros-item-top a.pros-item-title{width: fit-content;display: flex; flex-direction: column; color:#111111; font-size:1.18rem; line-height:1.28; font-weight:650; margin-bottom: .625rem;}
.pros-item-top a.pros-item-title:hover{color: var(--hover-color);}
.pros-item-top p{flex: 1; color:#555555; font-size:1rem; line-height:1.5; margin-bottom: 0;}
.pros-item-top .imgbox>img{object-fit: contain;}

.model-table{width:100%; min-width:620px; background:#ffffff; border: 1px solid #ececec;}
.model-table th,.model-table td{padding:9px 10px;border-bottom:1px solid #eeeeee;vertical-align:middle;color:#333333;line-height:1.4;font-size:0.875rem}
.model-table th{background:#f5f5f5; color:#666666;font-size:.875rem; font-weight:500}
.model-table tr:last-child td{border-bottom:0}
.model-table td:first-child{white-space:nowrap;color:#111111}
.model-table a.model-link{display: flex; align-items: center; justify-content: center; text-align: center; min-width:54px;min-height:24px;padding:0 9px;font-size:0.75rem;letter-spacing:0.04em;background:#ffffff; text-transform: uppercase; border:1px solid #111111; color:#111111; font-weight: 500;}
.model-table a.model-link:hover{background-color: var(--hover-color); border-color: var(--hover-color); color: white;}

.manufacturer-brief{padding:0 0 52px 0;background:#f7f7f7;}
.manufacturer-brief .webtitle{display: flex; flex-direction: column; font-size:clamp(1.6rem,4vw,2.2rem);font-weight:300;color:#111111;letter-spacing:0.08em;}
.manufacturer-brief .webtitle::after{content: ""; width: 40px; height: 1px; background-color: #111; margin-top: 15px;}
.manufacturer-box{display:grid;grid-template-columns:0.89fr 1.11fr;gap:30px;align-items:start; padding:28px 30px;background:#ffffff;box-shadow: 0 14px 34px rgba(0, 0, 0, .03);}
.manufacturer-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.manufacturer-stat{background: #f7f7f7; padding: 12px 14px;}
.manufacturer-stat strong{display:block;font-size:1.25rem;color:#111111;line-height:1.1;margin-bottom:4px}
.manufacturer-stat span{color:#666666;font-size:0.78rem;line-height:1.35}
.manufacturer-copy{color:#555555;font-size:0.88rem;line-height:1.72;margin-bottom:0}
@media (max-width: 1440.98px){
.pros-banner{height: 300px;}
}@media (max-width: 991.98px){
.pros-banner{height: 290px;}
.pros-banner-hover .pros-banner-des .title1{margin: 0;}
.pros-item-left{display: none;}
.pros-item-right {width: 100%; padding-left: 0;}
.manufacturer-box{grid-template-columns: 1fr; padding: 1.25rem;}
}@media (max-width: 767.98px){
.pros-banner{height: 220px;}
}@media (max-width: 575.98px){
.pros-banner{height: 160px;}
}
/* Hub */
.hub-banner{height: 240px;background: linear-gradient(120deg, #1b2430 0%, #242f3f 60%, #2d3950 100%);}
.hub-banner .banner-picture{width: 50%; left: auto; right: 0;}
.hub-banner .banner-picture::after{content: ""; width: 50%; height: 100%; background-image: linear-gradient(to right,#242f3f, transparent); position: absolute; left: 0; top: 0;}
.hub-banner .hub-banner-hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center;}
.hub-banner .hub-banner-hover .title1{color: white; font-weight: 200; margin: .5rem 0 .625rem 0; letter-spacing: .04em; line-height: 1.18;}
.hub-banner .hub-banner-hover p{max-width: 720px; color: white; font-size: .92rem; line-height: 1.55; opacity: .8;}

.main{padding: 32px 0 56px; background-color: #f7f7f7;}
.main .container{display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: flex-start;}
.hub-main{background-image: linear-gradient(#fff 0, #fff 215px, #f7f7f7 215px);}
.main-left{width: 75%; padding-left: 2rem;}
.main-right{width: 25%; position: sticky; top: 110px; background:#fff; box-shadow:0 14px 32px rgba(0,0,0,.04);}
.menu-title{display: flex; flex-direction: column; font-size:1rem; font-weight:650; color:#111; line-height:1.3; padding: 18px 18px 10px;}
.menu-list{display: flex; flex-direction: column;padding: 8px 18px 12px;}
.menu-list>li{margin-bottom: 3px;}
.menu-list>li:last-child{margin-bottom: 0;}
.menu-list>li>a{display: flex; align-items: center; justify-content: space-between; width: 100%; color:#333;font-size:.86rem;line-height:1.35;font-weight:500; padding: 8px 10px;}
.menu-list>li>a::after{content:"\F285";font-family:bootstrap-icons !important;font-size:.72rem;color:#999;line-height:1;margin-left:12px}
.menu-list>li>a:hover,.menu-list>li.active>a{color: var(--hover-color); background-color: #f7f7f7;}
.sub-list{display: flex; flex-wrap: wrap; margin: 10px -5px 0 -5px;}
.sub-list>li{width: 100%; padding: 0 5px; display: flex;}
.sub-list>li>a{width: fit-content; padding:3px 0; color:#666;text-decoration:none;font-size:.78rem;line-height:1.4;}
.sub-list>li>a:hover,.sub-list>li.active>a{color: var(--hover-color); border-left-color: var(--hover-color);}
.side-section{margin:10px 18px 0;padding:16px;background:#f8f8f8;}
.side-section:last-child{margin-bottom:18px;}
.side-section-title{color:#111;font-size:.92rem;line-height:1.3;font-weight:650;margin-bottom:8px;}
.side-section p{color:#555;font-size:.875rem;line-height:1.6;margin-bottom:10px;}
.side-points{display:flex;flex-direction:column;margin-bottom:0;}
.side-points>li{position:relative;color:#444;font-size:.875rem;line-height:1.6;margin-bottom:6px;padding-left:13px;}
.side-points>li:last-child{margin-bottom:0;}
.side-points>li::before{content:"";width:4px;height:4px;border-radius:50%;background:var(--hover-color);position:absolute;left:0;top:8px;}
.side-action{display:flex;align-items:center;width:fit-content;margin-top:12px;color:#111;font-size:.68rem;line-height:1;letter-spacing:.05em;font-weight:700;}
.side-action::after{content:"\F285";font-family:bootstrap-icons !important;font-size:.72rem;margin-left:5px;color:var(--hover-color);}
.side-action:hover{color:var(--hover-color);}

.hub-header{padding:26px;background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.03);}
.hub-header h2,.hub-header .title2{font-size:clamp(1.45rem,2.4vw,1.75rem);font-weight: 700; line-height:1.25;margin-bottom:12px;color:#111;}
.hub-header .description>p{color:#555;font-size:.95rem;line-height:1.65;margin-bottom:12px}
.hub-header .feature-points{display: flex; flex-wrap: wrap; margin-top: 1.25rem; margin-bottom: 1.25rem;}
.hub-header .feature-points>li{padding: 0 15px !important; margin-top: -1px;}
.hub-header .feature-points>li>ol{display: flex; flex-direction: column;border-top:1px solid #ececec; border-bottom:1px solid #ececec; padding:15px 0; color:#444; font-size:.875rem; line-height:1.5;}
.hub-header .feature-points>li>ol>strong{margin-bottom: .5rem;}
.hub-header .feature-points>li>ol>p{margin: 0;}

.hub-content{padding: 1.5rem 0 0 0;}
.hub-content ul.row-cols-2>li>a{background:#fff; color:#111; box-shadow:0 0 24px rgba(0,0,0,.05);}
.hub-content ul.row-cols-2>li>a:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(0,0,0,.055);border-color:var(--hover-color);}
.hub-content ul.row-cols-2>li>a .imgbox{border-bottom: 1px solid #ededed;}
.hub-content ul.row-cols-2>li>a .imgbox>img{object-fit: contain;}
.hub-content ul.row-cols-2>li>a .textbox{padding: 1rem;}
.hub-content ul.row-cols-2>li>a .textbox .title6{display: flex; flex-direction: column-reverse; justify-content: flex-end; min-height: 68px; font-size:1rem;line-height:1.38;font-weight:600;color:#111;margin-bottom:5px;}
.hub-content ul.row-cols-2>li>a .textbox .title-height-auto{min-height: initial;}
.hub-content ul.row-cols-2>li>a:hover .textbox .title6{color: var(--hover-color);}
.hub-content ul.row-cols-2>li>a .textbox .title6>small{display: flex; color:#b40010;font-size:.68rem;letter-spacing:.16em;font-weight:700;margin-bottom:8px;}
.hub-content ul.row-cols-2>li>a .textbox .spec-list{flex: 1; display: flex; flex-direction: column;}
.hub-content ul.row-cols-2>li>a .textbox .spec-list>.spec-item{flex: 1; display: flex; flex-direction: column; border-top:1px solid #ededed;padding-top:10px; margin-top: 10px;}
.hub-content ul.row-cols-2>li>a .textbox .spec-list>.spec-item>span{display:block;color:#777;font-size:.82rem;margin-bottom:4px}
.hub-content ul.row-cols-2>li>a .textbox .spec-list>.spec-item>strong{display:block;color:#333;font-size:.82rem;font-weight:500;line-height:1.55;}
.hub-content ul.row-cols-2>li>a .textbox .spec-list>.spec-item:nth-child(1)>strong{ min-height: 41px;}

.hub-content ul.row-cols-1>li{margin-bottom: 20px;}
.hub-content ul.row-cols-1>li:last-child{margin-bottom: 0;}
.hub-content ul.row-cols-1>li>a{background:#fff; color:#111; box-shadow:0 0 24px rgba(0,0,0,.05);}
.hub-content ul.row-cols-1>li>a:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(0,0,0,.055);border-color:var(--hover-color);}
.hub-content ul.row-cols-1>li>a .imgbox{width: 32%;}
.hub-content ul.row-cols-1>li>a .imgbox>img{object-fit: contain;}
.hub-content ul.row-cols-1>li>a .textbox{padding: 1rem;}
.hub-content ul.row-cols-1>li>a .textbox .title6{display: flex; flex-direction: column-reverse; font-size:1.125rem;line-height:1.38;font-weight:600;color:#111;margin-bottom:5px;}
.hub-content ul.row-cols-1>li>a:hover .textbox .title6{color: var(--hover-color);}
.hub-content ul.row-cols-1>li>a .textbox .title6>small{display: flex; color:#b40010;font-size:.68rem;letter-spacing:.16em;font-weight:700;margin-bottom:8px;}
.hub-content ul.row-cols-1>li>a .textbox>p{font-size: .875rem; line-height: 20px; margin-bottom: 10px;}
.hub-content ul.row-cols-1>li>a .textbox .spec-list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.hub-content ul.row-cols-1>li>a .textbox .spec-list>.spec-item{width: calc(55% - 10px); display: flex; flex-direction: column; border-top:1px solid #ededed;padding-top:10px;}
.hub-content ul.row-cols-1>li>a .textbox .spec-list>.spec-item:nth-child(2){width: calc(45% - 10px);}
.hub-content ul.row-cols-1>li>a .textbox .spec-list>.spec-item>span{display:block;color:#777;font-size:.7rem;letter-spacing:.08em;margin-bottom:4px}
.hub-content ul.row-cols-1>li>a .textbox .spec-list>.spec-item>strong{display:block;color:#333;font-size:.82rem;font-weight:500;line-height:1.55}
@media (max-width: 1199.98px){
}@media (max-width: 991.98px){
.main-right{display: none;}
.main-left{width: 100%; padding: 0;}
}@media (max-width: 767.98px){
.hub-banner{height: 230px;}
.hub-banner .hub-banner-hover p{display: none;}
}@media (max-width: 575.98px){
.hub-banner{height: 160px;}
.hub-content ul.row-cols-1>li>a{flex-direction: column;}
.hub-content ul.row-cols-1>li>a .imgbox{width: 100%;}
}
/* Details */
.details-banner{padding: 1.5rem 0; background: linear-gradient(120deg, #1b2430 0%, #242f3f 60%, #2d3950 100%);}
.details-banner .banner-picture{width: 50%; left: auto; right: 0;}
.details-banner .banner-picture::after{content: ""; width: 50%; height: 100%; background-image: linear-gradient(to right,#242f3f, transparent); position: absolute; left: 0; top: 0;}
.details-banner .details-banner-hover{width: 100%; position: relative; z-index: 2;}
.details-banner .details-banner-hover .title1{max-width: 490px; font-size: var(--fs-h2); color: white; font-weight: 200; margin: .5rem 0 .625rem 0; letter-spacing: .04em; line-height: 1.18;}
.details-banner .details-banner-hover p{max-width: 720px; color: white; font-size: .92rem; line-height: 1.55; opacity: .8;}

.pros_menu{padding: 2rem 0;}
.pros_menu .title-bottom-heng{text-transform: uppercase; font-weight: 700;}
.pros_menu .title-bottom-heng::after{background-color: var(--hover-color); height: 3px; margin-top: .5rem;}
.pros_menu ul.list>li>a{flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); background-color: white; border-radius: .25rem; overflow: hidden;}
.pros_menu ul.list>li>a .imgbox{background-color: var(--bg-WhiteSmoke); padding: .625rem;}
.pros_menu ul.list>li>a .imgbox>img{mix-blend-mode: multiply; object-fit: contain;}
.pros_menu ul.list>li>a .title6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .875rem; line-height: 1.4; font-weight: 600; padding: 1rem .75rem; margin: 0;}
.card-item{margin-top: 1.25rem; padding: 1.25rem 0 0 0;}

.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; border-radius: 0;}
.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: 25%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.related_pic ul>li a{border-radius: 0; background-color: var(--bg-WhiteSmoke);}
.related_pic ul>li a>img{mix-blend-mode: multiply;}
.related_pic ul>li.imgdq a{border-color: var(--hover-color);}
.related_pic ul>li .video_btn::before{--w:40px; opacity: .8;}
.related_pic ul>li:hover .video_btn::before{opacity: 1;}
.related_pic5 ul>li{width: 20%;}

.info-wrap{padding: 0 0 0 2rem !important; display: flex; flex-direction: column; justify-content: center;}
.info-wrap>h2{display: flex; flex-direction: column; color:#111;font-size:clamp(1.55rem,2.5vw,1.875rem);line-height:1.22;margin-bottom:12px; font-weight: 700;}
.info-wrap>h2>span{display: flex; color:#b40010;font-size:.72rem;font-weight:700;letter-spacing:.16em;margin-bottom:6px;}
.info-wrap p{color:#555;font-size:.95rem; line-height:1.6;}
.info-wrap .bullet-box{padding:.75rem 0 .25rem;}
.info-wrap .bullet-box>ul{display: block;}
.info-wrap .bullet-box>ul>li{display:grid; align-items: center; grid-template-columns:92px 1fr;gap:12px;color:#444;font-size:.84rem;line-height:20px;font-weight:400;position:relative;padding:10px 14px;margin-bottom:6px;background:linear-gradient(90deg,#f5f5f5 0,#fbfbfb 100%);}
.info-wrap .bullet-box>ul>li:last-child{margin-bottom: 0;}
.info-wrap .bullet-box>ul>li>span{color:#777;font-size:.75rem;line-height:1.35;letter-spacing:.06em;font-weight:700}
.info-wrap .bullet-box>ul>li>strong{color:#111;font-size:.875rem;line-height:1.42;font-weight:750}

.title-left-heng{display: flex; align-items: center;}
.title-left-heng::before{content: ""; width: 22px; height: 2px; background-color: var(--hover-color); margin-right: 10px;}
.pro_model .title3{font-size: 1.25rem; color: #111; line-height: 1; font-weight: 600; letter-spacing: .02em;}

.features ul.list>li>ol{align-items: center;}
.features ul.list>li>ol .imgbox{width: 40%; height: 100%; aspect-ratio: 16/9; background-color: var(--bg-WhiteSmoke); border-radius: 0;}
.features ul.list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.features ul.list>li>ol .textbox{padding: 5px 0 5px 1.5rem;}
.features ul.list>li>ol .textbox .title6{font-weight: 600; font-size: 1.125rem; margin-bottom: .625rem;}
.features ul.list>li>ol .textbox .title6:last-child{margin-bottom: 0;}
.features ul.list>li>ol .textbox>p{font-size: .875rem; line-height: 20px;}
.features ul.row-cols-2>li>ol{flex-direction: column; align-items: flex-start;}
.features ul.row-cols-2>li>ol .imgbox{width: 100%; height: auto;}
.features ul.row-cols-2>li>ol .textbox{padding: 1.25rem 0 0 0;}

.details-des-btn{display: flex; justify-content: center; margin-top: 1rem;}
.details-des-btn>span{padding: 5px 10px; overflow: hidden; cursor: pointer; border:1px solid var(--hover-color); color: #111; line-height: 1; transition: all .3s ease-in-out; font-size: .75rem; text-transform: uppercase;}
.details-des-btn>span:hover{background-color: var(--hover-color); border-color: var(--hover-color); color:white;}

.model-variations ul.etw-photo>li>ol{display: flex; flex-direction: column; box-shadow:0 0 10px rgba(0,0,0,.05);}
.model-variations ul.etw-photo>li>ol .imgbox{aspect-ratio: 16/9; background-color: var(--bg-WhiteSmoke); padding: 1rem;}
.model-variations ul.etw-photo>li>ol .imgbox>img{object-fit: contain; mix-blend-mode: multiply;}
.model-variations ul.etw-photo>li>ol .textbox{padding: 1rem; align-items: center;}
.model-variations ul.etw-photo>li>ol .textbox .title6{font-size: 1rem; font-weight: 600; margin-bottom: 1rem; color: #111;}
.model-variations ul.etw-photo>li>ol .textbox .more>a{display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 15px; line-height: 26px; background-color: #e5e8eb; text-transform: uppercase; border-radius: 20px; font-weight: 700; letter-spacing: .08em; font-size: .75rem;}
.model-variations ul.etw-photo>li>ol .textbox .more>a::after{width: 0; height: 100%;}
.model-variations ul.etw-photo>li>ol .textbox .more>a:hover{background-color: var(--hover-color); color: white;}

.details-brief p{font-size: .9rem; font-weight: 400; color: #777; line-height: 1.6;}

.related-pros ul.list>li>a{flex-direction: column; background: #f8f8f8; padding: .65rem 1.5rem .65rem 1rem; color:#888; font-size:.875rem; font-weight: 400; position: relative; line-height: 1.2;}
.related-pros ul.list>li>a::after{content: "\F285"; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; right: .5rem; top: 50%; transform: translateY(-50%); font-size: 1rem; display: flex; color: var(--hover-color);}
.related-pros ul.list>li>a>strong{font-size: .875rem; font-weight: 700; color:#111; margin-bottom: .5rem; line-height: 1.5;}
.related-pros ul.list>li>a:hover,.related-pros ul.list>li.active>a{transform: translateY(-3px);color: var(--hover-color); background-color: white; box-shadow: 0 10px 24px rgba(0, 0, 0, .035);}

.inquiryform{margin-top: 1.5rem; padding: 0; box-shadow:0 0 28px rgba(0,0,0,.05);}
.inquiryform-left{display: flex; flex-direction: column; justify-content: center; background-color: var(--bg-F9); padding: 1.25rem 2rem !important;}
.inquiryform-left .title5{display: flex; flex-direction: column; font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; color: #111;}
.inquiryform-left .title5::before{content: ""; width: 26px; height: 2px; background-color: var(--hover-color); margin-bottom: 12px;}
.inquiryform-left p{font-size: .875rem; color: #555; font-weight: 400;}
.inquiryform-right{background-color: white; padding: 1.25rem 2rem !important;}
.inquiryform-right .feedback{ min-height: 306px;}

.other-pros .title3{display: flex; flex-direction: column; align-items: center; font-weight: 200; color: #000;  letter-spacing: 0.05em; line-height: 1; margin-bottom: 1rem;}
.other-pros .title3::after{content: ""; width: 60px; height: 1px; background-color: var(--hover-color); margin-top: .625rem;}
.other-pros ul.list>li>a{flex-direction: column; align-items: center; text-align: center; border-radius: .5rem; background-color: white; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.035);padding: 1.25rem; padding-top: 0;  margin-top: 90px; position: relative; transition: all .3s;}
.other-pros ul.list>li>a:hover{transform: translateY(-3px); border-color: var(--hover-color); box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);}
.other-pros ul.list>li>a .imgbox{margin-top: -90px; margin-bottom: 1rem; filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2));}
.other-pros ul.list>li>a .imgbox>img{object-fit: contain;}
.other-pros ul.list>li>a .textbox{flex-direction: column; align-items: center; text-align: center;}
.other-pros ul.list>li>a .textbox>.title7{font-weight: 700; color: #111; font-size: var(--fs-h7); line-height: 1.35; letter-spacing: 0.03em; margin-bottom: .625rem;}
.other-pros ul.list>li>a:hover .textbox>.title7{color: var(--hover-color);}
.other-pros ul.list>li>a .textbox>p{color: #555; font-size: .85rem; line-height: 20px;}

.other-pros2 .title3{display: flex; flex-direction: column; align-items: center; font-weight: 200; color: #000;  letter-spacing: 0.05em; line-height: 1; margin-bottom: 1rem;}
.other-pros2 .title3::after{content: ""; width: 60px; height: 1px; background-color: var(--hover-color); margin-top: .625rem;}
.other-pros2 ul.list>li>a{align-items: center; position: relative; margin: 1rem 0;}
.other-pros2 ul.list>li>a .imgbox{width: 25%; aspect-ratio: 1/1; border-radius: 50%; border: 1px solid #eee; background-color: white; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.035); position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.other-pros2 ul.list>li>a .imgbox>img{object-fit: contain; filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2));}
.other-pros2 ul.list>li>a .textbox{padding:1.25rem 1.25rem 1.25rem 25%; margin-left: 1.25rem; border: 1px solid #eee; background-color: white; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.035); border-radius: 150px; transition: all .3s ease-in-out;}
.other-pros2 ul.list>li>a .textbox>.title7{font-weight: 700; color: #111; font-size: var(--fs-h7); line-height: 1.35; letter-spacing: 0.03em; margin-bottom: .625rem;}

.other-pros2 ul.list>li>a .textbox>p{color: #555; font-size: .85rem; line-height: 20px;}
.other-pros2 ul.list>li>a:hover{transform: translateY(-.5rem);}
.other-pros2 ul.list>li>a:hover .textbox{box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);}
.other-pros2 ul.list>li>a:hover .textbox>.title7{color: var(--hover-color);}

.pdf-btn{ margin-top: 1.25rem;}
.pdf-btn a.btn-download{width: fit-content; border-color: var(--hover-color); font-size: .75rem; font-weight: 500; padding: .5rem; border-radius: 4px; overflow: hidden;}
.pdf-btn a.btn-download>i{margin-right: .5rem; font-size: 1.25rem; color: var(--hover-color);}
.pdf-btn a.btn-download:hover{background-color: var(--hover-color);}
.pdf-btn a.btn-download:hover>i{color: white;}
@media (max-width: 1199.98px){
.info-wrap{padding: 1.25rem 0 0 0 !important;}
}@media (max-width: 991.98px){
}@media (max-width: 767.98px){
.details-banner-hover p{display: none;}
}@media (max-width: 575.98px){
.features ul.list>li>ol{flex-direction: column;}
.features ul.list>li>ol .imgbox{width: 100%; height: auto;}
.features ul.list>li>ol .textbox{padding: 1rem 0 0 0;}
}
/* Products_End */
/* About Us */
.about-header{padding: 2.5rem 0 3.5rem 0;}
.about-header .container{display: flex; flex-wrap: wrap; align-items: flex-start;}
.about-header-left{width: 72%; padding: 0 4px 0 0;}
.about-header-left .title2{width: 100%; line-height: 2.5rem; margin: 0 0 1.5rem 0; font-weight: 400;}
.about-header-right{width: 28%; padding-left: 1.875rem; position: sticky; top: 100px; margin-top: 64px; }
.about-advantages{display: flex; flex-wrap: wrap; background-color: #F4F4F4; border-top: 5px solid var(--hover-color);}
.about-advantages ul{display: flex; flex-wrap: wrap;}
.about-advantages ul>li{width: 50%; display: flex;}
.about-advantages ul>li>ol{width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 1rem .625rem;}
.about-advantages ul>li>ol>strong{font-size: 1.5rem; font-weight: 700; line-height: 1; color: var(--hover-color);}
.about-advantages ul>li>ol>span{font-size: .75rem; font-weight: 500; line-height: 18px; color: #000; margin-top: .5rem;}
.about-advantages ul>li:nth-child(1)>ol>span{max-width: 90%;}
.about-advantages ul>li:nth-child(1)>ol,.about-advantages ul>li:nth-child(3)>ol{border-right: 4px solid white;}
.about-advantages ul>li:nth-child(1),.about-advantages ul>li:nth-child(2){border-bottom: 4px solid white;}

.about-content .row-cols .imgbox{border-radius: 0;}
.about-bottom{position: relative; padding-top: 1.5rem;}
.about-bottom::before{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: -5%; background-image: url(../images/map-dots.svg); background-repeat: no-repeat; background-size: cover; opacity: .4;}
.about-bottom .textbox .title4{font-weight: 400; position: relative; padding-left: 1rem; font-size: 1.75rem;}
.about-bottom .textbox .title4::before{content: "\F6B0"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: -15px; bottom: -10px; font-size: 5rem; opacity: .1;}

.our-pros .container{max-width: 1200px;}
.our-pros .title3{display: flex; flex-direction: column; align-items: center; font-weight: 300; color: #000;  letter-spacing: 0.05em; line-height: 1; margin-bottom: 1rem;}
.our-pros .title3::after{content: ""; width: 60px; height: 1px; background-color: var(--hover-color); margin-top: .625rem;}
.our-pros ul.list>li>a{flex-direction: column; align-items: center; text-align: center; border-radius: 1rem; background-color: white; box-shadow: 0 0 20px rgba(0, 0, 0, .05);padding: 1rem; position: relative; transition: all .3s;}
.our-pros ul.list>li>a .imgbox{filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2));}
.our-pros ul.list>li>a .imgbox>img{object-fit: contain;}
.our-pros ul.list>li>a .textbox{flex-direction: column; align-items: center; text-align: center; padding-top: 1.25rem;}
.our-pros ul.list>li>a .textbox>.title7{font-weight: 700; color: #000; font-size: 1rem; line-height: 1.35; letter-spacing: 0.03em; margin-bottom: 1rem; letter-spacing: -.03em;}
.our-pros ul.list>li>a .textbox>.more{display: flex; background-color: #e5e8eb; border-radius: 30px; line-height: 26px; font-size: .75rem; font-weight: 600;  color: #000; padding: 0 1.25rem; transition: all .3s ease-in-out;}
.our-pros ul.list>li>a:hover{transform: translateY(-.5rem); box-shadow: 0 5px 25px rgba(0, 0, 0, .16);}
.our-pros ul.list>li>a:hover .textbox>.title7{color: var(--hover-color);}
.our-pros ul.list>li>a:hover .textbox>.more{background-color: var(--hover-color); color: white;}
@media (max-width: 991.98px){
.about-header-left{width: 100%;}
.about-header-right{width: 100%; padding: 0; margin-top: 1.25rem;}
}
/* About Us-End */
/* Services */
.title-heng{display: flex; flex-direction: column; align-items: center; text-align: center;}
.title-heng::after{content: ""; width:55px; height: 3px; background-color: var(--hover-color); margin-top: .5rem;}
.support h2{display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 2.5rem; font-weight: 400; margin-bottom: 2rem;}
.support .imgbox{aspect-ratio: 2.5/1; border-radius: .5rem; box-shadow: 0 12px 30px rgba(0, 0, 0, .05);}
.support .textbox{display: flex; flex-direction: column; padding-top: 15px;}
.support .textbox>.title6{margin-bottom: .625rem; display: flex; flex-direction: column;}
.support .textbox>.title6::after{content: ""; width:30px; height: 2px; background-color: var(--hover-color); margin-top: 5px;}
.support .textbox>p{font-size: .875rem; line-height: 24px; font-weight: 400; color: #555;}
.support ul.items>li{font-size: .875rem; line-height: 24px; margin-bottom: .5rem; font-weight: 400;}
.support ul.items>li::before{top: 10px;}
.support ul.items>li:last-child{margin-bottom: 0;}
.support ul.items>li>strong{font-weight: 400; color: #000;}

.customize{border-top: 2px solid var(--line-color); padding-top: 3.5rem;}
.customize-text{display: flex; flex-direction: column; background-color: #fbf9fa; border-radius: 1rem; overflow: hidden; padding: 2.5rem; font-size: .875rem; font-weight: 400; line-height: 24px; margin: 1rem 0 2.5rem 0;}
.customize .imgbox{aspect-ratio: 2.5/1; border-radius: .5rem; box-shadow: 0 12px 30px rgba(0, 0, 0, .05);}
.customize .textbox{display: flex; flex-direction: column; padding-top: 15px;}
.customize .textbox>.title6{margin-bottom: .625rem; display: flex; flex-direction: column;}
.customize .textbox>.title6::after{content: ""; width:30px; height: 2px; background-color: var(--hover-color); margin-top: 5px;}
.customize .textbox>p{font-size: .875rem; line-height: 24px; font-weight: 400; color: #555;}
.customize ul.items>li{font-size: .875rem; line-height: 24px; margin-bottom: .5rem; font-weight: 400;}
.customize ul.items>li::before{top: 10px;}
.customize ul.items>li:last-child{margin-bottom: 0;}
.customize ul.items>li>strong{font-weight: 400; color: #000;}
@media (max-width: 575.98px){
.customize-text{padding: 1.25rem;}
}
/* Services-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; background-color: white; box-shadow: 0 12px 30px rgba(0, 0, 0, .05);}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700;}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-main) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 10px; border-radius: 0; font-size: .875rem; border-color: rgba(0, 0, 0, .05);}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--hover-color) !important;}
/* Contact Us-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.videos_hub_title{font-size:clamp(1rem, 4vw, 1.5rem); font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0;}

.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos_hub ul li>a .imgbox{width: 100%; aspect-ratio: 16/9;}
.videos_hub ul li>a .imgbox img{height: 100%; object-fit: cover;}
.videos_hub ul li>a .textbox{flex: 1; padding: .75rem; align-items: center; text-align: center; justify-content: center; font-size: .875rem; color: #333; font-weight: 400;}
.videos_hub ul li>a:hover{position: relative; transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.2);}
.videos_hub ul li>a:hover .textbox{color: var(--hover-color);} 
.videos_hub:last-child{margin-bottom: 0;}

.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%; aspect-ratio: 16/9;}
#video_right h2{color: #333; font-weight: 600; font-size: var(--fs-h5);}
.video_more{display:flex;margin-top:2rem;}
.video_more>a,.video_more>span{padding:0.5rem 1.2rem; border:1px solid var(--hover-color); color:var(--hover-color); border-radius:20px; line-height: 1; transition: all .4s; cursor: pointer; font-weight: 500; font-size: .75rem; }
.video_more>a:hover,.video_more>span:hover{background-color:var(--hover-color); color:#fff;}
.etw_videolist_more{display: none;}
#video_right .feedback{box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.5rem 2rem; min-height: 540px; margin-top: 2rem; box-shadow: 6px 6px 0 #eee, -6px -6px 0 #eee;}
#video_right .feedback .title2{font-weight: 500; font-size: var(--fs-h4);}
#video_sidebar{width:30%; background-color: white; box-shadow: 0 0 32px rgba(0, 0, 0, .1);; overflow: hidden; position: sticky; top: 100px;}
#video_sidebar .title4{color: #000; font-size: var(--fs-h6); font-weight: 500; display: flex; padding: 1rem; margin-bottom: 0;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: .75rem; padding-top: 0;}
#etw_videolist ul li{width: 100%; margin-bottom:.5rem; padding: 0;}
#etw_videolist ul li:last-child{margin-bottom:0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.875rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative; font-weight: 400;}
#etw_videolist ul li a::before{content: "\F285"; font-size: .75rem; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 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;}
.videos_hub ul li>a .imgbox{width: 100%;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */
