@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.min.css";
/* bootstrap-icons */
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
/* Animate */
@import "animate.min.css";
@font-face{font-family:iconfont;font-display:swap;src:url(../fonts/iconfont.ttf?t=1622274305876) format("truetype")}
.iconfont{cursor:pointer;font-family:iconfont !important;font-size:1.8rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;-webkit-animation:scaleout 2.5s infinite ease-in-out;animation:scaleout 2.5s infinite ease-in-out}
@font-face{font-family:"SourceSans3";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/SourceSans3/SourceSans3-ExtraLight.woff2) format("woff2"),url(../fonts/SourceSans3/SourceSans3-ExtraLight.woff) format("woff")}
@font-face{font-family:"SourceSans3";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/SourceSans3/SourceSans3-Light.woff2) format("woff2"),url(../fonts/SourceSans3/SourceSans3-Light.woff) format("woff")}
@font-face{font-family:"SourceSans3";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/SourceSans3/SourceSans3-Regular.woff2) format("woff2"),url(../fonts/SourceSans3/SourceSans3-Regular.woff) format("woff")}
@font-face{font-family:"SourceSans3";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/SourceSans3/SourceSans3-Medium.woff2) format("woff2"),url(../fonts/SourceSans3/SourceSans3-Medium.woff) format("woff")}
@font-face{font-family:"SourceSans3";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/SourceSans3/SourceSans3-SemiBold.woff2) format("woff2"),url(../fonts/SourceSans3/SourceSans3-SemiBold.woff) format("woff")}
@font-face{font-family:"SourceSans3";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/SourceSans3/SourceSans3-Bold.woff2) format("woff2"),url(../fonts/SourceSans3/SourceSans3-Bold.woff) format("woff")}
@font-face{font-family:"Raleway";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Raleway/Raleway-Regular.woff2) format("woff2"),url(../fonts/Raleway/Raleway-Regular.woff) format("woff")}
@font-face{font-family:"Raleway";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Raleway/Raleway-Medium.woff2) format("woff2"),url(../fonts/Raleway/Raleway-Medium.woff) format("woff")}
@font-face{font-family:"Raleway";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Raleway/Raleway-SemiBold.woff2) format("woff2"),url(../fonts/Raleway/Raleway-SemiBold.woff) format("woff")}
@font-face{font-family:"Raleway";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Raleway/Raleway-Bold.woff2) format("woff2"),url(../fonts/Raleway/Raleway-Bold.woff) format("woff")}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
	--bg-main: #023d79;
  --bg-blue1: #000d2d;
  --bg-blue2: #004680;
  --bg-blue3: #4484ba;
  --bg-blue4: #dde5ed;
	--bg-hover: #1fc9e2;
	--family-first: "SourceSans3", sans-serif;
	--family-second: "Raleway", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
}
.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(#fff,var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),#fff);}
.bg-white-light{background-image: linear-gradient(#fff,#f8f9fa);}
.bg-light-white{background-image: linear-gradient(#f8f9fa,#fff);}
* {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: .95rem; line-height:1.5; background-color:#fff; overflow-x:hidden}
li,ol,ul,dl {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6 {color: #333; font-family: var(--family-second); margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.75rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1.25rem; 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(--bg-hover);}
p:last-child{margin-bottom: 0;}
strong {font-weight: bold;}
b {font-weight: 600;}
img{display:block; max-width:100%; height:auto; margin:0 auto; transition: all .4s;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color: var(--bg-hover);}
u.inquiry{color: var(--bg-main);}
u.inquiry:hover{color: var(--bg-hover);}
figure,.figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a,.figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure:last-child{margin-bottom: 0;}
.imgbox{width:100%;display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.before_none{content: none;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.swiper{width: 100%;}
.swiper .swiper-slide{height: auto;}
.swiper .swiper-slide>ol,.swiper .swiper-slide>a,.swiper .swiper-slide>figure{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.prev-button,.next-button{width: 40px; height: 40px; border-radius: 50%; font-size: 1.25rem; line-height: 1; color: var(--bg-main); display: flex; align-items: center; justify-content: center; position: absolute; left: -50px; top: 50%; transform: translateY(-50%); transition: all .3s;}
.next-button{left: auto; right: -50px;}
.prev-button:hover,.next-button:hover{background-color: var(--bg-hover); color: #fff;}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor: no-drop; opacity: .7;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
@media (min-width:576px){.dropdown-sm{position: relative;}
}@media (min-width:768px){.dropdown-md{position: relative;}
}@media (min-width:992px){.dropdown-lg{position: relative;}
}@media (min-width:1200px){.dropdown-xl{position: relative;}}
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container3{max-width:930px; margin: 0 auto; padding: 0 15px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible;}
ul{width: calc(100% + 30px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 15px;}
ul li>ol,ul li>a,ul li>figure{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}
ul li img{width: 100%;}
ul li img:has(.img-abs){width:auto;}
ul.swiper-wrapper{width: 100%; margin: 0; flex-wrap: initial;}
ul.swiper-wrapper li{float: left; padding: 0;}
.etw_photo{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo ul{width: calc(100% + 20px); margin: 0 -10px;}
.etw_photo ul li{width:100%; padding: 10px;}
.etw_photo ul li>figure{width: 100%;}
.etw_photo ul li a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; overflow: hidden; position: relative;}
.etw_photo ul li a>span,.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .95rem; padding-top: .625rem;}
.etw_photo ul li:hover span{color: var(--bg-hover);}
.etw_photo2 ul li{width:50%;}
.etw_photo3 ul li{width:calc(100% / 3);}
.etw_photo4 ul li{width:25%;}
.etw_photo5 ul li{width:20%;}
.etw_photo6 ul li{width:calc(100% / 6);}dropdown-menu-list
.etw_photo_m0 ul{width:  100%; margin: 0;}
.etw_photo_m0 ul li{padding: 0;}
.etw_photo_m1 ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw_photo_m1 ul li{padding: 5px;}
.etw_photo_m2{width: calc(100% + 30px); margin: 0 -15px;}
.etw_photo_m2 ul li{padding: 15px;}
.etw_photo .no-gutters{width: 100%;}
.etw_photo .no-gutters>div{display: flex; flex-wrap: wrap;}
@media (max-width:1199.98px){
	.etw_photo6 ul li{width: 20%;}
}
@media (max-width:991.98px){
	.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
}
@media (max-width:767.98px){
  .etw_photo4 ul li{width: 50%;}
  .etw_photo ul li a>span,.etw_photo ul li span{font-size: 0.9rem;line-height: 1.2;}
}
@media (max-width:575.98px){
	.etw_photo3 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: 50%;}
	.etw_photo ul li span{font-size: .875rem;}
}
@media (max-width:375.98px){

}
@media (max-width:370.98px){
	.etw_photo ul li{width: 100% !important; display: flex !important;}
}
ul.items{display: block; margin: 0 0 1rem 0; width: 100%;}
ul.items:last-child{margin-bottom: 0;}
ul.items li{display: block; position:relative; margin-bottom: 10px; padding: 0; padding-left: 1rem; line-height: 24px;}
ul.items li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-hover); position: absolute; left: 0; top: 9px;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 1.875rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub); width: 22px; height: 22px; background: initial; border:1px solid var(--bg-main); font-size: 12px; color: #555; display: flex; align-items: center; justify-content: center; top: 1px; transform: initial;}
ul.items_none li::before{content: none;}

/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #333; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-responsive>.table-bordered{border: 1px solid #fff;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.table-striped tbody tr:nth-of-type(odd){background: #f7f9fb;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}
.table .top td{background-color: #eee !important; color: #000;; font-weight: 400; text-align: center; padding: .75rem; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
/* 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;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{opacity: .9;}
.video_right{left: 100%;}
/* More */
.more,.more_big{display: flex;}
.more>a,.more_big>a{width:fit-content; display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .875rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem;}
.more>a>i,.more_big>a>i{margin-left: 1rem;}
.more>a::before{content: ''; width: 100%; height: 1px; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0; z-index: -2;}
.more>a::after{content: ''; width: 0; height: 2px; background-color: var(--bg-hover); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a:hover{color: var(--bg-hover);}
.more>a:hover::after{width: 100%; left: 0; right: auto;}
.more_big>a{padding: .75rem 1rem; color: #fff; border-radius: 30px;}
.more_big>a::before,.more_big>a::after{height: 100%;}
.more_big>a:hover{color: var(--bg-main);}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: 1rem; font-weight: 300; position: relative; border-radius: 30px; overflow: hidden; z-index: 0;}
.inquiry_quote>a::before,.inquiry_btn>a::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(135deg,var(--bg-main),var(--bg-hover)); background-size: 100% 100%; background-position: center center; z-index: -1; transition: all .3s ease-in-out;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{transform: translateY(3px); box-shadow: 0 10px 10px rgba(0,0,0,.2);}
.inquiry_quote>a:hover::before,.inquiry_btn>a:hover::before{background-size: 250% 100%;}
/* public-End */
/* etw_language */
.etw_language{width: 100%; min-height: 40px; display: flex; position: absolute; right: 0; top: 0; z-index: 2;}
.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: .95rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:var(--bg-blue2); display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .95rem;}
#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-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{width: auto; padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
  .etw_language>.container{padding: 0;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; margin-right: 2.5rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
  .video_right{left: 50%;}
}
/* header */
#header{padding-top: 130px;}
.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: 40px;}
.header::before{content: ""; width: 100%; height: 40px; background: linear-gradient(to right,#e5ecee,#fff); position: absolute; left: 0; top: 0;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{float: left; padding: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; height:60px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}
nav{display: block;}
nav .navbar{padding:0; justify-content:flex-end; position: initial;}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial;}
.navbar-expand-lg .navbar-nav{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; margin: 0;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; margin-left: 2.5rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color: #333; min-height:90px; display:flex;align-items:center;justify-content:center; font-size: .95rem; font-weight: 500; text-transform: uppercase; position: relative; z-index: 0; padding: 0; overflow: hidden; font-family: var(--family-second);}
nav .navbar-nav .nav-item .nav-link::before{content: ''; width: 0; height: 4px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%) skewX(-45deg); z-index: 2; transition: all .3s;}
nav .navbar-nav .nav-item .dropdown-toggle::after{content: "\f078"; font-size: .75rem; transition:all 0.3s; margin-left:0.5rem; border: none; color: var(--bg-main); font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-main);}
nav .navbar-nav .nav-item:hover .nav-link::before{width: 100%;}
nav .navbar-nav .nav-item.active .dropdown-toggle::after,nav .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{min-height: initial; border-radius: 150px; padding: .5rem 1.25rem; background-image: linear-gradient(135deg, var(--bg-main),var(--bg-hover)); color: #fff;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link>i{line-height: 1; margin: 2px 0 0 .5rem; font-size: 1.5rem;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link::before{height: 100%; z-index: -1;}
.navbar-expand-lg .navbar-nav .nav-item:last-child:hover .nav-link::before{width: 120%;}
/* 导航下拉 */
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; border-radius:0 0 10px 10px; background-color: var(--bg-blue4); 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);}
.dropdown-menu ul{width: 100%; margin: 0;}
.dropdown-menu ul li{width: 100%; padding: 0; border-bottom: 1px dashed #ccc;}
.dropdown-menu ul li:last-child{border-bottom: none;}
.dropdown-menu ul li .dropdown-item{color:#333; font-size:.95rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem 1rem; padding-left: 1.5rem; align-items: center;}
.dropdown-menu ul li .dropdown-item::before{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; line-height: 1; position: absolute; left: .5rem; top: 50%; transform: translateY(-50%); color: inherit; font-size: 12px;}
.dropdown-menu ul li .dropdown-item:hover{background-color: var(--bg-hover); color: var(--bg-main);}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-hover);}
/* 产品下拉 */
.dropdown-menu1{padding: 2rem 0; width: 100%; background: var(--bg-blue4);}
.dropdown-menu1 .title4{color: #333; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--bg-blue2);}
.dropdown-menu1 .title4>a.active{color: var(--bg-main);}
.dropdown-menu1 .dropdown-menu-list{width: 100%; margin: 0;}
.dropdown-menu1 .dropdown-menu-list>li{width: 100%; padding: 0; border: none; margin-top: .5rem;}
.dropdown-menu1 .dropdown-menu-list>li .dropdown-item{width:100%; padding: 0; padding-left: 1.5rem; white-space:initial;}
.dropdown-menu1 .dropdown-menu-list li .dropdown-item:hover{background-color: initial; color: var(--bg-hover);}
.dropdown-menu1 .dropdown-menu-list li .dropdown-item.active>span,.dropdown-menu1 .title5>a.active{color: var(--bg-hover);}
.dropdown-menu1 .imgbox::before{content: ""; position: absolute; inset: 0; background-color: var(--bg-main); opacity: .8; z-index: 2;}
.dropdown-menu1 .imgbox_logo{display: flex; align-items: center; justify-content: center; position: absolute; inset: 0; z-index: 3;}
.dropdown-menu1 .imgbox_logo>img{width: auto; max-width: 90px;}
@media (max-width:991.98px){
	#header {padding-top: 0;}
  .header::before{height: 5px;}
	.header{position: relative; padding: 5px 0 0 0;}
	.header .container{display: flex; flex-wrap: wrap; align-items: center;}
	#etw_logo {flex: 1;display: flex;}
	#etw_logo a>img{max-height:50px;}
	.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%;}
	nav .navbar{width: 100%; position:relative;right:initial;top:inherit;z-index:10}
	nav .navbar-collapse{flex: 1;}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	.navbar-expand-lg .navbar-nav .nav-item>div{width: 100%;}
	.navbar-expand-lg .navbar-nav .nav-link{border-bottom:1px solid #ddd;padding:0 1rem; min-height: 40px; position:relative;font-size:1rem;justify-content:flex-start; color: #000;}
	.navbar-light .navbar-nav a.nav-link::before,.navbar-light .navbar-nav a.nav-link::after{display: none;}
	.nav-item 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-expand-lg .navbar-nav .nav-item:hover span.pro_icon,.navbar-expand-lg .navbar-nav .nav-item.active span.pro_icon,.nav-item.show span.pro_icon{color: #fff;}
	.navbar-light .navbar-nav .nav-item.active .nav-link,.navbar-light .navbar-nav .nav-item:hover .nav-link,.navbar-light .navbar-nav .show>.nav-link{color:#fff; background-color: var(--bg-main);}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1rem; color: #333; background: #fff; min-height: 40px; border: none; border-radius: 0;}
  .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link>i{color: var(--bg-main);}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: var(--bg-main); color: #fff;}
  .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover>i{color: #fff;}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial;top:initial}
	.dropdown-toggle::after{display:none}
	.dropdown-menu{border-top: none;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
}
@media (max-width:767.98px){.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link>i{display: none;}
.dropdown-menu1{padding: 1rem 0;}
.video_btn::before{--w: 50px;}
}
@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
  .dropdown-menu1 .title4{font-size: 1.25rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner{padding: 0;}
.etw_banner .swiper{width: 100%;}
.etw_banner .swiper .swiper-slide{height: auto; display: flex;}
.banner_bg{width: 100%; position: absolute; left: 0; bottom: -1px; z-index: 2;}
.etw_banner .swiper-horizontal>.swiper-pagination-bullets,.etw_banner .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%; bottom: 20px; display: flex; justify-content: center; z-index: 3;}
.etw_banner .swiper-pagination-bullet{width: 1rem; height: 1rem; opacity: 1; background-color: transparent; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important; display: flex; align-items: center; justify-content: center;}
.etw_banner .swiper-pagination-bullet::before{content: ''; width: 10px; height: 10px; background-color:var(--bg-blue4); border-radius: 50%;}
.etw_banner .swiper-pagination-bullet-active{opacity: 1; background-color: var(--bg-hover);}
.etw_banner .prev-button,.etw_banner .next-button{width: 50px; height: 50px; position: absolute; left: -50px; top: 50%; transform: translateY(-50%); z-index: 5; cursor: pointer; font-size: 1.75rem; color: var(--bg-blue2); line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out; z-index: 5;}
.etw_banner .next-button{left: auto; right: -50px;}
.etw_banner:hover .prev-button{left: 0;}
.etw_banner:hover .next-button{right: 0;}
.etw_banner .prev-button:hover,.etw_banner .next-button:hover{background-color: var(--bg-main); color: #fff;}
.banner_hover{max-width: 540px; left: 5%; top: 20%; position: absolute; padding: 2.5rem; z-index: 3; background: url(../images/banner02_bj.webp) no-repeat center center; background-size: cover;}
.banner_hover h2{font-weight: bold; line-height: 1.35; font-size: 2rem; color: #fff; text-transform: uppercase;}
.banner_hover p{color: #fff; font-size: 1.25rem; font-weight: 300;}
.banner_hover .more{margin-top: 1.25rem;}
.banner_hover .more>a{color: #fff; text-transform: uppercase;}
.banner_hover .more>a::before{background-color: #fff;}
.banner_hover .more>a:hover{color: var(--bg-hover);}
.banner2::before{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,.15);}
.banner2 .banner_hover{max-width: 580px; padding: 2.5rem;}
.banner2 .banner_hover h6{color: #fff; font-weight: bold; font-size: 2rem; line-height: 1; opacity: .4; margin-top: -1.5rem; margin-bottom: .5rem;}

@media (max-width: 1399.98px){
  .banner_hover{top: 12%;}
}
@media (max-width: 1199.98px){.banner_hover .more{display: none;}
}
@media (max-width: 991.98px){.banner_hover p{display: none;}
  .banner_hover{top: 10%; padding: 1.875rem;}
  .banner_hover h2{font-size: 1.8rem;}
}
@media (max-width: 767.98px){
  .banner_hover{display: none;}
  .banner_bg{display: none;}
}
@media (max-width: 575.98px){
}
@media (max-width: 480.98px){
}
/* Banner-end */
/* index */
section,.section,.section_item{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.section_item{padding: 3.125rem 0;}
.title1,.title2,.title3,.title4,.title5,.title6{font-family: var(--family-first); font-weight: 600; line-height: 1.2; color: #333; display: block; margin-bottom: 1rem;}
.title1{font-size: 2rem; font-weight: bold;}
.title2{font-size: 1.875rem; font-weight: bold;}
.title3{font-size: 1.75rem;}
.title4{font-size: 1.5rem;}
.title5{font-size: 1.25rem;}
.title6{font-size: 1rem;}
.left_text{display: flex; flex-direction: column;}
.left_text .title1{width: fit-content; color: var(--bg-hover);}
.left_text p{font-size: .95rem;}
.home_system_text{width: 100%; margin: 0;}
.home_system_text>li{width: 100%; border-bottom: 1px solid var(--bg-blue4); padding: 0;}
.home_system_text>li>ol{padding: 1rem; align-items: center; font-size: 1.125rem;}
.home_system_text>li>ol>strong{min-width: 120px; color: var(--bg-hover); font-size: 2.5rem; text-align: center; margin-right: 1rem;}
.home_system_text>li:last-child{border-bottom: none;}
.homepros{background-image: linear-gradient(to right,#fff,#f7f7f7,#fff);}
.homepros .title1,.home_equ .title1,.homecases .title1{color: var(--bg-hover); text-align: center;}
.title_style{display: flex; justify-content: center; line-height: 1.2;}
.title_style>span{position: relative; display: flex; padding: .5rem 1rem; color: var(--bg-main);}
.title_style>span::before,.title_style>span::after{content: ''; width: 20px; height: 20px; border: 1px solid var(--bg-hover); position: absolute; left: 0; top: 0;}
.title_style>span::before{border-right: none; border-bottom: none;}
.title_style>span::after{left: auto; top: auto; right: 0; bottom: 0; border-top: none; border-left: none;}
.homepros ul{width: calc(100% + 20px); margin: 0 -10px;}
.homepros ul>li{width: calc(100% / 3); padding: 10px;}
.homepros ul>li>a{background-color: #fff; border-radius: 10px; overflow: hidden; padding: 1rem; position: relative;}
.homepros ul>li>a::before,.homepros ul>li>a::after{content: ""; position: absolute; inset: -1px; transition: all .3s; border-radius: 1rem;}
.homepros ul>li>a::before{transform: scaleX(0); border-top: 3px solid var(--bg-hover); border-bottom: 3px solid var(--bg-hover);}
.homepros ul>li>a::after{transform: scaleY(0); border-left: 3px solid var(--bg-hover); border-right: 3px solid var(--bg-hover);}
.homepros ul>li>a:hover::before,.homepros ul>li>a:hover::after{transform: scale(1);}
.homepros ul>li>a>.title5{font-weight: 500; display: flex; flex-direction: column;}
.homepros ul>li>a .more{position: absolute; left: 1rem; bottom: 1rem; overflow: hidden;}
.homepros ul>li>a .more>span{width: 100px; border-radius: 0 1rem 1rem 1rem; background-color: var(--bg-F0); padding: .5rem; transition: all .3s; position: relative; transform: translateX(-75px); z-index: 2; color: var(--bg-hover); overflow: hidden; display: flex; justify-content: space-between;}
.homepros ul>li>a .more>i{margin-left: .5rem; color: var(--bg-hover);}
.homepros ul>li>a:hover .title5{color: var(--bg-hover);}
.homepros ul>li>a:hover .more>span{ transform: translateX(0);}
.home_equ small{display: block; max-width: 700px; color: #333; margin: 0 auto; text-align: center; font-size: .95rem;}
.home_equ ul{width: calc(100% + 30px); margin: 1rem -15px 0 -15px;}
.home_equ ul>li{width: 25%; padding: 15px;}
.home_equ ul>li>a{position: relative; flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.home_equ ul>li>a .textbox{background-color: #fff; padding: 1rem .75rem; padding-right: 3rem; position: relative;}
.home_equ ul>li>a .textbox .title6{flex: 1; display: flex; align-items: center; font-size: 1rem; margin-bottom: 0; color: #03171a; transition: all .3s;}
.home_equ ul>li>a .textbox::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: .75rem; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; font-size: 12px; border: 1px solid #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #000; transition: all .3s;}
.home_equ ul>li>a:hover .textbox .title6{color: var(--bg-hover);}
.home_equ ul>li>a:hover .textbox::after{background-color: var(--bg-hover); border-color: var(--bg-hover); color: #fff;}
.homewater{background-image: linear-gradient(to right,#fff,#f7f7f7,#fff);}
.homewater .title2{font-weight: 300; color: var(--bg-hover); font-size: 1.8rem; margin-bottom: 2rem; padding: 2rem 2rem 1rem 0;}
.homewater .more_big>a{border-radius: 30px; text-transform: uppercase; padding: 3px; padding-left: 1rem;}
.homewater .more_big>a>i{width: 30px; height: 30px; border-radius: 50%; background-color: var(--bg-blue3); display: flex; align-items: center; justify-content: center; transition: all .3s;}
.homewater .more_big>a::before{background-color: var(--bg-hover);}
.homewater .more_big>a::after{background-color: var(--bg-main);}
.homewater .more_big>a:hover>i{background-color: #fff; color: var(--bg-main);}
.homewater .more_big>a:hover{color: #fff;}
.homewater ul>li{width: calc(100% / 3); padding: 0 15px;}
.homewater ul>li>a{background-color: #fff; padding: 1.125rem; flex-direction: column; justify-content: space-around;}
.homewater ul>li>a .icon{width: 100%; overflow: hidden; margin-bottom: 1rem;}
.homewater ul>li>a .icon>img{max-width: 70px;}
.homewater ul>li>a .textbox{width: 100%; flex: none; flex-direction: row; font-size: 1rem; color: #03171a; align-items: center; justify-content: space-between;}
.homewater ul>li>a .textbox>i{margin-left: 1rem;}
.homecases ul{width: calc(100% + 30px); margin: 0 -15px;}
.homecases ul>li{width: calc(100% / 3); padding: 0 15px; margin-top: 20px;}
.homecases ul>li>a{box-shadow: 12px 30px 46px -30px rgba(0, 0, 0, 0.5); flex-direction: column;}
.homecases ul>li>a .title5{padding: 1.5rem 1rem; font-size: 1.25rem; margin-bottom: 0; flex: 1; color: var(--bg-main); text-align: center; transition: all .3s;}
.homecases ul>li>a .imgbox{width: calc(100% - 32px);}
.homecases ul>li>a .textbox{padding: 2rem; flex-direction: column; flex: none;}
.homecases ul>li>a .textbox>p{font-size: 1rem; color: var(--bg-main); opacity: .8;}
.homecases ul>li>a .textbox>img{width: 46px; margin-right: 0; position: relative;}
.homecases ul>li>a:hover .title5{color: var(--bg-hover);}
.homecases ul>li>a:hover .imgbox>img{transform: scale(1.1);}
.homecases ul>li>a:hover .textbox>img{transform: translateX(1rem);}
.homecases .more_big{justify-content: center; margin: 3rem 0 0 0;}
.homecases .more_big>a{font-size: 1.1rem; padding: 1rem 2rem; text-transform: uppercase; border-radius: 30px; color: var(--bg-hover);}
.homecases .more_big>a::before{background: none;}
.homecases .more_big>a:hover{color: #fff;}
.homecases .more_big>a:hover::after{background-color: var(--bg-main);}
.homeabout::before{content: ""; position: absolute; inset: 0; background: url(../images/bg02.webp); background-size: cover; opacity: .05;}
.homeabout .container1,.homeabout .container{position: relative; z-index: 2;}
.homeabout .title1{position: relative; line-height: 1.2; margin-bottom: 2rem; color: var(--bg-hover);}
.homeabout .title1>span{width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-transform: uppercase; font-size: 4rem; font-weight: bold; color: #ccc; opacity: .1;}
.homeabout .etw_photo li{flex-direction: column;}
.homeabout .etw_photo li span{color: var(--bg-main); text-transform: uppercase;}
@media (max-width:1199.98px){
	section,.section{padding:3.125rem 0;}
}
@media (max-width:991.98px){
	section,.section,.section_item{padding:2.5rem 0;}
  .homepros ul>li{width: 50%;}
  .home_equ ul>li>a .textbox{position: relative;}
  .homewater .title2{padding: 0; margin-bottom: 0; text-align: center;}
}
@media (max-width:767.98px){
	section,.section,.section_item{padding:1.875rem 0;}
  .title1{font-size: 1.6rem;}
  .title2{font-size: 1.6rem;}
  .title3{font-size: 1.5rem;}
  .title4{font-size: 1.4rem;}
  .title5{font-size: 1.1rem;}
  .title6{font-size: 0.9rem;}
  .home_system_text li{width: 50%; border-bottom: none; border-right: 1px solid var(--bg-blue4);}
  .home_system_text>li>ol{flex-direction: column; align-items: center; text-align: center;line-height: 1.2;}
  .home_system_text>li>ol>strong{margin: 0; font-size: 2rem;}
  .home_system_text li:last-child{border-right: none;}
  .home_equ ul>li{width: 50%;}
  .home_equ ul>li>a .textbox{padding: 1rem; padding-right: 2rem;}
  .home_equ ul>li>a .textbox::after{right: 1rem; width: 22px; height: 22px; font-size: .75rem;}
  .home_equ ul>li>a .textbox .title6{font-size: 1.125rem;}
  .homewater ul{width: calc(100% + 20px); margin: 0 -10px;}
  .homewater ul>li{padding: 0 10px;}
  .homewater ul>li>a{padding: 1rem;}
  .homewater ul>li>a .textbox{font-size: .9rem;}
  .homewater ul>li>a .textbox>i{margin-left: .5rem;}
  .homecases ul>li{width: 100%;}
  .homecases ul>li:first-child{margin-top: 0;}
  .homecases ul>li>a{flex-direction: row;}
  .homecases ul>li>a .imgbox{width: 45%;}
  .homecases ul>li>a .textbox{width: 55%; padding: 1rem; padding-left: 1.5rem;}
  .homecases ul>li>a .textbox .title5{padding: 0; margin-bottom: 1rem; text-align: left;}
  .homepros ul>li>a .more>span{transform: none;}
  .homepros ul>li>a::before, .homepros ul>li>a::after{transform: scale(1);}
}
@media (max-width:575.98px){
	section,.section,.section_item{padding:1.25rem 0;}
  .title2,.homewater .title2{font-size: 1.5rem;}
  .title3{font-size: 1.4rem;}
  .title4{font-size: 1.2rem;}
  .home_system_text>li>ol{font-size: .95rem; padding: .5rem;}
  .home_system_text>li>ol>strong{font-size: 1.8rem;}
  .homepros ul>li,.home_equ ul>li{width: 100%;}
  .homewater ul>li{width: 50%;margin-bottom: 1rem;}
  .homewater ul>li:last-child{margin-bottom: 0;}
  .homewater ul>li>a{padding: .5rem;}
  .homewater ul>li>a .textbox{font-size: .75rem;}
  .homewater ul>li>a .textbox>i{margin-left: .25rem;}
  .homecases ul>li>a .textbox{justify-content: center;}
  .homecases ul>li>a .textbox .title5{margin-bottom: 0; flex: none; font-size: 1.1rem;}
  .homecases ul>li>a .textbox>p{display: none;}
  .homecases .more_big{margin-top: 1rem;}
}
@media (max-width:480.98px){
  .homecases ul>li>a .imgbox{width: 100%;}
  .homecases ul>li>a .textbox{width: 100%; padding: 1rem;}
  .homecases ul>li>a .textbox .title5{text-align: center;}
}
@media (max-width:375.98px){
	section,.section,.section_item{padding:1rem 0;}
}
/* index-end */
.footer {padding: 3rem 0; position: relative; overflow: hidden;}
.footer::before{content: ""; position: absolute; inset: 0; background: url(../images/bg03.webp) no-repeat bottom center; background-size: contain; opacity: .1;}
.footer .container{position: relative; z-index: 2;}
.footer .title3{font-size: 1.25rem; color: #333; font-weight: 400; margin-bottom: 1.25rem;}
.footer_list{display:flex;flex-direction:column; width: 100%; font-weight: 400; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0 0 0 1.25rem; line-height: 24px; position: relative;}
.footer_list li::before{content: "\F285"; color: var(--bg-blue3); position: absolute; left: 0; top: 6px; 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;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{width: fit-content; display: block; font-size: 1rem; color: #555;}
.footer_list li>a:hover{color: var(--bg-hover);}
.footer_list li.viewall::before{content: none;}
.footer_list li.viewall>a{border-bottom: 1px solid var(--bg-blue3); color: var(--bg-blue3);}
.footer_list li.viewall>a:hover{color: var(--bg-hover); border-color: var(--bg-hover);}
.footer_contact{width: 100%; margin: 0; flex-direction: column;}
.footer_contact>li{width: 100%; color: #555; display:block; margin-bottom: .5rem; padding: 0 0 0 1.5rem; line-height: 24px; position: relative;}
.footer_contact>li>i{position: absolute; left: 0; top: 3px; font-size: 14px; color: var(--bg-main);}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 2.5rem;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); 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: linear-gradient(to right, var(--bg-main),var(--bg-hover)) !important;border: none !important;}
.theme-box-name{background:transparent !important;border-left: none !important; padding-left: 0 !important;}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.etw_root {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 15px 0 10px; position: relative;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem; text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 15px;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1.2rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000; padding-right: 0;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-hover); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* #quicknav-End */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 2.5rem; color: #000; font-weight: bold; margin-bottom: 1.25rem;}
.etw_hometitle h2:last-child,.etw_hometitle>div[itemprop="name"]:last-child{margin-bottom: 0;}
.etw_hometitle2>div[itemprop="name"]{color: var(--bg-hover);}
@media (max-width:1199.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 2rem !important;}
}@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.75rem !important;}
}@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.5rem !important;}
}@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.4rem !important;}
}
/* Products */
.nbanner{display: flex;}
.nbanner .banner_bg{bottom: -1px;}
.nbanner_hover{width: 100%; max-width: 600px; min-height: 285px; position: absolute; right: 10%; bottom: 10%; z-index: 1; display: flex; align-items: center; padding: 50px; background: url(../images/banner_bj02.webp) no-repeat center center; background-size: 100% 100%;}
.nbanner_hover .title2{color: #fff; text-transform: uppercase;}
.company_banner .nbanner_hover{background-size: 100% 200%;}
.products_top .textbox{justify-content: center; max-width: 600px;}
.products_top .etw_hometitle{max-width: 600px;}
.products_top .etw_hometitle>h2{color: var(--bg-main);}
.products_top .etw_hometitle>small{font-size: 1rem; color: #333;}
.products .title1{color: var(--bg-main); text-align: center;}
.products_list{width: 100%; margin: 0;}
.products_list>li{width: 100%; padding: 0; margin-top: 50px;}
.products_list>li:first-child{margin-top: 20px;}
.products_list>li>ol{flex-direction: row; flex-direction: row-reverse; background-color: #fbfbfb; box-shadow: 12px 30px 46px -30px rgba(0, 0, 0, 0.5);}
.products_list>li>ol a.imgbox{width: 50%; padding: 1rem; background-color: #fff;}
.products_list>li>ol .textbox{width: 50%; padding: 2.5rem; justify-content: center;}
.products_list>li>ol .textbox>ul{width: 100%; margin: 0 0 1rem 0;}
.products_list>li>ol .textbox>ul>li{width: 100%; padding: 0; padding-left: 1.25rem; line-height: 24px; position: relative;}
.products_list>li>ol .textbox>ul>li::before{content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 6px; top: 10px;}
.products_list>li>ol .textbox .more_big>a{ color: var(--bg-main);}
.products_list>li>ol .textbox .more_big>a::before{background-color: #fff; border-bottom: 3px solid var(--bg-hover); border-radius: 30px;}
.more_btn{justify-content:center; margin-top: 3rem;}
.more_btn>a{font-size: 1.1rem; padding: 1rem 2rem; text-transform: uppercase; color: var(--bg-main);}
.more_btn>a::before{background-color: #fff;}
.equipment_title{background-color: var(--bg-main); padding: 2rem 0;}
.equipment_title .title1>span{color: #fff;}
.equipment_title small{display: block; max-width: 600px; margin: 0 auto; text-align: center; font-size: 1.1rem; color: #fff; opacity: .7;}
.equipment_list{width: calc(100% + 30px); margin: 0 -15px;}
.equipment_list>li{width: calc(100% / 3); padding: 15px;}
.equipment_list>li>ol{flex-direction: column; background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,.15);}
.equipment_list>li>ol a.imgbox{background-image: radial-gradient(#fff 60%,#dcdcdc);}
.equipment_list>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.equipment_list>li>ol .textbox{padding: 1.5rem; align-items: center;}
.equipment_list>li>ol .textbox a.title5{flex: 1; text-align: center;}
.equipment_list>li>ol .textbox .more_big,.equipment_list>li>ol .textbox .more_big>a{width: 100%; justify-content: center;}
.equipment_list>li>ol a.imgbox:hover>img{transform: scale(1.1);}

.inquiryform{padding-left: 20px; padding-right: 20px;}
.inquiryform .container{background-color: #f7f8f8; padding: 3rem; position: relative; display: flex; align-items: center; flex-direction: column;}
.inquiryform .title2{color: var(--bg-main); text-transform: uppercase; margin-bottom: 2rem;}
.inquiryform .inquiryform_content{background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .15); max-width: 700px; padding: 1.5rem; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2;}
.inquiryform .inquiryform_content .title3{color: var(--bg-main); font-weight: bold;}
.inquiryform .inquiryform_content p{margin-bottom: 1rem;}
.inquiryform .inquiryform_email{color: var(--bg-main); font-size: 1.125rem; padding: 1rem 0;}
.inquiryform .inquiryform_email>a:hover{color: var(--bg-hover); text-decoration: underline;}
.inquiryform .inquiry_btn{ position: relative; z-index: 2;}
.inquiryform .inquiry_btn>a::before{background: var(--bg-hover);}
.inquiryform .inquiry_btn>a:hover::before{background-color: var(--bg-main);}
.inquiryform .inquiryform_icon1{width: 70px; position: absolute; left: 1rem; bottom: 1rem;}
.inquiryform .inquiryform_icon2{width: 180px; position: absolute; right: 1rem; bottom: 1rem;}

.card{border: none; border-radius: 0; background-color: transparent; border-bottom: 1px dashed rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;}
.card-link{width:100%; display:block; padding:1rem; padding-left: 2.5rem; font-size:1rem; font-weight:600; color: #333; position:relative; line-height:24px}
.card-link::after{content:"\F285"; font-size:1.2rem; color:#000; position:absolute; left:.5rem; top:1rem;transition:all 0.3s; 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;}
.card-body{padding:1rem; padding-top: 0; padding-left: 2.5rem;}
.card:hover{background-color:#eee;}
.card-link[aria-expanded="true"]::after{transform: rotate(90deg);}
@media (max-width: 1199.98px){
  .nbanner_hover{min-height: initial; padding: 40px; max-width: 500px;}
}
@media (max-width: 991.98px){.products_top{padding: 1rem 2rem;}
  .nbanner_hover{padding: 30px;}
  .products_top .textbox,.products_top .etw_hometitle{max-width: 100%;}
  .products_list>li>ol .textbox{padding: 1.875rem;}
  .equipment_list>li>ol .textbox{padding: 1rem;}
}
@media (max-width: 767.98px){.products_list>li{margin-top: 2rem;}
.products_list>li:first-child{margin-top: 0;}
  .nbanner_hover{padding: 20px; text-align: center; left: 10%;right: 10%;max-width: 80%;bottom: 50%;transform: translateY(50%);min-height: 120px;}
  .products_list>li>ol a.imgbox{width: 100%; padding: 0;}
  .products_list>li>ol .textbox{width: 100%; padding: 1.25rem;}
  .equipment_list{width: calc(100% + 20px); margin: 0 -10px;}
  .equipment_list>li{padding: 10px;}
  .equipment_list>li>ol .textbox a.title5{font-size: 0.9rem;line-height: 1.2;}
  .nbanner{max-height: 240px;}
}
@media (max-width: 575.98px){
  .nbanner_hover{padding: 1rem;}
  .products_list>li>ol .textbox{padding: 1rem;}
  .equipment_list>li{width: 50%;}
  .more_btn{margin-top: 1.5rem;}
  .inquiryform .title2{margin-bottom: 1rem;}
  .inquiryform .container{padding: 1.25rem;}
}
@media (max-width: 375.98px){
  .more_btn>a{font-size: .875rem; padding: .5rem 1rem;}
  .equipment_list>li{width: 100%;}
}
/* Hub */
.hubsystem_top .textbox{max-width: 600px; justify-content: center; margin-top: -4rem;}
.hubsystem_top .etw_hometitle{align-items: center; max-width: 500px;}
.hubsystem_top .etw_hometitle>h2{color: var(--bg-hover); margin-bottom: 1rem; line-height: 1.2;}
.hubsystem_top .etw_hometitle>small{display: block; font-size: .875rem;}
.hubsystem_what{background-color: var(--bg-blue4); position: relative; overflow: hidden;}
.hubsystem_what::before{content: ""; display: block; --w: 300px; width: var(--w); height: var(--w); border-radius: 50%; background-color: var(--bg-main); position: absolute; right: calc(var(--w) / -2); bottom: calc(var(--w) / -2);}
.hubsystem_what>.row{position: relative; z-index: 3;}
.hubsystem_what .textbox{max-width: 550px; justify-content: center; background-color: var(--bg-blue4);}
.hubsystem_what .textbox .title3{color: var(--bg-main);}
.hubsystem_what .textbox>p{color: #333;}
.hubsystem_what .textbox>p:last-child{padding: 1rem; padding-left: 0;}
.hubsystem_onestop .card{border-top: 1px solid var(--bg-main); border-bottom: none;}
.hubsystem_onestop .card:last-child{border-bottom: 1px solid var(--bg-main);}
.hubsystem_onestop .card-header{border-radius: 0;}
.hubsystem_onestop .card-link{padding:1rem; padding-left: 0; padding-right: 2.5rem; color: var(--bg-main);}
.hubsystem_onestop .card-link::after{left:auto; right: 0; color: var(--bg-main);}
.hubsystem_onestop .card-body{padding:1rem 0; padding-top: 0;}
.hubsystem_onestop .card:hover {background: none;}
.hubsystem_onestop .card:hover .card-link{color: var(--bg-hover);}
.process .container-fluid{padding: 0 3rem;}
.process_list{width: calc(100% + 40px); margin: 0 -20px; position: relative;}
.process_list::before{content: ""; width: 100%; height: 100px; background-color: var(--bg-hover); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}
.process_list>li{width: 20%; padding: 20px;}
.process_list>li>ol{flex-direction: column; align-items: center; background-color: #fff; padding: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.process_list>li>ol .icon{width:80px; border-radius: 50%; background-color: var(--bg-hover); padding: 1rem; margin-top: -60px; margin-bottom: 1rem;}
.process_list>li>ol .textbox .title6{color: var(--bg-main); font-size: 1.25rem;}
.process_list>li>ol .textbox>p{font-size: .95rem; margin-bottom: .5rem;}
.process_list>li>ol .textbox>ul{width: 100%; margin: 0;}
.process_list>li>ol .textbox>ul>li{width: 100%; font-size: .9rem; color: #333; margin-bottom: 0;}



.services .title3{color: var(--bg-main);}
.services ul{width: 100%; margin: 0 0 1rem 0;}
.services ul>li{width: 100%; padding: 0 0 0 1rem; margin-bottom: .5rem; position: relative;}
.services ul>li>strong{display: block; color: var(--bg-main);}
.services ul>li:first-child>strong{margin-bottom: .5rem;}
.services ul>li:first-child>::before{content: ""; width: 4px; height: 40px; background-color: var(--bg-hover); position: absolute; left: 0; top: 4px;}
.hubsysems_list{width: 100%; margin: 0;}
.hubsysems_list>li{width: 100%; padding: 0; margin-top: 50px;}
.hubsysems_list>li:first-child{margin-top: 20px;}
.hubsysems_list>li>ol{flex-direction: row; flex-direction: row-reverse; background-color: #fbfbfb; box-shadow: 12px 30px 46px -30px rgba(0, 0, 0, 0.5);}
.hubsysems_list>li>ol a.imgbox{width: 50%; padding: 1rem; background-color: #fff;}
.hubsysems_list>li>ol .textbox{width: 50%; padding: 2.5rem; justify-content: center;}
.hubsysems_list>li>ol .textbox a.title4{font-size: 1.375rem;}
.hubsysems_list>li>ol .textbox>ul{width: 100%; margin: 0 0 1rem 0;}
.hubsysems_list>li>ol .textbox>ul>li{width: 100%; padding: 0; padding-left: 1.25rem; line-height: 24px; position: relative;}
.hubsysems_list>li>ol .textbox>ul>li::before{content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 6px; top: 10px;}
.hubsysems_list>li>ol .textbox .more_big>a{color: var(--bg-main);}
.hubsysems_list>li>ol .textbox .more_big>a::before{background-color: #fff; border-bottom: 3px solid var(--bg-hover); border-radius: 30px; }

.hubsysems_list>li.last_items .title1{text-align: center; width: 100%; padding: 1.5rem 0 0 0; margin-bottom: .5rem;}
.hubsysems_list>li.last_items>ol{background-color: #fff; box-shadow: initial; padding: 0 4rem;}
.hubsysems_list>li.last_items>ol>ul>li{width: 50%; padding: 15px;}
.hubsysems_list>li.last_items>ol>ul>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, .15); background-color: var(--bg-blue4);}
.hubsysems_list>li.last_items>ol>ul>li>ol a.imgbox{width: 100%; padding: 0; background-color: var(--bg-blue4);}
.hubsysems_list>li.last_items>ol>ul>li>ol .textbox{width: 100%; padding: 1.875rem;}
.hubsysems_list>li.last_items>ol>ul>li>ol .textbox>p{flex: 1;}
.hubsystemscase{background-color: var(--bg-blue4);}
.hubsystemscase .title1{color: var(--bg-hover); text-align: center;}
.hubsystemscase ul>li{width: calc(100% / 3);}
.hubsystemscase ul>li>a{background-color: #fff; flex-direction: column;}
.hubsystemscase ul>li>a .imgbox>span{position: absolute; left:1rem; top: 1rem; background-color: #fff; border-radius: 30px; color: #333; font-weight: 600; text-transform: uppercase; padding: .25rem 1rem; z-index: 3;}
.hubsystemscase ul>li>a .textbox .title6{margin-bottom: 0; padding: 1rem; color: var(--bg-main); transition: all .3s;}
.hubsystemscase ul>li>a:hover .imgbox>img{transform: scale(1.1);}
.hubsystemscase ul>li>a:hover .textbox .title6{color: var(--bg-hover);}
@media (max-width: 1399.98px){
  .process_list{justify-content: center;}
  .process_list>li{width: calc(100% / 3);}
  .process_list>li:nth-child(4)>ol{padding: 20px;}
  .process_list>li:nth-child(5)>ol{padding-left: 70px;}
  .process_list>li:nth-child(3)>ol::before{content: none;}
}
@media (max-width: 1199.98px){
  .hubsystem_top .textbox{max-width: 100%; margin-top: 0;}
  .hubsystem_what::before{opacity: .7;}
}
@media (max-width: 991.98px){.process_list::before{display: none;}
  .hubsystem_what img{position: relative;}
  .hubsystem_what .textbox{max-width: 100%; padding: 0 1.5rem;}
  .process_list>li{width: 50%;margin-bottom: 2rem;}
  .process_list>li:last-child{margin-bottom: 0;}
  .process_list>li>ol{padding: 20px !important;}
  .process_list>li>ol::before{content: none !important;}
  .process .container-fluid{padding: 0 1.5rem;}
  .hubsysems_list>li.last_items>ol{padding: 0 1.5rem;}
}
@media (max-width: 767.98px){.hubsystem_what::before{display: none;}
.hubsystemscase ul>li{width: 100%;}
.hubsystemscase ul>li>a{flex-direction: row;}
.hubsystemscase ul>li>a .imgbox{width: 40%;}
.hubsystemscase ul>li>a .textbox{width: 60%; justify-content: center;}
.hubsystemscase ul>li>a .textbox .title6{padding: 1rem; padding-left: 1.5rem;}
.section.process{margin-top: 1rem;}
.hubsysems_list>li{margin-top: 2rem;}
.hubsysems_list>li>ol a.imgbox,.hubsysems_list>li.last_items>ol>ul>li{width: 100%;}
.hubsysems_list>li>ol .textbox{width: 100%;padding: 1.5rem;}
.hubsysems_list>li>ol .textbox a.title4{font-size: 1.2rem;}
.hubsysems_list>li.last_items>ol{padding: 0;}
}
@media (max-width: 575.98px){
.process_list>li{width: 100% !important;}
.hubsystemscase ul>li>a .imgbox,.hubsystemscase ul>li>a .textbox{width: 50%;}
}
@media (max-width: 480.98px){
.hubsystemscase ul>li>a .imgbox,.hubsystemscase ul>li>a .textbox{width: 100%;}
.hubsystemscase ul>li>a .textbox .title6{padding: 1rem;}
}
@media (max-width: 375.98px){}
/* Details */
.details_banner::before{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background-image: linear-gradient(to right,var(--bg-blue1),var(--bg-blue2)); opacity: .1;}
.details_banner .imgbox{width: 100%; flex: 1; border-radius: 200px 0 0 200px;}
.details_banner .imgbox::before{padding-top: 37.5%;}
.details_banner .textbox{width: 100%; max-width: 780px; padding: 1.25rem 1.875rem; flex: none;}
.details_banner .textbox small{color: #333; display: flex; font-size: 1.25rem; text-transform: uppercase; margin-top: 1rem;}
.details_banner .textbox .title1{color: #333; margin: 1rem 0 0 0; font-size: 2rem; font-weight: 400;}
.left_pics{width: 100%; display: flex; position: relative; overflow: hidden;}
.left_pics img{mix-blend-mode: multiply;}
.related_pic{width: 100%; margin-top: 1.5rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-wrap: nowrap;}
.related_pic ul>li{flex: 1; padding: 0 5px;}
.related_pic ul>li>ol{display: flex; align-items: center; justify-content: center; border: 1px solid transparent; overflow: hidden; position: relative; border: 1px solid #eee;}
.related_pic ul>li>ol:has(.img-abs)::before,.related_pic ul>li>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.related_pic ul>li.imgdq>ol{border-color: var(--bg-main);}

.details_top1 .container{max-width: 1400px;}
.details_top .etw_hometitle,.multi_top .etw_hometitle{padding-bottom: 1rem; border-bottom: 1px solid #eee; margin-bottom: 1rem;}
.details_top .etw_hometitle>h2,.multi_top .etw_hometitle>h2{font-size: 2rem; color: #333; font-weight: 600; margin-bottom: .5rem;}
.details_top .etw_hometitle>small,.multi_top .etw_hometitle>small{display: block; font-size: 1rem; color: #999;}
.h3_title{color: #000; font-size: 1.5rem; font-weight: 500;}
.h4_title{color: var(--bg-main); font-size: 1.25rem; font-weight: 500;}
.advantages .textbox{display: block; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px;}
.inquiryform_details .feedback{max-width: 800px; margin: 0 auto; box-shadow: 0 0 50px rgba(0, 0, 0, .15); padding: 3rem; text-align: center;}
.inquiryform_details .feedback p{margin-bottom: 1rem;}
.inquiryform_details .inquiryform_email{color: var(--bg-main); font-size: 1.125rem}
.inquiryform_details .inquiryform_email>a:hover{color: var(--bg-hover); text-decoration: underline;}
.other_pros_nav{background-color: var(--bg-WhiteSmoke); margin-bottom: 1rem;}
.other_pros_nav ul{width: 100%; margin: 0; justify-content: center;}
.other_pros_nav ul>li{width: calc(100% / 3); padding: 0 5px;}
.other_pros_nav ul>li>a{width: 100%; padding: 1rem; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1.125rem; font-weight: bold; position: relative; text-transform: uppercase;}
.other_pros_nav ul>li>a::after{content: ""; width: 0; height: 2px; background-color: var(--bg-hover); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.other_pros_nav ul>li>a:hover,.other_pros_nav ul>li.active>a{background-color: #fff; color: var(--bg-hover);}
.other_pros_nav ul>li>a:hover::after,.other_pros_nav ul>li.active>a::after{width: 100%;}
.other_pros_content>div{display: none;}
.other_pros_content>div:first-child{display: block;}
.related_pros>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.related_pros>li>a{flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, .15); border-radius: 30px 0; overflow: hidden;}
.related_pros>li>a .imgbox{background-image: radial-gradient(#fff 50%,#dcdcdc);}
.related_pros>li>a .imgbox>img{mix-blend-mode: multiply; filter: contrast(105%) brightness(105%);}
.related_pros>li>a .textbox{padding: 1rem; flex-direction: row; align-items: center; background-color: #fff;}
.related_pros>li>a .textbox .title6{flex: 1; margin-bottom: 0; transition: all .3s;}
.related_pros>li>a .textbox::after{content: "\F285"; color: var(--bg-main); transition: all .3s; margin-left: .5rem; width: 30px; height: 30px; border: 1px solid var(--bg-main); border-radius: 50%; display: flex; align-items: center; justify-content: center; 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;}
.related_pros>li>a:hover .textbox .title6{color: var(--bg-hover);}
.related_pros>li>a:hover .textbox::after{background-color: var(--bg-hover); border-color: var(--bg-hover); color: #fff;}
.photo_swiper{width: 100%; position: relative; padding-bottom: 22px;}
.photo_swiper .swiper-slide>figure{margin-bottom: 0;}
.photo_swiper .swiper-pagination{bottom: 0 !important; display: flex; flex-wrap: wrap; justify-content: center;}
@media (max-width: 1199.98px){

}
@media (max-width: 991.98px){.left_pics{justify-content: center;}
.inquiryform_details .feedback{padding: 3rem;}
.related_pros>li{width: 50%;}
.related_pros>li>a{flex-direction: row;}
.related_pros>li>a .imgbox{width: 40%;}
.related_pros>li>a .textbox{width: 60%;}
}
@media (max-width: 767.98px){
.details_banner .imgbox{border-radius: 0;}
.details_banner .imgbox::before{padding-top: 50%;}
.details_banner .textbox{max-width: 100%;}
.details_banner .textbox small{margin: 0;}
.inquiryform_details .feedback{padding: 2rem;}
.other_pros_nav ul>li{width: 50%;}
.other_pros_nav ul>li>a{padding: .75rem; font-size: 1rem;}
.related_pros>li>a{flex-direction: column;}
.related_pros>li>a .imgbox{width: 100%;}
.related_pros>li>a .textbox{width: 100%;}
.h3_title{font-size: 1.3rem;line-height: 1.2;}
.hubequ{margin-top: 2rem;}
.details_banner .textbox .title1{font-size: 1.6rem;line-height: 1.3;}
}
@media (max-width: 575.98px){
.inquiryform_details .feedback{padding: 1rem;}
.advantages .textbox{column-count:1;}
.related_pros>li{width: 100%;}
.details_banner .textbox .title1{font-size: 1.4rem;}
.other_pros_nav ul>li>a{font-size: 0.85rem;line-height: 1.2;}
}
@media (max-width: 375.98px){}
.hubequ .etw_hometitle>h2{color: var(--bg-hover);}

.equipment_hublist ul{width: 100%; margin: 0;}
.equipment_hublist ul>li{width: 100%; padding: 0; margin-bottom: 50px;}
.equipment_hublist ul>li>ol{flex-direction: row-reverse; background-color: var(--bg-WhiteSmoke); border-radius: 1rem; border-bottom: 6px solid var(--bg-main); overflow: hidden; padding: 2rem;}
.equipment_hublist ul>li>ol a.imgbox{width: 35%; border-radius: 1rem; mix-blend-mode: multiply;}
.equipment_hublist ul>li>ol .textbox{padding-right: 2.5rem; justify-content: space-evenly;}
.equipment_hublist ul>li:last-child{margin-bottom: 0;}
.equ_systems_title{background-color: var(--bg-main);}
.equ_systems_title .title3{color: #fff; padding:3rem 0; font-weight: 400; line-height: 1.5; text-align: center;}
.equ_systems .textbox{max-width: 600px; flex-direction: column; justify-content: center;}

.multi_list{width: 100%; margin: 0;}
.multi_list>li{width: 100%; padding: 0; margin-bottom: 50px;}
.multi_list>li:last-child{margin-bottom: 0;}
.multi_list>li>ol{flex-direction: row; border-top: 6px solid var(--bg-hover); padding: 1.5rem;}
.multi_list>li>ol a.imgbox{width: 30%;}
.multi_list>li>ol .textbox{width: 70%; padding-left: 2.5rem; justify-content: space-evenly;}

.related_equ{background-color: var(--bg-blue4);}
.related_equ .title2{justify-content: flex-start;}
.related_equ .title2>span{color: #000; padding-right: 0; padding-bottom: 0;}
.related_equ .title2>span::after{content: none;}
.related_equ ul{width: calc(100% + 20px); margin: 0 -10px;}
.related_equ ul>li{width: 25%; padding: 0 10px; margin-top: 20px;}
.related_equ ul>li>a{flex-direction: column; background-color: #fff;}
.related_equ ul>li>a .textbox{padding: 1rem;}
.related_equ ul>li>a .textbox>.title5{color: #000; font-size: 1.25rem;}
.related_equ ul>li>a .textbox>p{color: #333; height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}

.multi_system{position: relative; overflow: hidden;}
.multi_system:after{background:-webkit-linear-gradient(left,rgba(0,48,87,0.9) 20%,rgba(0,48,87,0) 100%);background:linear-gradient(to right,rgba(0,48,87,0.9) 20%,rgba(0,48,87,0) 100%);position:absolute;width:85%;height:100%;left:0;top:0;content:""}
.multi_system>.container{position: relative; z-index: 3;}
.multi_system .textbox{max-width: 500px;}
.multi_system .textbox .title2{color: #fff;}
.multi_system .textbox p{color: rgba(255, 255, 255, .9); margin-bottom: 1rem;}
.multi_system .textbox .more_big>a::before{background-color: var(--bg-hover);}
.multi_system .textbox .more_big>a::after{background-color: var(--bg-main);}
.multi_system .textbox .more_big>a:hover{color: #fff;}
.multi_system .bg_svg{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2;}
.multi_system .bg_svg>svg{width: 100%;}

.multi_system_list{margin-top: -7rem; position: relative; z-index: 5;}
.multi_system_list ul{width: calc(100% + 30px);}
.multi_system_list ul>li{width: calc(100% / 3);}
.multi_system_list ul>li>a{flex-direction: row-reverse; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .15); overflow: hidden; position: relative;}
.multi_system_list ul>li>a .imgbox{width: 35%; align-items: flex-end; position: absolute; right: -1rem; bottom: -1rem;}
.multi_system_list ul>li>a .textbox{width: 100%; position: relative; z-index: 2; padding: 3rem 1.5rem;}
.multi_system_list ul>li>a .textbox .title5{font-size: 1.25rem; transition: all .3s;}
.multi_system_list ul>li>a .textbox>p{max-width: 80%; color: #333; font-size: .875rem;}
.multi_system_list ul>li>a:hover .textbox .title5{color: var(--bg-hover);}

.hub_wfi_list>ul>li{width: 50%; padding: 15px;}
.hub_wfi_list>ul>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, .15); background-color: var(--bg-blue4);}
.hub_wfi_list>ul>li>ol a.imgbox{width: 100%; padding: 0; background-color: var(--bg-blue4);}
.hub_wfi_list>ul>li>ol .textbox{width: 100%; padding: 1.5rem;}
.hub_wfi_list>ul>li>ol .textbox .title4{font-size: 1.25rem;}
.hub_wfi_list>ul>li>ol .textbox>p{flex: 1;}



@media (max-width: 1199.98px){}
@media (max-width: 991.98px){.equ_systems_title .title3{padding: 2rem 0;font-size: 1.2rem;}
.equ_systems .textbox{max-width: 100%;padding: 0 2rem;}
}
@media (max-width: 767.98px){.equipment_hublist ul>li{margin-bottom: 2rem;}
}
@media (max-width: 575.98px){.equipment_hublist ul>li>ol a.imgbox{width: 100%;margin-bottom: 1rem;}
.equipment_hublist ul>li>ol .textbox{width: 100%;padding-right: 0;}
.hub_wfi_list>ul>li{width: 100%;}
}
@media (max-width: 375.98px){}
/* Equipment Details */
#gallery_swiper,#thumbs_swiper,.thumbs_swiper{width: 100%;}
#gallery_swiper .swiper-slide{width: 483px; float: left; display: flex; align-items: center;}
.thumbs_swiper{position: relative; margin-top: 20px;}
.thumbs_swiper .prev-button,.thumbs_swiper .next-button{width: 30px; height: 30px; font-size: 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; left: -40px; top: 50%; transform: translateY(-50%); z-index: 2;}
.thumbs_swiper .next-button{left: auto; right: -40px;}
.thumbs_swiper .prev-button:hover,.thumbs_swiper .next-button:hover{background-color: var(--bg-hover); color: #fff;}
#thumbs_swiper .swiper-slide{width: 72px; float: left; border: 1px solid #ccc; cursor: pointer; display: flex; align-items: center; justify-content: center;}
#thumbs_swiper .swiper-slide-thumb-active{border-color: var(--bg-hover);}

.tagbox{border: 1px solid rgba(0, 0, 0, .125); padding: 1rem;}
.spe_tag_nav{display: flex; margin: -1rem -1rem 0 -1rem;}
.spe_tag_nav>.h3_title{flex: 1; background-color: #eee; position: relative; color: #333; cursor: pointer; padding: .5rem; text-align: center; font-size: 1.25rem; margin-bottom: 1rem;}
.spe_tag_nav>.h3_title::before{content: ""; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; top: -1px; transform: translateX(-50%);}
.spe_tag_nav>.h3_title.active{background-color: #fff; color: var(--bg-main);}
.spe_tag_nav>.h3_title.active::before{width: 100%;}
.spe_tag_content{display: block;}
.spe_tag_content>div{display: none;}
.spe_tag_content>div:first-child{display: block;}

.items_adv1,.items_adv2{width: 100%; float: left; margin: 0 0 1.5rem 0; flex-direction: column;}
.items_adv1>li,.items_adv2>li{width: 100%; padding: 0; line-height: 24px; margin-bottom: .5rem; flex-wrap: nowrap;}
.items_adv1>li:last-child,.items_adv2>li:last-child{margin-bottom: 0;}
.items_adv1>li>span{width: 24px; height: 24px; background-color: var(--bg-main); color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; margin-right: .75rem; margin-top: 5px;}
.items_adv2>li>strong{font-size: 1.125rem;}
.items_adv2>li>span{width: 24px; height: 24px; border: 1px solid #fff; border-radius: 50%; background-color: var(--bg-main); color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; margin-right: .75rem;}
.items_adv1>li>p,.items_adv2>li>p{flex: 1;}




@media (max-width: 1199.98px){}
@media (max-width: 991.98px){}
@media (max-width: 767.98px){}
@media (max-width: 575.98px){}
@media (max-width: 375.98px){}
/* Equipment_End */
/* About Us */
.nbanner2{min-height: 300px;}
.nbanner2 .banner_bg>img{transform: rotateY(180deg); height: 80px; transition: initial;}
.nbanner2 .nbanner_hover {max-width: 400px; min-height: 200px; left: 15%; right: auto; transform: rotateY(180deg); justify-content: center; text-align: center; transition: initial;}
.nbanner2 .nbanner_hover .etw_hometitle{transform: rotateY(180deg);}
.nbanner2 .nbanner_hover .etw_hometitle>div[itemprop="name"]{color: #fff; font-size: 2.125rem;}


.company_top strong{font-size: 1.2rem; color: var(--bg-main);}
.company_top b{font-weight: bold;font-size: 1.1rem;}
.company_top a{color: var(--bg-hover);}
.company_top a:hover{text-decoration: underline;}
.etw_photo_hover_span span{position: absolute; left: 0; bottom: 0; z-index: 2; padding: .5rem 1rem; background-color: rgba(0,48,87,0.7); color: #fff; transition: all .3s;}
.etw_photo_hover_span ul li:hover img{cursor: pointer;}

.history_swiper{position: relative; padding-bottom: 22px;}
.history_swiper .swiper-slide{width: 380px;}
.history_swiper .swiper-slide>ol{align-items: center; padding: 1rem;}
.history_swiper .swiper-slide>ol .time{width: auto; padding: .75rem 1.5rem; position: relative; color: #fff; font-size: 1.25rem; font-weight: bold;}
.history_swiper .swiper-slide>ol .time::before{content: ""; width: 100%; height: 100%; border-radius: 50%; background-color: var(--bg-main); position: absolute; inset: 0; z-index: -1; border-top: 3px solid var(--bg-hover); border-bottom: 3px solid var(--bg-hover);}
.history_swiper .swiper-slide>ol .time::after{content: ""; width: 0; height: 0; border-top: 20px solid var(--bg-hover); border-left: 20px solid transparent; border-right: 0 solid transparent; position: absolute; left: 60%; bottom: -17px; transform: rotate(-15deg); z-index: -1;}
.history_swiper .swiper-slide>ol .heng{width: 100%; height: 10px; margin: 30px 0; position: relative;}
.history_swiper .swiper-slide>ol .heng::before{content: ""; width: 110%; height: 2px; background-color: #ccc; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.history_swiper .swiper-slide>ol .heng::after{content: ""; width: 10px; height: 10px; border: 2px solid var(--bg-hover); border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 58%; top: 50%; transform: translateY(-50%);}
.history_swiper .swiper-slide>ol .textbox{position: relative; background-color: #fff; filter: drop-shadow(0 0 10px rgba(0, 0, 0, .125)); padding: 1.25rem; border-radius: 10px;}
.history_swiper .swiper-slide>ol .textbox::before{content: ""; width: 0; height: 0; border-bottom: 20px solid #fff; border-left: 15px solid transparent; border-right: 15px solid transparent; position: absolute; left: 55%; top: -20px;}
.history_swiper .prev-button,.history_swiper .next-button{top: 38%;}

.ourpros .title2{color: var(--bg-hover); margin-bottom: 1.5rem;}
.ourpros_swiper{position: relative;}
.ourpros_swiper .swiper-slide>a{background-color: #fff; overflow: hidden; border-radius: 1rem; border-bottom: 3px solid var(--bg-hover);}
.ourpros_swiper .swiper-slide>a .textbox{padding: 1rem; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 600;}

.case_swiper{position: relative; padding-bottom: 30px;}
.case_swiper .swiper-pagination{bottom: 0 !important;}


/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact ul{display: flex; flex-direction: column; width: 100%; margin: 0;}
.contact ul li{width: 100%; padding: 0; font-size:1rem; line-height:24px; color: #333; margin-bottom: .5rem; flex-direction: row; align-items: center;}
.contact ul li.h6{font-size:1.5rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.contact ul li strong{color:#000; font-weight: 600; margin-right: .3rem;}
.contact ul li a{width: fit-content; color: var(--bg-main);}
.contact ul li a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact ul li b{font-weight: 400; color:#000;}
.contact ul li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem 1rem;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family: var(--family-second);}
.contact_map{margin-top: 2rem;}

#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial; padding: 0 2rem;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{border: none; border-bottom: 1px solid#ced4da; border-radius: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#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-hover) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* Overview */
.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company ul>li{width:calc(50% - 20px); margin-top:30px; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company ul>li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.25rem; font-family: var(--family-second); margin-bottom:1rem; color:#333; font-weight: bold;}
.overview-company ul>li .overview-company-label::before{content:""; width:100%; height:1px; background-color:#ccc; position:absolute; left:0; bottom:0}
.overview-company ul>li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-hover);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company ul>li .overview-company-value{margin-bottom:0; color:#333; line-height: 1.2;}
.overview-company ul>li .overview-company-value ul{margin: 0; width: 100%; flex-direction: column;}
.overview-company ul>li .overview-company-value ul li{width: 100%; display: flex; flex-direction: row; align-items: center; margin-top: 0; margin-bottom: .875rem; line-height: 24px; position: relative; padding: 0; padding-left: 1.5rem;}
.overview-company ul>li .overview-company-value ul li>i{color: var(--bg-main); font-size: 1rem; position: absolute; left: 0; top: 0;}
.overview-company ul>li:hover .overview-company-label::after{width:100%}

.pros_menu{width: 100%; position: relative; background-color: #dcdcdc; z-index: 3;}
.pros_menu ul{justify-content: center; width: 100%; margin: 0;}
.pros_menu ul>li{width: 50%; max-width: 300px; padding: 0;}
.pros_menu ul>li>a{display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem; font-size: 1.125rem; font-weight: 600; position: relative; overflow: hidden;}
.pros_menu ul>li>a::after{content: ''; width: 0;height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.pros_menu ul>li>a:hover,.pros_menu ul>li.dq>a{background-color: #fff;}
.pros_menu ul>li>a:hover::after,.pros_menu ul>li.dq>a::after{width: 100%;}
.tabfixed{position: sticky; top: 130px;}
.pro_model .title1{color: var(--bg-main); text-align: center;}

@media (max-width:991.98px){.pros_menu{display: none;}
.overview-company li{width:100%; margin-top:20px;}
.ourpros_swiper{margin-bottom: 1rem;}
.ourpros_swiper .swiper-pagination{justify-content: center;bottom: -1.2rem !important;}
}
@media (max-width:767.98px){.ourpros .title2{font-size: 1.3rem;line-height: 1.2;}
.ourpros .title2{margin-bottom: 1rem;}
.nbanner2{min-height: 220px;}
.nbanner2 .nbanner_hover{left: 10%;right: 10%;max-width: 80%;min-height: 120px;bottom: 50%;transform: rotateY(180deg) translateY(50%);}
.history_swiper .swiper-slide>ol .time{font-size: 1rem;}
.overview-company ul>li{margin-top: 1rem;width: 100%;}
.overview-company ul>li:first-child{margin-top: 0;}
.overview-company ul>li .overview-company-label{font-size: 1.1rem;line-height: 1.2;padding-bottom: 0.8rem;margin-bottom: 0.8rem;}
}
@media (max-width:575.98px){

}
/* Overview-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{ font-size: 2rem; font-weight: 700; line-height: 1; margin: 0 0 1.5rem 0; color: var(--bg-hover);}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size:1.5rem; font-weight: 600;}
.videos_hub ul{width: calc(100% + 30px); margin: 0 -15px;}
.videos_hub ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); border-radius: 30px 0; overflow: hidden;}
.videos_hub ul li>a>.imgbox{background-image: radial-gradient(#fff 50%,#dcdcdc);}
.videos_hub ul li>a>.imgbox>img{mix-blend-mode: multiply;}
.videos_hub ul li>a>.textbox{padding: 1rem; font-size: 1rem; font-weight: 500;}
.videos_hub ul li>a:hover>.textbox{color:var(--bg-hover)}
.videos_company ul li:first-child{width: 100%;}
.videos_company ul li:first-child>a{flex-direction: row; border-radius: 100px 0;}
.videos_company ul li:first-child>a .imgbox{width: 50%;}
.videos_company ul li:first-child>a .textbox{width: 50%; padding: 2rem; justify-content: center;}
.videos_company ul li:first-child>a .textbox .title5{color: var(--bg-main); transition: all .3s;}
.videos_company ul li:first-child>a .textbox>p{color: #333;}
.videos_company ul li:first-child>a:hover .textbox .title5{color: var(--bg-hover);}
.videos_pros{padding-top: 2rem;}
.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%}
#video_right h2{font-size: 1.875rem; color: var(--bg-main); font-weight: bold;}
.video_more{display:flex;margin-bottom: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-hover); color:#fff; border-color:var(--bg-hover)}
.etw_videolist_more{display: none;}
#video_sidebar{width:30%; background-color:#fff; border-radius:10px;}
#etw_videolist{padding:1rem;}
#etw_videolist .title3{color: var(--bg-hover); text-transform:uppercase; display: flex; flex-direction: column;}
#etw_videolist .title3::after{content: ""; width: 100%; height: 1px; background-color: #ccc; margin-top: 1rem;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center;}
#etw_videolist ul li a img{width:30%; height: auto;}
#etw_videolist ul li a span{width:70%;font-size:0.95rem; padding-left:1rem;line-height: 1.2; transition: all .4s;}
#etw_videolist ul li a.dq span{color:var(--bg-hover);}
#etw_videolist ul li a:hover span{color: var(--bg-hover);}
#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){.videos{padding: 2rem 0 1rem;}
	.videos_company ul li:first-child>a .imgbox,.videos_company ul li:first-child>a .textbox{width: 100%;}
	#video_sidebar{margin-top:1rem}
  .videos_hub,.videos .etw_hometitle>div[itemprop]{margin-bottom: 1rem;}
  .videos_hub ul li{margin-top: 1rem;width: 50%;}
  .videos_hub ul li>a,.videos_company ul li:first-child>a{border-radius: 0;}
  .videos_hub ul li>a>.textbox{font-size: 0.9rem;line-height: 1.2;}
  .videos_hub_title{font-size: 1.3rem;line-height: 1.2;}
  #etw_videolist ul li a img{width: 100%;}
  #etw_videolist ul li a span{width: 100%;padding: 1rem;}
}
@media (max-width:575.98px){
	#video_right h2{font-size:1.25rem;}
}
@media (max-width:479.98px){#etw_videolist ul li,.videos_hub ul li{width: 100%;}
#etw_videolist ul li:last-child{margin-bottom: 0;}
}
/* videos-End */

@media (max-width:1199.98px) {
.homeabout::before{background-image: url(../images/bg02_1280.webp);}
.footer::before{background-image: url(../images/bg03_1280.webp);}
}
@media (max-width:767.98px) {
.homeabout::before{background-image: url(../images/bg02_750.webp);}
.footer::before{background-image: url(../images/bg03_750.webp);}
}
