@charset "utf-8";
@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");}
@font-face{font-family: "bootstrap-icons"; font-display:swap; src: url(../fonts/bootstrap-icons.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* bootstrap-icons */
.bi::before,[class^="bi-"]::before,[class*=" bi-"]::before{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}
.bi-person-bounding-box::before{content:"\f4d4";}
.bi-envelope-at::before{content:"\f84c";}
.bi-phone-vibrate::before{content:"\f4e6";}
.bi-telephone::before{content:"\f5c1";}
.bi-arrow-right::before{content:"\f138";}
.bi-whatsapp::before{content:"\f618";}
.bi-pin-map-fill::before{content:"\f64b";}
.bi-chevron-right::before{content:"\f285";}
.bi-chevron-down::before {content: "\f282";}
.bi-plus-lg::before{content:"\f64d";}
.bi-dash-lg::before{content:"\f63b";}
.bi-check2-square::before{content:"\f271";}
.bi-play-fill::before{content:"\f4f4";}
.bi-wechat::before {content: "\f829";}
.bi-envelope-fill::before {content: "\f32c";}
.bi-house-door-fill::before {content: "\f422";}
.bi-award::before { content: "\f154"; }
.bi-person-gear::before { content: "\f8a7"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-tools::before { content: "\f5db"; }
.bi-truck::before { content: "\f5ea"; }
.bi-check-lg::before { content: "\f633"; }
.bi-x-lg::before { content: "\f659"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.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:.875rem;
	--fs-h6:clamp(0.875rem,3.5vw,1rem);
	--fs-h5:clamp(1rem,3.5vw,1.25rem);
	--fs-h4:clamp(1.125rem,3.5vw,1.5rem);
	--fs-h3:clamp(1.25rem,3.5vw,1.625rem);
	--fs-h2:clamp(1.375rem,3.5vw,2rem);
	--fs-h1:clamp(1.5rem,3.5vw,2.5rem);
	--lh-heading:1.2;
	--lh-body:1.8;
	--bg-main: #005C97;
	--hover-color: #cc0000;
	--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: #d1d5db;
  --w:1rem;
  --drop-shadow-white: drop-shadow(var(--w) 0 var(--bg-white));
  --drop-shadow-hover: drop-shadow(var(--w) 0 var(--hover-color));
  --accent: #cc0000;
  --accent-bg: rgba(204, 0, 0, 0.07);
}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(var(--bg-white),var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),var(--bg-white));}
.bg-white-light{background-image: linear-gradient(var(--bg-white),var(--bg-light));}
.bg-light-white{background-image: linear-gradient(var(--bg-light),var(--bg-white));}
.bg-white-F9{background-image: linear-gradient(var(--bg-white),var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),var(--bg-white));}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 400; font-size: var(--fs-body); line-height: var(--lh-body); background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {display: block; color: #333; line-height: var(--lh-heading); margin-bottom: .625rem;}
h1,.h1,.title1 {font-size: var(--fs-h1);}
h2,.h2,.title2 {font-size: var(--fs-h2);}
h3,.h3,.title3 {font-size: var(--fs-h3);}
h4,.h4,.title4 {font-size: var(--fs-h4);}
h5,.h5,.title5 {font-size: var(--fs-h5);}
h6,.h6,.title6{font-size: var(--fs-h6); font-family: var(--family-first);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--hover-color);}
strong{font-weight: 700;}b{font-weight: 500;}
img{display:block; width:100%; height: auto;}
a{text-decoration:none; -webkit-tap-highlight-color:transparent; transition:all 0.2s; color:inherit; text-decoration:none}
a[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color);}
inquiry-trigger{color: var(--bg-main);}
inquiry-trigger:hover{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; border-radius: 5px;}
p:last-child{margin-bottom: 0;}
/* 图片放大 */
figure a{pointer-events: none;}
figure.jsclickready a:not(.original-link) {pointer-events: auto !important; cursor: pointer !important;}
/* END */
.imgbox{width:100%; aspect-ratio: 4/3; display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; z-index: 2;}
.imgbox img{width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in-out;}
.object-fit-cover{object-fit: cover !important;}
.object-fit-contain{object-fit: contain !important;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.container,.container1,.container2,.container3{width: 100%; max-width: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;}
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 (min-width: 1200px){
.row-cols-lg-7>*{-ms-flex: 0 0 calc(100% / 7) !important; flex: 0 0 calc(100% / 7) !important; max-width: calc(100% / 7) !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,ul.items li>ol{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: 1.5; margin-bottom: .5rem;}
ul.items li::before{content: ""; width: 6px; height: 6px; border-radius: 50%; background-color: var(--hover-color); position: absolute; left: 0; top: 7px;}
ul.items_nub{display: block; width: 100%; counter-reset: nub;}
ul.items_nub li{display: block; position: relative; font-size: .875rem; font-weight: 400; padding-left:2rem; margin-bottom: .5rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) ""; width: 1.25rem; aspect-ratio: 1/1; line-height: 1; font-size: .75rem; border: 1px solid var(--hover-color); border-radius: 3px; color: var(--hover-color); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 5px;}
ul.items_none li::before{content: none;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table:last-child{margin-bottom: 0;}
.table thead{background-color: rgba(0, 0, 0, .05);}
.table thead td,.table inquiry-trigger{color: #000; font-weight: 500;}
.table td,.table-left td{vertical-align: middle; color: #333; font-size: .875rem; line-height: 1.2; padding: .625rem; border: 1px solid #dee2e6;}
.table tbody tr:nth-of-type(odd){background-color: var(--bg-white);}
.table tbody tr:nth-of-type(even){background-color: var(--bg-light);}
.table tbody tr:hover{background-color: var(--bg-F0) !important;}
.table inquiry-trigger:hover{color: var(--hover-color) !important;}
.table-left{width: 100%;}
.table-left td{width: 25%; border: 1px solid rgba(0, 0, 0, .04);}
.table-left tbody tr:nth-of-type(odd){background-color: var(--bg-light);}
.table-left tbody tr:nth-of-type(even){background-color: var(--bg-white);}
.table-left td:nth-of-type(odd){color: #333; font-weight: 400;}
/* 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; background-color: var(--hover-color); border-radius: 5px; overflow: hidden; padding: .5rem 1rem;}
.watch_btn::before{content: "\F21F"; --w: auto; height: auto; color: white; font-size: 1.25rem; display: flex; align-items: center; justify-content: center; z-index: 2; opacity: 1 !important; background: none; border-radius: 0; 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;}
.watch_btn>span{ flex: 1; line-height: 1; color: #fff; font-size: .875rem; font-weight: 400; padding-left: .5rem;}
/* More */
.more{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: .875rem; font-weight: 400; line-height: 1.1; color: #333; border-radius: 4px;}
.more>a>i{margin-left: .5rem; color: inherit; font-size: inherit; transition: inherit;}
.more>a:hover{color: var(--hover-color);}
/* inquiry_quote */
.quote-btn,.inquiry_btn{display: flex;}
.quote-btn>a{display: flex; align-items: center; padding: .5rem 1rem; color: var(--bg-main); font-size: .875rem; position: relative; overflow: hidden; z-index: 0; border: 1px solid var(--hover-color); line-height: 1; transition: all .3s ease-in-out; border-radius: 5px;}
.quote-btn>a{background-color: var(--hover-color); color: var(--bg-white);}
.quote-btn>a:hover{background-color: var(--bg-white); color: var(--hover-color);}
.quote-btn a.pdf-btn{margin-left: 1.25rem; background-color: white; color: var(--hover-color);}
.quote-btn a.pdf-btn>i{color: var(--hover-color); font-size: 1.25rem; margin-right: .5rem;}
.quote-btn a.pdf-btn:hover{background-color: var(--hover-color); color: white;}
.quote-btn a.pdf-btn:hover>i{color:white;}
.inquiry_btn>a{display: flex; padding: .5rem 1rem; color: var(--hover-color); font-size: .875rem; position: relative; overflow: hidden; z-index: 0; border: 1px solid var(--hover-color); line-height: 1; transition: all .3s ease-in-out;}
.inquiry_btn>a:hover{background-color: var(--hover-color); color: var(--bg-white);}
/* public-End */
/* etw_language */
.etw_language{min-height: 30px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .875rem; text-transform: uppercase; color: var(--bg-main);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#555; display:flex; justify-content:center; align-items:center; height: 30px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-main); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
  .iconfont{width: 1.8rem !important; aspect-ratio: 1/1; background: url(../images/icons/earth-globe-tool.svg) no-repeat center center; background-size: contain; padding: 0 !important;  margin-right: 2.5rem; cursor: pointer;} 
	.etw_language{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:#333 !important; font-size: .875rem; 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 !important; 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: 20px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center; position: relative;}
#etw_logo a>img{display:block; max-height:50px;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding: 15px 0 0 0;}
@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-start; padding-left: 2rem;}
.navbar>li{padding: 0; min-height: 45px; margin-left: 3rem; display: flex; flex-wrap: wrap;}
.navbar>li>a{display: flex; color: #333; font-weight: 400; font-size: 1rem; position: relative; letter-spacing: .5pt;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--hover-color);}
.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; 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 0 .5rem .5rem;}
.dropdown-menu>ul{width: 100%; margin: 0; display: flex; flex-direction: column; border-top: 1px solid var(--hover-color);}
.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,.dropdown-menu1>ul>li>span{width: 100%; white-space: nowrap; padding: .5rem 1rem; font-size: .875rem; color: #333; font-weight: 500; transition: all .3s ease-in-out;}
.dropdown-menu>ul>li:hover>a,.dropdown-menu>ul>li:hover>span{background-color: #E5E6E7;color: var(--hover-color);}
.dropdown-menu>ul>li>a.active{color: var(--hover-color);}
.dropdown-menu1{left: 0;}
.dropdown-menu1>ul{width: 160px; position: absolute; left: 0; top: 0; background-color: white; z-index: 2;}
.dropdown-menu1>ul>li:hover .dropdown-box{display:block;}
.dropdown-box{display: none; width: 1000px; position: absolute; left: 160px; top: -1px; background-color: #E5E6E7; border-radius: 0 1rem 1rem 1rem;box-shadow: -2px 2px 5px -1px rgba(0, 0, 0, 0.3); overflow: hidden; z-index: -1;}
.dropdown-top{width: 100%; white-space: initial; border-bottom: 1px solid var(--hover-color); padding: 1.25rem 2.5rem 0 2.5rem;}
.dropdown-top>div{display: none; width: 100%;}
.dropdown-top>div:first-child{display: block;}
.dropdown-top>div .imgbox{border-radius: .5rem .5rem 0 0;}
.dropdown-top>div a.title6{color:#005C97; margin-bottom: 1.5rem; font-size: 1.25rem;}
.dropdown-top>div a.title6:hover{color: var(--hover-color);}
.dropdown-top>div p{font-size: .875rem; color: #333; font-weight: 400; line-height: 1.6; margin-bottom: 1rem; height:120px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word;overflow: hidden;}
.dropdown-content{width: 100%; display: flex; flex-direction: column; white-space: initial; padding: 1.25rem 2.5rem; background-color: #F2F2F3;}
.dropdown-content .title6{font-size: 1rem; color: #000; font-weight: 500; margin-bottom: 1rem;}
.dropdown-content ul.list>li{width: 25%;}
.dropdown-content ul.list>li>a{display: flex; align-items: center; justify-content: center; text-align: center; height: 50px; background-color: #E5E6E7; border-radius: 10px; font-size: 1rem; line-height: 20px; font-weight: 500; color:#005C97; padding: 0 10px;}
.dropdown-content ul.list>li>a:hover,.dropdown-content ul.list>li.active>a{ transform: translateY(-10px); border-top: 2px solid var(--hover-color);}
.dropdown-apps .dropdown-top>div .imgbox{aspect-ratio: 3/2;}
.dropdown-apps .dropdown-top>div p{height:72px; -webkit-line-clamp: 3;}
.index-header{padding: 2rem 2rem 0 2rem !important;}
.index-header #etw_logo a>img:nth-child(1){opacity:0;}
.index-header #etw_logo a>img:nth-child(2){position: absolute; inset: 0; opacity: 1; z-index: 2;}
.index-header .header{background: none; top: 2.5rem; box-shadow: initial;}
.index-header .navbar{justify-content: flex-start; padding-left: 2rem;}
.index-header .navbar>li>a,.index-header #etw_language>a{color: white;}
.index-header .navbar>li>a.dropdown-toggle::after{color: white;}
.index-header .nav-fixed{background-color: white; top: 0; box-shadow: 4px 4px 100px rgba(0, 0, 0, .15);}
.index-header .nav-fixed .navbar>li>a{color: #333;}
.index-header .nav-fixed #etw_language>a{color: #555;}
.index-header .nav-fixed #etw_logo a>img{opacity: 1 !important;}
.index-header .nav-fixed #etw_logo a>img:last-child{opacity: 0 !important;}
@media (max-width: 1799.98px){
.dropdown-box{width: 800px;}
}@media (max-width: 1499.98px){
.dropdown-box{width: 700px;}
.dropdown-content ul.list>li{width: calc(100% / 3);}
}@media (max-width:1299.98px){
.index-header {padding: 0 !important;}
.index-header .header{top: 1rem;}
.index-header .nav-fixed{top: 0;}
}@media (max-width: 1199.98px){
.dropdown-box{width: 500px;}
.dropdown-content ul.list>li{width: calc(100% / 2);}
}@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; min-height: initial;}
.navbar>li>a{width: 100%; position: relative; padding: 0 1rem; align-items: center; font-size: .875rem; min-height: 40px; color: #333 !important;}
.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 !important;}
.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;}
#menu-items{width: 100%;}
.dropdown-menu>ul>li{flex-direction: column;}
.dropdown-box {display: block; width: 100%; position: relative; left: initial; top: initial; border-radius: 0; z-index: 0;}
.dropdown-top{padding: 0 !important;}
.dropdown-top>div,.dropdown-content .title6{display: none !important;}
.dropdown-content{padding: 1rem !important;}
.dropdown-content ul.list>li{width: calc(100% / 3);}
.dropdown-menu1>ul{width: 100%; position: relative;}
.index-header .header{top: 0;}
.index-header .navbar{padding: 0;}
#etw_logo {flex: 1;display: flex; padding: 15px 0;}
.index-header #etw_logo a>img:nth-child(1){opacity: 1;}
.index-header #etw_logo a>img:nth-child(2){opacity: 0; display: none;}
#etw_logo a>img{max-height:40px;}
}@media (max-width: 767.98px){
.dropdown-content ul.list>li{width: calc(100% / 2);}
.dropdown-content ul.list>li>a{font-size: .875rem; height: auto; min-height: 50px;}
}@media (max-width:575.98px){
	#etw_logo a>img {max-height:30px;}
	.etw_language ul>li>span {margin-right: 1rem;}
.dropdown-content ul.list>li{width: calc(100% / 1);}
.dropdown-content ul.list>li>a{min-height: 40px;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw-banner{padding: 0; border-radius: 2rem; overflow: hidden;}
.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;}
.etw-banner .banner-picture::before,.etw-banner .banner-picture::after{content: ""; position: absolute; inset: 0; z-index: 1;}
.etw-banner .banner-picture::before{background-color: #000; opacity: .2;}
.etw-banner .banner-picture::after{background-color: #005c97; mix-blend-mode: multiply; opacity: .7;}
.carousel-caption{width: 100%; position:absolute; right: auto; bottom: auto; padding: 0; left: 50%; top: 45%; transform: translate(-50%,-50%); z-index: 5; display: flex; flex-direction: column;}
.caption-title{display: flex; flex-direction: column-reverse; font-size: clamp(1.625rem, 3.5vw, 4.5rem); font-weight: 600; color: var(--bg-white); margin-bottom: 1rem;}
.caption-desc{font-size: clamp(1rem, 3.5vw, 1.875rem); font-weight: 600; color: rgba(255,255,255,.8);}
.caption-desc>span{color: var(--bg-white);}
@media (max-width: 1199.98px){
.etw-banner{border-radius: 0;}
.carousel-item{height: 500px;}
}@media (max-width: 991.98px){
.carousel-caption{top: 50%;}
.carousel-item{height: 400px;}
}@media (max-width: 767.98px){
.carousel-item{height: 300px;}
}@media (max-width: 575.98px){
.carousel-item{height: 200px;}
.caption-title{padding: 1.25rem; margin: 0;}
}
/* index */
section,.section,.section-item{width: 100%; padding:4rem 0; display: block; position: relative;}
.section{padding: 3rem 0;}
.section-item{padding: 2rem 0;}

.home-big-pros{padding: 0; margin-top: -8rem; z-index: 5;}
.home-big-pros ul.list>li>a{flex-direction: column; align-items: center; text-align: center; border-radius: 10px; overflow: hidden; padding: 1rem; background-color: white; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: relative; transition: all .3s ease 0s;}
.home-big-pros ul.list>li>a .imgbox{aspect-ratio: 1/1; margin-bottom: 1rem;}
.home-big-pros ul.list>li>a .imgbox>img{object-fit: contain;}
.home-big-pros ul.list>li>a .title6{font-weight: 500; font-size: 1.1rem;}
.home-big-pros ul.list>li>a .more{display: flex;width: 100%; justify-content: center; margin-top: .5rem;}
.home-big-pros ul.list>li>a .more>span{width: 100%; max-width: 150px; background-color: var(--bg-WhiteSmoke); line-height: 1.875rem; border-radius: 10px; transition: all .3s ease 0s;}
.home-big-pros ul.list>li:hover>a{transform: translateY(-2rem); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .2); border-top: 2px solid var(--hover-color);}
.home-big-pros ul.list>li:hover>a .more>span{background-color: var(--hover-color); color: white;}

.home-title{display: flex; flex-direction: column; margin-bottom: 1rem;}
.home-title>small{color: var(--hover-color); display: flex; flex-direction: column; font-size: .875rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;}
.home-title>small::after{content: ""; width: 100%; height: 1px; background-color: var(--hover-color); margin: .2rem 0 .5rem 0;}
.home-title>.title1{margin-bottom: 1rem; font-weight: 500; font-size: clamp(1.25rem, 3.5vw,2.1875rem);}
.home-title>p{font-size: 1rem; color: #666; line-height: 26px;}

.home-apps .home-apps-title{display: flex; flex-wrap: wrap; margin-bottom: 1rem;}
.home-apps .home-title{width: 35%; flex-direction: column; align-items: flex-start; margin-bottom: 0; padding-right: 2rem;}
.home-apps .home-title>small{width: fit-content; display: flex; margin-bottom: 1rem;}
.home-apps .home-apps-text{flex: 1; color: #666; font-size: 1rem; line-height: 26px;}
.home-apps ul.list>li>a{flex-direction: column; border-top: 2px solid var(--hover-color); border-radius: .5rem; overflow: hidden; position: relative;}
.home-apps ul.list>li>a .imgbox{aspect-ratio: 2/1.2;}
.home-apps ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.home-apps ul.list>li>a .title6{flex: 1;display: flex; align-items: center; justify-content: space-between; background-color: var(--bg-F9); padding: 1rem .75rem; margin-bottom: 0; color: #000;}
.home-apps ul.list>li>a .title6>span{flex: 1; font-weight: 500; font-size: 1.125rem; line-height: 1.3125rem; color: inherit; padding-right: .625rem;}
.home-apps ul.list>li>a:hover .title6{color: var(--hover-color);}

.home-pump{background-image: radial-gradient(#fff, #f6f6f6, #f0f0f0);}
.home-pump .home-title>p{max-width: 800px;}
.home-pump ul.list>li>a{flex-direction: column; border-radius: .5rem; overflow: hidden; position: relative; transition: all .3s ease-in-out;}
.home-pump ul.list>li>a .imgbox{overflow: visible;}
.home-pump ul.list>li>a .imgbox>img{object-fit: contain; filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3)) brightness(105%); transform: scale(.95);}
.home-pump ul.list>li>a:hover .imgbox>img{transform: scale(1);}
.home-pump ul.list>li>a .title6{flex: 1; margin: 1rem 0 0 0; display: flex; align-items: center; justify-content: space-between; transition: all .3s ease-in-out;}
.home-pump ul.list>li>a .title6>span{flex: 1; display: flex; align-items: center; transition: all .3s ease-in-out; overflow: hidden; font-weight: 500; color: #333;}
.home-pump ul.list>li>a .title6::after{content:"\f285"; color: inherit; transition: all .3s ease-in-out; 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; margin-left: .5rem;}
.home-pump ul.list>li>a:hover .title6,.home-pump ul.list>li>a:hover .title6>span{color: var(--hover-color);}

.home-about .home-about-right{width: 100%; max-width: 680px;}
.home-about .home-title>.title2{font-size: clamp(1.25rem, 3.5vw,2.1875rem);}
.home-about .home-title>p{color: #666; font-size: 1.125rem;}
.home-about .imgbox{max-width: 680px; aspect-ratio: 2/1.1; box-shadow: 3px 10px 15px #ccc; border-radius: .5rem;}
.home-about .textbox{flex-direction: column;}
.home-about .textbox>p{font-size: 1rem; line-height: 1.625rem; margin-bottom: 1rem; color: #333;}
.home-about .textbox .more>a{border: 1px solid var(--hover-color); padding: .5rem 1rem; color: var(--hover-color);}
.home-about .textbox .more>a:hover{background-color: var(--hover-color); color: var(--bg-white);}
.home-about .textbox .more>a:hover>i{margin-left: 1rem;}
@media (max-width:1199.98px){
section{padding: 3rem 0;}
}@media (max-width:991.98px){
section,.section{padding: 2.5rem 0;}
.home-big-pros{margin-top: 1.25rem;}
.home-apps-title{flex-direction: column;}
.home-apps .home-title{width: 100%; margin-bottom: 1rem !important; padding-right: 0;}
.home-about .imgbox{max-width: 100%;}
}@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:3rem 0 0 0; background-image: url(../images/footer-bg.webp); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.footer .container{position: relative; z-index: 2;}
.footer .h3{width: fit-content; font-weight: 500; font-size: 1.2rem; color: #333; padding-bottom: .5rem; margin-bottom: 1rem; font-family: var(--family-first); border-bottom: 2px solid var(--hover-color);}
.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;margin-bottom: .6rem; line-height: 1.2; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; width: fit-content; color: #666; font-size: .875rem; font-weight: 400; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover,.footer_list li>a.more_btn{color: var(--hover-color); text-decoration: underline;}
.footer-logo{display: flex; position: relative; margin-bottom: 1rem;}
.footer-logo img{max-width: 100%; height: 34px;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #666; margin: 0; font-size: .875rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: #666;}
.footer_contact>li>i{position: absolute; left: 0; top: 0; color: var(--hover-color); font-size: inherit;}
.footer_contact>li a:hover{color: var(--hover-color); text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.5rem 0; border-top: 1px solid rgba(0, 0, 0, .05);}
#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:4px;font-weight:300;line-height:22px; 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:1500.98px){
.footer {background-image: url(../images/footer-bg_1440.webp);}
}@media (max-width:1199.98px){
.footer {background-image: url(../images/footer-bg_1024.webp);}
}@media (max-width: 991.98px){
.footer {background-image: url(../images/footer-bg_750.webp);}
}@media (max-width:767.98px){
.footer {padding:1.5rem 0 2rem 0; background-image: url(../images/footer-bg_480.webp);}
.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:#999;}
#quicknav ul li:last-child{color:var(--hover-color);}
#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: 260px;}
.pros-banner .banner-picture::before,.pros-banner .banner-picture::after{content: ""; position: absolute; inset: 0; z-index: 1;}
.pros-banner .banner-picture::before{background-color: #000; opacity: .1;}
.pros-banner .banner-picture::after{background-color: #004ea2; opacity: .4;}
.pros-banner-hover{width: 100%; position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.pros-banner-hover .title1{color: var(--bg-white); font-weight: 700; text-align: center; margin-top: 1rem;}
.pros-banner-hover .title1:last-child{margin-bottom: 0;}

.main{padding-top: 1.875rem;}
.main>.container{display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; flex-direction: row-reverse;}
.main-right{width: 20%; display: flex; flex-direction: column; position: sticky; top: 100px;}
.menu-box{width: 100%; display: flex; flex-direction: column; margin-bottom: .5rem; background-color: var(--bg-white); padding: .5rem .75rem; border-radius: 5px; overflow: hidden; border-left: 2px solid var(--hover-color);}
.menu-box:last-child{margin: 0;}
.menu-box .title6{display: flex; align-items: center; justify-content: space-between; font-weight: 600; font-size: .875rem; margin-bottom: .5rem; color: #000;}
.menu-box .title6>i{display: none; color: inherit;}

ul.menu-list{width: 100%; display: flex; flex-direction: column;}
ul.menu-list>li{width: 100%; display: flex; flex-direction: column; line-height: 1; margin-bottom: .25rem;}
ul.menu-list>li:last-child{margin-bottom: 0;}
ul.menu-list>li>a{width: 100%;display: flex; align-items: center; font-size: 13px; line-height: 1.2; font-weight: 400; color: #333; position: relative;}
ul.menu-list>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--hover-color); position: absolute; left: -1rem; top: 45%;}
ul.menu-list>li>a:hover,ul.menu-list>li.active>a{color: var(--hover-color);}
ul.menu-list>li.active>a::before{width: .75rem;}

ul.menu-list>li>ol{display: none !important; width: 100%; flex-direction: column; padding: 5px 0;}
ul.menu-list>li>ol>li{width: 100%; display: flex; margin-bottom: .25rem;}
ul.menu-list>li>ol>li:last-child{margin: 0;}
ul.menu-list>li>ol>li>a{font-size: .8rem; line-height: 1.2; font-weight: 400; color: #555; position: relative; padding-left: 1rem;}
ul.menu-list>li>ol>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: -2px; top: 1px;}
ul.menu-list>li>ol>li>a:hover,ul.menu-list>li>ol>li.active>a{color: var(--hover-color);}

.main-left{width: 80%; padding-left: 2.5rem;}
ul.products-list{margin-top: 1.25rem;}
ul.products-list>li>a{flex-direction: column; background-color: var(--bg-white); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); border-radius: .5rem; overflow: hidden; padding: 1rem; border-top: 2px solid var(--hover-color);}
ul.products-list>li>a .title6{font-size: .875rem; text-align: center; color: #999; font-weight: 400; letter-spacing: initial; margin-bottom: 1rem;}
ul.products-list>li>a .imgbox>img{object-fit: contain;}
ul.products-list>li>a .title5{flex: 1; font-size: 1rem; text-align: center; color: #000; font-weight: 400; letter-spacing: initial; margin: 1rem 0;}
ul.products-list>li>a>.textbox>ul{display: flex; flex-direction: column; margin-bottom: 1rem;}
ul.products-list>li>a>.textbox>ul>li{display: block; padding: 5px 0; border-bottom: 1px solid rgba(0, 0, 0, .04); font-weight: 400; color: #999; font-size: .85rem;}
ul.products-list>li>a>.textbox>ul>li>b{font-weight: 400; color: #1a1a1a;}
ul.products-list>li>a>.textbox>ul>li:last-child{border-bottom: none;}
ul.products-list>li>a .more{justify-content: center;}
ul.products-list>li>a .more>span{padding: .25rem .625rem; background-color: var(--bg-F0); font-size: .75rem; border-radius: .5rem; color: var(--hover-color); border-bottom: 2px solid var(--hover-color); transition: all .3s ease-in-out;}
ul.products-list>li>a:hover{transform: scale(1.04);}
ul.products-list>li>a:hover .more>span{background-color: var(--hover-color); color: var(--bg-white);}

.title-left-heng{display: flex; align-items: center; letter-spacing: initial; padding-left: 1rem; line-height: 1; position: relative;}
.title-left-heng::before{content: ""; width: 5px; height: 100%; background-color: var(--hover-color); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.pro-fw{margin-top: 2rem;}
.pro-fw .title4{font-weight: 600; margin-bottom: 1rem;}
.pro-fw ul.fw-list>li>ol{box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.25rem; flex-direction: column; background-color: var(--bg-white);}
.pro-fw ul.fw-list>li>ol .icon{width: 60px; aspect-ratio: 1/1;}
.pro-fw ul.fw-list>li>ol .textbox{flex: 1;}

.pros-apps ul.list>li>ol{flex-direction: column; background-color: var(--bg-F9);}
.pros-apps ul.list>li>ol .textbox{padding: 1rem 0;}
.pros-apps ul.list>li>ol .textbox a.title6{font-weight: 500; letter-spacing: initial;}
.pros-apps ul.list>li>ol .textbox>p{flex: 1; font-size: .8rem;}
.pros-apps ul.list>li>ol .textbox>.more{padding-top: 1rem; border-top: 1px solid var(--line-color);}
.pros-apps ul.list>li>ol .textbox>.more>a{display: flex; align-items: center; color: #999;}
.pros-apps ul.list>li>ol .textbox>.more>a>i{width: 1.125rem; aspect-ratio: 1/1; border: 1px solid var(--hover-color); color: var(--hover-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: .5rem; font-size: .75rem;}
.pros-apps ul.list>li>ol .textbox>.more>a:hover{color: var(--hover-color);}

.pros-brief .imgbox{aspect-ratio: 3/2;}
.pros-brief .imgbox .imgbox-text{width: 180px; background-color: var(--hover-color); position: absolute; left: 0; bottom: 0; border: 5px solid var(--bg-white); padding: 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--bg-white); font-size: 1rem; line-height: 1.2; font-weight: 400;}
.pros-brief .imgbox .imgbox-text>strong{font-size: 2.5rem; line-height: 1; margin-bottom: 1rem;}

.pros-apps-title{display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;}
.pros-apps-title>a{padding: 10px 15px; background-color: #E5E6E7; border-radius: 5px; line-height: 1; color: var(--hover-color);}
.pros-apps-title>a:hover{background-color: var(--hover-color); color: white;}
.pros-apps ul.list>li>a{flex-direction: column; border-radius: .5rem; overflow: hidden; position: relative;}
.pros-apps ul.list>li>a .imgbox{aspect-ratio: 1/.85; filter: brightness(85%);}
.pros-apps ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.pros-apps ul.list>li>a .title6{width: 100%; display: flex; background-image: linear-gradient(transparent,rgba(0,0,0,.7)); background-color: transparent; padding: 3rem 1rem 1rem 1rem; margin-bottom: 0; color: white; position: absolute; left: 0; bottom: 0; z-index: 2;}
.pros-apps ul.list>li>a .title6>span{flex: 1; font-weight: 450; font-size: 1rem; line-height: 1.3125rem; color: inherit; padding-right: .625rem;}
.pros-apps ul.list>li>a .title6>i{transform: translateX(-10px); position: relative; transition: all .3s ease-in-out; opacity: 0;}
.pros-apps ul.list>li>a:hover .title6>i{transform: translateX(0); opacity: 1;}
@media (max-width: 1199.98px){
.pros-banner{height: 200px;}
}@media (max-width: 991.98px){
.main-left{width: 100%; padding-left:0;}
.main-right{display: none;}
}@media (max-width: 767.98px){
.pros-banner{height: 150px;}
.pros-banner-hover .title1:last-child{margin: 0;}
}@media (max-width: 575.98px){
.pros-banner{height: 100px;}
}
/* Hub */
.hub-banner{height: 160px;}
.hub-banner .banner-picture::before,.hub-banner .banner-picture::after{content: ""; position: absolute; inset: 0; z-index: 1;}
.hub-banner .banner-picture::before{background-color: #000; opacity: .5;}
.hub-banner .banner-picture::after{background-color: #004ea2; opacity: .7;}
.hub-banner-hover{width: 100%; position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.hub-banner .container{display: flex; flex-direction: column; align-items: center; text-align: center;}
.hub-banner .title1{color:white; font-weight: 400;}
.hub-banner .title1:last-child{margin-bottom: 0;}

ul.hub-list>li{margin-top: 1.5rem;}
ul.hub-list>li>ol{border: 1px solid rgba(0,0,0,.1); background-color: var(--bg-white); overflow: hidden; border-radius: .5rem;}
ul.hub-list>li>ol a.imgbox{width: 40%; padding: 1rem;}
ul.hub-list>li>ol .textbox{flex: 1;justify-content: center; padding: 1.25rem;}
ul.hub-list>li>ol .textbox a.title5{font-weight: 600;}
ul.hub-list>li>ol .textbox>p{font-weight: 400; color: #999; line-height: 1.5;}
ul.hub-list>li>ol .textbox>ul.items>li{margin-bottom: 0; font-size: 400; color: #333;}
ul.hub-list>li>ol .textbox>ul.items>li>a:hover{text-decoration: underline;}
ul.hub-list>li>ol .textbox>.more{justify-content: flex-end;}
ul.hub-list>li>ol .textbox>.more>a{padding: .5rem 1rem; background-color: var(--hover-color); color: white;}
ul.hub-list>li>ol .textbox>.more>a:hover{background-color: var(--bg-main);}
@media (max-width: 991.98px){
ul.hub-list>li>ol .textbox>p{display: none;}
}@media (max-width: 767.98px){
.hub-banner{height: 120px;}
}@media (max-width: 575.98px){
.hub-banner{height: 100px;}
ul.hub-list>li>ol a.imgbox{width: 100%;}
}@media (max-width: 425.98px){
}@media (max-width: 375.98px){}
/* Details */
.details-nav{display: flex; flex-wrap: wrap; justify-content: center;}
.details-nav>li{display: flex;}
.details-nav>li>a{border: 1px solid var(--line-color); padding: 10px 5px; border-radius: .5rem; line-height: 1.1; background-color: var(--bg-white); font-size: .75rem; font-weight: 500; color: #333; display: flex; align-items: center; justify-content: center; text-align: center;}
.details-nav>li>a:hover,.details-nav>li.active>a{border-color: var(--hover-color); color: var(--hover-color);}
.details-sub-title{font-size: 1rem; padding-bottom: .5rem; margin-bottom: 1rem; font-weight: 400; border-bottom: 1px solid var(--line-color); color: #999;}
.pump-items{padding: 1.25rem; background-color: white; margin-top: 2rem; border-radius: 1rem;}
.pump-items .title4{margin-bottom: 1rem; font-size: var(--fs-h5);}
.pump-items p{line-height: 1.5; color: #666;}
.details-inquiry>a{padding: .5rem 1rem; color: var(--hover-color); border: 1px solid var(--hover-color);}
.details-inquiry>a:hover{background-color: var(--hover-color); color: var(--bg-white);}
.brief{color: #777;}
.related-pros ul.list>li>a{border: 1px solid var(--line-color); background-color: var(--bg-white); padding: 10px; line-height: 1.2; display: flex; align-items: center; position: relative; overflow: hidden; padding-right: 1.5rem; color: #333; font-weight: 400; border-radius: 5px;}
.related-pros ul.list>li>a::after{content: "\f285"; 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; right: 5px; top: 50%; transform: translateY(-50%);}
.related-pros ul.list>li>a:hover,.related-pros ul.list>li.active>a{border-color: var(--hover-color); color: var(--hover-color);}

.other-pros ul.list>li>a{flex-direction: column; box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125); position: relative; transition: all .3s ease-in-out;}
.other-pros ul.list>li>a .imgbox{background-color: var(--bg-WhiteSmoke); padding: .625rem;}
.other-pros ul.list>li>a .imgbox>img{object-fit: contain; mix-blend-mode: multiply; filter: brightness(115%);}
.other-pros ul.list>li>a .title6{flex: 1; text-align: center; font-size: .95rem; color: #333; font-weight: 400; letter-spacing: initial; margin-bottom: 0; padding: 1rem .625rem;}
.other-pros ul.list>li>a:hover{transform: translateY(-.5rem);}
.other-pros ul.list>li>a:hover .title6{color: var(--hover-color);}

.inquiryform{padding: 2rem; position: relative; z-index: 0; overflow: hidden; border-radius: 1rem; border-top: 2px solid var(--hover-color); border-bottom: 2px solid var(--hover-color); min-height: 370px;}
.inquiryform::before{content: ""; position: absolute; inset: 0;background-image: repeating-linear-gradient(45deg, var(--bg-F9), var(--bg-F9) 40px,var(--bg-white) 40px, var(--bg-white) 80px); z-index: -1; opacity: .7;}
.inquiryform .title2{margin: 2rem 0 1.25rem 0;}
.inquiryform p{font-weight: 400; color: #888;}
.inquiryform #feedback2017 .etw-inquery-icon{display: none !important;}

.left_pics{width: 100%; display: flex; flex-direction: column;}
.left_pic{width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.left_pic img{mix-blend-mode: multiply;}
.item_mod{font-weight: 600;font-size: 1rem; width: 100%; position: absolute; left: 0; bottom: 0; text-align: center;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -3px; display: flex; flex-wrap: wrap; justify-content: center;}
.related_pic ul>li{width: calc(100% / 6); padding: 3px; display: flex; align-items: center; justify-content: center;}
.related_pic5 ul>li{width: 20%;}
.related_pic7 ul>li{width: calc(100% / 7);}
.related_pic ul>li a{border: 1px solid #ccc;}
.related_pic ul>li.imgdq a{border-color: var(--hover-color);}
.item_txt{display: none;}
@media (max-width: 767.98px){
.inquiryform{padding: 1.25rem; min-height: initial;}
.inquiryform .title2{margin: 0 0 1rem 0;}
}
/* Products_End */
/* Applications */
.apps-banner .banner-picture::before{content: none;}
.apps-banner .banner-picture::after{opacity: .1;}

ul.apps-list>li>ol{flex-direction: column; background-color: var(--bg-white);}
ul.apps-list>li>ol .textbox{padding: 1.25rem; justify-content: center;}
ul.apps-list>li>ol .textbox a.title6{font-weight: 600;}

.details-apps-banner{background-image: url(../images/banner1.webp); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 1.25rem 0; height: 200px; display: flex; align-items: center;}
.details-apps-banner::before{content: ""; position: absolute; inset: 0; background-color: #004ea2; opacity: .4;}
.details-apps-banner .container{display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 5;}
.details-apps-banner .title1{color: var(--bg-white); font-weight: 700;}
.details-apps-banner .title1:last-child{margin-bottom: 0;}

.recommended-pros ul.list>li>a{border: 1px solid var(--line-color); background-color: var(--bg-white); padding: 8px; line-height: 1.2; display: flex; align-items: center; position: relative; overflow: hidden; padding-right: 1.4rem; color: #333; font-weight: 400; font-size: .8rem;}
.recommended-pros ul.list>li>a::after{content: "\f285"; 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; right: 5px; top: 50%; transform: translateY(-50%);}
.recommended-pros ul.list>li>a:hover,.recommended-pros ul.list>li.active>a{border-color: var(--hover-color); color: var(--hover-color);}

.other-apps ul.list>li>a{flex-direction: column; box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);} 
.other-apps ul.list>li>a .imgbox{aspect-ratio: 1/1;}
.other-apps ul.list>li>a .title6{margin: 0; flex: 1; text-align: center; padding: 1rem 0; font-weight: 500; letter-spacing: initial; font-size: .95rem;}
@media (max-width: 1440.98px){
.details-apps-banner{background-image: url(../images/banner1_1440.webp);}
}@media (max-width: 991.98px){
.details-apps-banner{background-image: url(../images/banner1_1024.webp);}
}@media (max-width: 767.98px){
.details-apps-banner{height: 120px; background-image: url(../images/banner1_750.webp);}
}@media (max-width: 575.98px){
.details-apps-banner{height: 100px; background-image: url(../images/banner1_480.webp);}
.other-apps ul.list>li{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
}@media (max-width: 374.98px){
.other-apps ul.list>li{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* Applications End */
/* Selection Guide */
.guide-text p{font-size: 1.125rem; line-height: 1.5;}
.guide a.guide-btn{ color: var(--accent);}
.guide a.guide-btn:hover{text-decoration: underline;}

.examples-list{display: flex; justify-content: center; margin-bottom: 10px;}
.examples-list>li{width: fit-content; padding: 5px 10px;display: flex;}
.examples-list>li>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--line-color); border-radius: 5px; padding: 5px 1rem;}

ul.parts-list>li>figure{flex: 1;}
ul.parts-list>li a{flex: 1; border: 1px solid rgba(0, 0, 0, .1); border-radius: 5px; overflow: hidden; padding: 10px;}
ul.parts-list>li a>span{ color: #333; font-weight: 400; line-height: 1.2;}
/* Selection Guide End */
/* About Us */
.company{font-size: .95rem;}
.title-top-heng{display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 1rem; font-weight: 500;}
.title-top-heng::after{content: ""; width: 60px; height: 2px; background-color: var(--hover-color); margin-top: .5rem;}

.our-pros ul.list>li>a{flex-direction: column; background-color: var(--bg-white); border: 1px solid rgba(0, 0, 0, .05); border-radius: .5rem; overflow: hidden; padding: 1rem; position: relative; transition: all .3s ease-in-out;}
.our-pros ul.list>li>a .imgbox{aspect-ratio: 1/1; 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 .title6{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: 1rem; font-weight: 600; font-size: .875rem; letter-spacing: initial; margin: 0;}
.our-pros ul.list>li>a:hover{transform: translateY(-.5rem); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .2); border-color: var(--hover-color);}
.our-pros ul.list>li>a:hover .title6{color: var(--hover-color);}

.why-ginkai .title4 i{font-style: normal; color: var(--hover-color)}
.why-ginkai ul.list>li>ol{flex-direction: column; background-color: var(--bg-light); box-shadow: 0 10px 15px rgba(0, 0, 0, .1); border-radius: .5rem; overflow: hidden; padding: 1.5rem;}
.why-ginkai ul.list>li>ol>.card-icon{width:52px;height:52px;border-radius:10px;background:var(--accent-bg);display:flex;align-items:center;justify-content:center;margin-bottom:22px;flex-shrink:0}
.why-ginkai ul.list>li>ol>.card-icon i{font-size:1.5rem;color:var(--accent);line-height:1}
.why-ginkai ul.list>li>ol>strong{font-size: 1rem; font-weight: 600; color: #333; margin-bottom: .625rem;}
.why-ginkai ul.list>li>ol>p{font-size: .9rem; font-weight: 300; line-height: 1.6;}

.certifications ul.etw-photo>li>figure>a{border: 1px solid var(--line-color);}
.certifications ul.etw-photo>li>figure>span{line-height: 1.2;}
/* Factory Tour */
.factory-title{width: fit-content; max-width: 200px; background-color: var(--hover-color); position: absolute; right: 1rem; top: 0; z-index: 2; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 2rem), 0 100%); padding-bottom: 1.5rem;}
.factory-title>span{display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-size: var(--fs-h4); font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 1.875rem 1.25rem;}
/* Downloads */
.downloads .title4{font-weight: 400; letter-spacing: initial; color: #333;}
.downloads ul.list>li>a{flex-direction: column;}
.downloads ul.list>li>a .imgbox{aspect-ratio: 60/41;}
.imgbox-4-1{aspect-ratio: 8/3 !important;}
.imgbox-3-4{aspect-ratio: 3/4 !important;}
.downloads ul.list>li>a .title6{flex: 1; display: flex; align-items: center; padding: 0 0 0 1.5rem; color: #333; font-size: .85rem; font-weight: 400; margin: 0; transition: all .3s ease-in-out; position: relative; margin-top: 1rem;}
.downloads ul.list>li>a .title6::before{content: ""; width: 1rem; aspect-ratio: 1/1; background-image: url(../images/download.svg); background-position: center center; background-repeat: no-repeat; background-color: var(--hover-color); background-size: 75%; filter: grayscale(100%); opacity: .4; transition: inherit; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.downloads ul.list>li>a:hover .title6{color: var(--hover-color);}
.downloads ul.list>li>a:hover .title6::before{filter: grayscale(0%); opacity: 1;}
/* FAQs */
.card{border: none; border-radius: 0; background: none; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;list-style: none;}
.card-header::-webkit-details-marker {display: none;}
.card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size: 1rem; color: #555; position:relative; line-height:24px}
.card-link::after{content: "\f64d"; width: 1.5rem; height: 1.5rem; position: absolute; right: 1rem; top: 1rem; 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; color: #000}
.card-body{padding:1rem; padding-top: 0; font-size: .875rem; color: #555;}
.card:hover,.card[open]{background-color: var(--bg-light);}
.card[open] .card-link{color: var(--accent);}
.card[open] .card-link::after{content: "\f63b";}
/* 展开动画 */
@supports selector(::details-content) {.card::details-content {opacity: 0;block-size: 0;overflow: hidden;transition:opacity 0.35s ease,block-size 0.35s ease;}.card[open]::details-content {opacity: 1; block-size: auto;}}
/* About Us-End */
/* Knowledge */
.knowledge ul.list>li>ol{flex-direction: column;}
.knowledge ul.list>li>ol a.imgbox{aspect-ratio: 3/2;}
.knowledge ul.list>li>ol .textbox{flex: 1; flex-direction: row; align-items: center; justify-content: space-between; padding: 1.25rem 0; border-bottom: 1px solid var(--line-color);}
.knowledge ul.list>li>ol .textbox .title5{flex: 1; display: flex; align-items: center; margin-bottom: 0; padding-right: 1rem;}
.knowledge ul.list>li>ol .textbox>.more>a{padding: .5rem 1rem; background-color: var(--hover-color); color: white;}
.knowledge ul.list>li>ol .textbox>.more>a:hover{background-color: var(--bg-main);}
.vs-icon{display: block; max-width: 100%; margin: 0 auto; opacity: .1;}

@media (max-width: 425.98px){
.knowledge ul.list>li>ol .textbox{flex-direction: column;}
.knowledge ul.list>li>ol .textbox .more{margin-top: 1rem;}
}
/* Knowledge-End */
/* What Are EODD Pumps */
.structure-list{display: flex; flex-direction: column;}
.structure-list>li{padding: 6px 0; margin-bottom: 8px;}
.structure-list>li:last-child{margin-bottom: 0;}
.structure-list>li>strong{font-size: 1rem; line-height: 1.2; font-weight: 600;}
.structure-nub{display: flex; flex-direction: column;}
.structure-nub>li{display: block; position: relative; padding-left: 2.5rem; margin-bottom: .5rem; font-size: .875rem; font-weight: 500; line-height: 24px;}
.structure-nub>li:last-child{margin-bottom: 0;}
.structure-nub>li>span{width: 1.5rem; aspect-ratio: 1/1; background-color: #2c3f8c; border-radius: 50%; position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; color: white; font-size: .875rem; line-height: 1.5rem;}
/* What Are EODD Pumps-End */
/* How Do EODD Pumps Work? */
.work ul.list>li>ol{flex-direction: column; border: 1px solid var(--line-color); border-radius: 5px; padding: 1.25rem; position: relative;}
.work ul.list>li>ol>strong{font-size: 1.125rem; font-weight: 500; margin-bottom: .625rem;}
.work ul.list>li>ol>p{font-size: .875rem; line-height: 1.5;}
.work ul.list>li>ol::after{content: ""; width: 3.125rem; aspect-ratio: 1/1; background: url(../images/jiantou.webp) no-repeat center center; background-size: contain; position: absolute; right: -40px; top: 50%; transform: translateY(-50%); z-index: 2;}
.work ul.list>li:last-child>ol::after{content: none;}
.work-videos .etw-photo .imgbox{aspect-ratio: 16/9;}
.work-videos .etw-photo .textbox{flex: 1; align-items: center; justify-content: center; padding-top: 1rem; font-size: .9rem; font-weight: 500;}
@media (max-width: 575.98px){
.work ul.list>li>ol::after{content: none;}
}
/* How Do EODD Pumps Work?-End */
/* Ginkai Electric Diaphragm Pump VS Other Brand */
.brand ul.list>li>ol{flex-direction: column;}
.brand ul.list>li>ol .imgbox{aspect-ratio: 1/1; background-color: var(--bg-light);}
.brand ul.list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.brand ul.list>li>ol .textbox{flex: 1; align-items: center; justify-content: center; padding-top: 1rem; font-size: .9rem; font-weight: 500;}
@media (max-width: 767.98px){
.vs-icon{max-height: 50px; width: auto; margin-bottom: 1rem;}
}
/* Ginkai Electric Diaphragm Pump VS Other Brand-End */
/* Ginkai Sanitary Electric Diaphragm Pumps VS. Competitors */
.competitors ul.list>li>ol{flex-direction: row;}
.competitors ul.list>li>ol .imgbox{width: 40%; aspect-ratio: 1/1; background-color: var(--bg-light); padding: 1rem;}
.competitors ul.list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.competitors ul.list>li>ol .textbox{flex: 1; flex-direction: column; padding-left: 2rem;}
.competitors ul.list>li>ol .textbox .competitors-logo{width: fit-content; background-color: var(--accent); padding: 6px 12px; color: white; line-height: 1; font-size: 1rem; margin-bottom: 1rem;}
.competitors ul.list>li>ol .textbox .title6{font-weight: 700; margin-bottom: .625rem;}
.competitors ul.list>li>ol .textbox p{font-size: 1rem; margin-bottom: 5px;}
.competitors ul.list>li>ol .textbox ul.items>li{margin-bottom: 5px;}
.competitors ul.list>li>ol .textbox ul.items>li:last-child{margin-bottom: 0;}
.competitors ul.list>li:nth-child(even)>ol .textbox .competitors-logo{background-color: var(--bg-main);}
.competitors ul.list>li:nth-child(even)>ol .textbox ul.items>li::before{background-color: var(--bg-main);}
@media (max-width: 575.98px){
.competitors ul.list>li>ol .imgbox{width: 100%;}
}
/* Ginkai Sanitary Electric Diaphragm Pumps VS. Competitors-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: #444; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li:first-child{margin-bottom: 1rem;}
.contact ul>li:first-child>strong{font-size:1.5rem; font-weight: 700; line-height: 1.2; margin:0; color: #000;}
.contact ul>li strong{color:#333; font-weight: 500; margin-right: .5rem;}
.contact ul>li a{color: var(--hover-color);}
.contact ul>li a:hover{color:var(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#222;}
.contact ul>li>ol{flex: 1;}
.contact ul>li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem; background-color: var(--bg-white); box-shadow: 0 0 5px rgba(0, 0, 0, .05), 6px 6px 0 var(--hover-color);}
.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-control{padding: 10px; border-radius: 0; font-size: .875rem; border-color: rgba(0, 0, 0, .05);}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: var(--hover-color) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--bg-main) !important;}
/* Contact Us-End */
/* videos */
.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: .875rem; 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(--hover-color);}
.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_right .feedback .title2{font-weight: 500;}
#video_sidebar{width:30%; border-radius:10px; box-shadow: 0 0 10px rgba(0, 0, 0, .125); overflow: hidden;}
#video_sidebar .title4{color: #000; font-size: var(--fs-h4); font-weight: 500; display: flex; align-items: center; padding: 1rem; margin-bottom: 0;}
#etw_videolist .webtitle{font-size: var(--fs-h5); font-weight: 500; padding: .75rem 1rem;  background-color: #eee;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: 1rem;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;}
#etw_videolist ul li a::before{content: "\f285"; width: .75rem; height: .75rem; position: absolute; left: 0; top: 4px; 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(--hover-color);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){
#video_right{width:100%}
#video_sidebar{width:100%;margin-top:2rem}
#etw_videolist ul li{width: calc(50% - 1rem);}
}@media (max-width:767.98px){
#etw_videolist ul li{width: 100%;}
#video_sidebar{margin-top:1rem}
.videos_hub ul li>a .imgbox{width: 100%;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */
