@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.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:"OpenSans";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/OpenSans/OpenSans-Light.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Light.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/OpenSans/OpenSans-Regular.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Regular.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/OpenSans/OpenSans-Medium.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Medium.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/OpenSans/OpenSans-SemiBold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-SemiBold.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/OpenSans/OpenSans-Bold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Bold.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/OpenSans/OpenSans-ExtraBold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-ExtraBold.woff) format("woff")}

@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Regular.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Medium.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Roboto/Roboto-SemiBold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-SemiBold.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-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: #024485;
	--bg-hover: #3a9cdd;
  --bg-blue1: #074582;
  --bg-blue2: #0975e2;
	--family-first: "OpenSans", sans-serif;
  --family-second: "Roboto", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
}
.bi{width: 1rem; height: 24px; display: flex; overflow: hidden;}
.bi::before{content: ""; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(1rem 0 var(--bg-hover)); position: relative; transform: translateX(-100%);}
.bi-envelope-at::before{background-image: url(../images/icons/envelope-at.svg);}
.bi-phone-vibrate::before{background-image: url(../images/icons/phone-vibrate.svg);}
.bi-telephone::before{background-image: url(../images/icons/telephone.svg);}
.bi-whatsapp::before{background-image: url(../images/icons/whatsapp.svg);}
.bi-arrow-right::before{background-image: url(../images/icons/arrow-right.svg);}
.bi-chevron-down::before{background-image: url(../images/icons/chevron-down.svg);}
.bi-chevron-right::before{background-image: url(../images/icons/chevron-right.svg);}
.bi-chevron-left::before{background-image: url(../images/icons/chevron-left.svg);}
.bi-person-bounding-box::before{background-image: url(../images/icons/person-bounding-box.svg);}
.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);}
.bg-white-F9{background-image: linear-gradient(#fff,var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),#fff);}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#333; font-family:var(--family-first); font-weight: 400; font-size: .9rem; line-height:1.7; background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {display: block; color: #333; line-height: 1.2;  margin-bottom: 1rem; font-weight: 600;}
h2,.h2,.title1 {font-size: clamp(2rem, 5vw, 2.25rem);}
h3,.h3,.title2 {font-size: clamp(1.8rem, 5vw, 2rem);}
h4,.h4,.title3 {font-size: clamp(1.625rem, 5vw, 1.8rem);}
h5,.h5,.title4 {font-size: clamp(1.5rem, 5vw, 1.625rem);}
h6,.h6,.title5 {font-size: clamp(1.25rem, 5vw, 1.5rem);}
.title6{font-size: clamp(1rem, 5vw, 1.25rem);}
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{width: 100%; display:flex; flex-wrap: wrap;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a:hover{cursor: zoom-in;}
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::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex; float: left;}
.swiper .swiper-slide>ol,.swiper .swiper-slide>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.prev-button,.next-button{width: 50px; height: 50px; font-size: 1.25rem; color: var(--bg-main); display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.next-button{left: auto; right: 0;}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor: no-drop; opacity: .7;}
.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;}
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px; padding: 0 15px; margin: 0 auto;}
.container2{max-width:1030px; padding: 0 15px; margin: 0 auto;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
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.swiper-wrapper{width: 100%; margin: 0; flex-wrap: initial;}
ul.swiper-wrapper li{float: left;}
.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; flex-direction: column;}
.etw_photo ul li>ol{flex-direction: column;}
.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .875rem; line-height: 1.5; padding-top: .625rem;}
.etw_photo ul li a:hover{cursor: zoom-in;}
.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);}
.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: 25%;}
}@media (max-width:767.98px){
	.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
}@media (max-width:575.98px){
	.etw_photo3 ul li,.etw_photo4 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){
	.etw_photo ul li:has(span){width: 100%;}
}@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; line-height: 24px;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 2rem; margin-bottom: 0;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) "."; color: var(--bg-main); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 0; width: 24px; height: 24px; text-align: right; font-weight: bold;}
ul.items_none li::before{content: none;}
ul.items1 li{padding-left: 1rem;}
ul.items1 li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-hover); position: absolute; left: 0; top: 9px;}
ul.items1 li>ol>li::before{border-radius: 50%; background-color: rgba(0, 0, 0, .3);}
ul.items2 li{padding-left: 1.5rem;}
ul.items2 li::before{content: ""; width: 12px; height: 24px; background: url(../images/Blue-Checkmark.svg) no-repeat center center; background-size: contain; position: absolute; left: 0; top: 0;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #555; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .8rem; line-height: 1.2; padding: .625rem;}
.table-bordered td{border: none; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.table .top td{background-color: #eee !important; color: #000; padding: .75rem; border-right: 1px solid rgba(0, 0, 0, .05);}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
@media (max-width: 991.98px){
.table{min-width: 800px;}
}
/* video_Btn */
.video_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video_btn::before{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video_btn.webp) no-repeat center center; background-size: 100% 100%; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{opacity: .8;}
/* More */
.more,.more_big{display: flex;}
.more>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{margin-left: .5rem;}
.more>a::after{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a:hover{color: var(--bg-main);}
.more>a:hover::after{width: 100%; left: 0; right: auto;}
.more_big>a{width:fit-content; display: flex; align-items: center; transition: all .4s; padding: .75rem 1.5rem; font-size: .875rem; font-weight: 300; color: #fff; line-height: 1; background-color: var(--bg-main); overflow: hidden; border-radius: 6px; text-transform: uppercase;}
.more_big>a>i{margin-left: -.875rem; opacity: 0; transition: all .3s;}
.more_big>a:hover{color: #fff; background-color: var(--bg-hover);}
.more_big>a:hover>i{margin-left: .5rem; opacity: 1;}
/* 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; background-color: var(--bg-main);  transition: all .3s ease-in-out;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{background-color: var(--bg-hover);}
/* public-End */
/* etw_language */
.etw_language{min-height: 34px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .875rem; 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:#555; display:flex; justify-content:center; align-items:center; height: 34px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.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-hover);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 80px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; visibility: visible;}
.nav-fixed{box-shadow: 4px 4px 100px rgba(0,0,0,.15); -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;}
#etw_logo a>img{display:block; height:40px; object-fit: contain;}
#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: flex; flex-wrap: wrap; flex: 1; padding-top: 6px;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0; justify-content: flex-end;}
.navbar>li{padding: 0; margin-left: 3rem; min-height: 40px;}
.navbar>li>a{display: flex; justify-content: center; color: #333; text-transform: uppercase; font-weight: 500; line-height: 1; position: relative; font-size: .95rem; padding-top: .5rem;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--bg-main);}
.navbar>li:hover>a::before{width: 100%;}
@media (min-width:992px){
.navbar>li:last-child{align-items: flex-start;}
.navbar>li:last-child>a{padding: .5rem 1rem; line-height: 1; background-color: var(--bg-hover); color: #fff; border-radius: 30px; flex-direction: row-reverse; align-items: center;}
.navbar>li:last-child>a::before{content: "\f144"; width: auto; height: auto; font-size: 1.125rem; background: initial; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; position: relative; left: auto; bottom: auto; transform: initial; margin-left: .5rem;}
.navbar>li:last-child>a:hover{background-color: var(--bg-main);}
}
.navbar .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; background-color: #fff; overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15); border-radius: 0;}
.dropdown-menu>ul{width: 100%; margin: 0;}
.dropdown-menu>ul>li{width: 100%; padding: 0; border-bottom: 1px dashed rgba(0, 0, 0, .05);}
.dropdown-menu>ul>li:last-child{border-bottom: none;}
.dropdown-menu>ul>li>a{width: 100%; white-space: nowrap; padding: .5rem 1rem; font-size: .875rem;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05);}
.dropdown-menu>ul>li>a.active{color: var(--bg-hover);}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.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%; min-height: initial; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 0; display: flex !important; flex-direction: column;}
.navbar>li>a{flex: 1; position: relative; min-height: 40px; padding: 0 1rem; justify-content: flex-start; align-items: center;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2;font-family: var(--family-first);}
.navbar>li:hover>a,.navbar>li.active>a{background-color: var(--bg-hover); color: #fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo {flex: 1;display: flex;}
#etw_logo a>img{max-height:50px;}
}@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner{padding: 0; min-height: 200px; aspect-ratio: 192/55; border-top: 1px solid rgba(0, 0, 0, .05); border-bottom: 1px solid rgba(0, 0, 0, .05);}
.etw_banner picture,.etw_banner .etw_marked_as{width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;}
.banner_hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);z-index: 2;}
.banner_hover .container{max-width: 90%;}
.banner_text{max-width: 450px;}
.banner_text h2{display: flex; flex-direction: column; font-size: clamp(1.25rem, 5vw, 2rem); font-weight: bold; color: #fff; line-height: 1.1; margin-bottom: 1.5rem;}
.banner_text h2::after{content: ""; width: 80px; height: 2px; background-color: var(--bg-hover); margin-top: 1rem;}
.banner_text p{text-transform: uppercase; font-size: .875rem; color: #333; margin-bottom: 1.5rem;}
.banner_text ul{width: 100%; margin: 0; flex-direction: column;}
.banner_text ul>li{width: 100%; padding: 0; margin-bottom: 1rem;}
.banner_text ul>li>ol{align-items: center;}
.banner_text ul>li>ol .imgbox{width: 40px;}
.banner_text ul>li>ol span{flex: 1; padding-left: 1rem; color: #fff; font-weight: 600; text-transform: uppercase;}
.banner_text .more>a{padding: 1rem 1.5rem;background-color: var(--bg-main); border-radius: 30px; color: #fff; text-transform: uppercase;}
.banner_text .more>a::after{content: none;}
.banner_text .more>a>i{font-size: 1.125rem; line-height: 1;}
.banner_text .more>a:hover{background-color: var(--bg-hover);}
@media (max-width: 1399.98px){
.banner_text ul{margin-bottom: 10px;}
.banner_text ul>li{margin-bottom: 5px;}
.banner_text ul>li>ol .imgbox{width: 30px;}
.banner_text .more>a{padding: .75rem 1.25rem;}
}@media (max-width: 1199.98px){
.banner_text h2::after,.banner_text ul{display: none;}
}@media (max-width: 575.98px){
.banner_text h2{margin-bottom: 0; text-align: center;}
.banner_text .more{display: none;}
}
/* 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;}
.home_pros{padding-bottom:0;}
.home_pros_title{display: flex; flex-direction: column; text-align:center; margin: 0 auto 1.5rem auto;}
.home_pros_title .title1{color: #fff;  width: fit-content; margin: 0 auto; margin-bottom: 1rem; font-size:clamp(1.25rem, 5vw, 1.8rem); text-transform: uppercase; background-color: var(--bg-main); padding: .5rem 1rem;}
.home_pros_title p{font-size: clamp(.875rem, 3vw, 1.125rem); line-height: 1.7; max-width: 1000px; color: #666; margin: 0 auto;}
.home_pros_list>li{width:25%; padding: 15px;}
.home_pros_list>li>a{border: 1px solid var(--bg-F0); border-radius: 8px; flex-direction: column; border-radius: 5px; overflow: hidden; transition: all .2s;}
.home_pros_list>li>a .imgbox{aspect-ratio: 4/3; border-bottom: 1px solid var(--bg-F0); padding:1.25rem;}
.home_pros_list>li>a .imgbox>img{width: 100%; height: 100%; object-fit: contain;}
.home_pros_list>li>a .title6{flex: 1; margin-bottom: 0; padding: 1.25rem; justify-content: center; text-align: center; color: #2c3e50; font-size: 1rem; font-weight: 600;}
.home_pros_list>li>a:hover{ transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, .1);}
.home_pros_list>li>a:hover .title6{color: var(--bg-hover);}
/* .home_apps::before{content: ""; width: 100%; height: 82.5%; background-color: var(--bg-F9); position: absolute; left: 0; bottom: 0;} */
.home_apps .container{position: relative; z-index: 2;}
.home_apps .title1{display: flex; justify-content:center; position: relative; }
.home_apps .title1>span{color: #333; font-weight: bold;font-size:clamp(1.25rem, 4vw, 2.25rem);text-transform: uppercase;}
.home_apps ul{width: calc(100% + 20px); margin: 0 -10px;}
.home_apps ul>li{width: calc(100% / 3); padding: 0 10px; margin-top: 20px;}
.home_apps ul>li>a{position: relative; overflow: hidden;transition: all .2s; border-radius: .5rem;}
.home_apps ul>li>a .imgbox::before{padding-top: 62.5%;}
.home_apps ul>li>a .imgbox::after{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background-color: rgba(0, 0, 0, .3); transition: all .3s;}
.home_apps ul>li>a .textbox{width: 100%; height: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 3; padding: .625rem;}
.home_apps ul>li>a .textbox .icon>img{width:65px;height:65px;background-color:rgba(0,0,0,0.4);border:2px solid rgba(255,255,255,0.8);padding:12px;border-radius:50%;margin-bottom:15px;filter:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 10px rgba(0,0,0,0.3);}
.home_apps ul>li>a .textbox>span{color: #fff; font-size: clamp(1rem, 4vw, 1.125rem); text-align: center; font-weight: 600; text-shadow: 2px 2px 10px rgba(0,0,0,0.8); letter-spacing: 1.5px; text-transform: uppercase;}
.home_apps ul>li>a:hover{transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);}
.home_apps ul>li>a:hover .imgbox::after{background: rgba(0, 86, 179, 0.6);}
.home_apps ul>li>a:hover .textbox .icon>img{background-color: var(--bg-hover); transform: translateY(-8px) scale(1.05); border-color: #fff;}
.home_about_content{width: 100%; display: flex; border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.05);}
.home_about_content .imgbox{width: 55%; border-radius: .75rem 0 0 .75rem;}
.home_about_content .imgbox>img{width: 100%; height: 100%; object-fit: cover;}
.home_about_right{width:45%; padding:50px 60px; background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%); display:flex; flex-direction:column; justify-content:center;border-left:1px solid #eee;}
.home_about_right small{display: flex; font-weight: bold; color:var(--bg-main); letter-spacing:2px; font-size:0.85rem; margin-bottom:.75rem; opacity:0.8;}
.home_about_right .title1{font-weight: bold; font-size: clamp(1rem, 4vw, 1.75rem); line-height: 1.3; color: #1a1a1a; margin-bottom: 25px;}
.home_about_right .title1::after{content:"";display:block;width:40px;height:3px;background-color:var(--bg-main);margin-top:15px}
.home_about_right p{color:#666;font-size:0.95rem;line-height:1.8;margin-bottom:30px;}
.home_about_right .more>a{width:auto;height:auto;background:var(--bg-main);color:#fff;padding:10px 30px;border-radius:4px;font-size:0.85rem;text-transform:uppercase;letter-spacing:1px;mix-blend-mode:normal;transition:all 0.3s ease}
.home_about_right .more>a::after{content: none;}
.home_about_right .more>a:hover{background:var(--bg-hover);transform:translateX(5px);box-shadow:0 5px 15px rgba(0,0,0,0.1)}
.home_customers{display: flex; overflow: visible;}
.home_customers .container{display: flex; flex-direction: column; align-items: flex-end;}
.home_customers .title1{color: #999; line-height: 1; font-size: .875rem; font-weight: 400; text-transform: uppercase; margin-bottom: 1.25rem;}
.home_customers ul{width: 100%; margin: 0;border-top: 1px solid #eee; padding-top: 20px;}
.home_customers ul>li{width: calc(100% / 6); padding:10px;}
.morebtn{display: flex;}
.morebtn>a{display: flex; width: fit-content; color: #666; position: relative;}
.morebtn>a::before{position: absolute;content: ""; width: 100%; height: 1px; bottom: 0; left: 0; right: 0; margin: 0 auto; transition: all .5s ease; background: #666;}
.morebtn>a::after{position: absolute;content: "\f178";font-family: fontawesome ; top: 0; right: -25px; font-weight: normal; font-size: 1rem;transition: all .5s ease; }
.morebtn>a:hover{color: var(--bg-hover);}
.morebtn>a:hover::before{background: var(--bg-hover);width: 102%;}
.morebtn>a:hover::after{right: -35px;}
@media (max-width:1199.98px){
section,.section{padding:3.125rem 0;}
.home_customers .title1{transform: initial; margin-top: 1rem;}
.home_about_right{padding: 1.5rem 2rem;}
}
@media (max-width:991.98px){
section,.section,.section_item{padding:2.5rem 0;}
.home_pros_list{width: calc(100% + 16px); margin: 0 -8px;}
.home_pros_list>li{width: 25%; padding: 8px;}
.home_apps ul>li>a .imgbox::before {padding-top: 75%;}
.home_about_content{flex-wrap: wrap;}
.home_about_content .imgbox{width: 100%;}
.home_about_content .home_about_right{width: 100%; border: none; padding: 1.5rem;}
}
@media (max-width:767.98px){
section,.section,.section_item{padding:1.875rem 0;}
.home_pros_list>li{width: calc(100% / 3);}
.home_apps ul>li{width: calc(100% / 2);}
.home_apps ul>li>a .textbox>span{line-height: 1.2;}
.home_about_content{flex-wrap: wrap;}
.home_about_content .imgbox{width: 100%; aspect-ratio: 2/1;}
.home_about_content .imgbox>img{width: 100%; height: 100%; object-fit: cover;}
.home_about_right{width: 100%; margin: 0;}
}
@media (max-width:575.98px){
section,.section,.section_item{padding:1.25rem 0;}
.home_pros_list>li{width: calc(100% / 2);}
.home_pros_list>li>a .imgbox{padding: 1rem;}
.home_apps ul{width: calc(100% + 16px); margin: 0 -8px;}
.home_pros_list>li>a .title6{padding: 1rem;}
.home_apps ul>li{margin-top: 0; padding: 8px;}
.home_apps ul>li>a .textbox>span{font-size: 1rem;}
.home_about_right{padding: 1.25rem;}
}@media (max-width:460.98px){
.home_apps ul>li{width: 100%;}
}@media (max-width:375.98px){
section,.section,.section_item{padding:1rem 0;}
}@media (max-width:370.98px){
.home_pros_list>li,.home_apps ul>li{width: calc(100% / 1);}
}
/* index-end */
.footer {padding: 3rem 0; position: relative; overflow: hidden; background: url(../images/footer_bj.webp) no-repeat left bottom; background-size: 100% 100%;}
.footer::before{content: ""; width: 100%; max-width: 1200px; height: 2px; border-top: 1px solid #c8ccd4; border-bottom: 1px solid #8a91a3; position: absolute; right: 0; top: 0;}
.footer .container{position: relative; z-index: 2; max-width: 1200px;}
.footer .h3{ font-weight: bold; font-size: 1rem; line-height: 24px; display: flex; flex-direction: column; color: #333;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-main);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #555; font-size: .875rem;}
.footer_list li>a:hover{color: var(--bg-main);}
.footer_logo{margin-bottom: 1rem;}
.footer_logo img{margin: 0;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin: 0; flex: 1;}
.footer_contact>li{width: 100%; color: #333; margin: 0 0 .5rem 0; font-size: .875rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: #333;}
.footer_contact>li i{font-size: 1rem; position: absolute; left: 0; top: 2px; color: var(--bg-main);}
.footer_contact>li a:hover{color: var(--bg-main);}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 1.5rem;}
#otherlink{clear:both;width:100%;height:auto;font-size:.8rem;display:flex; justify-content: center;}
#otherlink a{color:#555; display:inline-block; padding:0 4px; margin:10px 10px 0 0; font-weight:300; line-height:22px; border:1px solid #ccc;font-size:.8rem;}
#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-main); 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:#555;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: var(--bg-main) !important; border: none !important;}
.theme-box-name{background: #9fa0a0 !important; border-left: none !important; color: #fff;}
@media (max-width:991.98px){
.footer {padding: 2.5rem 0; background: var(--bg-F9);}
}@media (max-width:767.98px){
	.footer{padding: 1.25rem 0 3rem 0;}
	.etw_root {padding: 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0; flex: none;}
#quicknav ul{width:100%;display:flex; min-height: 40px; padding: .5rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 10px; position: relative; font-size: .875rem; line-height: 24px; color: rgba(0, 0, 0, .4);}
#quicknav ul li::after{content: "\f105";color: inherit; 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{color: inherit;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1rem;}
#quicknav ul li:last-child{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: 1.5rem; color: #333; font-weight: 600; margin-bottom: 1.25rem;}
.etw_hometitle h2:last-child,.etw_hometitle>div[itemprop="name"]:last-child{margin-bottom: 0;}
@media (max-width:1199.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.875rem;}
}@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.75rem;}
}@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.5rem;}
}@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.25rem;}
}
/* Products */
.nbanner{margin: -2rem -2rem 0 -2rem;}
.main{width: 100%;}
.main .container-fluid{margin: 0 auto; padding: 0;}

.pros_main{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.pros_left{width: 20%; display: flex; flex-direction: column; position: sticky; top: 80px;}
.pros_left_in{width: 100%; display: flex; flex-direction: column; margin-bottom: 2rem; border-radius: 14px; box-shadow: 0 12px 26px rgba(0, 0, 0, .08); overflow: hidden;}
.pros_left_in:last-child{margin-bottom: 0;}
.pros_left_in .title1{font-size: 1.5rem; color: #fff; margin-bottom: 0;}
.pros_left_in .title1>a{display: flex; align-items: center; padding: 1rem;}
.pros_left_in .title1>a>img{width: 30px;}
.pros_left_in .title1>a>span{flex: 1; padding-left: 1rem; font-size: 1rem; font-weight: 400; color: #fff;}
.pros_left_in1 .title1{display: flex; flex-direction: column; justify-content: center; background-image: linear-gradient(135deg, #006ab3,#003662);  padding: 2.25rem 1.25rem;}
.pros_left_in1 .title1>.imgbox{width: 40px;}
.pros_left_in1 .title1>a{padding: 0; font-size: 1.125rem;}

.pros_left_in0{background-image: linear-gradient(135deg,#006ab3,#003662);}
.pros_left_in2{background-image: linear-gradient(135deg,#06A5D3,#0077B3);}
.pros_left_in3{background-image: linear-gradient(135deg,#0284BC,#00457A);}
.pros_left_in4{background-color: #B3B3B3; margin-bottom: 0; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);}
.pros_left_in4 .title1>a{padding-bottom: 1.5rem;}
.pros_left_in4 .title1>a>span{padding: 0;}
.pros_left_list{width: 100%; margin: 0; flex-direction: column; padding: 14px 14px 16px;}
.pros_left_list>li{width: 100%; padding: 0; line-height: 1.3;}
.pros_left_list>li>a{display: flex; align-items: center; padding: .7rem .75rem .7rem 1.25rem; border-radius: 10px; position: relative; color: #333; font-size: .9rem; line-height: 1.25;}
.pros_left_list>li>a::before{content: "\F105"; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; font-size: 1rem; line-height: 1.2; position: absolute; left: .5rem; top: .7rem; opacity: .45; transition: all .3s;}
.pros_left_list>li>a:hover{background:rgba(2,68,133,.06);color:var(--bg-main);transform:translateX(3px);}
.pros_left_list>li>a:hover::before{opacity: .9;}
.pros_left_list>li.active>a{color: var(--bg-main); font-weight: 600;}
.pros_left_list>li.active>a::before{opacity: .9;}

.pros_left_list>li>ol{width: 100%; display: flex; flex-direction: column; padding: .5rem 1.25rem; padding-right: 0; margin-bottom: .5rem; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.pros_left_list>li>ol>li{width: 100%; padding: 0; margin-bottom: .625rem;}
.pros_left_list>li>ol>li>a{font-size: .875rem; color: #666;}
.pros_left_list>li>ol>li>a:hover{color: var(--bg-main);}

.pros_right{width: 80%; flex: 1; padding:0 0 2rem 3rem; display: flex; flex-direction: column; background-color: #fff;}
.pros_right_banner {height: 200px; margin: -2rem -2rem 2.5rem -2rem; width: auto; position: relative; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);}
.pros_right_banner::before{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background-image: linear-gradient(transparent,rgba(0,51,89,1)); z-index: 1;}
.pros_right_banner .etw_hometitle{width: 55%; position: absolute; right: 0; bottom: 1rem; z-index: 2; padding: 2rem; text-align: right; margin-bottom: 0;}
.pros_right_banner .etw_hometitle>h2{color: #fff; font-weight: 400; font-size: 1.5rem;}

.pros_lists>li{width: calc(100% / 3); padding: 0 15px; margin-bottom: 30px;}
.pros_lists>li>a{border-radius:14px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 12px 28px rgba(0,0,0,.08);padding:18px 18px 14px; display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.pros_lists>li>a .imgbox{max-height: 220px;}
.pros_lists>li>a .imgbox>img{ width: 100%; height: 100%; object-fit: contain;}
.pros_lists>li>a .title6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: clamp(.95rem, 5vw, 1.125rem); padding-top:1rem; font-weight:600; color:#1f2d3d; line-height:1.25; overflow:hidden;}
.pros_lists>li>a:hover{transform: translateY(-6px); box-shadow: 0 22px 48px rgba(0, 0, 0, .14); border-color: rgba(58, 156, 221, .35);}

.title_style_left{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, .05); margin-bottom: 1rem; position: relative;}
.title_style_left>span{padding: .625rem .625rem .625rem 0; flex: 1;}
.title_style_left::before{content: ""; width: 40px; height: 2px; background-color: var(--bg-main); position: absolute; left: 0; bottom: -1px;}
.title_style_left .more_big>a{padding: .5rem .75rem; font-size: .75rem; color: var(--bg-main); border: 1px solid var(--bg-main); background-color: #fff;}
.title_style_left .more_big>a:hover{background-color: var(--bg-main); color: #fff;}
.title_style_left .more_right>a{line-height: 1; text-transform: uppercase; padding: .5rem 2.2rem 0 0; background: url(../images/more_jiantou.webp) no-repeat right center; background-size: contain; font-size: .875rem; font-weight: 300; color: #666; line-height: 1;}
.title_style_left .more_right>a::before,.title_style_left .more_right>a::after{content: none;}
.title_style_left .more_right>a:hover{color: var(--bg-main);}

.title_style_center{display: flex; justify-content: center; border-bottom: 1px solid rgba(0, 0, 0, .05); margin-bottom: 1rem; position: relative;}
.title_style_center>span{padding-bottom: .75rem;}
.title_style_center::before{content: ""; width: 80px; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%);}

.around_list{width: calc(100% + 40px); margin: 0 -20px; padding: 20px 0;}
.around_list>li{width: 50%; padding: 20px;}
.around_list>li>a,.around_list>li>ol{border: 1px solid rgba(0, 0, 0, .05); padding: .5rem; border-radius: .5rem; overflow: hidden;}
.around_list>li>a .imgbox,.around_list>li>ol .imgbox{width: 35%;}
.around_list>li>a .textbox,.around_list>li>ol .textbox{width: 65%; flex-direction: column; justify-content: center; padding-left: 1.25rem;}
.around_list>li>a .textbox .title5,.around_list>li>ol .textbox .title5{margin-bottom: .625rem; font-size: 1rem;}
.around_list>li>a .textbox>p,.around_list>li>ol .textbox>p{font-size: .875rem; color: #555; height:66px; line-height: 22px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.around_list>li>a:hover .textbox .title5,.around_list>li>ol:hover .textbox .title5{color: var(--bg-hover);}
.around_list>li>ol .imgbox .video_btn::before{--w:50px;}

.pros_apps .title1{display: flex; flex-direction: column; font-size:clamp(1.125rem, 4vw, 1.85rem);line-height:1.25; color:#1a1a1a; margin-bottom:25px;}
.pros_apps .title1::after{content: ""; width: 50px; height: 3px; background: var(--bg-main); margin-top: 20px;}
.pros_apps .border-lg-left {border-left: 1px solid #eee;}
.pros_apps .border-lg-left p{color: #888;}
.pros_apps_list{width: 100%; margin: 0 0 1.5rem 0; position: relative; justify-content: space-between;}
.pros_apps_list>li{width: 48%; padding: 0; position: relative; z-index: 2;}
.pros_apps_list>li>a{display: flex; padding: .625rem 0; align-items: center;border-bottom: 1px solid #eee; transition: all .25s;}
.pros_apps_list>li>a .imgbox{width: 34px;}
.pros_apps_list>li>a .imgbox>img{filter: drop-shadow(34px 0 rgba(0,0,0,.4)); position: relative; transform: translateX(-100%);}
.pros_apps_list>li>a .title6{flex: 1; font-size: .9rem; color: #444; font-weight: 500; margin: 0; padding-left: 1.5rem; text-align: right;}
.pros_apps_list>li>a:hover{border-bottom-color: var(--bg-hover); transform: translateX(5px);}
.pros_apps_list>li>a:hover .imgbox>img{filter: drop-shadow(34px 0 var(--bg-hover));}
.pros_apps_list>li>a:hover .title6{color: var(--bg-hover);}

.hubpros_apps{width: calc(100% + 10px); margin: 0 -5px;}
.hubpros_apps>li{width: 20%; padding: 0 5px; margin-top: 10px;}
.hubpros_apps>li>a{flex-direction: column;}
.hubpros_apps>li>a .title6{flex: 1; margin-bottom: 0; display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 10px; color: #555; font-size: .95rem; font-weight: 500;}

.pros_customers{background-color: #fff; display: flex; flex-wrap: wrap; padding: 1rem  0;}
.pros_customers .title1{color: #888; font-size: 1rem; text-transform: uppercase; font-weight: 400;}
.home_customers_left{width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.home_customers_right{flex: 1; display: flex; align-items: center;}
.home_customers_right ul{width: calc(100% + 10px); margin: 0 -5px;}
.home_customers_right ul>li{width: calc(100% / 5); padding: 5px;}
.home_customers_right ul>li>.imgbox{padding: 5px; border-radius: 6px;mix-blend-mode: multiply;}

@media (max-width: 1199.98px){
.pros_left{width: 22%;}
.pros_right{width: 78%; padding-left: 2rem;}
.pros_lists>li>a{padding: 1.25rem;}
}@media (max-width: 991.98px){
.pros_left{width: 28%;}
.pros_left_in1 .title1{padding: 1.25rem; height: auto;}
.pros_right{width: 72%; padding-left: 1.25rem;}
.pros_lists{width: calc(100% + 20px); margin: 0 -10px;}
.pros_lists>li{width: 50%; padding: 0 10px; margin-bottom: 20px;}
.pros_lists>li>a{padding: 1rem;}
.around_list>li{width: 100%;}
}@media (max-width: 767.98px){
.pros_main{flex-direction: column-reverse;}
.pros_left{width: 100%; flex-wrap: wrap; flex-direction: row; justify-content: space-between; background: none;}
.pros_left_in{width: 48%; margin: .5rem 0 !important;}
.pros_left_in1{display: none;}
.pros_right{width: 100%; padding-left: 0;}
.pros_customers{padding: 0 0 1.25rem 0;}
.home_customers_right ul>li{width: calc(100% / 3);}
.home_customers_right ul>li:last-child{display: none;}
}@media (max-width: 575.98px){
.pros_lists{width: calc(100% + 10px); margin: 0 -5px;}
.pros_lists>li{padding: 0 5px; margin-bottom: 10px;}
.pros_lists>li>a{padding: .625rem;}
.pros_lists>li>a .title6{font-size: .95rem; padding-top: .625rem;}
.pros_left_in{width: 100%;}
.pros_apps .title1 {font-size: 1.25rem;}
.pros_apps_list{padding: 0;}
.pros_apps_list::before,.pros_customers{display: none;}
.pros_apps_list>li{width: 100%; border-bottom: 1px solid rgba(0,0,0,.1);}
.around_list{padding: 0;}
.around_list>li{padding: 10px 20px;}
}@media (max-width: 374.98px){
.pros_lists>li{width: 100%;}
}
/* Hub */
.etw_hometitle_style>h2,.etw_hometitle_style>div[itemprop="name"]{border-bottom: 2px solid var(--bg-main); padding-bottom: .5rem;}
.etw_hometitle_style>small{display: block; text-align: center; font-size: 1rem; color: #444;}
.proshub_lists>li{width: calc(100% / 3); padding: 0 15px; margin-bottom: 30px;}
.proshub_lists>li>ol{flex-direction: column; background-color: #fff; box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .2); padding: 1rem; transition: all .2s;}
.proshub_lists>li>ol .imgbox{mix-blend-mode: multiply;}
.proshub_lists>li>ol .textbox{padding-top: 1rem; flex-direction: column;}
.proshub_lists>li>ol .textbox .title6{display: flex; flex-direction: column; font-size: .95rem; font-weight: 600; color: var(--bg-main); margin-bottom: 1.5rem;}
.proshub_lists>li>ol .textbox .more_big{justify-content: flex-end; display: none;}
.proshub_lists>li>ol .textbox .more_big>a{border-radius: 0; padding: .5rem .75rem; line-height: 1; font-size: .75rem;}
.proshub_lists>li>ol .textbox .more_big>a>i{width: .75rem; height: .75rem;}
.proshub_lists>li>ol .textbox .more_big>a>i::before{filter: drop-shadow(.75rem 0 #fff);}
.proshub_lists>li>ol:hover{box-shadow: 0 0 10px rgba(2,68,133,.5); transform: scale(1.02);}
.proshub_lists>li>ol .textbox .title6:hover{color: var(--bg-hover);}

.hub_key_list{width: 100%; margin: 0 0 1rem 0;}
.hub_key_list>li{width: 100%; padding: 0; align-items: center; margin-bottom: .75rem; line-height: 1.2; font-size: .875rem;}
.hub_key_list>li>strong{width: 50%; font-weight: 400; color: #333;}
.hub_key_list>li>span{flex: 1; text-align: right;}
.hub_key_list>li:last-child{margin-bottom: 0;}

.proshub_lists2>li{width: 100%; padding: 0 15px; margin-top: 30px;}
.proshub_lists2>li>ol{background-color: var(--bg-WhiteSmoke); box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .2);; padding: 1.5rem;}
.proshub_lists2>li>ol .imgbox{width: 30%; mix-blend-mode: multiply;}
.proshub_lists2>li>ol .textbox{width: 70%; padding-left: 1.5rem; flex-direction: column; justify-content: center;}
.proshub_lists2>li>ol .textbox .title6{display: flex; flex-direction: column; font-size: clamp(.875rem, 4vw, 1.25rem); font-weight: 600; color: #333; margin-bottom: 1rem;}
.proshub_lists2>li>ol .textbox .title6>span{color: var(--bg-main);}
.proshub_lists2>li>ol .textbox .more_big{justify-content: flex-end;}
.proshub_lists2>li>ol .textbox .more_big>a{border-radius: 0; padding: .5rem .75rem; font-size: .75rem;}
.proshub_lists2>li>ol .textbox .hub_key_list>li{border-bottom: 1px solid rgba(0, 0, 0, .05); margin-bottom: 0; padding: .75rem;}

.capabilities .container-fluid{ padding: 3rem 0; background: linear-gradient(to right,#fff,#f2f2f2,#fff);}
.capabilities .title1{font-size: 1.5rem; font-weight: 600;}
.capabilities p{font-size: .875rem;}
.capabilities_list{width: calc(100% + 20px); margin: 0 -10px;}
.capabilities_list>li{width: 25%; padding: 0 10px; margin-top: 20px;}
.capabilities_list>li>a,.capabilities_list>li>ol{position: relative;}
.capabilities_list>li>a .imgbox,.capabilities_list>li>ol .imgbox{background-color: var(--bg-F0);}
.capabilities_list>li>a .imgbox>img{mix-blend-mode: multiply;}
.capabilities_list>li>a .textbox,.capabilities_list>li>ol .textbox{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent 50%, rgba(0,0,0,.7)); flex-direction: column; justify-content: flex-end; padding: 1.25rem;}
.capabilities_list>li>a .textbox .title5,.capabilities_list>li>ol .textbox .title5{color: #fff; font-size: 1rem; margin-bottom: 0; line-height: 1.2;}

.card{border: none; border-radius: 0; background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;}
.card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size:1rem; color: #333; position:relative; line-height:24px}
.card-link::after{content:"\f107"; font-size:1.2rem; color:#333; position:absolute; right:1rem; top:1rem;transition:all 0.3s; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased;}
.card-body{padding:1rem; padding-top: 0; font-size: .95rem; color: #666;}
.card:hover{background-color: var(--bg-F0);}
.card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.faqs_main .card{margin-bottom: 1rem;}
.faqs_main .card:last-child{border-bottom: none;}
.faqs_main .card-link::after{content: none;}
@media (max-width: 991.98px){
.proshub_lists>li{width: calc(100% / 2);}
.proshub_lists2>li>ol .textbox>p{display: none;}
}@media (max-width: 767.98px){
.proshub_lists{width: calc(100% + 16px); margin: 0 -8px;}
.proshub_lists>li{padding: 0 8px; margin-bottom: 1rem;}
.capabilities_list>li{width: calc(100% / 2);}
.proshub_lists2>li>ol{padding: 1rem;}
}@media (max-width: 575.98px){
.proshub_lists>li{width: calc(100% / 1);}
.proshub_lists2>li>ol .textbox>ul{display: none;}
}@media (max-width: 450.98px){
.capabilities_list>li{width: calc(100% / 1);}
}@media (max-width: 374.98px){
.proshub_lists2>li>ol .imgbox{width: 100%;}
.proshub_lists2>li>ol .textbox{width: 100%; padding: 1rem 0 0 0;}
.proshub_lists2>li>ol .textbox .title6{align-items: center; text-align: center;}
.proshub_lists2>li>ol .textbox .more_big{display: none;}
}
/* Details */
.pros_left_title{background-color: var(--bg-main); margin: -1.25rem -1.25rem 1.25rem -1.25rem; border-radius: .5rem .5rem 0 0; padding: 1.25rem; text-align: center; color: #fff; font-size: .95rem; font-weight: bold; text-transform: uppercase;}

.key_list{width: calc(100% + 16px); margin: 0 -8px 2rem -8px;}
.key_list>li{flex: 1 1 calc(100% / 3); padding: 8px;}
.key_list>li>ol{align-items: center; background-color: #f8f9fa; padding: 15px; border-radius: .5rem; overflow: hidden;}
.key_list>li>ol .icon{width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 50%; background-color: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;}
.key_list>li>ol .icon>img{width: 1.25rem; height: 1.25rem; filter: drop-shadow(40px 0 var(--bg-main)); position: relative; transform: translateX(-40px);}
.key_list>li>ol>p{flex: 1; padding-left: .625rem; display: flex; flex-direction: column; font-size: .85rem;}
.key_list>li>ol>p>strong{color: var(--bg-main); font-weight: 600; font-size: 1rem;}
.key_list2>li{flex: 1 1 calc(100% / 2)}

.details_icons{width: 100%; margin: 0 0 1.5rem 0; border: 1px solid #eee; border-radius: .75rem; overflow: hidden;}
.details_icons>li{width: 25%; padding: 1.25rem .75rem; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.details_icons>li>ol{flex-direction: column;}
.details_icons>li>ol .imgbox{margin-bottom: .625rem;}
.details_icons>li>ol .imgbox>img{width: auto; height: 32px; filter: drop-shadow(0 40px #000); opacity: .8; position: relative; transform: translateY(-100%);}
.details_icons>li>ol>span{flex: 1; font-size: .8rem; line-height: 1.3; text-align: center; color: #444; font-weight: 500;}
@media (min-width: 992px){ 
.details_icons>li:nth-child(4){border-right: none;}
.details_icons>li:nth-child(5),.details_icons>li:nth-child(6),.details_icons>li:nth-child(7){border-bottom: none;}
.details_icons>li:nth-child(8){border: none;}
}


.etw_hometitle .etw_hometitle{border-bottom: 1px solid rgba(0, 0, 0, .125); padding-bottom: .5rem;}
.details_top .etw_hometitle>h2{display: flex; align-items: center;}
.details_top .etw_hometitle>h2>span{color: var(--bg-main); margin-right: .5rem;}
.details_top .etw_hometitle2>h2{align-items: flex-start; flex-direction: column;}
.details_top .etw_hometitle2>h2>span{color: #333; margin-right: 0;}
.details_top .etw_hometitle2>h2>span:last-child{font-size: 1rem; color: var(--bg-main);}
.details_top .etw_hometitle>small{display: block; font-size: 1rem; color: #999; margin-bottom: .5rem;}

.img_right{width: 35%; float: right; margin-left: 1.25rem;}

.details_item{width: 100%; display: flex; flex-direction: column; margin-bottom: 2rem;}
.details_item .title_style_left{font-weight: 600;}
.details_item .title4{font-size: 1.375rem;}
.tag_nav{justify-content: flex-start; margin-bottom: 1.5rem; border-bottom: none;}
.tag_nav::before{content: none;}
.tag_nav>span{margin-right: 6px; font-size: .875rem; padding: .75rem 1rem; border-bottom: none; cursor: pointer; text-transform: uppercase; background-color: var(--bg-F0); position: relative; flex: none;}
.tag_nav>span::before{content: ""; width: 0; height: 3px; background-color: var(--bg-main); position: absolute; left: 50%; top: 0; transform: translateX(-50%); transition: all .3s;}
.tag_nav>span:hover,.tag_nav>span.active{color: var(--bg-main); background-color: #fff;}
.tag_nav>span:hover::before,.tag_nav>span.active::before{width: 100%;}
.tag_content>div{display: none}
.tag_content>div:first-child{display: block}
.tag_content>div>.row>div{position: relative; padding-bottom: 3rem; margin-bottom: 3rem;}
.tag_content>div>.row>div::after{content: ""; width: 100%; height: 1px; background-image: linear-gradient(to right, transparent, var(--bg-main), transparent); position: absolute; left: 0; bottom: 0; opacity: .2;}
.tag_content>div>.row>div:last-child{margin-bottom: 0;}
.table-fixed td{border: 1px solid rgba(0, 0, 0, .05);}
.tag_content .inquiry_btn{margin-top: .5rem;}
a.spe_btn{margin-left: 2rem;}

.tag_content .items1{background:#fcfcfc;border-radius:8px;padding:20px !important;margin:20px 0 !important;border:1px solid #f0f0f0;}
.tag_content ul.items1 li{padding-left:20px !important;font-size:0.9rem !important;color:#444;margin-bottom:12px !important}
.tag_content ul.items1 li:last-child{margin-bottom: 0 !important;}
.tag_content ul.items1 li::before{content:"" !important;width:8px !important;height:2px !important;background-color:var(--bg-hover) !important;border-radius:2px !important;top:11px !important;left:0 !important}
.tag_content ul.items_nub li::before{font-weight: 400;}

.table_off{display: none;}
.table_fixed{display: flex !important; justify-content: center; width: 100%; height: 100vh; position: fixed; inset: 0; background-color: rgba(0,0,0,.5); align-items: center; padding: 1.25rem; z-index: 99;} 
.table_fixed .table_fixed_box{width: 100%; height: 100%; max-width: 1200px; padding: 1.25rem; background-color: #fff; overflow: auto; position: relative;}
.table_fixed .table_fixed_box .table-responsive{min-width: 800px; overflow-x: initial;}
.table_fixed .table_off{display: flex; width: 40px; height: 40px; position: absolute; right: 0; top: 0; background-color: #fff; cursor: pointer; align-items: center; justify-content: center; font-size: 1.25rem; z-index: 9;}

.left_pics{width: 100%; display: flex; flex-direction: column;}
.left_pic{width: 100%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.left_pic img{mix-blend-mode: multiply;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; justify-content: center;}
.related_pic ul>li{width: auto; flex: 1 1 20%; padding: 0 5px; align-items: center; justify-content: center;}
.related_pic ul>li img{border: 1px solid #ccc;}
.related_pic ul>li:has(a) a{border: 1px solid #ccc;}
.related_pic ul>li:has(a) img{border: none;}
.related_pic ul>li.imgdq img{border-color: var(--bg-hover);}
.related_pic ul>li.imgdq:has(a) a{border-color: var(--bg-hover);}
.related_pic ul>li.imgdq:has(a) img{border: none;}
.related_pic ul>li .video_btn::before{--w: 30px;}

.left_pics2{flex-direction: row; flex-direction: row-reverse;}
.left_pics2 .left_pic{flex: 1; padding:5px 0 5px 15px;}
.left_pics2 .related_pic{width: 80px; margin:0;}
.left_pics2 .related_pic ul{width: 100%; margin: 0; justify-content: flex-start; flex-direction: column;}
.left_pics2 .related_pic ul>li{width: 100%; padding: 5px;}

.tag_content .title4>div{display: flex; flex-direction: column; text-decoration: none; color: #333; font-size: clamp(.95rem, 4vw, 1.25rem); font-weight: 600; cursor: pointer;}
.tag_content .title4>div>span{color: var(--bg-main);}
.tag_content .title4>div:hover{color: var(--bg-main);}

.tag_content .inquiry_btn>a{display: flex; align-items: center; border-radius: .5rem; padding: 0; background-color: #fff; color: var(--bg-main); font-weight: 600;}
.tag_content .inquiry_btn>a::after{content: ""; margin-left: .5rem; width: 1rem; height: 1rem; background: url(../images/icons/arrow-right.svg) no-repeat center center; background-size: contain; filter: drop-shadow(-1rem 0 var(--bg-main)); position: relative; transform: translateX(100%); transition: all .3s;}
.tag_content .inquiry_btn>a:hover{color: var(--bg-hover);}
.tag_content .inquiry_btn>a:hover::after{margin-left: 1rem;}
.tag_content .inquiry_btn>a:last-child{margin: 0;}

.technological_list{width: calc(100% + 10px); margin: 0 -5px;}
.technological_list>li{width: calc(100% / 3); padding: 5px;}
.technological_list>li>ol{flex-direction: column; border: 1px solid rgba(0, 0, 0, .05); padding: 5px;}
.technological_list>li>ol .textbox{flex: 1; align-items: center; justify-content: center; background-color: #e3e3e2; color: #333; padding: .75rem .5rem; text-align: center; line-height: 1.1; font-weight: 500;}

.details_item_title{width: calc(100% + 6px); margin: 0 -3px 1.25rem -3px; position: relative;}
.details_item_title>li{width: fit-content; padding: 3px;}
.details_item_title>li>span{width: 100%; padding: .625rem .75rem;display: flex; align-items: center; justify-content: center; text-align: center; font-size: .8rem; color: #333; font-weight: 600; text-transform: uppercase; position: relative; cursor: pointer; background-color: var(--bg-F0);}
.details_item_title>li>span::before{content: ""; width: 0; height: 3px; background-color: var(--bg-main); position: absolute; left: 50%; top: 0; transform: translateX(-50%); transition: all .3s;}
.details_item_title>li:hover>span,.details_item_title>li.active>span{color: var(--bg-main); background-color: #fff;}
.details_item_title>li:hover>span::before,.details_item_title>li.active>span::before{width: 100%;}
.details_item_content{display: block;}
.details_item_content .details_item{display: none;}
.details_item_content .details_item:first-child{display: flex;}

.powerful_list{width: calc(100% + 10px); margin: 0 -5px;}
.powerful_list>li{width: calc(100% / 3); padding: 5px;}
.powerful_list>li>ol{flex-direction: column;}
.powerful_list>li>ol .imgbox{background-color: #F3F4F6; padding: .625rem; flex-direction: row;}
.powerful_list>li>ol .imgbox .icon{width: 45px;}
.powerful_list>li>ol .imgbox .text{flex: 1; padding-left: .5rem; display: flex; flex-direction: column; align-items: center;}
.powerful_list>li>ol .imgbox .text>strong{color: var(--bg-main); opacity: .7; font-size: 1.5rem;}
.powerful_list>li>ol .imgbox .text>span{text-align: center; color: #555; font-size: .85rem; line-height: 16px; min-height: 32px;}
.powerful_list>li>ol .textbox{flex: 1; align-items: center; justify-content: center; background-color: #e3e3e2; color: #333; padding: .75rem .5rem; text-align: center; line-height: 1.1; font-weight: 500;}

.protection_list{width: calc(100% + 10px); margin: 0 -5px;}
.protection_list>li{width:calc(100% / 4); padding: 5px;}
.protection_list>li>ol{background-color: #e0ebf4; border-radius: .5rem; padding: 1rem .5rem; flex-direction: column;}
.protection_list>li>ol .imgbox>img{height: 50px; filter: drop-shadow(0 50px #777); position: relative; transform: translateY(-100%);}
.protection_list>li>ol .textbox{flex: 1; padding-top: 1rem; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .87rem; line-height: 1.2;}

.related_pros_list>li{width: 25%;}
.related_pros_list>li>a{flex-direction: column; background-color: var(--bg-F9); border-radius: .5rem; overflow: hidden; padding: .625rem; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.related_pros_list>li>a .imgbox{mix-blend-mode: multiply;}
.related_pros_list>li>a .title6{flex: 1; margin: 0; display: flex; flex-direction: column; align-items: center; text-align: center; font-size: .875rem; font-weight: 600; color: #333; padding-top: .625rem;}
.related_pros_list>li>a .title6>span{font-size: .75rem; padding-top: .5rem; font-weight: 400;}
.related_pros_list>li>a:hover{background-color: #fff; box-shadow: 0 0 10px rgba(2,68,133,.5);}
.related_pros_list>li>a:hover .title6{color: var(--bg-main);}
.related_pros_list3>li{width: calc(100% / 3);}

.related_pros_list2>li{width: 50%;}
.related_pros_list2>li>a{background-color: var(--bg-F9); border-radius: .5rem; overflow: hidden; padding: .625rem; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.related_pros_list2>li>a .imgbox{width: 40%; mix-blend-mode: multiply;}
.related_pros_list2>li>a .textbox{padding-left: 1rem; flex-direction: column; justify-content: center;}
.related_pros_list2>li>a .textbox .title6{display: flex; font-size: 1rem; font-weight: 600; color: #333;}
.related_pros_list2>li>a .textbox>ul{width: 100%; margin: 0;}
.related_pros_list2>li>a .textbox>ul>li{width: 100%; padding: 0; font-size: .9rem; color: #999;}
.related_pros_list2>li>a:hover{background-color: #fff; box-shadow: 0 0 10px rgba(2,68,133,.5);}
.related_pros_list2>li>a:hover .title6,.related_pros_list2>li.active>a .title6{color: var(--bg-main);}

.shell_item .inquiry_title .inquiry{display: flex; flex-direction: column; color: #333; text-decoration: none; font-size: 1.375rem;}
.shell_item .inquiry_title .inquiry span{font-size: 1.125rem;}
.shell_item .inquiry_title .inquiry:hover{color: var(--bg-main);}
.shell_item .etw_photo ul>li .imgbox{background-color: var(--bg-F0); padding: .5rem;}
.shell_item .etw_photo ul>li .imgbox img{mix-blend-mode: multiply;}

@media (max-width: 1199.98px){


}@media (max-width: 991.98px){
.key_list>li{flex: 1 1 calc(100% / 2);}
.details_top .etw_hometitle>h2{flex-direction: column;}
.details_icons>li,.powerful_list>li,.technological_list>li,.protection_list>li,.related_pros_list>li{width: calc(100% / 2);}
.details_item_title>li,.details_item .etw_photo ul>li{width: calc(100% / 3);}
.details_icons>li{border-bottom: 1px solid rgba(0, 0, 0, .125) !important; border-right: 1px solid rgba(0, 0, 0, .125) !important;}
.details_icons>li:nth-child(even){border-right: none !important;}
.related_pros_list2>li>a{flex-direction: column;}
.related_pros_list2>li>a .imgbox{width: 100%; aspect-ratio: 1/1;}
.related_pros_list2>li>a .textbox{padding: 1rem 0 0 0;}
.related_pros_list2>li>a .textbox>ul{display: none;}
.related_pros_list2>li>a .textbox .title6{margin-bottom: 0; text-align: center; font-size: .9rem;}
.shell_item .etw_photo4 ul>li{width: 25%;}

}@media (max-width: 767.98px){
.shell_item .etw_photo3 ul>li,.shell_item .etw_photo4 ul>li{width: 50%;}

}@media (max-width: 575.98px){
.key_list>li{flex: 1 1 calc(100% / 1) !important;}
.related_pros_list3>li{width: 50% !important;}
.left_pics2{flex-direction: column;}
.left_pics2 .left_pic{padding:0;}
.left_pics2 .related_pic{width: 100%; margin:10px 0 0 0;}
.left_pics2 .related_pic ul{width: calc(100% + 10px); margin:0 -5px; justify-content: center; flex-direction: row;}
.left_pics2 .related_pic ul>li{width:calc(100% / 5); padding: 5px;}

}@media (max-width: 470.98px){
.key_list>li,.details_icons>li,.powerful_list>li,.related_pros_list>li{width: 100%;}
.details_icons>li{border-bottom: 1px solid rgba(0, 0, 0, .125) !important; border-right: none !important;}
.details_icons>li>ol{flex-direction: row;}
.details_icons>li>ol .imgbox{width: 40px;}
.details_icons>li>ol>span{flex-direction: column; display: flex; justify-content: center; padding: 0; text-align: left; padding-left: 1.25rem;}
.details_item_title>li{width: 50%;}
.title_style_left{flex-direction: column;}
.title_style_left .more_right{display: none;}
.tag_nav{flex-direction: row;}
.details_item .etw_photo ul>li{width: calc(100% / 2);}
.related_pros_list3>li{width: 100% !important;}
}@media (max-width: 375.98px){
  .protection_list>li,.technological_list>li{width: 100%;}
}@media (max-width: 374.98px){
.related_pros_list2>li{width: 100%;}
}
/* Products_End */

/* About Us */
.company_apps_list{width: calc(100% + 10px); margin: 0 -5px;}
.company_apps_list>li{width: calc(100% / 3); padding: 5px;}
.company_apps_list>li>a{position: relative; overflow: hidden; flex-direction: column;}
.company_apps_list>li>a .imgbox::before{padding-top: 85%;}
.company_apps_list>li>a .title6{width: 100%; margin-bottom: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; padding:.625rem 0;}
.company_apps_list>li>a .title6>span{color: #333; font-size: .9rem; font-weight: 500;}

.span_hover{width: 100%; position: absolute; left: 0; bottom: 0; color: #fff; background-image: linear-gradient(transparent,rgba(0,0,0,.6)); padding: 1rem; text-align: center;}
.certifications .etw_photo ul>li>a{flex-direction: column;}
.galary_certificates .etw_photo ul>li>a{border: 1px solid rgba(0, 0, 0, .05);}
.service ul{width: calc(100% + 20px); margin: 0 -10px;}
.service ul>li{width: calc(100% / 3); padding: 10px;}
.service ul>li>ol{background-color: var(--bg-F0); flex-direction: column; padding: 1rem; align-items: center;}
.service ul>li>ol .imgbox{width: 50px; opacity: .7;}
.service ul>li>ol .textbox{flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: .625rem;}
.service ul>li>ol .textbox>strong{font-size: 1rem; margin-bottom: .5rem;}
.service ul>li>ol .textbox>p{font-size: .875rem;}

.company_nav ul{width: 100%; margin: 0; justify-content: center;}
.company_nav ul>li{width: calc(100% / 7); padding: 10px; position: relative;}
.company_nav ul>li::after{content: ""; width: 1px; height: 70%; background-image: linear-gradient(transparent,#ccc,transparent); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.company_nav ul>li>a{flex-direction: column; align-items: center; text-align: center;}
.company_nav ul>li>a .imgbox{width: 60px; opacity: .7;}
.company_nav ul>li>a .imgbox>img{transition: initial;}
.company_nav ul>li>a>span{flex: 1; padding-top: .625rem; font-weight: 600; color: #777;}
.company_nav ul>li:last-child::after{content: none;}
.company_nav ul>li>a:hover .imgbox,.company_nav ul>li.active>a .imgbox{opacity: 1;}
.company_nav ul>li>a:hover .imgbox>img,.company_nav ul>li.active>a .imgbox>img{filter: drop-shadow(60px 0 var(--bg-hover)); position: relative; transform: translateX(-100%);}
.company_nav ul>li>a:hover>span,.company_nav ul>li.active>a>span{color: var(--bg-hover);}

.our_pros .title1{font-size: clamp(1.25rem, 5vw, 2.25rem);}
.our_pros_list{width: calc(100% + 20px); margin: 0 -10px;}
.our_pros_list>li{width: 20%; padding: 10px;}
.our_pros_list>li>a{padding:1rem; background-image: radial-gradient(#fff 55%, #dcdcdc); flex-direction: column; border-radius: 5px; overflow: hidden; box-shadow: 2px 20px 20px -10px rgba(0, 0, 0, .2);}
.our_pros_list>li>a .imgbox{filter: drop-shadow(5px 5px 5px rgba(0,0,0,.5));}
.our_pros_list>li>a .title6{flex: 1; margin-bottom: 0; padding-top: 1rem; justify-content: center; text-align: center; color: #333; font-size: .95rem; font-weight: 500;}
.our_pros_list>li>a:hover{background-color: #fff;}
.our_pros_list>li>a:hover .title6{color: var(--bg-hover);}

.carousel-slide{display: flex;}
.carousel-slide>a{width: 100%; display: flex; padding:1rem; flex-direction: column; border-radius: 5px; overflow: hidden; box-shadow: 0 0 2px rgba(0, 0, 0, .2);}
.carousel-slide>a .imgbox{filter: drop-shadow(5px 5px 5px rgba(0,0,0,.5));}
.carousel-slide>a .title6{flex: 1; margin-bottom: 0; padding-top: 1rem; justify-content: center; text-align: center; color: #333; font-size: .95rem; font-weight: 500;}
.carousel-slide>a:hover{background-color: #fff;}
.carousel-slide>a:hover .title6{color: var(--bg-hover);}

.innovation_list{width: 100%; margin: 0;}
.innovation_list>li{width: 100%; padding: 0;}
.innovation_list>li>ol{background-color: #fff;}
.innovation_list>li>ol .imgbox{width: 50%; mix-blend-mode: multiply;}
.innovation_list>li>ol .imgbox::before{padding-top: 56.25%;}
.innovation_list>li>ol .textbox{width: 50%; padding: 1rem 0 1rem 2rem; flex-direction: column; justify-content: center;}
.innovation_list>li:nth-child(even)>ol{flex-direction: row-reverse;}
.innovation_list>li:nth-child(even)>ol .textbox{padding: 1rem 2rem 1rem 0;}

.options_list{width: calc(100% + 20px); margin: 0 -10px;}
.options_list>li{width: 50%; padding: 10px;}
.options_list>li>ol{background-color: var(--bg-WhiteSmoke); padding: 1.5rem; flex-direction: column;}

.photo_customers .etw_photo ul{width: 100%; margin: 0; padding: 1px 0 0 1px;}
.photo_customers .etw_photo ul>li{padding: 0; border: 1px solid rgba(0, 0, 0, .1); background-color: #fff; margin: -1px 0 0 -1px; flex-direction: column; align-items: center; justify-content: center;}
.photo_customers .etw_photo ul>li span{font-size: .8rem; padding: .5rem; flex: 1;}

.applications_list{width: calc(100% + 20px); margin: 0 -10px;}
.applications_list>li{width: 25%; padding: 10px;}
.applications_list>li>ol,.applications_list>li>a{flex-direction: column;}
.applications_list>li>ol .imgbox>img,.applications_list>li>a .imgbox>img{width: 100%; filter: brightness(50%);}
.applications_list>li>ol .imgbox .icon,.applications_list>li>a .imgbox .icon{width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; transition: all .3s; opacity: 1;}
.applications_list>li>ol .imgbox .icon>img,.applications_list>li>a .imgbox .icon>img{width: 60px;}
.applications_list>li>ol .title6,.applications_list>li>a .title6{flex: 1; margin: 0; font-weight: 600; padding: 1rem .5rem; display: flex; align-items: center; justify-content: center; text-align: center; background-color: var(--bg-F9); font-size: .9rem;}
.applications_list>li>a:hover .imgbox>img{filter: brightness(100%);}
.applications_list>li>a:hover .imgbox .icon{opacity: 0;}
.applications_list>li>a:hover .title6{color: var(--bg-main);}

.manufacturing .etw_photo ul>li{padding: 10px; margin-bottom: 1rem; display: flex; flex-direction: row;}
.manufacturing .etw_photo ul>li>ol{flex-direction: column; box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .3);}
.manufacturing .etw_photo ul>li>ol .imgbox>.video_btn::before{--w:50px}
.manufacturing .etw_photo ul>li>ol .textbox{flex: 1; padding: .625rem; display: flex; align-items: center; justify-content: center; text-align: center; background-color: var(--bg-main); color: #fff;}

.exhibitions .row>div{display: flex; flex-direction: column;}
.exhibitions .row>div .title6{flex: 1;}
.exhibitions .etw_photo ul>li:hover img{transform: scale(1.02); box-shadow: 0 0 10px rgba(0, 0, 0, .2);  cursor: pointer;}

@media (max-width: 1199.98px){
.carousel-container{width: 90% !important;}
.certifications .etw_photo ul>li{width: calc(100% / 4);}
}@media (max-width: 991.98px){
.applications_list>li{width: calc(100% / 3);}
.certifications .etw_photo ul>li{width: calc(100% / 3);}
.innovation_list>li>ol .imgbox{width: 100%;}
.innovation_list>li>ol .textbox{width: 100%; padding: 1.5rem;}
.manufacturing .etw_photo ul>li{width: calc(100% / 2);}

}@media (max-width: 575.98px){
.applications_list>li,.certifications .etw_photo ul>li{width: calc(100% / 2);}
}@media (max-width: 470.98px){
.options_list>li,.manufacturing .etw_photo ul>li{width: 100%;}
}@media (max-width: 374.98px){
.applications_list>li,.certifications .etw_photo ul>li{width: calc(100% / 1);}
}
/* About Us-End */
/* Case Studies */
.case_studies_list{width: 100%; margin: 0;}
.case_studies_list>li{width: 100%; padding: 0; margin-bottom: 2rem;}
.case_studies_list>li:last-child{margin-bottom: 0;}
.case_studies_list>li>ol{background-color: var(--bg-F9); padding: 2rem; box-shadow: 0 0 10px rgba(0, 0, 0, .1), 2px 30px 30px -20px rgba(0, 0, 0, .2);}
.case_studies_list>li>ol a.imgbox{width: 40%;}
.case_studies_list>li>ol .textbox{width: 60%; flex-direction: column; justify-content: center; padding-left: 2rem;}
.case_studies_list>li>ol .textbox>p{max-height:96px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.case_studies_list>li>ol .textbox>ul{width: calc(100% + 10px); margin: 0 -5px .75rem -5px;}
.case_studies_list>li>ol .textbox>ul>li{width: 50%; padding: 5px; padding-left: .75rem; font-size: .875rem; line-height: 24px; position: relative;}
.case_studies_list>li>ol .textbox>ul>li::before{content: ""; width: 4px; height: 4px; background-color: rgba(0, 0, 0, .4); position: absolute; left: 0; top: 15px;}

.case_details_title>div{line-height: 1.2;}
.related_pros_list3>li{width: calc(100% / 3);}
.other_photo ul>li>ol{flex-direction: column;}
.other_photo ul>li>ol span{font-size: .9rem;}
@media (max-width: 991.98px){
.case_studies_list>li>ol{padding: 1rem;}
}@media (max-width: 767.98px){
}@media (max-width: 575.98px){
.case_studies_list>li>ol .textbox>a.title5{font-size: 1.125rem;}
}@media (max-width: 470.98px){
.case_studies_list>li>ol {flex-direction: column; padding: 0;}
.case_studies_list>li>ol a.imgbox{width: 100%;}
.case_studies_list>li>ol .textbox{width: 100%; padding: 1rem;}
}@media (max-width: 375.98px){}
/* Case Studies-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; flex-wrap: nowrap; font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li.h6{font-size:1.3rem; 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: .5rem; flex-wrap: nowrap;}
.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; box-shadow: 5px 5px 0 #eee, -5px -5px 0 #eee;}
.contact .feedback .webtitle{font-size:1.625rem; color:#000; text-align: center; font-weight: 600; }
.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-hover) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 0 10px;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: var(--bg-main) !important; height: 40px; font-size: 1rem; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--bg-hover) !important;}

.theme-popover{max-width: 1000px;}
#feedback2015 .etw-inquery-btn{background: var(--bg-main) !important; height: 40px; font-size: 1rem; color: #fff !important; transition: all .4s;}
#feedback2015 .etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle{align-items: center;}
.videos .etw_hometitle>div[itemprop]{font-size: 1.625rem; font-weight: bold; text-transform: uppercase; line-height: 1; margin: 0 0 1.875rem 0; color: #333;}

.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub:last-child{margin-bottom: 0;}
.videos_hub_title{font-size:1.25rem; font-weight: 600; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1rem 0;}
.videos_hub ul{width: calc(100% + 32px); margin: 0 -16px;}
.videos_hub ul li{width: 25%; padding: 16px;}
.videos_hub ul li>a,.videos_hub ul li>ol{width: 100%; display: flex; flex-direction: column; background-color: #fff; box-shadow: 2px 20px 20px -10px rgba(0, 0, 0, .2); border-radius: 10px; overflow: hidden;}
.videos_hub ul li>a .imgbox,.videos_hub ul li>ol .imgbox{width: 100%;}
.videos_hub ul li>a .imgbox>.video_btn::before,.videos_hub ul li>ol .imgbox>.video_btn::before{--w: 60px;}
.videos_hub ul li>a .textbox,.videos_hub ul li>ol .textbox{flex: 1; font-size: .9rem; color: #333; font-weight: 500; padding: 1rem; justify-content: center; align-items: center; text-align: center;}
.videos_hub ul li>a:hover,.videos_hub ul li>ol:hover{box-shadow: 0 0 20px rgba(0,0,0,.2);}
.videos_hub ul li>a:hover .textbox,.videos_hub ul li>ol:hover .textbox{color: var(--bg-main);}
.videos_company ul li:nth-child(1){width: 100%; margin-bottom: .625rem;}
.videos_company ul li:nth-child(1)>a{flex-direction: row; overflow: hidden;}
.videos_company ul li:nth-child(1)>a .imgbox{width: 50%;}
.videos_company ul li:nth-child(1)>a .imgbox>.video_btn::before{--w: 70px;}
.videos_company ul li:nth-child(1)>a .textbox{width: 100%; padding: 2rem; flex-direction: column; justify-content: center; align-items: flex-start;}
.videos_company ul li:nth-child(1)>a .textbox>.h6{font-size: 1rem; transition: all .4s; font-weight: bold; color: #333;}
.videos_company ul li:nth-child(1)>a .textbox>p{font-size: .875rem; font-weight: 400; color: #666; text-align: left;}
.videos_company ul li:nth-child(1)>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:66.5%;}
#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: #fff; background-image: linear-gradient(135deg,#006ab3,#047); text-transform:uppercase; display: flex; flex-direction: column; margin: -1rem -1rem 1rem -1rem; border-radius: 10px 10px 0 0; padding: 1rem; text-align: center; font-size: 1.375rem;}
#etw_videolist .webtitle{display: flex; background-color: var(--bg-WhiteSmoke); padding: .5rem 1rem; font-size: 1rem; font-weight: 600;}
#etw_videolist ul{width: 100%; margin: 0; padding: 1rem; display:flex; flex-wrap: wrap; justify-content: space-between;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li:last-child{margin-bottom: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.95rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\f105"; font-size: 1rem; position: absolute; left: 0; top: 0; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--bg-hover);}
#etw_videolist .video_more{ padding: 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);}
.videos_hub ul li{width: calc(100% / 3);}
}@media (max-width:767.98px){
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
.videos_hub ul li{width: calc(100% / 2);}
.videos_company ul li:nth-child(1)>a .textbox>p{height:96px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
}@media (max-width:575.98px){
	#video_right h2{font-size:1.25rem;}
}@media (max-width: 470.98px){
.videos_hub ul li{width: calc(100% / 1);}
.videos_company ul li:nth-child(1)>a{flex-direction: column;}
.videos_company ul li:nth-child(1)>a .imgbox{width: 100%;}
.videos_company ul li:nth-child(1)>a .textbox{padding: 1rem;}
}
/* videos-End */
.theme-send-inquiry{display: none;}
/* 悬浮框 */
#ETWfloatbox{width:auto;height:auto;position:fixed;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0px;z-index:9997;color:#fff}
.ETWfloatbox_list{width:46px;height:auto;background-color:rgba(19,67,142,.8);border-radius:8px 0 0 8px;box-shadow:0 0 6px 0 rgba(0,0,0,0.4);border:1px solid #999;border-right:none;display:flow-root;padding:5px 0}
#ETWfloatbox>ul{width: 100%; margin: 0;}
#ETWfloatbox>ul>li{width:100%;padding: 0; display:block;clear:both;z-index:99998;position:relative}
#ETWfloatbox>ul>li>a{width:46px;height:40px;overflow:hidden;float:left;color:#fff;padding:0.3rem 0.8rem;font-size:0.8rem;transition:all 0.1s ease}
#ETWfloatbox>ul>li>a>.boxshow{display:block;float:left}
#ETWfloatbox>ul>li>a i{font-size:1.5rem;float:left}
#ETWfloatbox>ul>li>a>.boxtext{display:none;position:absolute;right:44px;top:0;width:auto;white-space:nowrap;line-height:40px;padding:0 15px;text-align:left;background-color:#002b70;color:#fff;border-radius:4px 0 0 4px}
