@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;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}

:root {
	--bg-hover: #E77A24;
	--family-first:Arial, Helvetica, sans-serif;
	--family-second:Arial, Helvetica, sans-serif;

	--bg-f0: #f0f0f0;
	--bg-f1: #f1f1f1;
	--bg-f2: #f2f2f2;
	--bg-f3: #f3f3f3;
	--bg-f4: #f4f4f4;
	--bg-f5: #f5f5f5;
	--bg-f6: #f6f6f6;
	--bg-f7: #f7f7f7;
	--bg-f8: #f8f8f8;
	--bg-f9: #f9f9f9;
}
.bg-f0{background-color: var(--bg-f0) !important;}
.bg-f1{background-color: var(--bg-f1) !important;}
.bg-f2{background-color: var(--bg-f2) !important;}
.bg-f3{background-color: var(--bg-f3) !important;}
.bg-f4{background-color: var(--bg-f4) !important;}
.bg-f5{background-color: var(--bg-f5) !important;}
.bg-f6{background-color: var(--bg-f6) !important;}
.bg-f7{background-color: var(--bg-f7) !important;}
.bg-f8{background-color: var(--bg-f8) !important;}
.bg-f9{background-color: var(--bg-f9) !important;}


* {box-sizing: border-box;padding: 0;margin: 0;}
i{ font-style:inherit;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:Arial, Helvetica, sans-serif; font-weight: 400; font-size:1rem; line-height:1.6rem; background-color:#fff; overflow-x:hidden; text-align:right; direction:rtl;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #000; font-family: var(--family-second); margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.875rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem; 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,dl:last-child,figure:last-child{margin-bottom: 0;}
strong {font-weight: 600;}
b {font-weight: 500;}
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);}

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 a:hover,.figure a:hover{cursor: zoom-in;}

.img-bg img{mix-blend-mode: multiply;}
.imgbox{width:100%;display:flex;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%;}
.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;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-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;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.textbox{width: 100%; display: flex; flex-wrap: wrap; flex: 1;}
.card{background: none;}
.card,.card-header,.card-header:first-child{border-radius: 0; padding: 0; border: none; background: none;}
.card-header{border: none; display: flex;}
.card-link{padding: .75rem 1.25rem; width: 100%; position: relative;}
.swiper .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{cursor: no-drop; opacity: .5;}
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1030px; margin: 0 auto;}
.container2{max-width:900px; margin: 0 auto;}
@media (max-width:1199.98px){.container{max-width:calc(100% - 50px)}
}
@media (max-width:999.98px){.container1{max-width:calc(100% - 30px)}
}
@media (max-width:991.98px){.container{max-width:calc(100% - 30px)}
}
@media (max-width:899.98px){.container2{max-width:calc(100% - 30px)}
}
@media (max-width:767.98px){.container,.container1{max-width:calc(100% - 20px)}
h2,.h2 {font-size: 1.8rem;}
h3,.h3 {font-size: 1.6rem;}
h4,.h4 {font-size: 1.4rem;}
h5,.h5 {font-size: 1.2rem;}
}
@media (max-width:575.98px){.container,.container1{max-width:calc(100% - 20px)}
}
@media (max-width:375.98px){.container,.container1{max-width:calc(100% - 10px)}
}
/* public */
ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .3s ease-in-out;}

.etw-phone{width: 100%; display: flex; flex-wrap: wrap;}
.etw-phone>figure{width: 100%; display: flex; flex-wrap: wrap;}
.etw-phone>figure>.row{width: 100%; margin: 0;}
.etw-phone>figure>.row>div{padding: 0; display: flex; flex-wrap: wrap;}
.etw-phone ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw-phone ul>li{width:100%; padding: 5px;}
.etw-phone ul>li>a{width: 100%; display: flex; flex-wrap: wrap; overflow: hidden; position: relative;}
.etw-phone ul>li>a>img{mix-blend-mode: multiply;}
.etw-phone ul>li>a>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: .5rem; color: #555; font-size:1rem; transition: all .3s;}
.etw-phone ul>li>a:hover>span{color: var(--bg-hover);}
.etw-phone ul>li img{mix-blend-mode: multiply;}


.etw-phone ul:has(li:nth-child(2):last-child)>li{width: 50%;}
.etw-phone ul:has(li:nth-child(3):last-child)>li,.etw-phone ul:has(li:nth-child(6):last-child)>li{width: calc(100% / 3);}
.etw-phone ul:has(li:nth-child(4):last-child)>li,.etw-phone ul:has(li:nth-child(8):last-child)>li{width: 25%;}
.etw-phone ul:has(li:nth-child(5):last-child)>li{width: 20%;}

@media (max-width:575.98px){
	.etw-phone ul:has(li:nth-child(3):last-child)>li,.etw-phone ul:has(li:nth-child(6):last-child)>li{width: calc(100% / 2);}
}
.items{display: flex; flex-wrap: wrap; width: 100%; margin: 0 0 .625rem 0;}
.items:last-child{margin-bottom: 0;}
.items>li,.items>dd{width: 100%; display: flex; flex-wrap: wrap; position:relative; margin-bottom: .625rem; overflow: hidden; padding: 0; line-height: 1.5rem;}
.items>li:last-child,.items>dd:last-child{margin-bottom: 0;}
.items>li::before,.items>dd::before{display:inline-block; font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.items-check>li,.items-check>dd{padding-right: 1.5rem;}
.items-check>li::before,.items-check>dd::before{content: ''; width: 1rem; height: 1rem; background: url(../images/check.webp) no-repeat center center; background-size: 100% 100%;  position: absolute; right: 0; top: 4px; opacity: .2;}
.items-circle>li,.items-circle>dd{padding-right: 1.25rem;}
.items-circle>li::before,.items-circle>dd::before{content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: var(--bg-hover); position: absolute; right: 0; top: 9px;}

/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{margin-bottom: 0;}
.table td,.table th{vertical-align: middle; color: #555; font-size:0.9rem; line-height: 1.3rem; padding: .625rem;}
.table-responsive>.table-bordered{border: none;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.table-striped tbody tr:nth-of-type(odd){background: #f8f8f8;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top td{background-color: #f0f0f0 !important; color: #000; font-weight: 400; text-align: center; padding: .35rem; border-bottom: 1px solid #fff; border-left: 1px solid #fff; font-size: 1rem;}
.table a,.table a:not([href]):not([class]){color: #000; font-weight: 500; cursor: pointer;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-hover); text-decoration: none;}
.table .top td a{color: #000;}
.table .top td a:hover{color: var(--bg-hover);}
.table tr:hover a{color: var(--bg-hover); text-decoration: underline !important;}
.table-responsiv-hover table:hover a{color: var(--bg-hover); text-decoration: underline !important;}

.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.border-top{border-color: #f5f5f5 !important;}

.nowrap{white-space: nowrap;}
@media (max-width:1199.98px){
	.nowrap-lg td,.nowrap-lg th{white-space: nowrap;}
}
@media (max-width:991.98px){
	.nowrap-md td,.nowrap-md th{white-space: nowrap;}
}
@media (max-width:767.98px){
	.nowrap-sm td,.nowrap-sm th{white-space: nowrap;}
}


/* 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;}
.video-btn::before{content: "\F4F4"; color: var(--bg-hover); font-size: 2.5rem; padding-left: 5px; 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; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background-color: rgba(255, 255, 255, .8); display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video-smallbtn::before{--w:50px; font-size: 1.875rem;}
.video-bigbtn{width: 100%; height: 100%;}
.video-btn:hover::before{ background-color: rgba(255, 255, 255, 1)}


/* More */
.more{display: flex;}
.more>a{width:fit-content;  display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size:1rem; font-weight: 400; line-height:1.2rem;}
.more>a:hover{color: var(--bg-hover);}

/* Inquiry-Btn */
.inquirybtn{display: flex;}
.inquirybtn>a{display: flex; padding: .5rem 1.5rem; color: #fff; border: 1px solid #ccc; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); color: #000;font-size:1rem;font-weight: 500; transition: all 0.3s ease;}
.inquirybtn>a:hover {animation-duration: 2s; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.3);color: var(--bg-hover);}
.inquirybtn>a:active {transform: translateY(0); box-shadow: 0 3px 8px rgba(0,0,0,0.2);}

/* public-End */
/* etw_language */
.etw_language{min-height: 40px; float:left; display:block; width:59%}
.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;  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:#000; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size:1rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-left: 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-left: 2.5rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; right: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:1rem; 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: 100px;}
.header{width: 100%; position:fixed; right:0; top:0; z-index:12; background-color: rgba(250,250,250,.9); transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{
	from{opacity:0;transform:translate3d(0,-100%,0)}
	to{opacity:1;transform:none} 
}

#etw_logo{float: right; padding: 20px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:60px;}

nav{display: block; padding-top: 10px; float:left}
nav .navbar{padding:0; justify-content:flex-end}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial; position: relative;}
.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-right: 3.75rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#333; min-height:50px; display:flex;align-items:center;justify-content:center; font-size:1rem; font-weight: 500;  position: relative; z-index: 0; padding: 0; overflow: hidden;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-right:0.5rem;content: "\F282"; 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; border: none;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-hover);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-hover);}
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}
/* 导航下拉 */
.dropdown-menu{right:0; top:150%; border:none; margin:0; padding:0; border-radius:0; background-color: rgba(255,255,255,.9); backdrop-filter: blur(6px); 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); text-align: right;}
.dropdown-menu ul{width: 100%; margin: 0; padding: .5rem 0;}
.dropdown-menu ul>li{width: 100%; padding: 0;}
.dropdown-menu ul>li .dropdown-item{color:#000; font-weight: 500; font-size:1rem; position:relative;display:flex;transition:all 0.5s; padding: .5rem 1rem; align-items: center;}
.dropdown-menu ul>li:last-child .dropdown-item{border-bottom: none;}
.dropdown-menu ul>li .dropdown-item:hover,
.dropdown-menu ul>li .dropdown-item.active{background: none; color: var(--bg-hover);}
/* 产品下拉 */
.dropdown-menu1{padding: .5rem 1rem; min-width: 280px;}
.dropdown-menu1 ul>li>.dropdown-item{padding: .75rem 0; font-size: 1rem; border-bottom: 1px solid #e0e0e0;}
.nav-child{width: 100%; margin: 0; flex-direction: column; border-bottom: 1px solid #e0e0e0;}
.nav-child>li{padding: .3125rem 0;}
.nav-child>li>a{display: flex; align-items: center; font-size:1rem; padding: .3125rem 0; position: relative;}
.nav-child>li>a::before{content: "\F284"; 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; font-size: .75rem; margin-right: .3125rem; left: 0;}
.nav-child>li>a:hover,
.nav-child>li>a.active{color: var(--bg-hover);}

@media (max-width:1299.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-right: 4rem;}
}
@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-right: 3rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-right: 2.5rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size:1rem;}
}
@media (max-width:991.98px){
	#header {padding-top: 0;}
	.header{position: relative;}
	.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:left;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
	nav{width: 100%;}
	nav .navbar{width: 100%; position:relative;left:initial; right:0;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-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{display: none;}
	.nav-item span.pro_icon{position:absolute;top:0;left:0;color:#000;padding:0;font-size:34px; line-height: 1; width:30px;height:100%;display:flex; justify-content:center;text-align:center;font-weight:200;z-index:2}
	.navbar-expand-lg .navbar-nav .nav-item:hover span.pro_icon,
	.navbar-expand-lg .navbar-nav .nav-item.active 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-hover);}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1rem; color: #000; background-color: #fff; border: none; border-radius: 0;}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: var(--bg-hover); color: #fff;}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;right:initial; left:0;top:initial}
	nav .navbar-nav .nav-item .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:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-left: 1rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-left: .5rem;}
}

/* Banner */
.etw-banner{padding: 0; position: relative; height: 600px;}
.etw-banner .swiper{width: 100%; height: 100%;}
.etw-banner .swiper .swiper-slide{height: 100%; display: flex;}
.etw-banner .swiper .swiper-slide::before{content: ''; width: 50%; height: 100%; position: absolute; left: 0; top: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .67), transparent); z-index: 2;}
.etw-banner .swiper .swiper-slide:after{content:""; position:absolute; z-index:2; bottom:0; right:0; width:100%; height:50%;background:linear-gradient(0deg,rgba(0,0,0,.67),transparent); 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: 2;}
.etw-banner .swiper-pagination-bullet{width: 10px; height: 10px; background-color: var(--bg-hover); opacity: .5; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw-banner .swiper-pagination-bullet:hover{width: 20px; opacity: 1;}
.etw-banner .swiper-pagination-bullet-active{width: 30px; opacity: 1;}
.etw-banner .prev-button,.etw-banner .next-button{width: 50px; height: 50px; border-radius: 50%; border: 2px solid #fff; position: absolute; left: 30px; bottom: 100px; z-index: 5; cursor: pointer; font-size: 1.25rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out;}
.etw-banner .next-button{right: auto; left: 30px; bottom: 160px;}
.etw-banner .prev-button:hover,
.etw-banner .next-button:hover{background-color: var(--bg-hover); border-color: var(--bg-hover);}
.banner-hover{width: 100%; position: absolute; right: 0;  top: 50%; transform: translateY(-50%); z-index: 3;}
.banner-hover .container{max-width: 1600px;}
.banner-hover .banner-text{max-width: 600px; float:left;}
.banner-hover .banner-text p{color: #fff; font-size: 1.125rem; margin-bottom: 1.25rem;}
.banner-hover .banner-text .h2{color: #fff; line-height: 1.5;  font-weight: 800;  margin-bottom: 1.875rem; font-size: 2rem; text-shadow: 2px 2px 2px #000;}
.banner-hover .banner-text .more>a{padding: 1rem 2rem; background-color: var(--bg-hover); color: #fff;  font-size: 1rem;}
.banner-hover .banner-text .more>a:hover{background-color: #cf6717; padding: 1rem 2.5rem;}
.homevideo{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 3; padding: 2.5rem 1.25rem;}
.homevideo .container{max-width: 1600px;}
.bannercompany-video{width: fit-content; cursor: pointer; display: flex;}
.bannercompany-video>.icon{width: 3.75rem; height: 3.75rem; border-radius: 50%; background: url(../images/banner-video_img.webp) no-repeat center center; background-size: cover; position: relative;}
.bannercompany-video>.icon::before{content: ''; position: absolute; inset: 0; background: url(../images/video-play-button.webp) no-repeat center center;}
.bannercompany-video>.textbox{padding-left: 1.25rem; color: #fff; flex-direction: column; justify-content: center;}
.bannercompany-video>.textbox>span{font-size: .6875rem; }
.bannercompany-video>.textbox>p{color: #fff; font-size: 1.0625rem; margin-bottom: 0;}

@media (max-width:767.98px){.etw-banner{height: 300px;}
.banner-hover .banner-text .h2{font-size: 1.6rem;}
.banner-hover .banner-text p{font-size: 1.1rem;}
}
@media (max-width:575.98px){.etw-banner{height: 240px;}
	.banner-hover .banner-text .h2,.banner-hover .banner-text p{display: none;}
}
/* Banner-end */
/* index */
section,.section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{color: #000; font-size: 2rem; font-weight: 700; line-height: 1.2; font-family: var(--family-second); margin-bottom: 1rem; text-align: center;}

.homepros{background-image: linear-gradient(#f9f9f9,#f8f9fa,#f9f9f9);}
.homepros .home-title{display: flex; flex-direction: column; align-items: center; font-weight: 200; color: #81a8a5; margin-bottom: 1rem;}
.homepros .home-title>span{color: #000; font-weight: 700;}
.homepros p{font-size: 1rem; font-weight: 300; max-width: 75%; margin: 0 auto; text-align: center;}
.homepros p>span{color: #81a8a5; font-weight: 500;}
.homepros-list{width: calc(100% + 30px); margin: 0 -15px;}
.homepros-list li{width: 25%; padding: 0 15px; margin-top: 30px;}
.homepros-list li>ol{padding: 20px; border-radius: 30px; overflow: hidden; border-top: 1px solid #81a8a5; border-bottom: 1px solid #81a8a5;}
.homepros-list li>ol a.imgbox{overflow: visible;}
.homepros-list li>ol a.h6{flex: 1;margin-bottom: 0; display: flex; justify-content: center; text-align: center; font-size: 1rem; font-weight: 500; color: #000; font-family: var(--family-first); padding-top: 1rem;}
.homepros-list li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.homepros-list li>ol:hover a.imgbox>img{transform: scale(1.05);}
.homepros-list li>ol:hover a.h6{color: var(--bg-hover);}

.homeapps{background-color: #f4f4f4; border-bottom: 1px solid #81a8a5;}
.homeapps .home-title{color: #000;}
.homeapps p{font-size:1rem; text-align: center;}
.homeapps ul{justify-content: center; margin-top: 1rem;}
.homeapps ul>li{width: calc(100% / 9); padding: 0 10px;}
.homeapps ul>li>ol{flex-direction: column;}
.homeapps ul>li>ol .icon{width: 100%; overflow: hidden; position: relative;}
.homeapps ul>li>ol .icon::before{content: ''; display: block; padding-top: 100%;}
.homeapps ul>li>ol .icon>span{width: 100%; max-width: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; overflow: hidden;}
.homeapps ul>li>ol .icon>span>img{position: relative; filter: drop-shadow(0 50px var(--bg-hover)); transform: translateY(-100%); transition: initial;}
.homeapps ul>li>ol .text{width: 100%;flex: 1; display: flex; justify-content: center; text-align: center; font-size:1rem; padding-top: .625rem; color: #555; font-weight: 600;}

.homecases .home-title{width: fit-content; text-align: right; background-color: #dcfafa; padding: .5rem 1.5rem; margin-bottom: 1.875rem;}
.homecases .container{position: relative; z-index: 2;}
.homecases-content{margin: 0 -50px; padding: 0 50px; background-color: #fff; display: flex; flex-wrap: wrap; }
.homecases .swiper{width: 100%;}
.homecases .swiper .swiper-slide{height: auto; display: flex;}
.homecases .swiper .swiper-slide>a{width: 100%; display: flex; flex-direction: column; position: relative; overflow: hidden;}
.homecases .swiper .swiper-slide>a .imgbox::before{content: ''; display: block; padding-top: 50%;}
.homecases .swiper .swiper-slide>a .imgbox::after{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .4; transition: all .3s;}
.homecases .swiper .swiper-slide>a:hover .imgbox::after{opacity: 0;}
.homecases .swiper .swiper-slide>a .imgbox>span{position: absolute; right: 0; top: 0; z-index: 2; background-color: #F9F4F4;; padding: .5rem; color: #80a7a5;; font-size:1rem;}
.homecases .swiper .swiper-slide>a .h6{width: 100%; margin-bottom: .5rem; padding-top: 1rem; color: #000; font-size: 1rem; transition: all .3s ease-in-out;}
.homecases .swiper .swiper-slide>a p{flex: 1; font-size: 1rem; color: #555;}
.homecases .swiper .swiper-slide>a:hover .imgbox>img{transform: scale(1.05);}
.homecases .swiper .swiper-slide>a .h6:hover{color: var(--bg-hover);}
.homecases .prev-button,.homecases .next-button{width: 30px; height: 30px;  display: flex; align-items: center; justify-content: center; color: var(--bg-hover); font-size: 1.5rem; position: absolute; left: -50px; right:inherit; top: 50%; transform: translateY(-50%); transition: all .3s;}
.homecases .next-button{left:inherit; right: -50px;}
.homecases .prev-button:hover,.homecases .next-button:hover{background-color: var(--bg-hover); border-color: var(--bg-hover); color: #fff;}

.homeabout{padding: 0; display: flex; flex-wrap: wrap;}
.homeabout .left{width: 50%; padding: 3.75rem; padding-right: 0; background: url(../images/ab-leftbj.webp) no-repeat center center; background-size: cover; display: flex; justify-content: flex-end; position: relative;}
.homeabout .left .textbox{max-width: 560px; flex-direction: column; overflow: visible;}
.homeabout .left .textbox .home-title{text-align: right; position: relative;}
.homeabout .left .textbox p{position: relative;  font-size:1rem;}
.homeabout .left .textbox .more>a{padding: .5rem 0; color: #81a8a5; border-radius: 30px;}
.homeabout .left .textbox .more>a:hover{background-color: var(--bg-hover); color: #fff; padding: .5rem 1rem;}
.homeabout .left .textbox ul{width: 166.5%; margin: 30px 0 0 -66.5%; position: relative; z-index: 3; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.homeabout .left .textbox ul>li{width: calc(100% / 3); border-left: 1px solid #ccc; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size:1rem; text-align: center;}
.homeabout .left .textbox ul>li .icon{width: 100%; overflow: hidden;}
.homeabout .left .textbox ul>li .icon>img{width: 50px; position: relative; transform: translateY(-100%); filter: drop-shadow(0 50px var(--bg-hover));}
.homeabout .left .textbox ul>li .text{flex: 1; padding-top: 1rem; display: flex;}
.homeabout .left .textbox ul>li:last-child{border-right: none;}
.homeabout .right{width: 50%; position: relative;}
.homeabout .right::before{content: ''; display: block; padding-top: 50%;}

@media (max-width:1299.98px){
	.homeabout .left{padding-right: 0.5rem;}
}
@media (max-width:1199.98px){
	section{padding:3.125rem 0;}
	.homeabout .left{padding: 3rem 2rem 3rem 3rem;}
}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.homeapps ul>li{width: 12.5%;}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.home-title{font-size: 1.6rem;}
	.homepros p{max-width: 100%;font-size:1rem;}
	.homepros-list li{margin-top: 1rem;width: calc(100% / 3);}
	.homepros-list li>ol a.h6{font-size:1rem;}
	.homeapps ul>li{width: 25%;margin-bottom: 0.5rem;}
	.homeapps ul>li>ol .icon::before{padding-top: 50%;}
	.homeapps ul>li>ol .text{font-size:1rem;line-height: 1.2;}
	.homecases .home-title{margin-bottom: 1.5rem;}
	.homecases .swiper .swiper-slide>a p{line-height: 1.2;}
	.homeabout .left{padding: 2rem;width: 100%;}
	.homeabout .left .textbox ul{width: 100%;margin: 1rem 0 0;}
	.homeabout .right{width: 100%;}
}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
	.homepros-list li{width: 50%;}
	.homeabout .left .textbox ul>li{width: 100%;border-right: 0;border-bottom: 1px solid #ccc;}
	.homeabout .left .textbox ul>li:last-child{border-bottom: 0;}
	.homeabout .left .textbox ul>li .text{line-height: 1.2;}
}
@media (max-width:479.98px){
	section{padding:1rem 0;}
	.homeapps ul>li{width: 50%;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}
	.homepros-list li>ol{padding: .625rem; border-radius: 1rem;}

}
/* index-end */
.footer {padding: 3.125rem 0; position: relative; overflow: hidden; background: #e1e1e1;}
.footer .container{position: relative; z-index: 2; max-width: 1100px;}
.footer .h3{font-family: var(--font-family1); font-weight: 600; font-size: 1.2rem; color: #000; }
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}

.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-hover);}
.viewall>a{width: fit-content; border-bottom: 1px solid var(--bg-hover); color: #000;}
.viewall>a:hover{color: var(--bg-hover);}

.footer_logo{margin-bottom: 1rem; display: flex; justify-content: flex-start;}
.footer_logo img{max-height: 50px;}
.footer_text{font-size:1rem; line-height: 1.3rem;color: #333; margin-bottom: 1rem;}
.footer_contact{display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact dd{width: 100%; color: #333; display: block; margin-bottom: .5rem; font-size:1rem; line-height: 24px; padding-right: 1.8rem; position: relative;}
.footer_contact dd a{color: #333;}
.footer_contact dd i.bi{font-size: 1rem; position: absolute; right: 0; top: 2px; color: var(--bg-hover);}
.footer_contact dd i.bi-person,
.footer_contact dd i.bi-phone-vibrate{font-size: 1.25rem;}
.footer_contact dd a:hover{color: var(--bg-hover);}
.footer_contact dd:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding-top: 1.875rem;}
#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:1rem;}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;left:15px;bottom:100px;text-align:center; background: #387074; z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%;}
#etw_top a{color:#fff;font-size:1rem;}
#etw_top:hover{background:var(--bg-hover);transform:translateY(-0.5rem)}
#etw_top:after{position:absolute;z-index:-1;content:"";top:100%;right:5%;height:10px;width:90%;opacity:1;background:radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0,rgba(0,0,0,0) 80%)}
.theme-send-inquiry-box{background: #387074 !important;border:1px solid #387074 !important;}
.theme-box-name{background: #80a7a5 !important;border-right:1px solid #fff !important}

@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.footer_logo {max-width: 100%; margin-bottom: 1rem;}
	.footer_logo>a>img{margin-right: 0; max-height: 50px;}
	.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 16px; position: relative;}
#quicknav ul li::after{content: "\f104";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; left: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:1rem; text-transform:capitalize;}
#quicknav ul>li:first-child{padding-right: 0; padding-left: 1.25rem;}
#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;}
#quicknav ul.quicknav{padding-right: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,1);}
#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 .h3{font-size: 2rem; color: #000; font-weight: 500;}
.etw_hometitle h3.smallh3,.smallh3{ font-size: 1.3rem;color:#999;}
.etw_hometitle h2:last-child,
.etw_hometitle .h3:last-child{margin-bottom: 0;}
@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.875rem;}
}
@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.75rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.5rem;}
}

/* Products */
.prosbanner{padding: 0; overflow: visible;}
.prosbanner::before{content: ''; position: absolute; inset: 0; background-color: rgba(128,167,165,.7); backdrop-filter: blur(5px); z-index: 1;}
.proshover{position: relative; z-index: 2;}
.pros-hometitle{color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);}
.pros-hometitle small{font-size:1rem; display: block;}
.pros-hometitle h2{color: #fff; font-size: 2rem; line-height: 1.5rem; margin: .625rem 0 1.25rem 0;}
.proshover .imgbox{width: 100%; margin-bottom: -5rem;}

.prosall .container{max-width: 1300px;}
.prosall-title{display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: var(--family-second); font-size: 2rem; text-align: center; color: #000; font-weight: 600;}
.prosall-title::after{content: ''; width: 60px; height: 2px; background-color: #81a8a5; display: block; margin-top: .625rem;}

.prosallapps{justify-content: center; width: 100%; margin: 4.375rem 0 1.875rem 0;}
.prosallapps>li{width: calc(100% / 10); padding: 0;}
.prosallapps>li>ol{flex-direction: column;}
.prosallapps>li>ol .icon{width: 100%; overflow: hidden; position: relative; display: flex; justify-content: center;}
.prosallapps>li>ol .icon>span{width: 100%; max-width: 50px; display: flex; overflow: hidden;}
.prosallapps>li>ol .icon>span>img{position: relative; filter: drop-shadow(0 50px #80a7a5); transform: translateY(-100%); transition: initial;}
.prosallapps>li>ol .text{width:100%;flex:1;display:flex;justify-content:center;text-align:center;font-size:1rem; padding-top: .625rem; color: #555; font-weight: 600;}

.prospress{width: calc(100% + 30px); margin: 0 -15px 80px -15px;}
.prospress>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.prospress>li>ol{ flex-direction: column;}
.prospress>li>ol a.imgbox{background-color: #f0f0f0; padding: 1.25rem;}
.prospress>li>ol a.imgbox::before{padding-top: 60%;}
.prospress>li>ol a.imgbox>img{height: 80%;}
.prospress>li>ol>a.h6{margin: 0; flex: 1; width: 100%; display: flex; justify-content: center; text-align: center; padding: 1rem 0; font-weight: 600;}
.prospress>li>ol:hover{border-color: var(--bg-hover);}
.prospress>li>ol:hover a.imgbox>img{transform: scale(1.05);}
.prospress>li>ol:hover>a.h6{color: var(--bg-hover);}

.toolsbox{display: block; max-width: 1030px; margin: 0 auto; padding: 0 15px;}
.prosalltools{width: calc(100% + 30px); margin: 0 -15px;}
.prosalltools>li{width: 50%; padding: 0 15px; margin-top: 30px;}
.prosalltools>li>ol{background-color: #fff; flex-direction: row-reverse; box-shadow: 0 0 50px 0 rgba(0,0,0,.1); padding: 1.25rem 1.875rem;}
.prosalltools>li>ol a.imgbox{width: 50%;}
.prosalltools>li>ol .textbox{width: 50%; flex-direction: column; justify-content: center; padding-left: .625rem;}
.prosalltools>li>ol .textbox>a.h6{font-size: 1.25rem; font-weight: 400; color: #000;}
.prosalltools>li>ol .textbox>a.h6:hover{color: var(--bg-hover);}
.prosalltools>li>ol .textbox>p{font-size:1rem; line-height: 1.7;}
.prosalltools>li>ol .textbox>.more>a{color: #80a7a5; font-size:1rem;}
.prosalltools>li>ol .textbox>.more>a:hover{color: var(--bg-hover);}
.prosalltools>li>ol:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}

.proscases{background-color: #f9f9f9; border-top: 1px solid #80a7a5;}
.proscases .container{max-width: 1500px;}
.proscases .h3{color: #000; display: flex; flex-direction: column; line-height: 1; font-weight: 600; margin-bottom: 1.25rem;}
.proscases .h3::after{content: ''; width: 60px; height: 2px; background-color: #81a8a5; margin-top: .625rem;}
.proscases p{font-size:1rem; margin-bottom: 1.25rem;}
.proscases-more{display: flex; align-items: center; justify-content: space-between;}
.proscases-more .more>a{padding: 0; color: #80a7a5;}
.proscases-more .more>a:hover{ color: var(--bg-hover);}
.proscases-btn{display: flex; direction: ltr; text-align: left;}
.proscases-btn .prev-button,.proscases-btn .next-button{width: 32px; height: 32px; border: 1px solid #80a7a5; color: #80a7a5; margin-right: .625rem; display: flex; align-items: center; justify-content: center; font-size: 1.125rem;}
.proscases-btn .prev-button:hover,.proscases-btn .next-button:hover{background-color: var(--bg-hover); border-color: var(--bg-hover); color: #fff;}
.proscases .swiper{width: 100%; padding: 0 1px;}
.proscases .swiper .swiper-slide{height: auto; display: flex;}
.proscases .swiper .swiper-slide>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.proscases .swiper .swiper-slide>a>.imgbox::before{padding-top: 68%;}
.proscases .swiper .swiper-slide>a>.h6{position: absolute; inset: 0; z-index: 2; margin-bottom: 0; background-color: rgba(51,51,51,.6); font-size: 1rem; color: #fff;	display: flex; align-items: flex-end; justify-content: center; text-align: center; padding: 1.25rem .5rem; transition: all .3s;}
.proscases .swiper .swiper-slide>a:hover>.h6{background-color: rgba(51,51,51,0); text-shadow: 2px 2px 2px rgba(0,0,0,1);}
.proscases .swiper .swiper-slide>a:hover .imgbox>img{transform: scale(1.05);}

.inquiryform{background: url(../images/inquiryform-bg.webp) no-repeat center center; background-size: cover; background-color: #80a7a5;}
.inquiryform::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(135deg, #387074, #7fccd1); opacity: .9;}
.inquiryform .h3{color: #fff; line-height: 1.5; font-size: 1.87em; margin-bottom: 1.25rem; text-align: right;}
.inquiryform p{font-size: 1.1rem; color: #fff; opacity: .9;}
.inquiryform dl{display: flex; flex-direction: column; margin-bottom: .625rem;}
.inquiryform dl>dd{display: flex; align-items: center; margin:0 0 .4rem 0; color: #fff;}
.inquiryform dl>dd a{margin-right: .625rem; color: #fff;}
.inquiryform dl>dd a:hover{color: var(--bg-hover);}
.inquiryform .inquirybtn>a{border: none; padding: .5rem 1.25rem; background-color: #387074; color: #fff; border-radius: 30px; box-shadow: initial; font-size:1rem;}
.inquiryform .inquirybtn>a:hover{background-color: var(--bg-hover);}
.inquiryform .features_gears{position: absolute; left: -20%; top: 50%; transform: translateY(-50%);}
.inquiryform .features_gears img{filter: invert(200%);transform: rotateY(180deg);}


.card{background: inherit; border: none; border-radius:0; border-bottom: 1px solid #eee !important; overflow:hidden;}
.card-header{padding:0; background: inherit; border:none;}
.card-link{width:100%; display:block; padding:1rem; padding-left: 2.5rem; font-size:1rem; font-weight:600; color: #000; position:relative; line-height:1.5rem}
.card-link::after{content:"\F282";font-size:1.2rem; color:#80a7a5; 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; position: absolute; left: 1rem; top: 1rem;}
.card-body{padding:1rem; padding-top: 0;}
.card-link[aria-expanded="true"]{background: #f9f9f9;}
.card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.card:hover,.card .show{background: #f9f9f9;}
.bg-f9 .card-link[aria-expanded="true"]{background: #fff;}
.bg-f9 .card:hover,.card .show{background: #fff;}

@media (max-width:991.98px){
	.pros-hometitle h2{font-size: 1.8rem; line-height: 1.35; margin-bottom: 1rem;}
	.prosallapps>li{width: 12.5%;}
}
@media (max-width:767.98px){
	.inquiryform .h3,.prosall-title{font-size: 1.6rem;line-height: 1.2;}
	.inquiryform p{font-size: 1rem;}
	.prosbanner{padding-top: 1.8rem;}
	.prosallapps{margin-bottom: 1rem;}
	.prosallapps>li{width: 25%;margin-bottom: 1rem;}
	.prosallapps>li>ol .text{font-size:1rem;line-height: 1.2;}
	.pros-hometitle h2{font-size: 1.75rem;line-height: 1.2;}
	.prospress{margin-bottom: 2rem;}
	.prospress>li{width: 50%;margin-top: 1.5rem;}
	.prospress>li>ol>a.h6{padding: 0.5rem 0;}
	.prosalltools>li{margin-top: 1.5rem;}
	.prosalltools>li>ol a.imgbox{width: 100%;margin-bottom: 1rem;}
	.prosalltools>li>ol .textbox{width: 100%;padding-left: 0;}
	.prosalltools>li>ol .textbox>a.h6{font-size: 1.1rem;}
}
@media (max-width:575.98px){
	.pros-hometitle h2{font-size: 1.6rem;}
}
@media (max-width:479.98px){
	.prosalltools>li,.prospress>li{width: 100%;margin-top: 1rem;}
}
@media (max-width:375.98px){
	.prosallapps>li{width: 50%;}
}
/* Hub */
.hubpros-hometitle{color: #fff; width: 70%; text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);}
.hubpros-hometitle h2{color: #fff; font-size: 1.8rem; line-height: 1.5; margin: 0 0 1.25rem 0;}
.hubpros-hometitle p{padding-left: 5%;}

.hubmain .container{padding-top: 5rem;}
.hubmain .h3{font-weight: 600;}
.hubmain p{line-height: 1.7;}
.hubmain .etw-phone{border-bottom: 5px solid #80a7a5;}

.hubpress{padding: 0;}
.hubpress>dl{width: 100%; display: flex; flex-direction: column;margin: 0;}
.hubpress>dl>dd{width: 100%; padding: 3.75rem 0; position: relative; margin: 0; background-color: #f9f9f9;}
.hubpress>dl>dd a.h6{display: flex; font-size: 1.625rem; font-weight: 400; color: #000; text-align: center; margin-bottom: 1.25rem;}
.hubpress>dl>dd a.h6:hover{color: var(--bg-hover);}
.hubpress>dl>dd a.imgbox{margin-bottom: 1.25rem;}
.hubpress>dl>dd a.imgbox>img{max-width: 80%;}
.hubpress>dl>dd:nth-child(7) a.imgbox>img{max-width: 70%;}
.hubpress>dl>dd:nth-child(8) a.imgbox>img{max-width: 86%;}
.hubpress>dl>dd a.imgbox::before,.hubpress>dl>dd a.imgbox::after{content: ''; width: 60px; height: 1px; background-color: #80a7a5; position: absolute; z-index: 2;}
.hubpress>dl>dd a.imgbox::before{right: 0; top: 0;}
.hubpress>dl>dd a.imgbox::after{left: 0; bottom: 0;}
.hubpress>dl>dd .hubpresswidth{width: 100%; display: flex; flex-direction: column; border: 2px solid #80a7a5; background-color: #80a7a5; color: #fff; margin: 0 auto;}
.hubpress>dl>dd .hubpresswidth>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: .5rem 1rem;}
.hubpress>dl>dd .hubpresswidth>span:last-child{background-color: #fff; color: #555;}
.hubpress>dl>dd .textbox{flex-direction: column;}
.hubpress>dl>dd .textbox>p{margin-bottom: 1.25rem; border-bottom: 1px solid #80a7a5; padding-bottom: 1.25rem;}
.hubpress>dl>dd .textbox>ul{width: 100%; margin: 0;}
.hubpress>dl>dd .textbox>ul li{width: 100%; margin-bottom: .5rem; padding: 0 1.5rem 0 0; position: relative;}
.hubpress>dl>dd .textbox>ul li::before{content: ''; width: 16px; height: 16px; position: absolute; right: 0; top: 4px; background: url(../images/check.webp) no-repeat right center; background-size: 100% 100%; opacity: .2;}
.hubpress>dl>dd .textbox .morebtns{display: flex; align-items: center; margin-top: 1.875rem; color: var(--bg-hover); line-height: 1;}
.hubpress>dl>dd .textbox .morebtns>a{color: #80a7a5; margin-left: 1.875rem; font-size: 1rem; line-height: 1;}
.hubpress>dl>dd .textbox .morebtns>a:last-child{margin: 0 1.875rem 0 0;}
.hubpress>dl>dd .textbox .morebtns>a:hover{color: var(--bg-hover);}
.hubpress>dl>dd:nth-child(even){background-color: #fff;}

.hubcases{background-color: #f0f0f0;}
.hubcases-title{display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem;}
.hubcases-title .h3{display: flex; flex-direction: column; margin-bottom: 0;}
.hubcases-title .h3::after{content: ''; width: 70px; height: 1px; background-color: #80a7a5; border-right: 20px solid var(--bg-hover); margin-top: .625rem;}
.hubcases-title .more>a{color: #80a7a5; font-size: 1rem;}
.hubcases-title .more>a:hover{color: var(--bg-hover);}
.hubcases-content{position: relative;}
.hubcases .swiper{width: calc(100% + 30px); margin:0 -15px;}
.hubcases .swiper-slide{height: auto; display: flex; padding: 15px;}
.hubcases .swiper-slide>a{width: 100%; overflow: hidden; position: relative; display: flex; flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.hubcases .swiper-slide>a .imgbox{border-bottom: 5px solid #80a7a5;}
.hubcases .swiper-slide>a .imgbox::before{padding-top: 55%;}
.hubcases .swiper-slide>a .imgbox::after{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .4; transition: all .3s;}
.hubcases .swiper-slide>a .h6{flex: 1; width: 100%; background-color: #fff; display: flex; align-items: center; justify-content: space-between; margin-bottom: 0; padding: 1rem;}
.hubcases .swiper-slide>a .h6::after{content: '\F284'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.125rem; color: #80a7a5;}
.hubcases .swiper-slide>a:hover{box-shadow: 0 5px 5px rgba(0,0,0,.2);}
.hubcases .swiper-slide>a:hover .imgbox::after{opacity: 0;}
.hubcases .swiper-slide>a:hover .h6,
.hubcases .swiper-slide>a:hover .h6::after{color: var(--bg-hover);}
.hubcases .prev-button,.hubcases .next-button{color: var(--bg-hover); font-size: 1.5rem; position: absolute; right: -50px; top: 50%; transform: translateY(-50%); z-index: 2;}
.hubcases .next-button{right: auto; left: -50px;}
.hubcases .prev-button:hover,.hubcases .next-button:hover{color: var(--bg-hover);}




.prosbannerhub{padding: 2.5rem 0;}
.hubpros-hometitle2{color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);}
.hubpros-hometitle2 h2{color: #fff; font-size: 1.8rem; line-height: 1.5; margin: 0 0 1.25rem 0;}
.hubpros-hometitle2 p{padding-left: 5%;}

.hubconveyor ul{width: 100%; margin: 0;}
.hubconveyor ul>li{padding: 0; margin-bottom: 2.5rem;}
.hubconveyor ul>li:last-child{margin-bottom: 0;}
.hubconveyor ul>li>ol{background-color: #f9f9f9; padding: 30px; border-right: 1px solid #80a7a5;}
.hubconveyor ul>li>ol a.imgbox{width: 40%; background: inherit;}
.hubconveyor ul>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.hubconveyor ul>li>ol .textbox{width: 60%; flex-direction: column; justify-content: center; padding-right: 40px; position: relative;}
.hubconveyor ul>li>ol .textbox>a.h6{font-size: 1.5rem; color: #000;}
.hubconveyor ul>li>ol .textbox>a.h6:hover{color: var(--bg-hover);}
.hubconveyor ul>li>ol .textbox>.more{position: absolute; left: -30px; bottom: -30px;}
.hubconveyor ul>li>ol .textbox>.more>a{background-color: #80a7a5; font-size: 1.5rem; padding: 2rem .625rem .625rem 2.5rem; color: #fff; clip-path: polygon(100% 0, 0 100%, 100% 100%);transform: rotateY(180deg);}
.hubconveyor ul>li>ol .textbox>.more>a:hover{background-color: var(--bg-hover);}

@media (max-width:1199.98px){
	.hubpros-hometitle{width: 100%;}
}
@media (max-width:767.98px){
	.hubpros-hometitle{width: 100%;}
	.hubpros-hometitle h2{line-height: 1.2;}
	.hubpress>dl>dd{padding: 2rem 0;}
	.hubpress>dl>dd a.h6{font-size: 1.4rem;line-height: 1.2;margin-bottom: 1rem;}
	.hubpress>dl>dd .textbox>p{padding-bottom: 1rem;margin-bottom: 1rem;font-size:1rem;}
	.hubpress>dl>dd .textbox>ul li{font-size:1rem;}
	.hubpress>dl>dd .textbox .morebtns{margin-top: 1rem;}
}
@media (max-width:575.98px){
	.hubpros-hometitle h2{font-size: 1.6rem;}
	.hubconveyor ul>li>ol a.imgbox{width: 100%;}
	.hubconveyor ul>li>ol .textbox{width: 100%;padding-right: 0;}
	.hubcases .swiper-slide>a .h6{ padding: .5rem .625rem;}
}
/* Details */
.detailsbanner{padding: 1.25rem 0 0 0;}
.detailsbanner::before{content: ''; width: 100%; height: 80%; position: absolute; right: 0; top: 0; background-image: linear-gradient(#fff, #f0f0f0);}
.detailsbanner .container{position: relative;z-index: 2;}

.details_hometitle{display: flex; flex-direction: column; margin-top: 1.25rem;}
.details_hometitle>small{font-size: 1rem; color: var(--bg-hover); font-weight: 300;}
.details_hometitle>h2{margin-bottom: .625rem;}
.details_hometitle>.details-title{font-size: 1.25rem; margin-bottom: 1rem; color: #999;}
.details_hometitle>dl{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 0;}
.details_hometitle>dl>dd{width: calc(50% - 15px); display: flex; align-items: center;}
.details_hometitle>dl>dd .icon{width: 24px; overflow: hidden;}
.details_hometitle>dl>dd .icon>img{width: 24px; position: relative; transform: translateY(-100%); filter: drop-shadow(0 24px var(--bg-hover));}
.details_hometitle>dl>dd .text{flex: 1; padding-right: 1rem; font-size:1rem;}
.details_hometitle>dl>dd .text>strong{font-weight: 600; color: #000}

.details-items{padding:  3.75rem 0;}
#gallery,#thumbs{width: 100%;}
#gallery .swiper-slide,#thumbs .swiper-slide{height: auto; display: flex;}
#gallery .swiper-slide>figure>a{width: 100%; position: relative; overflow: hidden; display: flex;}
#gallery .swiper-slide>figure>a>img{mix-blend-mode: multiply;}
#gallery .swiper-slide>figure>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
#thumbs{padding: 0 1px;}
#thumbs .swiper-slide{align-items: center; justify-content: center;}
#thumbs .swiper-slide>img{border: 1px solid #ccc; cursor: pointer;}
#thumbs .swiper-slide-thumb-active>img{border-color: var(--bg-hover);}
.thumbs{position: relative; margin-top: 20px; padding: 0 40px;}
.thumbs .prev-button,.thumbs .next-button{position: absolute; right:0; top: 50%; transform: translateY(-50%); color: #555; font-size: 1.5rem;}
.thumbs .next-button{left: 0; right: auto;}
.thumbs .prev-button:hover,.thumbs .next-button:hover{color: var(--bg-hover);}

.left_pics{width: 100%; display: flex;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: block;}
.left_pics>a>img{mix-blend-mode: multiply;}
.left_pics>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px;}
.related_pic ul>li{flex: 1; padding: 0 5px;}
.related_pic ul>li>a{display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-hover);}
.related_pic4 ul>li{flex: none; width: 25%;}

.inquiry-quote{display: flex; align-items: flex-end;}
.inquiry-quote>a{position: relative; background: linear-gradient(135deg, #e77a24, #b3591a, #ff9c4a); background-size: 100% 100%; padding: .5rem 1.5rem; color: #fff; overflow: hidden; z-index: 1; transition: all .5s ease-in-out;}
.inquiry-quote>a:hover{ background-size: 300% 300%;}

.inquiry-quote .pdf-btn{margin-right: 2.5rem; display: flex; align-items: center; line-height: 1; background: none; color: var(--bg-hover); padding: .5rem 2.5rem .5rem 0; background: url(../images/pdf-icon.webp) no-repeat right center; background-size: contain;}
.inquiry-quote .pdf-btn:hover{color: #b3591a;}
.inquiry-quote .pdf-btn:hover{background-size: contain;}

.h4-title{display: flex; position: relative; justify-content: center; font-size: 1.5rem; line-height: 1; font-weight: 600; color: #000; margin-bottom: 1.25rem;}
.h4-title>span{width: fit-content; padding-bottom: 1rem; border-bottom: 1px solid var(--bg-hover); position: relative; z-index: 2;}
.h4-title::before{content: ''; width: 100%; height: 1px; background-color: #f0f0f0; position: absolute; right: 0; bottom: 0;}
.h4-title2{margin-bottom: 1rem;}
.h4-title2>span{padding-bottom: .625rem;}

.pros_menu_height{width: 100%; overflow: hidden; padding-top: 30px;}
.pros_menu{width: 100%; position: relative; right: 0; top: 0;}
.pros_menu ul{justify-content: center;}
.pros_menu ul>li{padding: 0 10px;}
.pros_menu ul>li>a{font-size:1rem; color: #000; padding: .5rem 1rem; font-weight: 600;  background-color: #fff; border-top: 1px solid transparent;}
.pros_menu ul>li>a:hover,
.pros_menu ul>li.dq>a{color: var(--bg-hover); background-color: var(--bg-f9); border-top-color: var(--bg-hover);}
.tabfixed{position: fixed; padding: 10px 0; right: 0; top: 100px; background-color: #f9f9f9; box-shadow: 0 0 5px rgba(0,0,0,.1); z-index: 9;}

.application-nav>span{border-bottom: none; margin: 0 30px; cursor: pointer;}
.application-nav>span.active{border-bottom: 1px solid var(--bg-hover);}
.application-content{display: block;}
.application-content>div{display: none;}
.application-content>div:first-child{display: block;}
.features_gears{width:160px;}
.features_gears .video-btn{right: 25%;}
.features_gears .video-btn::before{--w:60px; background: none; font-size: 3.75rem;}
@keyframes rotation{from{transform:rotateZ(0)}
to{transform:rotateZ(-360deg)}
}@keyframes rotationInverted{from{transform:rotateZ(0)}
to{transform:rotateZ(360deg)}
}
.gears-svg{position:relative;opacity:.4;}
.gears-svg .gear{position:absolute}
.gears-svg .gear-lg,.gears-svg .gear-sm{-ms-transform-origin:center;transform-origin:center;animation:rotation 50s linear infinite}
.gears-svg .gear--inverted{-ms-transform-origin:center;transform-origin:center;animation:rotationInverted 50s linear infinite}
.gears-svg .gear1{top:5px;right:5px; width: 90px;}
.gears-svg .gear2{bottom:5px;right:5px; width: 90px;}
.gears-svg .gear3{top:116px;left:6px; width: 52px;}
.application .etw-phone3 ul>li{width: calc(100% / 3) !important;}
.application .etw-phone3 ul>li a.imgbox::before{padding-top: 75%;}
.application p{line-height: 1.6; font-size:1rem;}

.applications-imgs ul>li{width: calc(100% / 3);}

.photogallery ul{justify-content: center;}
.photogallery ul>li{width: calc(100% / 3); flex-direction: column;}
.photogallery ul>li>figure{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.photogallery ul>li .imgbox .video-btn{width: 100%; height: 100%;}
.photogallery ul>li .textbox{display: flex; justify-content: center; text-align: center; font-size:1rem; padding-top: .625rem; color: #000;}

.specifications-hide{display: none;}
.specifications-more{display: flex; justify-content: center; margin: -1rem 0 1.25rem 0;}
.specifications-more>a{line-height: 1; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--bg-hover);}
.h6-title{display: flex; position: relative; font-size: 1.125rem; line-height: 1; font-weight: 600; color: #000; margin-bottom: 1rem;}
.h6-title>span{width: fit-content; padding-bottom: .625rem; border-bottom: 1px solid var(--bg-hover); position: relative; z-index: 2;}
.h6-title::before{content: ''; width: 100%; height: 1px; background-color: #f0f0f0; position: absolute; right: 0; bottom: 0;}

.specifications-bottom a{color: #81A8A5; text-transform: capitalize; font-size: 1.1rem;}
.specifications-bottom a:hover{color: var(--bg-hover);}

.key-nav>span{border-bottom: none; margin: 0 30px; cursor: pointer;}
.key-nav>span.active{border-bottom: 1px solid var(--bg-hover);}
.key-content{display: block;}
.key-content>div{display: none;}
.key-content>div:first-child{display: block;}

.accessories ul>li{width: calc(100% / 6) !important;}
.accessories ul>li>a{display: flex; flex-direction: column; background-color: #fff;}
.accessories ul>li>a>span,.accessories ul>li>ol>a.imgbox>span{width: 100%; display: flex; align-items: flex-start; justify-content: center; text-align: center; position: relative; background: none; padding: .5rem; color: #555;}
.accessories ul>li>a:hover>span,.accessories ul>li>ol:hover>a.imgbox>span{color: var(--bg-hover);}
.accessories ul>li>ol{flex-direction: column; position: relative;}
.accessories ul>li>ol .imgbox-hover{width: 100%; position: absolute; right: 0; top: 0; z-index: 3; opacity: 0; transition: all .3s;}
.accessories ul>li>ol:hover .imgbox-hover{opacity: 1;}

.parts .etw-phone4 ul{justify-content: center;}
.parts .etw-phone4 ul>li{width: 25% !important;}

.relatedprosall-nav{display: flex; align-items: center;}
.relatedprosall-nav>.h3{color: #333; margin-left: 60px; cursor: pointer; font-size: 1.5rem;}
.relatedprosall-nav>.h3.active{color: #81A8A5;}
.relatedprosall-content{display: block;}
.relatedprosall-content>div{display: none;}
.relatedprosall-content>div:first-child{display: block;}
.relatedpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.relatedpros ul>li{width: 25%; padding: 15px;}
.relatedpros ul>li>ol{flex-direction: column; padding: 1.25rem; padding-top: 0; box-shadow: 0 10px 10px rgba(0,0,0,.1); border-radius: 10px; transition: all .6s ease-in-out; position: relative; overflow: hidden; z-index: 0;}
.relatedpros ul>li>ol::before{content: ''; width: 100%; height: 50%; background-image: linear-gradient(transparent, #fff); position: absolute; right: 0; bottom: 0; z-index: -1; transition: all .3s ease-in-out;}
.relatedpros ul>li>ol>a.h6{margin: 0; padding-top: .625rem; flex: 1; display: flex; justify-content: center; text-align: center; font-weight: 600; color: #000;}
.relatedpros ul>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.relatedpros ul>li>ol:hover::before{height: 250%;}
.relatedpros ul>li>ol:hover>a.h6{color: var(--bg-hover);}

.otherpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherpros ul>li{width: calc(100% / 3); padding: 0 15px; margin-top: 20px;}
.otherpros ul>li>ol{background-image: linear-gradient(135deg, #fff, transparent, #fff); padding: 1.25rem; transition: all .3s; border-radius: 10px; overflow: hidden; box-shadow: 0 0 0 rgba(0,0,0,.1);}
.otherpros ul>li>ol a.imgbox{overflow: visible;}
.otherpros ul>li>ol .textbox{padding-top: 1.25rem; flex-direction: column;}
.otherpros ul>li>ol .textbox>a.h6{font-size: 1rem; font-weight: 600; display: flex; align-items: center; justify-content: center; text-align: center; color: #000; margin-bottom: 0;}
.otherpros ul>li>ol .textbox>p{font-size:1rem;}
.otherpros ul>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.otherpros ul>li>ol:hover a.imgbox>img{transform: scale(1.02);}
.otherpros ul>li>ol .textbox>a.h6:hover{color: var(--bg-hover);}

.inquiryformdetais{background: url(../images/jgbj.webp) no-repeat center center; background-size: cover;}
.inquiryformdetais::before{content: ''; position: absolute; inset: 0; background-color: #fff; opacity: .2;}
.inquiryformdetais .container{position: relative; z-index: 2;}
.inquiryformdetais .h3{ font-size: 1.875rem;}
.inquiryformdetais p{margin-bottom: 1.875rem;}
.inquiryformdetais dl{display: flex; flex-direction: column;}
.inquiryformdetais dl>dd{font-size: 1.25rem; font-weight: 300;}
.inquiryformdetais .feedback .webtitle{margin-bottom: 1rem;}
.inquiryformdetais .feedback #feedback2017 .etw-inquery-container{padding: 0;}
.inquiryformdetais #feedback2017 .etw-inquery-btn{background-color: var(--bg-hover) !important; color: #fff !important; transition: all .4s;}
.inquiryformdetais #feedback2017 .etw-inquery-btn:hover{background-color: #000 !important;}

.toolstext p>strong{color: #000; text-transform: capitalize;}
.tools-list{width: calc(100% + 30px); margin: 0 -15px;}
.tools-list>li{width: calc(100% / 3); padding: 15px; flex-direction: column;}
.tools-list>li figure>a.imgbox{background-color: #f9f9f9;}
.tools-list>li figure>a.imgbox>img{mix-blend-mode: multiply;}
.tools-list>li .textbox{flex-direction: column;}
.tools-list>li .textbox a.h6{display: flex; justify-content: center; text-align: center; margin-bottom: .625rem; color: #000; line-height: 1.3;}
.tools-list>li .textbox a.h6:hover{color: var(--bg-hover);}
.tools-list>li .textbox a.h6:last-child{margin-bottom: 0;}
.tools-list>li .textbox a.h6>i{margin-left: .5rem;}
.tools-list>li .textbox a.h6:only-child{flex: 1;}
.tools-list>li .textbox>p{text-align: center; flex: 1; line-height: 24px;}
.portable{margin-top: -5rem; position: relative; z-index: 3;}
.portable1{margin-top: -2rem; position: relative; z-index: 3;}


@media (max-width:1199.98px){
	.details-items{padding:  3.125rem 0;}
	.detailsbanner::before{height: 90%;}
	.portable{margin-top: -3rem;}
}
@media (max-width:991.98px){
	.detailsbanner{padding: 1.25rem 0;}
	.details-items{padding: 2.5rem 0;}
	.detailsbanner{margin-bottom: 1rem;}
	.detailsbanner::before{height: 100%;}
	.pros_menu_height{display: none;}
	.inquiry-quote>a{font-size:1rem;padding: 0.5rem 1.2rem;}
	.inquiry-quote .pdf-btn{margin-right: 2rem;}
	.portable{margin-top: -2rem;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
	.details_hometitle>.details-title{font-size: 1.1rem;line-height: 1.2;margin-bottom: 1.5rem;}
	.h4-title{font-size: 1.4rem;}
	.photogallery ul>li{width: 50%;}
	.photogallery ul>li .textbox{font-size:1rem;line-height: 1.2;}
	.accessories ul>li{width: calc(100% / 3) !important;}
	.accessories ul>li>a>span, .accessories ul>li>ol>a.imgbox>span{font-size:1rem;line-height: 1.2;}
	.relatedprosall-nav{flex-wrap: wrap;}
	.relatedprosall-nav>.h3{font-size: 1.4rem;line-height: 1.2;margin-left: 2rem;}
	.relatedpros ul>li{width: 50%;}
	.inquiryformdetais .h3{font-size: 1.6rem;line-height: 1.2;}
	.inquiryformdetais p{margin-bottom: 1.5rem;}
	.inquiryformdetais dl>dd{font-size: 1.1rem;}
	.parts .etw-phone4 ul>li{width: 50% !important;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.details_hometitle>dl>dd{width: 100%;}
	.inquiry-quote{flex-wrap: wrap;justify-content: space-between;}
	.inquiry-quote>a{flex: none;margin-bottom: 0.5rem;}
	.inquiry-quote .pdf-btn{margin-right: 0;}
	.application .features_gears{width: 100%;justify-content: center;}
	.application .features_gears .video-btn{right: 40%;}
	.application-nav{flex-wrap: wrap;margin-bottom: 0;}
	.application-nav::before{display: none;}
	.application-nav>span{margin: 0 1rem;margin-bottom: 1rem;padding-bottom: 0.5rem;}
	.application .etw-phone3 ul>li{width: calc(100% / 2) !important;}
	.key-nav>span{margin: 0 1rem;font-size: 1rem;}
	.accessories ul>li{width: calc(100% / 2) !important;}
	.otherpros ul>li,.applications-imgs ul>li,.tools-list>li{width: 50%;}
	.tools-list>li .textbox a.h6{font-size:1rem;}
}
@media (max-width:479.98px){
	.photogallery ul>li{width: 100%;}
	.relatedprosall-nav>.h3,.application-nav>span{font-size: 1.2rem;}
}
/* Products End */
/* Cases */
.nbanner{padding: 0; min-height: 300px; display: flex;}
.nbanner::before{content: ''; position: absolute; inset: 0; background-color: rgba(0, 0, 0, .5); z-index: 2;}
.nbannerhover{width: 100%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 3;}
.nbannerhover .etw_hometitle>.h3{font-size: 2.5rem; color: #fff; text-align: center;  margin-bottom: 0; font-weight: 600;}

.cases-items{margin-bottom: 50px;}
.cases-items:last-child{margin-bottom: 0;}
.cases-items .h4-title{font-size: 1.125rem; line-height: 1.2;}
.cases-items .h4-title>span{padding-bottom: .625rem;}
.cases-items .swiper{width: 100%; padding-bottom: 1.25rem;}
.cases-items .swiper .swiper-slide{height: auto; display: flex;}
.cases-items .swiper .swiper-slide>figure>a::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .3; transition: all .3s;}
.cases-items .swiper .swiper-slide>figure>a:hover::before{opacity: 0;}
.cases-items .swiper-pagination{bottom: 0 !important; width: 100%; display: flex; justify-content: flex-end;}
.cases-items .swiper-pagination-bullet{width: 20px; height: 2px; border-radius: 0; margin: 0 0 0 5px !important; transition: all .3s;}
.cases-items .swiper-pagination-bullet-active{width: 30px; background-color: #387074;}
.cases-items .swiper:has(.swiper-pagination-lock){padding-bottom: 0;}
.cases-items .swiper .prev-button,
.cases-items .swiper .next-button{position: absolute; left: -100%; top: 50%; transform: translateY(-50%); margin-top: -10px; font-size: 1.5rem; color: #fff; z-index: 2; padding: .625rem .25rem; background-color: rgba(0, 0, 0, .8); transition: all .3s ease-in-out;}
.cases-items .swiper .next-button{left: auto; right: -100%;}

.cases-items .prev-button.swiper-button-disabled,
.cases-items .next-button.swiper-button-disabled{display: none;}
.cases-items .swiper:hover .prev-button{left: 0;}
.cases-items .swiper:hover .next-button{right: 0;}

.cases-list li{width: calc(100% / 3);}
.cases-list li>ol{flex-direction: column;}
.cases-list li>ol .h4-title{flex: 1;}

.ourpros .h3{display: flex; justify-content: center; align-items: center;  margin-bottom: 0;}
.ourpros .h3::before,.ourpros .h3::after{content: ''; width: 20px; height: 2px; background-color: #80a7a5;}
.ourpros .h3>span{padding: 0 20px;}
.ourpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.ourpros ul>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.ourpros ul>li>ol{flex-direction: column; padding: 1.25rem; padding-top: 0; box-shadow: 0 10px 10px rgba(0,0,0,.1); border-radius: 10px; transition: all .6s ease-in-out; position: relative; overflow: hidden; z-index: 0;}
.ourpros ul>li>ol::before{content: ''; width: 100%; height: 50%; background-image: linear-gradient(transparent, #f9f9f9); position: absolute; right: 0; bottom: 0; z-index: -1; transition: all .3s ease-in-out;}
.ourpros ul>li>ol>a.h6{margin: 0; padding-top: .625rem; flex: 1; display: flex; justify-content: center; text-align: center; font-weight: 600; color: #000;}
.ourpros ul>li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.ourpros ul>li>ol:hover::before{height: 250%;}
.ourpros ul>li>ol:hover>a.h6{color: var(--bg-hover);}
.ourpros.bg-f9 ul>li>ol::before{background-image: linear-gradient(transparent, #fff);}

@media (max-width:991.98px){
	.nbannerhover .etw_hometitle>.h3{font-size: 2.2rem;line-height: 1.2;}
}
@media (max-width:767.98px){
	.ourpros ul>li{padding: 0 0.5rem;width: 50%;margin-top: 1rem;}
	.nbanner{min-height: 220px;}
	.nbannerhover .etw_hometitle>.h3{font-size: 1.8rem;}
	.cases-items{margin-bottom: 2rem;}
	.cases-items .h4-title{font-size: 1.1rem;}
	.cases-items .swiper{width: 100%; padding-bottom: 0;}
	.cases-list li{width: 50%;margin-bottom: 2rem;}
	.cases-list li:last-child{margin-bottom: 0;}
	.cases-items .swiper .prev-button,
	.cases-items .swiper .next-button{right: 0; font-size: 1.25rem;}
	.cases-items .swiper .next-button{right: auto; left: 0;}
}
@media (max-width:575.98px){
	.ourpros ul>li>ol{padding: 1rem;padding-top: 0;}
	.ourpros ul>li>ol>a.h6{font-size:1rem;}
	.ourpros .h3::before, .ourpros .h3::after{display: none;}
	.nbannerhover .etw_hometitle>.h3{font-size: 1.6rem;}
	.cases-list li{width: 100%;}
	.ourpros .h3>span{font-size: 1.4rem;}
}
/* Applications End */
/* About Us */
.company{padding: 0; font-size:1rem;}
.company-items{padding: 3.125rem 0; position: relative;}
.imgone{box-shadow: -10px 10px 0 rgba(0, 0, 0, .1);}
.company-items .etw-phone6 ul>li{width: calc(100% / 6) !important; flex-direction: column;}
.company-items .etw-phone6 ul>li img{border: 1px solid #ccc;}
.company-items .etw-phone6 ul>li span,.etw-phone6 ul>li>a>span{flex: 1; display: flex; justify-content: center; text-align: center; font-size:1rem; padding: 1rem 0 0 0;}
.company-items .etw-phone2 ul>li{width: 50% !important;}
.company-items .etw-phone2 ul>li>a{background-color: #fff; padding: .625rem;}
.capacity .imgbox::before{content: none;}

.history .swiper{width: 100%;}
.history .swiper .swiper-slide{height: auto; display: flex; background-color: #fff;}
.history .swiper .swiper-slide>ol{width: 100%; display: flex; flex-direction: column; padding: 20px;}
.history .swiper .swiper-slide>ol .h6{font-size: 1.25rem; font-weight: 600; text-align: center; color: #387074;}
.history .swiper .swiper-slide>ol p{font-size:1rem; text-align: center;}
.history-btn{display: flex; justify-content: center; align-items: center; margin-top: 1.25rem;}
.history-btn .swiper-pagination{position: relative !important; bottom: 0 !important; width: auto !important; height: auto; display: flex; justify-content: center; align-items: center;}
.history-btn .swiper-pagination-bullet{width: 20px; height: 2px; border-radius: 0; margin: 0 5px !important; transition: all .3s;}
.history-btn .swiper-pagination-bullet-active{width: 30px; background-color: #387074;}
.history-btn .prev-button,.history-btn .next-button{font-size: 1.5rem; color: #387074;}
.history-btn .prev-button:hover,.history-btn .next-button:hover{color: var(--bg-hover);}

.company-nav{padding-top: 0;}
.company-nav ul{width: 100%; margin: 0;}
.company-nav ul>li{width: 20%;}
.company-nav ul>li>a{width: 100%; display: flex; flex-direction: column; align-items: center; color: #000; padding: 20px; border-radius: 10px; transition: all .3s;}
.company-nav ul>li>a>span{width: 100%; display: flex; justify-content: center; position: relative; overflow: hidden;}
.company-nav ul>li>a>span.icon{margin-bottom: .625rem;}
.company-nav ul>li>a>span.icon>img{width: 50px; filter: drop-shadow(0 50px #387074); position: relative; transform: translateY(-100%); transition: initial;}
.company-nav ul>li>a:hover,
.company-nav ul>li.active>a{background-color: #fff; color: var(--bg-hover); box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.company-nav ul>li>a:hover>span.icon>img,
.company-nav ul>li.active>a>span.icon>img{filter: drop-shadow(0 50px var(--bg-hover));}
.company-nav:not(.bg-f9) ul>li>a:hover,
.company-nav:not(.bg-f9) ul>li.active>a{background-color: var(--bg-f9);}

@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}
}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
	.company-items .etw-phone6 ul>li{width: calc(100% / 3) !important;margin-bottom: 1rem;}
	.company-items .etw-phone6 ul>li span, .etw-phone6 ul>li>a>span{font-size:1rem;line-height: 1.2;}
	.company-nav ul>li{width: calc(100% / 3);}
	.company-nav ul>li>a{padding: 1rem;}
	.company-nav ul>li>a>span.text{font-size:1rem;line-height: 1.3;padding: 0.5rem;text-align: center;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.company-items .etw-phone6 ul>li{width: calc(100% / 2) !important;}
	.company-nav ul>li{width: calc(100% / 2);}
}
/* Quality Control */
.quality-list{width: 100%; padding: 0; position: relative;}
.quality-list li{width: 60%; position: relative; z-index: 1; padding: 0;}
.quality-list li{align-items: flex-start;}
.quality-list li:nth-child(1) img{border-left: 10px solid #fff; border-bottom: 10px solid #fff;}
.quality-list li:nth-child(2){position: absolute; bottom: 0; left: 0; z-index: 0; box-shadow: 8px 8px 0 #eee;}
.qualityimgs .imgbox::before{content: none;}
.minheight{ min-height:340px;}
/* About Us-End */
/* Service */
.customization p>strong{color: #000; text-transform: capitalize;}
.certified .etw-phone ul>li{width: 50% !important;}
.certified .etw-phone ul>li:first-child{width: 100% !important;}
.aftersales .etw-phone ul>li{width: 100% !important;}

@media (max-width:991.98px){
	.aftersales .etw-phone ul>li{width: calc(100% / 3) !important;}
}
@media (max-width:479.98px){
	.aftersales .etw-phone ul>li{width: 100% !important;}
}
/* Service-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: #000;}
.contact dl dd{font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact dl dd strong{color:#000; font-weight: 600; margin-left: .25rem;}
.contact dl dd a{color: var(--bg-hover);}
.contact dl dd a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-right: 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;}
.etw-inquery-btn{background: var(--bg-hover) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* Overview */
.overviewbanner{padding: 0;}
.overviewbanner::before{content: ''; display: block; padding-top: 31.25%;}
.overviewbanner-hover{position: absolute; inset: 0; display: flex; align-items: center;}
.overviewbanner-hover::before{content: ''; width: 50%; height: 100%; position: absolute; right: 0; top: 0; background: linear-gradient(-90deg, rgba(0, 0, 0, .67), transparent); z-index: 2;}
.overviewbanner-hover:after{content:""; position:absolute; z-index:2; bottom:0; right:0; width:100%; height:50%;background:linear-gradient(0deg,rgba(0,0,0,.67),transparent); z-index: 2;}
.overviewbanner-hover .container{max-width: 1600px; position: relative; z-index: 3;}
.overviewbanner-text{max-width: 600px;}
.overviewbanner-text p{color: #fff; font-size: 1.125rem; margin-bottom: 1.25rem;}
.overviewbanner .etw_hometitle>.h3{color: #fff; line-height: 1.5;  font-weight: 800;  margin-bottom: 1.875rem; font-size: 2rem; text-shadow: 2px 2px 2px #000;}

.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem; font-family: var(--family-second); line-height:1.3; font-size:2rem; color: #000; font-weight: 600;}

.overviewprostext .overview-title{display: flex; flex-direction: column; align-items: center; font-weight: 200; color: #81a8a5; margin-bottom: 1rem;}
.overviewprostext .overview-title>span{color: #000; font-weight: 700;}
.overviewprostext p>strong{color: #387074; font-size: 1.1rem;}

.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company li{width:calc(50% - 20px); margin-top:30px; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.2rem; margin-bottom:1rem; color:#000; font-weight: 500;}
.overview-company li .overview-company-label::before{content:""; width:100%; height:1px; background-color:#ccc; position:absolute; right:0; bottom:0}
.overview-company li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-hover);position:absolute; right:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#555; font-size:1rem; line-height: 1.2;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{margin-bottom: .875rem; line-height: 1.2;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-hover); margin-left: .875rem;}
.overview-company li:hover .overview-company-label::after{width:100%}
.overview-company-value>figure>dl{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap;}
.overview-company-value>figure>dl>dd{width: calc(100% / 7); padding: 5px;}

.overviewcapacity .overview-title{margin-bottom: .625rem; font-size: 1.875rem;justify-content: flex-start;}
.overviewcapacity small{font-size: 1rem; color: #387074; display: block; margin-bottom: 1.25rem;}
.overviewcapacity .etw-phone6 ul{width: calc(100% + 10px); margin: 0 -5px;}
.overviewcapacity .etw-phone6 ul>li{padding: 5px;}
.overviewcapacity .etw-phone6 ul>li .imgbox{flex: 1;}
.overviewcapacity .etw-phone6 ul>li:nth-child(1),.overviewcapacity .etw-phone6 ul>li:nth-child(6){width: 40% !important;}
.overviewcapacity .etw-phone6 ul>li:nth-child(2),.overviewcapacity .etw-phone6 ul>li:nth-child(3),.overviewcapacity .etw-phone6 ul>li:nth-child(4),.overviewcapacity .etw-phone6 ul>li:nth-child(5){width: 30% !important;}

.overviewpress-title{padding-top: 2.5rem;}

@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.overviewbanner{min-height: 400px;}
	.overviewbanner-text{max-width: 100%;}
}
@media (max-width:767.98px){
	.overviewbanner{min-height: 220px;}
	.overview-title,.overviewbanner .etw_hometitle>.h3{font-size: 1.8rem;line-height: 1.2;}
	.overviewbanner-text p{font-size: 1.1rem;margin-bottom: 1rem;}
	.overviewprostext p>strong{font-size: 1rem;}
	.overviewprostext p{font-size:1rem;}
	.overviewcapacity .overview-title{font-size: 1.6rem;line-height: 1.2;}
	.overviewcapacity small{margin-bottom: 1rem;line-height: 1.2;}
}
@media (max-width:575.98px){
	.overviewbanner .etw_hometitle>.h3{font-size: 1.6rem;margin-bottom: 0;}
	.overview-title{font-size: 1.4rem;text-align: center;}
	.overviewbanner-text p{font-size:1rem;}
	.overviewbanner{min-height: 240px;}
	.overview-company li .overview-company-label{font-size: 1.1rem;}
	.overview-company li .overview-company-value{font-size:1rem;}
	.overviewcapacity .overview-title{font-size: 1.4rem;}
	.overviewcapacity .etw-phone6 ul>li:nth-child(1),.overviewcapacity .etw-phone6 ul>li:nth-child(6){width: 50% !important;}
	.overviewcapacity .etw-phone6 ul>li:nth-child(2),.overviewcapacity .etw-phone6 ul>li:nth-child(3),.overviewcapacity .etw-phone6 ul>li:nth-child(4),.overviewcapacity .etw-phone6 ul>li:nth-child(5){width: 50% !important;}
}
/* 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.875rem 0; color: #000; text-align: center; }

.videos-hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos-hub-title{font-size:1.5rem; font-weight: 500; line-height: 1; color:#000; position:relative; font-family: var(--family2); display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem;}
.videos-hub-title>span{width: fit-content; display: flex; padding-bottom: .625rem; border-bottom: 1px solid var(--bg-hover); position: relative;}
.videos-hub-title::before{content: ''; width: 100%; height: 1px; background-color: #ccc; position: absolute; right: 0; bottom: 0;}

.videos-hub ul{width: calc(100% + 30px); margin: 0 -15px;}
.videos-hub ul li{width: 100%; padding: 15px;}
.videos-hub ul li .imgbox::after{content: '\F4F4'; --w:60px; width: var(--w); height: var(--w); color: var(--bg-hover); font-size: 2rem; padding-right: 5px; border-radius: 50%; background-color: rgba(255, 255, 255, .7); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; 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; transition: all .3s;}
.videos-hub ul li>a{width: 100%;  display: flex; flex-wrap: wrap; background-color: #fff;}
.videos-hub ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos-hub ul li>a:hover .imgbox::after{background-color: rgba(255,255,255,1);}
.videos-hub:last-child{margin-bottom: 0;}

.videos-company ul li{width: 100%;}
.videos-company ul li>a .imgbox{width: 50%;}
.videos-company ul li>a .textbox{width: 50%; padding: 2rem; flex-direction: column;}
.videos-company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 500;}
.videos-company ul li>a .textbox>p{font-size: 1rem; font-weight: 400; color: #666; transition: all .4s;}
.videos-company ul li>a:hover .textbox .h6{color: var(--bg-hover);}

.videos-pros ul li{width:calc(100% / 3);}
.videos-pros ul li>a{flex-direction: column; border-radius: 10px; overflow: hidden;}
.videos-pros ul li>a>.imgbox::after{width: 3.125rem; height: 3.125rem; font-size: 1.5rem; padding-left: .2rem;}
.videos-pros ul li>a>.textbox{flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size:1rem; line-height: 22px; color: #000; padding: .75rem 1rem; transition: all .4s;}
.videos-pros ul li>a:hover>.textbox{color:var(--bg-hover)}

.video-details{width:100%;padding:1rem 0 3.125rem 0}
.video-details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right .h3{font-size: 1.875rem; color: #000; font-weight: 700; font-family: var(--family-second);}
#video_right .feedback{box-shadow: 0 0 10px rgba(0,0,0,.1); background-color: #fff; padding: 1.875rem;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
.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; box-shadow: 0 0 10px rgba(0,0,0,.15);}
#etw_videolist .webtitle{font-size:1.3rem; font-weight:600; color:#fff;  background-color: #387074; padding:1rem;text-align:center;font-style:inherit;border-radius:10px 10px 0 0;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between; padding:1.5rem; padding-bottom: 0;}
#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:1rem; padding-right: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){
	#video_right .h3{font-size: 1.8rem;line-height: 1.2;}
	#video_sidebar{margin-top:1rem}
	.videos{padding-top: 2rem;}
	.videos .etw_hometitle>div[itemprop]{font-size: 1.6rem;margin-bottom: 1.5rem;}
	.videos-hub-title{font-size: 1.4rem;}
	.videos-pros ul li{width: 50%;}
	.videos-pros ul li>a>.textbox{line-height: 1.3;font-size:1rem;}
	#etw_videolist ul{padding-bottom: 1rem;}
}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
	#etw_videolist ul li a{flex-wrap: wrap;}
	#etw_videolist ul li a img{width: 100%;}
	#etw_videolist ul li a span{width: 100%;padding: 0.5rem;font-size:1rem;}
}
@media (max-width:479.98px){
	.videos-pros ul li{width: 100%;}
}
/* videos-End */

.ETWfloatbox_list{margin: 0 !important; background-color: #387074 !important;}
#ETWfloatbox>ul>li{padding: 0 !important;}
#ETWfloatbox>ul>li>a>.boxtext{background-color: #387074 !important;}
#ETWfloatbox>ul>li>a>.boxtext:hover{background-color: #E77A24 !important;}
#menu-items,#menu-about,#menu-services{width:100%;}