@charset "utf-8";
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
@import "../fonts/fontawesome/font-awesome.min.css";
@font-face{font-family:"Roboto"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/Roboto-VariableFont_wdth\,wght.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* 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;}
/* public */
:root {
  --fs-body:1rem;
	--lh-heading:1.2;
	--lh-body:1.65;
	--bg-main: #c40000;
	--hover-color: #9d0000;
  --accent-color: #9d0000;
	--family-first: "Roboto", sans-serif;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
  --primary: #c40000;
  --primary-dark: #9d0000;
  --dark: #181818;
  --text: #20272f;
  --muted: #66717c;
  --light: #f7f8fa;
  --line: #e5e8ed;
}
.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:var(--muted); font-family:var(--family-first); font-weight: 400; font-size: var(--fs-body); line-height: var(--lh-body); background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {display: block; color: #333; line-height: var(--lh-heading); margin-bottom: .625rem;}
h1,.h1,.title1,.caption-title {font-size: clamp(1.875rem, 3.5vw, 2.5rem); margin-bottom: 1rem;}
h2,.h2,.title2 {font-size: clamp(1.75rem, 3.5vw, 2.25rem); margin-bottom: 1rem;}
h3,.h3,.title3 {font-size: clamp(1.625rem, 3.5vw, 2rem); margin-bottom: 1rem;}
h4,.h4,.title4 {font-size: clamp(1.5rem, 3.5vw, 1.75rem); margin-bottom: 1rem;}
h5,.h5,.title5 {font-size: clamp(1.25rem, 3.5vw, 1.5rem);}
h6,.h6,.title6{font-size: 1.125rem;}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--hover-color);}
strong{font-weight: 700;}b{font-weight: 500;}
img{display:block; width:100%; height: auto;}
a{text-decoration:none; -webkit-tap-highlight-color:transparent; transition:all 0.2s; color:inherit;}
a[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color);}
inquiry-trigger{color: var(--hover-color);}
inquiry-trigger:hover{text-decoration: underline;}
figure{width: 100%; display:flex; flex-wrap: wrap; margin: 0;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
p: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;}
.imgbox-1-1{aspect-ratio: 1/1;}.imgbox-2-1{aspect-ratio: 2/1;}.imgbox-16-9{aspect-ratio: 16/9;}
.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;}
.aspect-none{aspect-ratio: initial;}
.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{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem; line-height: 1.2;}
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;}
.w-100{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !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: 1rem; line-height: 24px; margin-bottom: 5px;}
ul.items li:last-child{margin-bottom: 0;}
ul.items li::before{content: ""; width: 6px; height: 6px; border-radius: 50%; background-color: var(--hover-color); position: absolute; left: 0; top: 9px;}
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: 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: #3f4347;}
.table thead td{color: white; font-weight: 500; border-color: rgba(255,255,255,.1);}
.table td,.table-left td{vertical-align: middle; color: var(--text); font-size: .875rem; line-height: 1.35; padding: .5rem .75rem; border: 1px solid #d7dce0;}
.table tbody tr:nth-of-type(odd),.table-left tbody tr:nth-of-type(odd){background-color: white;}
.table tbody tr:nth-of-type(even),.table-left tbody tr:nth-of-type(even){background-color: #f5f6f7;}
.table tbody tr:hover,.table-left tbody tr:hover{background-color: var(--bg-F0) !important;}
.table inquiry-trigger{color: var(--hover-color); font-weight: 500;}
.table-left{width: 100%;}
.table-left td:nth-child(1){color: #333; font-weight: 500;}
@media (max-width: 767.98px){
.table-responsive table{min-width: 800px;}
}
/* video_Btn */
.video_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video_btn::before{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video_btn.webp) no-repeat center center; background-size: 100% 100%; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{opacity: .8;}
.watch_btn{left: 1rem; top: auto; bottom: 1rem; transform: initial; z-index: 9;}
.watch_btn::before{--w: 40px; z-index: 2; opacity: 1 !important;}
.watch_btn>span{background-color: var(--bg-main); line-height: 1; border-radius: 20px; color: #fff; padding: .5rem 1rem .5rem 2rem; margin-left: -1.5rem; font-size: .875rem; text-transform: uppercase;}
/* More */
.more{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: .875rem; line-height: 1.1; color: #333; position: relative; z-index: 0; overflow: hidden;}
.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);}
.more-big>a::after{width: 0; height: 100%;}
.more-big>a:hover{color: var(--bg-white);}
.more-big>a:hover::after{width: 100%;}
.more-big>a:hover>i::before{filter: var(--drop-shadow-white);}
/* Request a Quote */
.quote-btn{display: flex;}
.quote-btn>a{display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 1.5rem; color: white; background-color: var(--primary); font-weight: 700; font-size: 1rem; position: relative; overflow: hidden; z-index: 0; line-height: 1; transition: all .3s ease-in-out; margin-top: 1.25rem;}
.quote-btn>a:hover{background-color: var(--primary-dark);}
/* public-End */
/* etw_language */
.etw_language{min-height: 32px; display: flex; width: 100%; position: absolute; left: 0; top: 0; z-index: 5; background-color: var(--primary);}
.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: white;}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:white; display:flex; justify-content:center; align-items:center; height: 32px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: rgba(255,255,255,.8); 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: white; text-decoration: underline; background: initial;}
@media (max-width:991.98px){
  .iconfont{width: 1.8rem !important; aspect-ratio: 1/1; background: url(../images/icons/earth-globe-tool.svg) no-repeat center center; background-size: contain; padding: 0 !important;  margin-right: 2.5rem; cursor: pointer;} 
	.etw_language{width: auto; background: none; padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;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(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 112px;}
.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; padding-top: 32px;}
.header>.container{display: flex;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{float: left; padding: 10px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a img{display:block; width: auto; max-height:60px;}
#etw_logo a span{flex: 1; color: #333; font-size: .875rem; font-weight: 600; letter-spacing: 0.05em; line-height: 1.5; padding-left: 1.25rem; text-transform: uppercase; max-width: 200px;}
nav{display: flex; flex-wrap: wrap; flex: 1;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important; align-items: stretch;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: flex-end;}
.navbar>li{padding: 0; margin-left: 3rem; display: flex; flex-wrap: wrap;}
.navbar>li>a{display: flex; align-items: center; color: #333; font-weight: 400; font-size: 1rem; letter-spacing: 0.05em; min-height: 40px; position: relative;}
.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: .9rem;}
.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; padding: 0;}
.header>.container{display: flex; flex-wrap: wrap; align-items: center;}
.navbar-toggler{width: 80%; height: 100%; padding: 0; background: url(../images/icons/menu_icon.svg) no-repeat center center; background-size: 100% 100%;}
.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
nav{width: 100%; flex: none;}
.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(--bg-main); color: #fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo {flex: 1;display: flex; padding: 15px 0;}
#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_logo a>span{display: none;}
.etw_language ul>li>span {font-size: 1.5rem; margin-right: 1rem;}
}
/* Banner */
.carousel-item{width: 100%; height: 575px; 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;}
.banner-picture::after{content: ""; position: absolute; inset: 0;background: linear-gradient(90deg, rgba(0, 12, 18, .66) 0%, rgba(0, 12, 18, .48) 42%, rgba(0, 12, 18, .18) 72%, rgba(0, 12, 18, .3) 100%);}
.carousel-caption{z-index:4;text-align:left;left:150px;right:auto;top:52px;bottom:74px;transform:none;width:650px;padding:0 120px 0 0;display:flex;flex-direction:column;justify-content:center;isolation:isolate}
.carousel-caption:before{content:"";position:absolute;top:0;left:calc(-1 * ((100vw - min(1200px,90vw)) / 2));z-index:0;width:calc(100% + ((100vw - min(1200px,90vw)) / 2) - 20px);height:100%;background-color:rgba(0,0,0,.7);clip-path:polygon(0 0,100% 0,calc(100% - 120px) 100%,0 100%)}
.carousel-caption:after{content:"";position:absolute;top:0;right:14px;z-index:0;width:8px;height:100%;background:var(--primary);transform:skew(-15deg,0deg);transform-origin:top right}
.carousel-caption>*{position: relative; z-index: 2;}
.caption-title{color: white; font-weight: 700; line-height: 1.2; margin-bottom: 1.25rem;}
.caption-desc{font-size: .9375rem; color: rgba(255, 255, 255, .9);}
@media (max-width: 1440.98px){
.carousel-item{height: 430px;}  
.carousel-caption:after{transform:skew(-22deg,0deg);}
}@media (max-width: 1199.98px){
.carousel-item{height: 359px;} 
.carousel-caption{left: 100px;}
.carousel-caption:after{transform:skew(-28deg,0deg);}
}@media (max-width: 991.98px){
.carousel-item{height: 306px;} 
.carousel-caption{left: 80px;}
.carousel-caption:after{transform:skew(-34deg,0deg);}
}@media (max-width: 767.98px){
.carousel-item{height: 220px;} 
.carousel-caption{width: 90%; left: 5%; top: 50%; transform: translateY(-50%); bottom: auto; text-align: center; padding: 1.25rem;}
.carousel-caption::before{width: 100%; height: 100%; left: 0; top: 0; clip-path:none;}
.carousel-caption:after{content: none;}
.caption-title{margin: 0;}
}@media (max-width: 575.98px){
.carousel-item{height: 200px;} 
}
/* index */
section,.section,.section-item{width: 100%; padding:3.5rem 0; display: block; position: relative;}
.section{padding: 3rem 0;}
.section-item{padding: 2rem 0;}

.about-section{background:linear-gradient(90deg,#f6f7f9 0%,#ffffff 58%,#f2f4f6 100%);color:var(--text); overflow:hidden}
.about-section:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--line)}
.about-section .container{position:relative;z-index:1}
.about-experience{display:grid;grid-template-columns:minmax(0,.7fr) minmax(420px,1.3fr);gap:56px;align-items:center}
.about-heading{position:relative;padding-left:24px}
.about-heading:before{content:"";position:absolute;left:0;top:10px;width:4px;height:calc(100% - 16px);background:var(--primary)}
.about-heading h2{margin:0;font-size:clamp(1.125rem, 3.5vw, 28px);line-height:1.25;font-weight:400;color:var(--text)}
.about-heading h2 span{display:block;font-family:var(--font-main);font-size:clamp(1.625rem, 3.5vw, 38px);line-height:1.12;font-weight:700;letter-spacing:0;color:var(--primary);margin:8px 0 10px}
.about-copy{border-left:1px solid var(--line);padding-left:40px}
.about-copy p{color:var(--muted);margin:0 0 18px;}
.about-more-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:14px;font-weight:700}
.about-more-link img{width:13px;height:13px}
.about-more-link:hover{color:var(--primary-dark)}

.product-head{display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem;}
.product-head:after{content:"";display:block;width:52px;height:2px;margin:20px auto 0;background:var(--primary)}
.section-kicker{display:block; margin-bottom:12px; color:var(--primary); font-size:12px; line-height:1; font-weight:700; letter-spacing:.14em; text-transform:uppercase;}
.section-title{line-height:1.3; font-weight:500; color:var(--text); margin-bottom: 0;}
.product-section ul.list>li>a{flex-direction: column; border: 1px solid #e3e6ea;}
.product-section ul.list>li>a .imgbox{aspect-ratio: 7/5;}
.product-section ul.list>li>a .textbox{padding: 1.25rem;}
.product-section ul.list>li>a .textbox .title5{font-size: 1.25rem; font-weight: 600; color: var(--text); margin-bottom: .625rem;}
.product-section ul.list>li>a .textbox p{flex: 1; color:var(--muted); font-size:14px;}
.product-section ul.list>li>a:hover{transform:translateY(-3px);border-color:#d4d9df;box-shadow:0 14px 28px rgba(18,31,44,.08);}
.product-section ul.list>li>a:hover .title5{color: var(--hover-color);}

.application-section{overflow: hidden; padding-top: 1.875rem;}
.application-section::before{content: ""; width: 100%; height: 400px; position: absolute; left: 0; top: 0; background-color: #f7f7f7;} 
.application-section .container1{position: relative; z-index: 2;}
.application-section .section-title{padding-left: 2rem; position: relative; margin-bottom: 1rem;}
.application-section .section-title:before{content: ""; width:22px; height:2px; background-color: var(--primary); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.application-section ul.list>li>a{display: flex; align-items: center; justify-content: space-between; background-color: white; padding: 10px 1rem; min-height: 52px; border-bottom: 1px solid #e2e4e7;}
.application-section ul.list>li>a>strong{flex: 1; line-height: 1.35; font-size: .875rem; font-weight:400; color: var(--text);}
.application-section ul.list>li>a>span.application-arrow{width: 12px; display: flex; align-items: center; justify-content: center;}
.application-section ul.list>li>a:hover{background: #fcfcfc; border-color: #d6d9dd; color: var(--hover-color);}
.application-section ul.list>li>a:hover>strong{color: var(--hover-color);}
.custom-fabrication-section{display: flex; padding: 2rem; padding-bottom: 0;}
.custom-fabrication-grid{display: flex; flex-wrap: wrap; padding: 2.375rem; background-color: white; box-shadow: 0 18px 42px rgba(18, 24, 30, .08);}
.custom-fabrication-grid .imgbox{width: 42%; border-radius: 4px; aspect-ratio: 1/1;}
.custom-fabrication-grid .textbox{padding-left: 3rem; justify-content: center;}
.custom-fabrication-grid .textbox .section-title{padding: 0; color: var(--primary); margin: .5rem 0 1rem 0; font-weight: 700;}
.custom-fabrication-grid .textbox .section-title::before{content: none;}
.custom-fabrication-grid .textbox>p{font-size: 15px; color: var(--muted); margin-bottom: 0;}
.custom-fabrication-link{display:inline-flex;align-items:center;gap:10px;margin-top:24px;color:var(--primary);font-weight:700;text-decoration:none}
.custom-fabrication-link img{width:18px;height:18px;transition:transform .2s ease}
.custom-fabrication-link:hover{color:var(--primary-dark);text-decoration:none}
.custom-fabrication-link:hover img{transform:translateX(4px)}

.value-head{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.value-head .section-kicker{display:inline-flex;align-items:center;gap:12px;margin-bottom:8px;color:#555;font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.value-head .section-kicker:before{content:"";width:28px;height:2px;background:var(--primary);}
.value-head .section-title{padding: 0; color: var(--primary); margin: 0; font-weight: 700;}
.value-head>p{max-width:870px; margin:12px 0 0; color:var(--text); font-size:15px; }
@media (min-width: 768px){
.value-section ul.row-cols-md-4>li{-ms-flex: 0 0 24%;flex: 0 0 24%;max-width: 24%;}
.value-section ul.row-cols-md-4>li:last-child{-ms-flex: 0 0 28%;flex: 0 0 28%;max-width: 28%;}
}
.value-section ul.list>li>ol{flex-direction: column; position: relative; overflow: hidden;}
.value-section ul.list>li>ol .imgbox{flex: 1; aspect-ratio: 16/9;}
.value-section ul.list>li>ol .imgbox::after{content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 12, 16, 0) 45%, rgba(8, 12, 16, .72) 100%); z-index: 1;}
.value-section ul.list>li>ol .textbox{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; padding:16px 18px; color:#fff; font-size:16px; line-height:1.3;font-weight:600}
@media (max-width:1199.98px){
section{padding: 3rem 0;}
}@media (max-width:991.98px){
section,.section{padding: 2.5rem 0;}
.about-experience{display: flex; gap:0; flex-direction: column; align-items: flex-start;}
.about-copy {border-left: none; padding: 15px 0 0 0;}
.custom-fabrication-section{padding: 1rem;}
.custom-fabrication-grid {padding: 1.5rem; flex-direction: column;}
.custom-fabrication-grid .imgbox{width: 100%; aspect-ratio: 16/9;}
.custom-fabrication-grid .textbox{padding: 1.5rem 0 0 0;}
.value-section ul.list>li>ol .imgbox{aspect-ratio: 4/3;}
}@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;}
.value-section ul.list>li{-ms-flex: 0 0 50% !important;flex: 0 0 50% !important;max-width: 50% !important;}
}@media (max-width:375.98px){
section,.section,.section-item{padding:1.25rem 0;}
.custom-fabrication-section{padding: 0;}
.value-section ul.list>li{-ms-flex: 0 0 100% !important;flex: 0 0 100% !important;max-width: 100% !important;}
}
/* index-end */
.footer {position: relative; overflow: hidden;}
.footer .container{position: relative; z-index: 2; border-top:1px solid #9d9d9d; padding: 2.5rem 0 1.25rem 0;}
.footer .h3{font-weight: 700; font-size: 1.125rem; color: #333; margin-bottom: .625rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--hover-color);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block; padding: 0;}
.footer_list li>a{display: block; width: fit-content; color: #555; font-size: .875rem; line-height: 26px; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover{color: var(--hover-color);}

.footer-logo{display: flex; align-items: center; margin-bottom: 1.5rem;}
.footer-logo>a{width: 70px;}
.footer-logo>.footer-logo-text{flex: 1; padding-left: 1.25rem; display: flex; flex-direction: column;}
.footer-logo>.footer-logo-text>strong{font-weight: 600; color: #333; margin-bottom: 5px;}
.footer-logo>.footer-logo-text>span{font-size: .875rem; line-height: 20px;}

.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #555; font-size: .875rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: inherit;}
.footer_contact>li>i{width: 1rem; height: 24px; position: absolute; left: 0; top: 0; color: var(--bg-main);}
.footer_contact>li a:hover{color: var(--bg-main); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 2.5rem 0 0 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#999;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #999;font-size:.875rem;}
#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: #333 !important; border: none !important; display: flex; padding: 0;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: var(--hover-color) !important; border-left: none !important; padding: 0 10px !important;}
.theme-send-inquiry-box .theme-box-i{width: 42px; display: flex; padding: 0 !important; align-items: center; justify-content: center;}
.theme-send-inquiry-box .theme-box-i .icon-envelope::before{content: "\f32c";display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
@media (max-width:1199.98px){
.footer .container{padding: 2.5rem 1.25rem 1.25rem 1.25rem;}
}@media (max-width:767.98px){
.footercop {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0; flex: none;}
#quicknav ul{width:100%;display:flex; flex-wrap: wrap; min-height: 40px; padding: .5rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; position: relative; font-size: .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: var(--bg-white); opacity: 1;}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:var(--bg-white); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* Products */
.pros-banner{height: 235px;}
.pros-banner .banner-picture::after{content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 18, 21, .64) 0%, rgba(15, 18, 21, .38) 48%, rgba(15, 18, 21, .16) 100%);}
.pros-banner-hover{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; padding-bottom: 2rem;}
.pros-banner-hover .title1{color: white; font-weight: 700; margin-bottom: 0;}

.pros-header{border-bottom: 1px solid var(--line);}
.pros-header-left{width: 100%;display: flex; flex-direction: column; border-left: 4px solid var(--primary); padding-left: 22px;}
.pros-header-left>small{display:inline-block;margin-bottom:12px;color:var(--primary);font-size:12px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.pros-header-left>h2{font-weight: 700;font-size: clamp(1.5rem, 3.5vw, 1.875rem);}
.pros-header-left>img{width: 80px;}
.pros-header div[itemprop="description"]>p{color: var(--muted);}
.pros-content .title3{font-weight: 500; color: var(--text);}
.pros-content ul.list>li>a{flex-direction: column;}
.pros-content ul.list>li>a .imgbox{aspect-ratio: 2/1;}
.pros-content ul.list>li>a .textbox{flex: 1; border-bottom: 1px solid var(--line); padding: 1.25rem; padding-left: 0; font-size: 1.25rem; color: var(--text); background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 15px auto;}
.pros-content ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.pros-content ul.list>li>a:hover .textbox{color: var(--hover-color);}

.pros-Industries .title4{display: flex; flex-direction: column; margin-bottom: 0;}
.pros-Industries .title4::after{content: ""; width: 100%; height: 1px; background-color: var(--line); border-left: 56px solid var(--primary); margin-top: 15px;}
.pros-Industries ul.list{justify-content: space-between;}
.pros-Industries ul.list>li{width: calc(50% - 20px); border-bottom: 1px solid var(--line);}
.pros-Industries ul.list>li>a{display: flex; flex-direction: column; background: url(../svg/arrow_forward_red.svg) no-repeat 98% center; background-size: 15px auto; padding: 20px 1.5rem; padding-left: 0;}
.pros-Industries ul.list>li>a>strong{font-size: 17px; margin-bottom: .625rem; color: var(--text);}
.pros-Industries ul.list>li>a>p{flex: 1; font-size: 13px; color: var(--muted);}
.pros-Industries ul.list>li>a:hover{padding: 20px 1.875rem 20px 1.5rem; box-shadow: 0 0 10px rgba(0,0,0,.1);}

.custom-inquiry .container{max-width: 1200px; padding: 2rem 4rem; min-height: 168px; display: flex; justify-content: flex-end; align-items: center; position: relative; gap: 54px;}
.custom-inquiry .container::before{content: ""; width: 200%; height: 100%; background-color: var(--primary); position: absolute; right: 0; top: 0; border-radius: 0 150px 150px 0;}
.custom-inquiry .container>*{position: relative;z-index: 2;}
.custom-title{flex: 1; max-width: 680px; display: flex; flex-direction: column;}
.custom-title small{display: block; font-size: .75rem; font-weight: 700; color: rgba(255, 255, 255, .72); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: .75rem; line-height: 1;}
.custom-title p{font-size: 1.125rem; line-height: 1.25; color: white; margin-top: .5rem;}
.custom-btn{display: flex;}
.custom-btn>a{width: fit-content; display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 1.5rem; background-color: white; font-size: 13px; font-weight: 500; white-space: nowrap; border-radius: 30px; color:var(--primary);}
.custom-btn>a:hover{background-color: var(--primary-dark); color: white;}

@media (min-width: 1200px){
.manufacturing-left{padding-right: 2rem;}
.manufacturing-right{padding-left: 2rem;}
}
.manufacturing-left{display: flex; align-items: center;}
@media (min-width: 992px){.manufacturing-left ul.row-cols>li:first-child{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}}
.manufacturing-right{display: flex; flex-direction: column; justify-content: center;}
.manufacturing-right>small{margin-bottom:12px;color:var(--primary);font-size:12px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase;}
.manufacturing-right{display: flex; flex-direction: column;}
.manufacturing-right>.title4{color: var(--text); font-weight: 400;}
.manufacturing-right>p{font-size: .875rem; color: var(--muted); margin-bottom: 1.5rem;}
.manufacturing-list{display: flex; flex-direction: column; border-top: 1px solid var(--line);}
.manufacturing-list>li{display: flex; gap: 14px; padding: 1rem 0; border-bottom: 1px solid var(--line);}
.manufacturing-list>li>span{width: 25px; color:var(--primary); font-size:12px; font-weight:700;}
.manufacturing-list>li>strong{width: 180px; font-size: .875rem; color: var(--text);}
.manufacturing-list>li>p{flex: 1; color:var(--muted); font-size:12px; line-height:1.55;}
.manufacturing-right a.manufacturing-link{width: fit-content; display: flex; margin-top: 1.5rem; color:var(--primary); font-size:14px; font-weight:700; padding-right: 1.5rem; background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 14px auto;}
.manufacturing-right a.manufacturing-link:hover{padding-right: 1.8rem; text-decoration: underline;}

.inquiry-bottom .container{display: flex; padding: 2rem 4rem; gap: 58px; min-height: 176px;}
.inquiry-bottom .container::before{content: ""; width: 200%; height: 100%; position: absolute; left: 0; top: 0; background-color: var(--primary); border-radius: 150px 0 0 150px;} 
.inquiry-bottom .container>*{position: relative; z-index: 2;}
.inquiry-bottom .inquiry-bottom-title{width: 100%; display: flex; flex-direction: column; justify-content: center; max-width: 650px; color: white;}
.inquiry-bottom .inquiry-bottom-title>strong{font-size: 1.125rem; font-weight: 400; text-transform: uppercase; margin-bottom: .625rem;}
.inquiry-bottom .inquiry-bottom-title>p{font-size: .875rem; color: rgba(255,255,255,.8);}
.inquiry-bottom .inquiry-bottom-heng{width: 1px; background-color: rgba(255,255,255,.55);}
.inquiry-bottom .inquiry-bottom-btn{display: flex; align-items: center;}
.inquiry-bottom .inquiry-bottom-btn>a{display: flex; align-items: center; justify-content: center; width: fit-content; min-height: 44px; padding: 0 1.5rem; background-color: white; font-size: 13px; font-weight: 500; white-space: nowrap; border-radius: 30px; color:var(--primary);}
.inquiry-bottom .inquiry-bottom-btn>a:hover{background-color: var(--primary-dark); color: white;}
@media (max-width: 991.98px){
.custom-inquiry .container {padding: 2rem 3rem; min-height: 168px;gap: 30px;}
.inquiry-bottom .container {padding: 2rem 3rem; gap: 30px;}
}@media (max-width: 575.98px){
.pros-banner{height: 200px;}
.custom-inquiry .container,.inquiry-bottom .container {padding: 1.25rem; gap: 20px; flex-direction: column; align-items: flex-start;}
.custom-inquiry .container::before{border-radius: 0 20px 20px 0;}
.inquiry-bottom .container::before{border-radius: 20px 0 0 20px;}
}
/* Hub */
.hub-header{border-top: 1px solid var(--line);}
.hub-header-left{padding-left: 4.5rem; position: relative; overflow: hidden;}
.hub-header-left .imgbox{aspect-ratio: 3/4;}
.hub-header-left .imgbox picture,.hub-header-left .imgbox img{width: 100%; height: 100%; object-fit: cover;}
.hub-header-left .small-imgbox{width: 200px; aspect-ratio: 1/1; position: absolute; left: 0; bottom: 2rem; border: 10px solid white; z-index: 2;}
.hub-header-left .small-imgbox>img{width: 100%; height: 100%; object-fit: cover;}
.hub-header-right{display: flex; flex-direction: column;}
.hub-header-right>small{margin-bottom:12px;color:var(--primary);font-size:12px;line-height:1;font-weight:700;letter-spacing:.14em;text-transform:uppercase;}
.hub-header-right>h2{color: var(--text); font-weight: 400; margin-bottom: 1rem;font-size: clamp(1.5rem, 3.5vw, 1.875rem);}
.hub-header-right>h3{margin-bottom:1rem; font-size:1rem; line-height:1.25; color:#15191d;}
.hub-header-right>div[itemprop="description"]>p{color: var(--muted);}
.hub-content{background-color: #f5f6f7;}
.hub-content ul.list>li>a{flex-direction: column;}
.hub-content ul.list>li>a .imgbox{aspect-ratio: 16/10;}
.hub-content ul.list>li>a .textbox{flex: 1; border-bottom: 1px solid var(--line); padding: 1.25rem; padding-left: 0; font-size: 1.25rem; line-height: 1.2; color: var(--text); background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 15px auto;}
.hub-content ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.hub-content ul.list>li>a:hover .textbox{color: var(--hover-color);}
.hub-content ul.list>li.last-more a{border: 1px solid var(--line); background-color: white; display: flex; flex-direction: column; justify-content: center; padding: 2.625rem;}
.hub-content ul.list>li.last-more a>small{margin-bottom:14px;color:var(--primary);letter-spacing:.13em;text-transform:uppercase;font-weight:700;}
.hub-content ul.list>li.last-more a>.title4{color: var(--text);}
.hub-content ul.list>li.last-more a>.more-btn{display: flex; align-items: center;margin-top:28px;color:var(--primary);font-size:14px; font-weight: 700;background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 15px auto;}
.hub-content ul.list>li.last-more a:hover{border-color: var(--hover-color);}
@media (max-width: 991.98px){
.hub-header-left .imgbox{aspect-ratio: 16/9;}
.hub-header-left .small-imgbox{width: 180px;}
}@media (max-width: 767.98px){
.hub-header-left .small-imgbox{width: 150px;}
}@media (max-width: 575.98px){
.hub-header-left .small-imgbox{width: 120px; bottom: 1rem; border: 3px solid white;}
.hub-content ul.list>li.last-more a{width: 100%; padding: 1.25rem;}
.hub-content ul.list>li.last-more a>.more-btn{margin-top: 0;}
}@media (max-width: 425.98px){
.hub-header-left{padding-left: 2.5rem;}
.hub-header-left .small-imgbox{width: 80px;}
}
/* Details */
.main{border-top: 1px solid var(--line);}
.main>.container{display: flex; flex-wrap: wrap; align-items: flex-start;}
.main-left{width: 78%; padding-right: 2.5rem; font-size: .875rem;}
.main-right{width: 22%; position: sticky; top: 130px;}
.menu-box{width: 100%; display: flex; flex-direction: column; margin-bottom: 2rem;}
.menu-box:last-child{margin-bottom: 0;}
.menu-box .title6{display: flex; line-height:1.25; font-size: 1rem; text-transform: uppercase; font-weight:600; letter-spacing:.08em; border-bottom:2px solid var(--primary); padding-bottom: .75rem;}
.menu-box .menu-list{display: flex; flex-direction: column; padding-top: .5rem;}
.menu-box .menu-list>li{display: flex; padding: .5rem 0;}
.menu-box .menu-list>li>a{width: fit-content; font-size: .875rem; font-weight: 400; line-height: 1.4;color: #2e3338;}
.menu-box .menu-list>li>a:hover,.menu-box .menu-list>li.active>a{color: var(--hover-color);}

.etw-hometitle{display: flex; flex-direction: column; margin-bottom:.625rem;}
.etw-hometitle>small{color:var(--primary);font-size:12px;line-height:1;font-weight:500;letter-spacing:.14em;text-transform:uppercase; margin-bottom: .5rem;}
.etw-hometitle>h2{color: var(--text); font-size: clamp(1.5rem, 3.5vw, 1.875rem); font-weight:400; margin-bottom: 0;}
.figure-imgbox{margin-bottom: 1rem;}
.figure-imgbox .no-gutters{width: calc(100% + 20px);}
.figure-imgbox .no-gutters>*>a{width: 100%; height: 100%; display: flex; aspect-ratio: 1/1; align-items: center; justify-content: center; overflow: hidden; position: relative;}
.figure-imgbox .no-gutters>*>a>img{width: 100%; height: 100%; object-fit: cover;}
.figure-imgbox .imgbox-left{width: 35%;display: flex;}
.figure-imgbox .imgbox-right{width: 65%;display: flex;}
.figure-imgbox .imgbox-right>a{aspect-ratio: initial;}
.figure-imgbox .imgbox-right .img-cover{position: absolute; inset: 0;}

.title-heng{display: flex; flex-direction: column; margin-bottom: 1rem; font-size: clamp(1.125rem, 3.5vw, 1.25rem);;}
.title-heng::after{content: ""; width: 100%; height: 1px; background-color: #d8dcdf; margin-top: .625rem; border-left: 56px solid var(--primary);}
.brief{color: #999}

.related-pros ul.list>li>a{display: flex; align-items: center; border-bottom: 1px solid var(--line); padding: 13px 20px; padding-left: 0; font-size: .875rem; font-weight: 500; color: var(--text); background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 14px auto;}
.related-pros ul.list>li>a:hover{color: var(--hover-color); border-bottom-color: var(--hover-color);}

.inquiryform{background-color: var(--primary); padding: .625rem;}
.inquiryform .title4{color: white; padding: .75rem 0; text-align: center; margin-bottom: .625rem;}
.inquiryform .feedback{background-color: white; padding: 1.875rem;}

.other-pros ul.list>li>a{flex-direction: column;}
.other-pros ul.list>li>a .textbox{flex: 1;display: flex; justify-content: center; border-bottom: 1px solid var(--line); padding: 1rem; padding-left: 0; font-size: .875rem; line-height: 1.2; color: var(--text); background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 15px auto;}
.other-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.other-pros ul.list>li>a:hover .textbox{color: var(--hover-color); border-bottom-color: var(--hover-color);}

.section-box ul.list>li>ol{flex-direction: column;}
.section-box ul.list>li>ol .imgbox{background-color: #f7f7f7; }
.section-box ul.list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.section-box ul.list>li>ol .textbox{padding-top: 1rem;}

ul.catalogue-list>li>ol{flex-direction: column;}
ul.catalogue-list>li>ol .textbox{flex-direction: column;}
ul.catalogue-list>li>ol .textbox .title7{font-size: 1rem;}
ul.catalogue-list>li>ol .textbox ul>li{font-size: .85rem;}

/* Fabric Conveyor Belt */
.fabric-item ul.list>li{margin-top: 2rem;}
.fabric-item ul.list>li>a{border: 1px solid var(--line); padding: 1.5rem;}
.fabric-item ul.list>li>a .leftbox{width: 45%; display: flex; flex-direction: column; justify-content: center;}
.fabric-item ul.list>li>a .leftbox>.title5{color: var(--text);}
.fabric-item ul.list>li>a .leftbox>p{color: var(--muted);}
.fabric-item ul.list>li>a .leftbox>.more>span{width: fit-content; display: flex; text-transform: uppercase; font-weight: 500; padding-right: 1.5rem; background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 15px auto; color: var(--primary); transition: all .3s ease-in-out;}
.fabric-item ul.list>li>a .textbox{border-left: 1px solid var(--line); padding-left: 1.5rem; margin-left: 1.5rem;}
.fabric-item ul.list>li>a .textbox ul.items>li{color: var(--muted);}
.fabric-item ul.list>li>a:hover{border-color: var(--hover-color);}
.fabric-item ul.list>li>a:hover .leftbox>.title5{color: var(--hover-color);}
.fabric-item ul.list>li>a:hover .leftbox>.more>span{padding-right: 2rem;}
@media (max-width: 991.98px){
.main-left{width: 100%; padding-right: 0;}
.main-right{display: none;}
}@media (max-width: 767.98px){
.fabric-item ul.list>li>a{padding: 1.25rem;}
.fabric-item ul.list>li>a .leftbox{width: 100%;}
.fabric-item ul.list>li>a .textbox{padding: 1.25rem 0 0 0; margin: 1.25rem 0 0 0; border-left: none; border-top: 1px solid var(--line);}
}@media (max-width: 575.98px){
.inquiryform .feedback{padding: 1rem;}
}
/* Products_End */
/* Industries */
.ind-content ul.list>li>a{display: flex; flex-direction: column; border: 1px solid var(--line);}
.ind-content ul.list>li>a>strong{display: flex; align-items: center; padding: .625rem 1rem; font-size: 17px; line-height: 1.3; color: var(--text); border-bottom: 1px solid var(--primary); background: url(../svg/arrow_forward_red.svg) no-repeat 98% center; background-size: 15px auto; position: relative;}
.ind-content ul.list>li>a>p{flex: 1; font-size: 13px; color: var(--muted); padding: 1rem;}
.ind-content ul.list>li>a:hover{border-color: var(--hover-color); box-shadow: 0 0 10px rgba(0,0,0,.1);}
.ind-content ul.list>li>a:hover>strong{color: var(--hover-color);}

.recommended-pros ul.list>li>a{flex-direction: column;}
.recommended-pros ul.list>li>a .imgbox{aspect-ratio: 16/9;}
.recommended-pros ul.list>li>a .textbox{flex: 1;display: flex; justify-content: center; border-bottom: 1px solid var(--line); padding: 1rem; padding-left: 0; font-size: .875rem; line-height: 1.2; color: var(--text); background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 15px auto;}
.recommended-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.recommended-pros ul.list>li>a:hover .textbox{color: var(--hover-color); border-bottom-color: var(--hover-color);}

.recommended-pros1 ul.list>li>a{flex-direction: row; background-color: var(--bg-F9);}
.recommended-pros1 ul.list>li>a .imgbox{width: 30%; aspect-ratio: 16/9;}
.recommended-pros1 ul.list>li>a .textbox{flex: 1;display: flex; justify-content: center; border-bottom: none; padding: 1.25rem; padding-left: 1.875rem; font-size: .875rem; line-height: 1.2; color: var(--text); background: none;}
.recommended-pros1 ul.list>li>a .textbox>.title6{display: flex; align-items: center; font-weight: 500;}
.recommended-pros1 ul.list>li>a .textbox>p{line-height: 1.5; color: var(--muted);}
.recommended-pros1 ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.recommended-pros1 ul.list>li>a:hover .textbox>.title6{color: var(--hover-color);}
@media (max-width: 575.98px){
.recommended-pros1 ul.list>li>a .imgbox {width: 100%;}
.recommended-pros1 ul.list>li>a .textbox {padding: 1rem;}
}
/* Industries_End */
/* About Us */
.company-header h2,.facilities-header h2{font-size: clamp(1.5rem, 3.5vw, 1.75rem); border-left: 3px solid var(--primary); padding-left: 1rem; line-height: 1;}
.company-header .video_btn{left: auto; bottom: auto; right: 1.5rem; top: 0; transform: initial; display: flex; align-items: stretch; background-color: var(--primary); padding: 0;}
.company-header .video_btn::before{content: none;}
.company-header .video_btn>i{width: 40px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center;}
.company-header .video_btn>i::before{color: white; font-size: 1.125rem;}
.company-header .video_btn>span{flex: 1; border-left: 1px solid white; display: flex; align-items: center;  padding: 5px 10px; text-transform: capitalize; font-size: .875rem; color: white; line-height: 1.2;}
.company-header .video_btn:hover{background-color: var(--hover-color);}
.company-hover{width: fit-content; background-color: var(--primary); position: absolute; left: -1rem; bottom: -1rem; padding: 1.25rem; color: white; display: flex; flex-direction: column; text-transform: uppercase; font-weight: 300; letter-spacing: 0.03em; line-height: 1.2; font-size: .875rem; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.company-hover>strong{font-size: clamp(1.25rem, 4vw, 2.5rem); font-weight: 900;}

.title-left-heng{border-left: 3px solid var(--primary); padding-left: 1rem; line-height: 1;}
.company-core-title{max-width: 700px; display: flex; flex-direction: column; margin-bottom: 1rem;}
.company-core-title>p{font-size: .875rem; line-height: 1.6;}
.company-core ul.list>li>ol{flex-direction: column; background-color: white;}
.company-core ul.list>li>ol .textbox{flex: 1; padding: 1rem; align-items: center; justify-content: center; text-align: center; font-size: .875rem; line-height: 1.2; font-weight: 600;}

.company-adv ul.list>li>ol{flex-direction: column; border: 1px solid var(--line);}
.company-adv ul.list>li>ol .title6{ min-height: 76px; display: flex; align-items: center; background-color: var(--bg-F9); font-size: .95rem; padding: 1rem; font-weight: 500; position: relative; margin-bottom: 0;}
.company-adv ul.list>li>ol .title6::before{content: ""; width: 3px; height: 100%; background-color: var(--primary); position: absolute; left: -1px; top: -1px;}
.company-adv ul.list>li>ol .textbox{flex: 1; flex-direction: column; padding: 1rem; font-size: .875rem;}
.company-adv ul.list>li>ol .textbox .items>li{margin-bottom: 1rem;}

.our-pros .title3{display: flex; align-items: center; justify-content: center;}
.our-pros .title3::before,.our-pros .title3::after{content: ""; flex: 1; max-width: 200px; height: 1px; background-color: var(--line);}
.our-pros .title3::before{margin-right: 1.25rem; border-right: 30px solid var(--primary);}
.our-pros .title3::after{margin-left: 1.25rem; border-left: 30px solid var(--primary);}
.our-pros ul.list>li>a{flex-direction: column;}
.our-pros ul.list>li>a .textbox{flex: 1;display: flex; justify-content: center; border-bottom: 1px solid var(--line); padding: 1rem; padding-left: 0; font-size: .875rem; line-height: 1.2; color: var(--text); background: url(../svg/arrow_forward_red.svg) no-repeat right center; background-size: 15px auto;}
.our-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.our-pros ul.list>li>a:hover .textbox{color: var(--hover-color); border-bottom-color: var(--hover-color);}
/* Our Facilities */
.equipment-item .etw-photo .imgbox{flex: 1; flex-direction: column; aspect-ratio: initial; padding: 0;}
.equipment-item .etw-photo .imgbox>img{height: auto;}
.equipment-item .etw-photo .imgbox>span{flex: 1; font-size: .875rem; padding-top: .625rem;}
@media (max-width: 1199.98px){
.company-header .container1{padding-left: 3rem;}
}@media (max-width: 991.98px){
.company-header .container1{padding-left: 15px;}
.company-hover{left: 15px; bottom: 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.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: var(--bg-light); box-shadow: 0 5px 10px rgba(0, 0, 0, .125);}
.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; 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;}
.video_more{display:flex;margin-top:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}
#video_right .feedback{box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.5rem 2rem; margin-top: 2rem; box-shadow: 6px 6px 0 #eee, -6px -6px 0 #eee;}
#video_sidebar{width:30%; border-radius:10px; box-shadow: 0 0 10px rgba(0, 0, 0, .125); overflow: hidden;}
#video_sidebar .title4{color: #fff; background-color: var(--bg-main); font-size: var(--fs-h4); font-weight: 500; display: flex; align-items: center; justify-content: center; padding: .5rem; margin-bottom: 0;}
#etw_videolist .webtitle{font-size: var(--fs-h6); font-weight: 500; padding: .75rem 1rem; background-color: #eee;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: .75rem 1rem;}
#etw_videolist ul li{width: 100%; margin-bottom:.55rem; padding: 0;}
#etw_videolist ul li:last-child{margin-bottom:0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.875rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\F285"; font-size: .75rem; position: absolute; left: 0; top: 6px; 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;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--accent-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 */
