@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:"TitilliumWeb";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/TitilliumWeb/TitilliumWeb-ExtraLight.woff2) format("woff2"),url(../fonts/TitilliumWeb/TitilliumWeb-ExtraLight.woff) format("woff")}
@font-face{font-family:"TitilliumWeb";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/TitilliumWeb/TitilliumWeb-Light.woff2) format("woff2"),url(../fonts/TitilliumWeb/TitilliumWeb-Light.woff) format("woff")}
@font-face{font-family:"TitilliumWeb";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/TitilliumWeb/TitilliumWeb-Regular.woff2) format("woff2"),url(../fonts/TitilliumWeb/TitilliumWeb-Regular.woff) format("woff")}
@font-face{font-family:"TitilliumWeb";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/TitilliumWeb/TitilliumWeb-SemiBold.woff2) format("woff2"),url(../fonts/TitilliumWeb/TitilliumWeb-SemiBold.woff) format("woff")}
@font-face{font-family:"TitilliumWeb";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/TitilliumWeb/TitilliumWeb-Bold.woff2) format("woff2"),url(../fonts/TitilliumWeb/TitilliumWeb-Bold.woff) format("woff")}
@font-face{font-family:"TitilliumWeb";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/TitilliumWeb/TitilliumWeb-Black.woff2) format("woff2"),url(../fonts/TitilliumWeb/TitilliumWeb-Black.woff) format("woff")}

@font-face{font-family:"LilitaOne";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/LilitaOne/LilitaOne-Regular.woff2) format("woff2"),url(../fonts/TitilliumWeb/TitilliumWeb-Regular.woff) format("woff")}

@font-face{font-family:"Rajdhani";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Rajdhani/Rajdhani-Light.woff2) format("woff2"),url(../fonts/Rajdhani/Rajdhani-Light.woff) format("woff")}
@font-face{font-family:"Rajdhani";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Rajdhani/Rajdhani-Regular.woff2) format("woff2"),url(../fonts/Rajdhani/Rajdhani-Regular.woff) format("woff")}
@font-face{font-family:"Rajdhani";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Rajdhani/Rajdhani-Medium.woff2) format("woff2"),url(../fonts/Rajdhani/Rajdhani-Medium.woff) format("woff")}
@font-face{font-family:"Rajdhani";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Rajdhani/Rajdhani-SemiBold.woff2) format("woff2"),url(../fonts/Rajdhani/Rajdhani-SemiBold.woff) format("woff")}
@font-face{font-family:"Rajdhani";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Rajdhani/Rajdhani-Bold.woff2) format("woff2"),url(../fonts/Rajdhani/Rajdhani-Bold.woff) format("woff")}

@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-main: #1E90FF;
	--bg-hover: #e95412;
	--bg-sub: #4EACF4;
	--font-family: "TitilliumWeb", sans-serif;
	--font-family2: "LilitaOne", sans-serif;
	--font-family3: "Rajdhani", sans-serif;
}
.bg-WhiteSmoke {background-color: #f5f5f5 !important;}
.bg-Gainsboro{background-color: #DCDCDC !important;}
.bg-LightGray{background-color: #D3D3D3 !important;}
.bg-Silver{background-color: #C0C0C0 !important;}
.bg-DarkGray{background-color: #A9A9A9 !important;}
.bg-Gray{background-color: #808080 !important;}
.bg-DimGray{background-color: #696969 !important;}
.bg-E{background-color: #eee !important;}
.bg-F8{background-color: #f8f8f8 !important;}
.bg-F7{background-color: #f7f7f7 !important;}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#333; font-family:var(--font-family); font-weight:400; font-size: 16px; line-height:24px; background-color:#fff; overflow-x:hidden}
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-weight: 400; margin-bottom: 1rem;}
h2,.h2 {font-size: 2rem; font-weight: 400;}
h3,.h3 {font-size: 1.75rem; font-weight: 400;}
h4,.h4 {font-size: 1.5rem;}
h5,.h5 {font-size: 1.25rem;}
h6,.h6 {font-size: 1rem;}
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-main);}
p {font-size: 16px; line-height: 24px;}
p:last-child{margin-bottom: 0;}
strong,b {font-weight: 700;}
img{display:block;max-width:100%;height:auto;margin:0 auto;}
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{width: 100%; display:flex; flex-wrap: wrap;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a::after{content: '\F14D'; color: #fff; opacity: 0; transition: all .4s; padding: .5rem; font-size: 1rem; position: absolute; right: 1rem; bottom: 1rem; z-index: 2; background-color: var(--bg-main); border-radius: 5px; 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;}
figure>a:hover::after{opacity: .85;}
.figure-mode img{mix-blend-mode: multiply;}
figure:last-child{margin-bottom: 0;}
.imgbox{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all 0.4s; z-index: 2;}
.imgbox-100::before{content:"";display:block;padding-top:100%}
.imgbox-75::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;}
a.imgbox img{transition: all .4s;}
.card,.card-header,.card-header:first-child{border-radius: 0; padding: 0;}
.card-header{border-bottom: 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;}
.font-family{font-family: Arial, sans-serif;}

.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1030px; 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:767.98px){
	.container,.container1{max-width:calc(100% - 20px)}
	h3, .h3{font-size: 1.6rem;}
}
@media (max-width:575.98px){
	.container,.container1{max-width:calc(100% - 20px)}
	figure>a img{width: 100%;}
}
@media (max-width:375.98px){
	.container,.container1{max-width:calc(100% - 10px)}
}
/* public */
ul{display: flex; flex-wrap: wrap; width: 100%;}
ul li{display: flex; flex-wrap: wrap;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}

ul.etw_phone{width:100%; background-color: inherit;}
ul.etw_phone li{width:100%;background-color: inherit;}
ul.etw_phone li a{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative;}
ul.etw_phone li a:has(span){border-radius: 0; background: inherit;}
ul.etw_phone li a img{transition: all .4s; mix-blend-mode: multiply;}
ul.etw_phone li a::after{content: '\F14D'; color: #fff; opacity: 0; transition: all .4s; padding: .5rem; font-size: 1rem; position: absolute; right: .5rem; bottom: .5rem; z-index: 2; background-color: var(--bg-main); border-radius: 5px; 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;}
ul.etw_phone li a:has(span)::after{left: 1rem; top: 1rem; right: auto; bottom: auto;}

ul.etw_phone li a:hover::after{opacity: 1;}

ul.etw_phone li a>span,ul.etw_phone li>span{flex: 1; width:100%; display:flex; align-items:flex-start; justify-content:center; text-align:center; color:#000; overflow:hidden; font-weight: 300; font-size: .9rem; line-height: 1.2; padding: .5rem; background-color: inherit; position: relative; z-index: 2;}
ul.etw_phone li a.imgbox:hover>img,
ul.etw_phone li a:hover img{transform: scale(1.05);}
ul.etw_phone2 li{width:50%;}
ul.etw_phone3 li{width:calc(100% / 3)}
ul.etw_phone4 li{width:25%}
ul.etw_phone5 li{width:20%}
ul.etw_phone6 li{width:calc(100% / 6)}
ul.etw_phone7 li{width:calc(100% / 7)}

ul.etw_phone-bg li>ol{background-color: #f5f5f5;}
ul.etw_phone-bg li>ol a img{mix-blend-mode: multiply;}

ul.etw_phone-pt1,ul.etw_phone-pb1{width: calc(100% + 10px); margin: 0 -5px;}
ul.etw_phone-pt1 li,ul.etw_phone-pb1 li{padding: 0 5px; }
ul.etw_phone-pt1 li{margin-top: 10px;}
ul.etw_phone-pb1 li{margin-bottom: 10px;}
ul.etw_phone-pt2,ul.etw_phone-pb2{width: calc(100% + 20px); margin: 0 -10px;}
ul.etw_phone-pt2 li,ul.etw_phone-pb2 li{padding: 0 10px; }
ul.etw_phone-pt2 li{margin-top: 20px;}
ul.etw_phone-pb2 li{margin-bottom: 20px;}

ul.etw_phone-light li>ol,ul.etw_phone-light li>a{background-color: #f8f9fa;}
ul.etw_phone-light li>ol img,ul.etw_phone-light li>a img{mix-blend-mode: multiply;}

.etw_phone1-4{display: block; width: 100%; overflow: hidden;}
.etw_phone1-4 li{width: 25%; float: left;}
.etw_phone1-4 li:first-child{width: 50%;}
.etw_phone1-4 li a:hover img{opacity: .8;}

.etw_phone1-6{display: block; width: 100%; overflow: hidden;}
.etw_phone1-6 li{width: 20%; float: left;}
.etw_phone1-6 li:first-child{width: 40%;}
.etw_phone1-6 li a:hover img{opacity: .8;}

@media (max-width:1199.98px){
	ul.etw_phone6 li{width:calc(100% / 5)}
	ul.etw_phone6 li:last-child,
	ul.etw_phone6 li:nth-last-of-type(2){display:none}
}
@media (max-width:991.98px){
	ul.etw_phone5 li,
	ul.etw_phone6 li{width: 25%;}
	ul.etw_phone5 li:last-child{display:none}
	ul.etw_phone6 li:last-child,
	ul.etw_phone6 li:nth-last-of-type(2){display:block}
	.etw_phone1-6 li,
	.etw_phone1-6 li:first-child{width:calc(100% / 3);}
	.etw_phone1-6 li:last-child{display: none;}
}@media (max-width:767.98px){
	ul.etw_phone3 li,
	ul.etw_phone5 li,
	.etw_phone1-4 li,
	.etw_phone1-6 li,
	.etw_phone1-6 li:first-child{width:50%;}
	ul.etw_phone3 li:nth-last-child(3):first-child,.etw_phone1-4 li:last-child{display:none}
	ul.etw_phone4 li,
	ul.etw_phone6 li{width: calc(100% / 3);}
}@media (max-width:575.98px){
	ul.etw_phone li a,
	ul.etw_phone li img,
	ul.etw_phone2 li,
	ul.etw_phone3 li,
	ul.etw_phone5 li,
	ul.etw_phone6 li,
	.etw_phone1-4 li,
	.etw_phone1-4 li:first-child,
	.etw_phone1-4 li a,
	.etw_phone1-4 li a img,
	.etw_phone1-6 li,
	.etw_phone1-6 li:first-child,
	.etw_phone1-6 li a,
	.etw_phone1-6 li a img{width:100%;}
	ul.etw_phone3 li:nth-child(3){display:block}
	ul.etw_phone4 li,
	ul.etw_phone6 li{width: 50%;}
	ul.etw_phone3 li:nth-last-child(3):first-child,.etw_phone1-4 li:last-child{display:block}
}
@media (max-width:375.98px){
	ul.etw_phone li img,
	ul.etw_phone4 li,
	ul.etw_phone5 li,
	ul.etw_phone6 li{width:100%;}
}

.items{display: block; margin-bottom: 1rem;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: block; position:relative; margin-bottom: 5px; font-size: .95rem; line-height: 24px;}
.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; color: var(--bg-main); position: absolute; left: 0;}
.items li>i{font-style: normal; color: var(--bg-main); margin-right: .5rem;}
.items li strong,.items dd strong{margin-right: .5rem; font-weight: 600; font-size: 14px;color: #000;}
.items_col li,.items_col dd{display: flex; flex-wrap: wrap; flex-direction: column;}
.items-mb1 li{margin-bottom: .5rem;}
.items-mb2 li{margin-bottom: 1rem;}

.items_icon1 li,.items_icon1 dd{padding-left: 1.875rem;}
.items_icon1 li::before,.items_icon1 dd::before{content: "\F271"; font-size: 1.1rem; top: 3px;}
.items_icon2 li,
.items_icon3 li,
.items_icon2 dd,
.items_icon3 dd{padding-left: 1rem;}
.items_icon4 li,
.items_icon4 dd{padding-left: 1.875rem;}
.items_icon2 li::before,.items_icon2 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); top: 9px; border-radius: 50%;}
.items_icon3 li::before,.items_icon3 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); top: 9px; transform: rotate(45deg);}
.items_icon4 li::before,.items_icon4 dd::before{content: '\F633'; font-size: 1.25rem; position: absolute; left: 0; top: 2px; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.items_icon_nub{counter-reset: items;}
.items_icon_nub li{padding-left: 1.25rem;}
.items_icon_nub li::before{counter-increment: items; content: counter(items) "."; line-height: inherit; color: var(--bg-main);}

.items2,.items3{width: calc(100% + 16px); margin: 0 -8px;}
.items2 li,.items3 li,.items4 li{float: left; margin: 0 8px;}
.items2 li{width: calc(50% - 16px);}
.items3 li{width: calc(100% / 3 - 16px);}
.items4 li{width: calc(25% - 16px);}

/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #333; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: 1rem; font-weight: 300; line-height: 1.2; padding: .75rem;}
.table-bordered td, .table-bordered th{border: none;}
.table-responsive>.table-bordered{border: 1px solid #f5f5f5;}
.table-bordered tr:has(th){border-top: 1px solid #f5f5f5;}
.table-bordered tr:nth-child(1){border: none;}

.table .top td{background-color: #dee2e3 !important; color: #3c3838;; font-weight: 400; text-align: center; padding: .75rem;}
.table a,.table a:not([href]):not([class]){color: var(--bg-main); cursor: pointer; text-decoration: underline;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-hover); text-decoration: none;}
.table .top td a{color: #fff;}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.table-big td,.table-big th{font-size: .95rem; padding: .75rem;}

.table tr td:first-of-type{font-weight: 600; font-size: .9rem; color: #000;}
.table tr:has(th) th{ text-align: center; font-size: 1.125rem; font-weight: 600; color: #000;}
.table tr:nth-child(3){border-bottom: none !important;}
.table tr td.td-size{font-size: 1rem; font-weight: 300; line-height: 1.2; color: #333;}

.table2 tr:nth-child(3n + 2){border-bottom: 1px solid #f5f5f5;}
.table3 tr:nth-child(4n + 2){border-bottom: 1px solid #f5f5f5;}



/* 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: "\f04b"; color: inherit; font-size: inherit; display:inline-block;  z-index: 1; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; width: 80px; height: 80px; color: #fff; font-size: 2rem; padding-left: 8px; border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: pulse 2s infinite; -webkit-animation: pulse 2s infinite;}
.video_btn::after{content: ''; width: 80px; height: 80px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); border-radius: 50%; background-image: radial-gradient(var(--bg-main) 30%,var(--bg-sub));}
.video_smallbtn::before,.video_smallbtn::after{width: 60px; height: 60px; font-size: 1.25rem; padding-left: 4px;}
.video_btn_ani::before{animation:initial}

@-webkit-keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(3,142,208,.8);}
	70%{-webkit-box-shadow:0 0 0 2.5rem rgba(3,142,208,0);}
	100%{-webkit-box-shadow:0 0 0 0 rgba(3,142,208,0);}
}
@keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(3,142,208,.8);}
	70%{-webkit-box-shadow:0 0 0 2.5rem rgba(3,142,208,0);}
	100%{-webkit-box-shadow:0 0 0 0 rgba(3,142,208,0);}
}
/* More */
.morebig,.more,.moresmall{display: flex;}
.morebig>a,.more>a,.moresmall>a{width:fit-content; padding: .5rem 1rem;  display: flex; flex-direction: row-reverse; align-items: center; position: relative; z-index: 0; transition: all .4s; font-family: var(--font-family3); font-size: 1.125rem;}
.morebig>a{background-color: var(--bg-main); color: #fff; }
.morebig>a::before,.more>a::before,.moresmall>a::before{content: "\F138"; color: inherit; font-size: inherit; margin-left: .5rem; 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;}
.morebig>a::after,.more>a::after{content: ''; width: 0; height: 100%; background-color: var(--bg-hover); position: absolute; right: 0; top: 0; transition: all .4s; z-index: -1;}
.morebig>a:hover::after,.more>a:hover::after{left: 0; right: auto; width: 100%;}

.more>a{background-color: #fff; color:var(--bg-main); border: 1px solid var(--bg-main);}
.more>a::after{background-color: var(--bg-main);}
.more>a:hover{border-color: var(--bg-main); color: #fff;}

.moresmall>a{flex-direction: row; padding: 0; color: var(--bg-main);}
.moresmall>a::before{margin: 0 .5rem 0 0; transition: all .4s;}
.moresmall>a:hover{color: var(--bg-hover);}
.moresmall>a:hover::before{margin-right: .75rem;}

/* Inquiry-Btn */
.inquiryBtn{display: flex;}
.inquiryBtn>a{padding: .5rem 1.5rem;  color: #fff; font-size: 1rem; position: relative; z-index: 0;}
.inquiryBtn>a::before{content: ''; position: absolute; inset: 0; background-color: var(--bg-hover); z-index: -1;}
.inquiryBtn>a::after{content: ''; width: 0; height: 100%; background-color: var(--bg-main); position: absolute; right: 0; top: 0; transition: all .3s ease-in-out; z-index: -1;}
.inquiryBtn>a:hover::after{width: 100%; left: 0; right: auto;}

/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language ul{width:100%; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9;}
#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: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{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:150%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{position:sticky; left:0; top:0; z-index:12; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); transition: all .4s;}

#etw_logo{float: left; padding: 10px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:70px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}

nav{display: block;}
nav .navbar{padding:0;justify-content:flex-end}
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;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex;align-items:center;justify-content:center; margin-right: 5rem;}
.navbar-expand-lg .navbar-nav .nav-item:last-child{margin-right: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#000; min-height:50px; display:flex;align-items:center;justify-content:center; font-size: 1.25rem; font-weight: 400; position: relative; z-index: 0; padding: 0;}
.navbar-light .navbar-nav .nav-link::before{content: ''; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; transform: skewX(-30deg); z-index: -1; transition: all .3s ease-in-out;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\f107";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; border: none;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-main);}

nav .navbar-nav .nav-item.active .dropdown-toggle::after,nav .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
.navbar-light .navbar-nav .nav-item:hover .nav-link::before{width: 100%; left:0; right: auto;}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}

.dropdown-menu{left:0; top:150%;border:none;margin:0;padding:0;border-radius:0; background-color: rgba(255,255,255,1); backdrop-filter: blur(5px); overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.dropdown-menu ul li{width: 100%;}
.dropdown-menu ul li .dropdown-item{color:#333; font-size:1rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem; padding-left: 1.5rem; font-weight:300; align-items: center;}
.dropdown-menu ul li .dropdown-item::before{content: "\F285"; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1; vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; line-height: 1; position: absolute; left: .5rem; top: 50%; transform: translateY(-50%); transition: all .4s ease; color: inherit; font-size: 12px;}
.dropdown-menu ul li .dropdown-item:hover{color: #fff; background-color: var(--bg-main); text-decoration:none}
.dropdown-menu ul li .dropdown-item:hover::before{color: #fff;}
.dropdown-menu ul li .dropdown-item.active{color: var(--bg-main); background: none;}
.dropdown-menu ul li .dropdown-item.active::before{color: var(--bg-main);}

.dropdown-menu1{left: auto; right: 0; top: 100%; width: 110%; padding: 1rem;}
.dropdown-menu1 ul>li{width: calc(100% / 3); padding: 0 1rem;}
.dropdown-menu1 ul>li>a{width: 100%; color:#000; font-size: 1rem; display:flex; align-items: center; transition:all 0.5s; border-bottom: 1px dashed #ccc; padding: 1rem 0;}
.dropdown-menu1 ul>li>a>img{width: 20%; mix-blend-mode: multiply;}
.dropdown-menu1 ul>li>a>span{width: 80%; padding-left: 20px;}
.dropdown-menu1 ul>li>a:hover,.dropdown-menu1 ul>li>a.active{color: var(--bg-main);}

@media (max-width:1399.98px){
	#header::before{width: 85%;}
}
@media (max-width:1199.98px){
	#header::before{width: 90%;}
	.navbar-expand-lg .navbar-nav .nav-item{margin-right: 3rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size: 1.1rem;}
}
@media (max-width:991.98px){#etw_logo a>span{padding-left: 1rem;margin-left: 1rem;}
	#header{position:relative;padding-top: 0;}
	#header::before{display: none;}
	#header>.container{display:flex;align-items:center; flex-wrap: wrap; justify-content: flex-end;}
	#etw_logo {flex: 1;display: flex;}

	.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
	nav{width: 100%;}
	nav .navbar{width: 100%; position:relative;right:initial;top:inherit;z-index:10}
	nav .navbar-collapse{flex: 1;}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	.navbar-expand-lg .navbar-nav .nav-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;right: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-main);}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial;top:initial}
	.dropdown-toggle::after{display:none}
	.dropdown-menu{border-top: none;}
	.dropdown-menu1 ul>li {width: 50%;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
}
@media (max-width:767.98px){
	.morebig>a, .more>a, .moresmall>a{font-size: 1.1rem;}
}
@media (max-width:575.98px){#etw_logo a>span{display: none;}
	#etw_logo a>img {max-width: 50px;}
	.dropdown-menu1 ul>li {width: 100%;}
	.etw_language ul>li>span{margin-right: 1.5rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}

/* Banner */
.etw_banner{padding: 0; overflow: visible;}
.etw_banner::before{content: ''; width: 150px; height: 194px; background: url(../images/banner_hover.webp) no-repeat center center; background-size: 100% 100%; position: absolute; right: 0; bottom: -25px; z-index: 3;}
.etw_banner .swiper{width: 100%;}
.etw_banner .swiper .swiper-slide{height: auto; overflow: hidden; display: flex;}
.etw_banner .swiper-pagination{width: 50px; height: 50px; position: absolute; bottom: 0; opacity: 0; z-index: -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.6); transition: all .4s; font-size: 1rem;}
.etw_banner .swiper-pagination-bullet{width: 50px; height: 50px; opacity: 1; border-radius: 0; position: relative;}
.etw_banner .prev-button .swiper-pagination{left:0;}
.etw_banner .next-button .swiper-pagination{right:0; left: auto;}
.etw_banner .prev-button:hover .swiper-pagination{left:100%; opacity: 1;}
.etw_banner .next-button:hover .swiper-pagination{right:100%; opacity: 1;}
.etw_banner .prev-button,.etw_banner .next-button{width: 50px; height: 50px; background-color: rgba(0,0,0,0.6); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; font-size: 1.25rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s;}
.etw_banner .next-button{left: auto; right: -100%;}
.etw_banner .prev-button:hover,.etw_banner .next-button:hover{background-color: var(--bg-main);}
.etw_banner:hover .prev-button{left: 0;}
.etw_banner:hover .next-button{right: 0;}
.banner_hover{width: 48%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; display: flex; justify-content: flex-end; align-items: center; padding: 3rem;}
.banner_hover::before{content: ''; width: 150%; height: 100%; position: absolute; right: 0; top: 0; background-color: rgba(0,0,0,.5); transform: skew(30deg);}
.banner_hover .h2{max-width: 580px; color: #fff; font-size: 2.5rem; line-height: 1.4; font-weight: 700; font-family:var(--font-family1); position: relative; z-index: 2; margin-bottom: 0;}



@media (max-width:1499.98px){

}
@media (max-width:1399.98px){

}
@media (max-width:1299.98px){

}
@media (max-width:1199.98px){.banner_hover .h2{font-size: 2.2rem;line-height: 1.3;}

}
@media (max-width:991.98px){.banner_hover{width: 68%;}

}
@media (max-width:767.98px){.banner_hover{display: none;}

}
@media (max-width:575.98px){

}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{text-align: center; margin-bottom: 1.25rem;}
.home-title .h3{font-size: 2rem; line-height: 1; font-weight: 600; font-family: var(--font-family1);}

.homePros .h3{color: var(--bg-hover); font-weight: 600; margin:.5rem 0 1.5rem 0; font-size: 2.5rem;}
.homePros .h3::after{content: ''; width: 100px; height: 2px; background-color: var(--bg-hover); display: block; margin: 1.5rem auto 0 auto;}
.homePros small{max-width: 80%;font-size: 1.125rem; line-height: 28px; font-weight: 300; display: block; margin: 0 auto;}
.homeBox_img{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.homeBox_img img{width:40px; opacity:.1;}

.homePros ul{width: calc(100% + 30px); margin: 0 -15px;}
.homePros ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.homePros ul li>ol{flex-direction: column;}
.homePros ul li>ol a{width: 100%; display: flex; flex: 1; background-color: #fff; flex-direction: column; padding: 20px; overflow: hidden;}
.homePros ul li>ol a>.h6{width: 100%; flex: 1; font-size: 1rem; font-weight: 300; color: #000; position: relative; z-index: 4; transition: all .4s; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; text-align: center; padding-top: 1rem;}
.homePros ul li>ol a>.h6>span{width: 100%; display: flex; color: #666; margin-top: .5rem; font-size: 1rem;}
.homePros ul li>ol .imgbox{background: inherit; justify-content: flex-start; overflow: visible;}
.homePros ul li>ol .imgbox>img{mix-blend-mode: multiply; filter: grayscale(100%); transition: all .4s; max-width: 80%; margin-left: 0;}
.homePros ul li>ol .imgbox .subimg{width: calc(45% + 1.875rem); border-radius: 100px 0 0 100px; border: 2px solid #ccc; overflow: hidden; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); transition: all .4s ease-in-out; background-color: #f5f5f5; z-index: 2; outline: 15px solid #f5f5f5;}
.homePros ul li>ol .imgbox .subimg::before{content: ''; display: block; padding-top: 75%;}
.homePros ul li>ol .imgbox .subimg>img{mix-blend-mode: multiply;}
.homePros ul li>ol:hover .imgbox>img{filter: grayscale(0);}
.homePros ul li>ol:hover a{box-shadow: 0 0 20px rgba(0,0,0,.2);}
.homePros ul li>ol:hover a.imgbox .subimg{height: 100%; opacity: 1;}
.homePros ul li>ol:hover a>.h6{color: var(--bg-hover);}

.homeVideo{background: linear-gradient(to right,#00b7ff,aliceblue); display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
.homeVideo_left{width: 37.5%; flex: 1; display: flex; flex-direction: column; align-items: flex-end; padding-right: 40px;}
.homeVideo_left .home-title{max-width: 320px; text-align: left; color: #fff; font-size: 2rem; font-weight: 600; line-height: 1.2;}
.homeVideo_left .more1{width: 100%; max-width: 320px; display: flex; justify-content: flex-start; margin-top: 1rem;}
.homeVideo_left .more1>a{color: #fff; display: flex; align-items: center; line-height: 1;}
.homeVideo_left .more1>a::before{content: '\F62B'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.25rem; margin-right: 0.5rem;}
.homeVideo_left .more1>a:hover{color: var(--bg-hover);}

.homeVideo_right{width: 62.5%;position: relative;}
.homeVideo_right .swiper{width: 100%;}
.homeVideo_right .video_btn{width: auto; height: auto; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.homeVideo_right .video_btn::before{content: "\f16a"; width: fit-content; height: fit-content; animation: initial; padding: 0; font-size: 4rem;}
.homeVideo_right .video_btn::after{content: ''; background: var(--bg-hover); width: 1.5rem; height: 1.5rem;}
.homeVideo_btn{width: 100%; position: absolute; left: 0; bottom: -40px; display: flex; align-items: center; justify-content: center;}
.homeVideo_btn .prev-button,.homeVideo_btn .next-button{font-size: 1.25rem; color: #fff;}
.homeVideo_btn .swiper-pagination{position: relative; width: fit-content !important; bottom: 0 !important;}
.homeVideo_btn .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff;}

.homeApps .container{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; flex-direction: row-reverse;}
.homeApps .home-title{width: 26%; text-align: left; padding-left: 5%;}
.homeApps .home-title .h3{font-size: 2rem; margin-bottom: .5rem; font-weight: 600; color: #303030;}
.homeApps .home-title .h3::before{content: ''; width: 80px; height: 6px; background-color: #303030; display: block; margin-bottom: .5rem;}
.homeApps .home-title p{font-size: 1rem; color: #666;}
.homeApps .home-title .more>a{padding: 0; border:none; border-bottom: 1px solid var(--bg-main);}
.homeApps .home-title .more>a::after{content: none;}
.homeApps .home-title .more>a:hover{color: var(--bg-hover); border-bottom-color: var(--bg-hover);}

.homeApps_right{width: 74%;}
.homeApps_list{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap; height: 400px;}
.homeApps_list>li{width: calc(100% / 3); padding: 0 10px; transition: all 500ms;}
.homeApps_list>li>ol{width: 100%; overflow: hidden; position: relative; cursor: pointer;}
.homeApps_list>li>ol .homeApps_bg{width: 100%; overflow: hidden; position: absolute; inset: 0;}
.homeApps_list>li>ol .homeApps_bg::after{content: ''; width: 100%; height: 70%; background-image: linear-gradient(180deg, transparent 0, #000 100%); position: absolute; left: 0; bottom: 0; z-index: 2;}
.homeApps_list>li>ol .homeApps_title{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 3; padding: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; white-space: nowrap;}
.homeApps_list>li>ol .homeApps_title .h6{font-size: 1rem; color: #fff; font-family: var(--font-family2); text-transform: uppercase; margin-bottom: 0; letter-spacing: 2px;}
.homeApps_list>li>ol .homeApps_title>i{width: 30px; height: 30px; border: 1px solid #fff; border-radius: 50%; font-size: 1.25rem; color: #fff; display: flex; align-items: center; justify-content: center; transition: all .4s;}
.homeApps_list>li:hover>ol .homeApps_title>i{color: #000; background-color: #fff;}
.homeApps_list>li>ol .homeApps_details{width: 0; height: calc(100% - 40px); position: absolute; left: 20px; top: 20px; background-color: #fff; z-index: -4; overflow: hidden; visibility: hidden; transition: all 500ms; padding: 20px;}
.homeApps_list>li>ol .homeApps_details .h6{font-size: 1.5rem; color: #000; font-family: var(--font-family2); text-transform: uppercase; margin-bottom: .5rem;}
.homeApps_list.active>li{width: 120px;}
.homeApps_list.active>li>ol .homeApps_title{bottom: 30px; display: block;}
.homeApps_list.active>li>ol .homeApps_title .h6{transform: rotate(-90deg);}
.homeApps_list.active>li>ol .homeApps_title>i{opacity: 0; display: none;}
.homeApps_list.active>li.dq{width: calc(100% - 240px);}
.homeApps_list.active>li.dq>ol .homeApps_details{width: calc(100% - 40px); visibility: visible; z-index: 4;}

.homeAbout {padding: 5rem 0; background: url(../images/background-map.svg) no-repeat right top; background-size: 50% auto;}
.homeAbout .container{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.homeAbout_left{width: 50%; padding-left: 10%; display: flex; flex-direction: column; justify-content: center;}
.homeAbout_left>.h3{font-size: 2rem; max-width: 85%; color:#000; font-weight: 200; position: relative;}
.homeAbout_left>.h3 span{font-size: 1.875rem; font-weight: 600;}
.homeAbout_left>p{font-size: 1rem;}

.homeAbout_box{width: 100%; margin-top: 1rem; border-top: 1px solid #ccc;}
.homeAbout_box .card{border: none; border-bottom: 1px solid #ccc;}
.homeAbout_box .card .card-link{font-size: 1.125rem; font-weight: 700; padding: 1.25rem;}
.homeAbout_box .card .card-link::after{content:"\F4FA"; font-size:1.2rem; color:#000; position:absolute; right:1.25rem; top:1.25rem; 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;}
.homeAbout_box .card .card-link:hover::after{color: var(--bg-hover);}
.card-body{padding:1rem 1.25rem; line-height:1.4rem}
.card-body>p{font-size: 1rem;}
.homeAbout_box .card .card-link[aria-expanded="true"]::after{content:"\F2E6"; color: var(--bg-hover);}
.homeAbout_right{width: 40%; overflow: hidden; position: relative;}
.homeAbout_right::before{content: ''; display: block; padding-top: 125%;}

.homeCustomers{padding: 2.5rem 0;}
.homeCustomers ul{width: calc(100% + 10px); margin: 0 -5px;}
.homeCustomers ul li{width: calc(100% / 10); padding: 5px;}
.homeCustomers ul li>img{filter: grayscale(100%); transition: all .4s;}
.homeCustomers ul li:hover>img{filter: grayscale(0);}

@media (max-width:1199.98px){
	section{padding:3.125rem 0;}


}
@media (max-width:991.98px){.homePros .h3{font-size: 2.2rem;line-height: 1.3;margin-bottom: 1rem;}
	section{padding:2.5rem 0;}
	.homePros .h3::after{margin-top: 1rem;}
	.homeVideo_left{padding-right: 2rem;padding-left: 1rem;}
	.homeVideo_left .home-title{font-size: 1.8rem;line-height: 1.3;}
	.homeApps .home-title{width: 100%;padding-left: 0;}
	.homeApps_right{width: 100%;}
	.homeApps_list>li>ol .homeApps_title{flex-wrap: nowrap;}
	.homeApps_list>li>ol .homeApps_title .h6{font-size: 0.9rem;flex: 1;white-space: normal;}
	.homeApps_list>li>ol .homeApps_title>i{flex: none;}
	.homeAbout_left{padding-left: 2rem;}
}
@media (max-width:767.98px){.homePros .h3{font-size: 1.8rem;}
	section{padding:1.875rem 0;}
	.homePros small{max-width: 100%;font-size: 1.1rem;}
	.homePros ul li{width: 50%;}
	.homeVideo_left{padding: 0 1rem;}
	.homeVideo_left .home-title,.homeApps .home-title .h3{font-size: 1.6rem;line-height: 1.3;}
	.homeApps_list>li>ol .homeApps_title .h6{letter-spacing: 0;}
	.homeApps_list>li>ol .homeApps_title>i{width: 20px;height: 20px;}
	.homeAbout{padding: 3rem 0;}
	.homeAbout_left{width: 100%;padding-left: 0;margin-bottom: 1rem;}
	.homeAbout_right{width: 100%;}
	.homeCustomers{padding: 2rem 0;}
	.homeCustomers ul li{width: 20%;}
}
@media (max-width:575.98px){a.imgbox img{width: 100%;}
	section{padding:1.25rem 0;}
	.homePros ul li{width: 100%;}
	.homeVideo{background: #00b7ff;}
	.homeVideo_left{width: 100%;flex: none;align-items: flex-start;margin-bottom: 1rem;padding: 0 2rem;}
	.homeVideo_left .home-title,.homeVideo_left .more1{max-width: 100%;width: 100%;}
	.homeVideo_right{width: 100%;padding: 0 2rem;}
	.homeApps_list{height: 600px;}
	.homeApps_list>li{width: 100%;margin-bottom: 1rem;}
	.homeApps_list>li:last-child{margin-bottom: 0;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}



}
/* index-end */
/* #footer */
.footer{padding: 2.5rem 0; background: url(../images/footer_bj.webp) no-repeat center center; background-size: cover; position: relative; overflow: hidden;}
.footer::before{content: ''; position: absolute; inset: 0; background-color: var(--bg-main); opacity: .9;}
.footer_bg{width: 115px; height: 95px; position: absolute; left: 0; top: -1px; clip-path: polygon(0 0, 0 100%, 100% 0); background-color: #f5f5f5;}
.footer_bg::before,.footer_bg::after{content: ''; width: 100%; height: 35px; position: absolute; left: 0; top: 0;}
.footer_bg::after{height: 60px; background-color: var(--bg-sub); top: auto; bottom: 0;}

.footer .container{position: relative; z-index: 2;}
.footer .container>.row{justify-content: space-between;}
.footer .h3,.footer a.h3{display: block; font-size: 1.25rem; color: #fff; font-weight: 700; margin-bottom: 1rem;}
.footer a.h3{width: fit-content;}
.footer a.h3:hover{color: var(--bg-hover);}
.footer_list{display:flex;flex-direction:column;}
.footer_list>li{display:block;margin-bottom: 5px;}
.footer_list>li:last-child{margin-bottom: 0;}
.footer_list>li>a{display: block; font-size: .9rem; color: #fff; position: relative;padding-left: 1rem;}
.footer_list>li>a::before{content: ''; width: 6px; height: 6px; background-color: #fff; position: absolute; left: 0; top: 8px; transform: rotate(45deg);}
.footer_list>li>a:hover{color:var(--bg-hover); opacity: 1;}
.footer_list>li>a:hover::before{background-color: var(--bg-hover);}
.footer_cp{flex-direction: row; justify-content: space-between;}
.footer_cp>li{width: calc(53% - 5px);}
.footer_cp>li:nth-child(even){width: calc(47% - 5px);}

.footer_contact{display:flex; flex-direction: column; margin-top:0.5rem; margin-bottom: 0;}
.footer_contact dt{font-size: 1.2rem; color: #fff; font-weight: 600; margin-bottom: .5rem;}
.footer_contact dd{width: 100%; color: #fff; display:flex; flex-wrap:wrap; align-items:center; margin-bottom: 5px; font-size: .9rem; padding-left: 1.8rem; position: relative;}
.footer_contact dd a{color: #fff;}
.footer_contact dd i{font-size: 1rem; position: absolute; left: 0; top: 0; color:#fff;}
.footer_contact dd a:hover{text-decoration: underline; color: var(--bg-hover);}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; padding:2.5rem 0 0 0; position:relative;z-index:2;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#fff;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #fff;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:#fff;font-size:.9rem;}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center;background:var(--bg-main); box-shadow: 0 0 10px rgba(255,255,255,.5); 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:0.9rem;}
#etw_top:hover{background:var(--bg-hover);transform:translateY(-0.5rem)}
#etw_top:after{position:absolute;z-index:-1;content:"";top:100%;left: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:var(--bg-main) !important;border:1px solid var(--bg-main) !important;}
.theme-box-name{background:#333 !important;border-left:1px solid #333 !important}

@media (max-width:1199.98px){

}
@media (max-width:991.98px){.footer_cp,.footer_list{margin-bottom: 1.5rem;}
.footer_bg::before{height: 30px;}
.footer_bg::after{height: 70px;}
.footer_list>li{margin-bottom: 0.5rem;}
.footer_list>li>a{line-height: 1.4;}
}
@media (max-width:767.98px){.footer_list>li{width: 100%;}

}
@media (max-width:575.98px){

}
@media (max-width:420.98px){.homeCustomers ul li{width: 50%;}

}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{ font-size:0.9rem;text-transform:capitalize; }
#quicknav ul>li:first-child{padding-left: 0; padding-right: 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:#000; opacity: 1;}
#quicknav ul li:last-child{color: var(--bg-hover);}
#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 */

/* Products */
.etw_hometitle h2,.etw_hometitle .h3{font-size: 3rem; color: #fff; margin-bottom: 0; font-family: var(--font-family1); text-align: center;}
@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.5rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.25rem;}
}

.text-scroll{width: 100%; height: 120px; overflow-y: auto; padding-right: 15px;}
.text-scroll::-webkit-scrollbar{width: 3px;}
.text-scroll::-webkit-scrollbar-track{background: #dcdcdc; border-radius: 5px;}
.text-scroll::-webkit-scrollbar-thumb{background-color: var(--bg-main); border-radius: 5px;}

.prosBannner{width: 100%; padding: 0;}
.prosBannner::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to left, transparent 30%,rgba(0,0,0,.7));}
.product_hover{position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center;}
.product_hover .etw_hometitle h2{max-width: 50%; text-align: left;}

.prosApp{padding: 1.875rem 0;}
.prosApp .swiper{margin: 0 0 1.875rem 0;}
.prosApp .h3{font-size: 2rem; color: #000; margin-bottom: .5rem; font-family: var(--font-family2);}
.prosApp small{display: block; font-size: 1.5rem; line-height: 1.15; color: #000; max-width: 55%; margin-bottom: 1rem; font-weight: 300;}
.prosApp p{font-size: 1.1rem; line-height: 26px; color: #333;}

.prosCustomers{background: url(../images/bg-pattern.webp); padding: 2.5rem 0;}
.prosCustomers .swiper-slide>img{filter: grayscale(100%); transition: all .4s;}
.prosCustomers .swiper-slide:hover>img{filter: grayscale(0);}

.prosAll{padding:2.5rem 0;}
.prosAll .h3{text-align: center; font-size: 2rem; color: var(--bg-main); margin-bottom: 0;}
.prosAll ul{width: calc(100% + 30px); margin: 0 -15px;}
.prosAll ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.prosAll ul li>ol{background-color: #f5f5f5; flex-direction: column; box-shadow: 0 0 15px rgba(0,0,0,.15); transition: all .4s;}
.prosAll ul li>ol a.imgbox{background: inherit; padding: 1.25rem;}
.prosAll ul li>ol a.imgbox>img{mix-blend-mode: multiply; margin-left: 0;}
.prosAll ul li>ol a.imgbox .subimgbox{width: 40%; height: 100%; position: absolute; right: 0; top: 0; filter: drop-shadow(-10px 0 0 #f5f5f5); transition: all .4s;}
.prosAll ul li>ol a.imgbox .subimgbox::before{content: ''; position: absolute; inset: 0; background: url(../images/bj1.svg) no-repeat left center; background-size: auto 100%;}
.prosAll ul li>ol a.imgbox .subimgbox>img{max-width: 60%; margin-right: 1.25rem; transition: all .4s;}
.prosAll ul li>ol .textbox{flex-direction: column; justify-content: space-between; padding: 1.25rem; padding-top: 0;}
.prosAll ul li>ol .textbox a.h6{font-size: 1.25rem; font-weight: 300; color: #000;}
.prosAll ul li>ol .textbox>p{ font-size: .95rem; color: #333; margin-bottom: .5rem;}
.prosAll ul li>ol .textbox>dl{flex: 1; margin-bottom: .5rem;}
.prosAll ul li>ol .textbox>dl>dd{font-size: .95rem; color: #333; margin-bottom: 0;}
.prosAll ul li>ol .textbox>.more>a{border-color: transparent; padding: .5rem 0; background-color: #f5f5f5;}
.prosAll ul li>ol .textbox>.more>a::before{margin: 0;}
.prosAll ul li>ol .textbox a.h6:hover{color: var(--bg-main);}
.prosAll ul li>ol:hover{box-shadow: 0 0 0 rgba(0,0,0,.15);}
.prosAll ul li>ol:hover a.imgbox .subimgbox{width: 85%;}
.prosAll ul li>ol:hover a.imgbox .subimgbox>img{margin-right: 3rem;}
.prosAll ul li>ol:hover .textbox>.more>a{padding: .5rem 1rem; border-color: var(--bg-main);}

.inquiryForm{width: 100%; background: url(../images/inquiryform_bj1.webp) no-repeat center center; background-size: cover; padding: 2.5rem 0;}
.inquiryForm::before{content: ''; background-color: var(--bg-main); position: absolute; inset: 0; opacity: .9; z-index: 1;}
.inquiryForm .container{max-width: 1000px; position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center;}
.inquiryForm_left{width: 55%; padding-right: 2.5rem;}
.inquiryForm_right{width: 45%; border-left: 2px solid #fff; padding-left: 2.5rem;}
.inquiryForm .h3{font-size: 2rem; font-weight: 300; color: #fff;}
.inquiryForm p{font-size: 1.125rem; line-height: 26px; font-weight: 300; color: #fff;}
.inquiryForm dl{margin-bottom: 1rem; display: flex; flex-direction: column;}
.inquiryForm dl>dd{display: flex; align-items: center; color: #fff; font-size: 1rem; margin-bottom: 0;}
.inquiryForm dl>dd>i{margin-right: .5rem;}
.inquiryForm .more{width: fit-content;}
.inquiryForm .more>a{background-color: #fff; color: var(--bg-main); font-weight: 500;}
.inquiryForm .more>a::before{content: none;}
.inquiryForm .more>a:hover{color: #fff;}
.inquiryForm .more>a:hover::after{background-color: var(--bg-hover);}

.prosAbout .container{display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.prosAbout .swiper{width: 45%;}
.prosAbout .swiper .swiper-slide{height: auto; display: flex; clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);}
.prosAbout .swiper .swiper-slide a.imgbox::before{content: ''; display: block; padding-top: 56.25%;}
.prosAbout .next-button,.prosAbout .prev-button{width: 30px; height: 50px; position: absolute; left: -100%; top: 50%; transform: translateY(-50%); background-color: #fff; z-index: 2; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #000; transition: all .4s; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.prosAbout .next-button{left: auto; right: -100%;}
.prosAbout .swiper:hover .next-button{right: 0;}
.prosAbout .swiper:hover .prev-button{left: 15px;}
.prosAbout .next-button:hover,.prosAbout .prev-button:hover{background-color: var(--bg-main); color: #fff;}
.prosAbout .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff;position: relative; z-index: 0; opacity: 1;}
.prosAbout .swiper-pagination-bullet-active{opacity: 1; background-color: var(--bg-main);}

.prosAbout_left{width: 55%; padding-right: 2.5rem; display: flex; flex-direction: column; justify-content: center;}
.prosAbout_left>small{font-size: 1rem; text-transform: uppercase; color: var(--bg-hover);}
.prosAbout_left .h3{font-size: 2.25rem; color:#000; font-weight: 300; position: relative; padding-bottom: 1.25rem; margin-bottom: 1.25rem;}
.prosAbout_left>.h3>span{width: 70px; height: 4px; background-color: var(--bg-hover); position: absolute; left: 0; bottom: 0;}
.prosAbout_left>.h3>span::before,.prosAbout_left>.h3>span::after{content: ''; width: 4px; height: 4px; background-color: var(--bg-hover); position: absolute; right: -10px; bottom: 0;}
.prosAbout_left>.h3>span::after{right: -20px;}
.prosAbout_left>p{font-size: 1.125rem; line-height: 28px; font-weight: 300;}
.prosAbout_left .more>a{border: none;border-bottom: 1px solid var(--bg-main); padding: 0; flex-direction: row;}
.prosAbout_left .more>a::before{margin: 0 .5rem 0 0;}
.prosAbout_left .more>a::after{content: none;}
.prosAbout_left .more>a:hover{color: var(--bg-hover); border-bottom-color: var(--bg-hover);}
.prosAbout_left ul{flex-direction: column; margin-bottom: 0;}
.prosAbout_left ul>li{width: 100%; flex-direction: column; margin-bottom: 1.25rem;}
.prosAbout_left ul>li>.h6{font-size: 1.125rem; font-weight: 600; margin-bottom: .5rem;}
.prosAbout_left ul>li>p{color: #000; font-size: 1rem; font-weight: 300;}
.prosAbout_left ul>li:last-child{border-right: none;}

@media (max-width:991.98px){
	.prosApp small{max-width: 70%;}
	.prosAll ul li{width: 50%;}
}
@media (max-width:767.98px){
	.prosAbout .swiper{width: 100%;}
	.appsAbout .prosAbout_left{width: 100%;}
	.prosAbout_left>.h3,.prosApp .h3,.prosAll .h3{font-size: 1.8rem;line-height: 1.3;}
	.prosApp small{max-width: 100%;font-size: 1.3rem;}
	.prosApp p{font-size: 1rem;}
	.inquiryForm_left{width: 100%;padding-right: 0;margin-bottom: 1.5rem;}
	.inquiryForm .h3{font-size: 1.6rem;line-height: 1.3;}
	.inquiryForm p{font-size: 1.1rem;}
	.inquiryForm_right{width: 100%;}
	.prosAbout .swiper .swiper-slide{clip-path: none;}
	.prosAbout_left{width: 100%;padding-right: 0;padding-top: 1.5rem;}
}
@media (max-width:575.98px){
	.prosAll ul li{width: 100%;}
}
@media (max-width:375.98px){}
/* hub*/
.prosHub{padding: 0 0 4rem 0; overflow: visible; position: relative; z-index: 2;}
.prosHub .textbox1{width: 100%; display: flex; flex-direction: column; background-color: #fff; padding: 1.875rem 2.5rem; padding-right: 1.25rem; padding-bottom: 0; margin-left: -2.5rem; margin-top: -7rem;}
.prosHub .textbox1 .etw_hometitle h2{color: var(--bg-hover); font-size: 2rem; text-align: left; margin-bottom: 1rem;}
.prosHub .textbox1 .etw_hometitle small{font-size: 1.25rem; color: #666; display: block; margin-bottom: 1rem;}
.prosHub .textbox1 p{font-size: 1rem;}

.prosHub_list{width: 100%; flex-direction: column; margin-top: 20px;}
.prosHub_list>li{width: 100%; display: flex; flex-wrap: wrap; flex-direction: row-reverse; margin-bottom: 2.5rem;}
.prosHub_list>li a.imgbox{width: 40%; background-color: #dcdcdc; overflow: visible;}
.prosHub_list>li a.imgbox>img{mix-blend-mode: multiply; max-width: 90%;}
.prosHub_list>li a.imgbox .subimg{width: 40%; height: 40%; display: flex; position: absolute; right: 0; top: 0;}
.prosHub_list>li a.imgbox .subimg>span{width: 100%; height: 100%; display: flex; overflow: hidden; position: relative; background: url(../images/bj1.svg) no-repeat left center; background-size: auto 100%;}
.prosHub_list>li a.imgbox .subimg>span>img{left: 40%; transform: scale(1.2);}
.prosHub_list>li .textbox{width: 60%; flex-direction: column; justify-content: center; padding-right: 4rem;}
.prosHub_list>li .textbox .h6{color: #000; font-size: 1.6rem;}
.prosHub_list>li .textbox .h6:hover{color: var(--bg-hover);}
.prosHub_list>li .textbox p{font-size: 1rem;}
.prosHub_list>li .textbox .more>a::before{margin: 0;}
.prosHub_list>li .textbox>dl{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 1rem;}
.prosHub_list>li .textbox>dl .row{width: 100%;}
.prosHub_list>li .textbox>dl dd{width: 100%; margin-bottom: 0; position: relative; padding-left: 1rem; color: #666;}
.prosHub_list>li .textbox>dl dd::before{content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
.prosHub_list>li:hover a.imgbox{filter: drop-shadow(0 0 10px rgba(0,0,0,.2));}
.prosHub_list>li:last-child{margin-bottom: 0;}

.inquiryForm2{width: 100%; background: url(../images/inquiryform_bj1.webp) no-repeat center center; background-size: cover;}
.inquiryForm2::before{content: ''; width: 150%; height: 100%; background-image: linear-gradient(to left, #DCEAF7 50%,var(--bg-hover) 50%); position: absolute; left: 50%; top: 0; opacity: .9; z-index: 1; transform: translateX(-50%) skewX(-30deg);}
.inquiryForm2 .container{position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.inquiryForm2_left{width: 50%; display: flex; justify-content: center;}
.inquiryForm2 .h3{max-width: 70%; margin: 0; line-height: 1.5; color: #fff; font-size: 1.625rem; font-weight: 600; text-align: center;}
.inquiryForm2_right{width: 50%; display: flex; justify-content: center; align-items: center;}
.inquiryForm2 dl{width: 50%; display: flex; flex-direction: column; margin: 0;}
.inquiryForm2 dl>dd{margin: 0; padding: .5rem 0; line-height: 1; color: #000; font-size: 1.125rem;}
.inquiryForm2 dl>dd>i{margin-right: .5rem; color: var(--bg-main);}
.inquiryForm2 .inquirybtn>a{background-color: var(--bg-main); color: #fff; padding: .5rem 1.25rem; border-radius: 30px;}
.inquiryForm2 .inquirybtn>a:hover{background-color: var(--bg-hover);}







@media (max-width:1199.98px){
	.prosHub .textbox1{margin-top: -5rem;}
}
@media (max-width:991.98px){
	.inquiryForm2_left,.inquiryForm2_right{width: 100%;}
	.inquiryForm2_left{margin-bottom: 2rem;}
	.inquiryForm2::before{background-image: linear-gradient(to top, #DCEAF7 50%,var(--bg-hover) 50%);}
	.inquiryForm2 .h3{font-size: 1.6rem;line-height: 1.3;max-width: 60%;}
	.prosHub .textbox1{margin-top: 0;margin-left: 0;padding: 1rem 1rem 0;}
	.prosHub .textbox1 .etw_hometitle h2{font-size: 1.8rem;line-height: 1.3;}
	.prosHub .textbox1 .etw_hometitle small{font-size: 1.1rem;}
	.prosHub_list>li .textbox{padding-right: 2rem;}
	.prosHub_list>li .textbox .h6{font-size: 1.4rem;line-height: 1.3;}
}
@media (max-width:767.98px){
	.inquiryForm2 .h3{max-width: 90%;}
	.prosHub_list>li a.imgbox{width: 100%;margin-bottom: 1rem;}
	.prosHub_list>li .textbox{width: 100%;padding-right: 0;}
	.prosHub_list>li .textbox .h6{margin-bottom: 0.5rem;}
	.prosHub_list>li a.imgbox .subimg{max-width: 12.4rem;}
}
@media (max-width:575.98px){.inquiryForm2_right{flex-wrap: wrap;}
	.inquiryForm2 dl{width: 100%;margin-bottom: 1rem;align-items: center;}
	.inquiryForm2::before{background-image: linear-gradient(to top, #DCEAF7 55%,var(--bg-hover) 55%);}
}
/* hub-End */
/* Products-Details */
.details{padding: 0;}
.details-items{width: 100%; padding: 3.75rem 0; position: relative; overflow: hidden;}
.details-items .container{position: relative; z-index: 2}
.details .etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px dashed #ccc;}
.details .etw_hometitle span{font-size: 1.625rem; color: var(--bg-hover); font-weight: 200; display: block; margin-bottom: .6rem;}
.details .etw_hometitle h2{color: #000; font-size: 2rem; font-weight: 600; text-align: left; display: flex; flex-direction: column-reverse; margin-bottom: .6rem; line-height: 1.1;}
.details .etw_hometitle h2>span{width: fit-content; background-color: #d7d7d7; font-size: 1.125rem; line-height: 1; color: #0167b5; padding: .5rem 1rem; margin-bottom: .5rem;}
.details .etw_hometitle small{display: block; font-size: 1.25rem; color: #666; font-weight: 300;}
.details-items:nth-child(1){background-image: linear-gradient( #fff,#f7f7f7);}

.etw_pic{width: calc(100% + 10px); margin: 0 -5px;}
.etw_pic li{width: 100%; padding: 5px;}
.etw_pic li>a{display: flex; overflow: hidden; align-items: center; justify-content: center; position: relative; box-shadow: 0 0 5px rgba(0,0,0,.15);}
.etw_pic li>a::after{content: '\F14D'; color: #fff; opacity: 0; transition: all .4s; padding: .5rem; font-size: .75rem; position: absolute; right: 5px; bottom: 5px; z-index: 2; background-color: var(--bg-main); border-radius: 5px; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.etw_pic li>a:hover::after{opacity: 1;}
.etw_pic2 li{width: 50%;}
.etw_pic3 li{width: calc(100% / 3);}
.etw_pic4 li{width: 25%;}

.features .h4_title{margin-bottom: 0;}
.features ul{width: calc(100% + 30px); margin: 0 -15px;}
.features ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.features ul li>p{background-color: #f5f5f5; padding: 1.25rem; font-size: 1.05rem; line-height: 26px; font-weight: 300; color: #333; box-shadow: 0 0 15px rgba(0,0,0,.2);}
.features .features_list2 li{width: 50%;}

.text-main{margin-bottom: 1rem;}
.text-main p,.text-main ul li{font-size: 1.05rem; line-height: 26px; font-weight: 300; color: #333;}
.text-main:last-child{margin-bottom: 0;}
.img-bg img{mix-blend-mode: multiply;}

.h4_title{display: flex; align-items: center; margin-bottom: 1.125rem; font-size: 1.8rem; color: #000; font-weight: 500; font-family: var(--font-family1);}
.h4_title>i{color: var(--bg-main); margin-right: 1rem;}
.details-items:nth-child(1) .h4_title{font-size: 1.4rem; margin-bottom: .5rem;}

.technical{display: block;}
.technical_nav{position: relative;}
.technical_nav::after{content: '';width: 100%; height: 1px; background-color: #ccc; position: absolute; left: 0; bottom: 0;}
.technical_nav>li{padding: .5rem 1rem; font-size: 1.25rem; font-weight: 300; color: #000; position: relative; z-index: 2; cursor: pointer;}
.technical_nav>li.active{background-color: #fff; border: 1px solid #ccc; border-bottom: 0; color: var(--bg-main);}
.technical_content{display: block; margin-top: 20px;}
.technical_content>div{display: none;}
.technical_content>div:first-child{display: block;}

.relatedPros .h3{display: flex; align-items: center; font-size: 2rem; color: #000; font-weight: 500; margin-bottom: 0;}
.relatedPros ul{width: calc(100% + 30px); margin: 0 -15px;}
.relatedPros ul li{width: 25%; padding: 0 15px; margin-top: 30px;}
.relatedPros ul li>ol{width: 100%; background-color: #fff; flex-direction: column; transition: all .4s; border-radius: 10px; border-top: 3px solid var(--bg-main); overflow: hidden;}
.relatedPros ul li>ol .textbox{flex-direction: column; justify-content: space-between; padding: 1.25rem;}
.relatedPros ul li>ol .textbox a.h6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1.125rem; color: #000; margin-bottom: 0;}
.relatedPros ul li>ol .textbox a.h6:hover{color: var(--bg-hover);}
.relatedPros ul li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.relatedPros ul li>ol:hover .textbox .more>a{padding: .5rem 1rem; border-color:var(--bg-main)}
.relatedPros .relatedPros_list li{width: 100%;}
.relatedPros .relatedPros_list li>ol{flex-direction: row; padding: 1.25rem;}
.relatedPros .relatedPros_list li>ol a.imgbox{width: 30%;}
.relatedPros .relatedPros_list li>ol .textbox{width: 70%; padding: 0; padding-left: 2.5rem; justify-content: center;}
.relatedPros .relatedPros_list li>ol .textbox a.h6{flex: none; display: block; text-align: left; font-size: 1.5rem; color: #000; margin-bottom: 1rem;}

.relatedPros .relatedPros_list2 li{width: 50%;}
.relatedPros .relatedPros_list2 li>ol{flex-direction: row; padding: 1rem;}
.relatedPros .relatedPros_list2 li>ol a.imgbox{width: 40%;}
.relatedPros .relatedPros_list2 li>ol .textbox{width: 60%; padding: 0; padding-left: 1.5rem; justify-content: center;}
.relatedPros .relatedPros_list2 li>ol .textbox a.h6{flex: none; display: block; text-align: left; font-size: 1.4rem; color: #000; margin-bottom: 1rem;}
.relatedPros .relatedPros_list2 li>ol .textbox>dl{flex-direction: column;}
.relatedPros .relatedPros_list2 li>ol .textbox>dl>dd{margin-bottom: 0;}

.inquiryDetailsForm{background: url(../images/world.svg) no-repeat center center; background-size: cover; box-shadow: inset 0 0 100px rgba(0,0,0,.2);}
.inquiryDetailsForm .h3{font-size: 2rem; font-weight: 500; color: #000; margin-bottom: 1.875rem;}
.inquiryDetailsForm dl{display: flex; flex-direction: column; margin: 0;}
.inquiryDetailsForm dl>dd{display: flex; align-items: center; font-size: 1.25rem; font-weight: 300; color: #333; margin-bottom: .5rem;}
.inquiryDetailsForm dl>dd>i{color:var(--bg-main); margin-right: 1rem;}
.inquiryDetailsForm #feedback2017 .etw-inquery-container{padding: 0;}
.inquiryDetailsForm #feedback2017 .etwfrom-sendsubmit{background-color: var(--bg-main) !important;}
.inquiryDetailsForm #feedback2017 .etwfrom-sendsubmit:hover{background-color: var(--bg-hover) !important;}

.detailsAbout{width: 100%;}
.detailsAbout .h3{font-size: 2rem; color: var(--bg-main); margin-bottom: 1.25rem;}
.detailsAbout ul{flex-direction: column;}
.detailsAbout ul>li{width: 100%; margin-bottom: .5rem;}
.detailsAbout ul>li .h6{font-size: 1.25rem; font-weight: 500; margin-bottom: .5rem;}
.detailsAbout ul>li p{font-size: .95rem; line-height: 22px; color: #333;}
.detailsAbout .more>a{flex-direction: row; border: none; padding: .5rem 0;}
.detailsAbout .more>a::before{margin: 0 .5rem 0 0;}
.detailsAbout .more>a:hover{padding: .5rem 1rem;}

.otherPros ul{width: calc(100% + 20px); margin: 0 -10px; margin-top: -10px;}
.otherPros ul li{width: 25%; padding: 10px;}
.otherPros ul li>ol>a{flex-direction: column; padding: 1rem; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.otherPros ul li>ol>a>img{mix-blend-mode: multiply;}
.otherPros ul li>ol>a>span{flex: 1; display: flex; align-items: center; justify-content: center; font-size: .9rem; line-height: 20px; font-weight: 600; padding-top: 1rem;}
.otherPros ul li>ol>a:hover{background-color: #f8f9fa; box-shadow: 0 0 0 rgba(0,0,0,.15);}

.crimping_list{width: 100%; padding: 3.75rem 0;}
.crimping_list>li{width: 100%; box-shadow: 0 0 30px rgba(0,0,0,.2); padding: 2.5rem; margin-bottom: 50px; border-radius: 20px; background-image: linear-gradient( #fff,#f7f7f7);}
.crimping_list>li:last-child{margin-bottom: 0;}
.crimping_list>li>.row{width: 100%;}
.crimping_list>li .h3{font-size: 1.625rem;}
.crimping_list>li ul.etw_phone img{mix-blend-mode: initial;}

.prosBannner2 .etw_hometitle h2{max-width: 60%;}
.blades{width: 100%; padding: 3.125rem 0;}
.blades ul.etw_phone li{padding: 10px;}
.blades ul.etw_phone li>a{background-image: linear-gradient( #fff,#f7f7f7); box-shadow: 0 0 5px rgba(0,0,0,.15);}
.blades ul.etw_phone li>a>span{background-color: inherit; position: relative; z-index: 2;}

@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
	.relatedPros .relatedPros_list2 li{width: 100%;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
	.h4_title,.relatedPros .h3,.detailsAbout .h3,.inquiryDetailsForm .h3{font-size: 1.6rem;}
	.details .etw_hometitle h2{font-size: 1.8rem;line-height: 1.3;}
	.details .etw_hometitle span,.crimping_list>li .h3{font-size: 1.4rem;}
	.details .etw_hometitle small{font-size: 1.1rem;}
	.text-main p, .text-main ul li{font-size: 1rem;}
	.features ul li,.features .features_list2 li{width: 100%;}
	.relatedPros ul li,.otherPros ul li{width: 50%;}
	.inquiryDetailsForm .container .row{flex-direction: column-reverse;}
	.relatedPros .relatedPros_list li>ol .textbox a.h6{font-size: 1.3rem;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.relatedPros ul li,.otherPros ul li{width: 100%;}
	.relatedPros .relatedPros_list li>ol a.imgbox,.relatedPros .relatedPros_list2 li>ol a.imgbox{width: 100%;margin-bottom: 1rem;}
	.relatedPros .relatedPros_list li>ol .textbox,.relatedPros .relatedPros_list2 li>ol .textbox{width: 100%;padding-left: 0;}
}
/* Products-Details End */
/* Industries */
.appsBanner{height: 300px; padding: 0; display: flex; flex-direction: column;}
.appsBanner::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .7; z-index: 1;}
.apps_hover{position: relative; z-index: 2; flex: 1; display: flex; align-items: center;}
.apps_hover .container{display: flex; flex-direction: column-reverse;}
.apps_hover .etw_hometitle{max-width: 40%; text-align: center; margin: 0 auto;}
.apps_hover .etw_hometitle .h3{font-size: 2.5rem; color: #fff;}

.appshub_title{font-size: 2.5rem; font-weight: 600; margin-bottom: 1.875rem;}
.appshub_text{font-size: 1.125rem; line-height: 30px;}
.appshub ul{width: calc(100% + 30px); margin: 0 -15px; justify-content: space-between;}
.appshub ul li{width: 50%; padding: 0 15px; margin-top: 30px;}
.appshub ul li>ol{align-items: center; padding: 1rem 1.5rem;}
.appshub ul li>ol .imgbox{width: 30%; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);}
.appshub ul li>ol .imgbox::before{content: ''; display: block; padding-top: 110%;}
.appshub ul li>ol .textbox{width: 70%; flex-direction: column; padding-left: 30px;}
.appshub ul li>ol .textbox a.h6{font-size: 1.25rem; font-weight: 600;}
.appshub ul li>ol .textbox>dl{display: flex; flex-direction: column;}
.appshub ul li>ol .textbox>dl>dd{margin-bottom: 0; position: relative; padding-left: 1rem;}
.appshub ul li>ol .textbox>dl>dd::before{content: ''; width: 6px; height: 6px; position: absolute; left: 0; top: 9px; border-radius: 50%; background-color: var(--bg-main);}
.appshub ul li>ol .textbox .moresmall>a{border-bottom: 1px solid var(--bg-main);}
.appshub ul li>ol .textbox .moresmall>a::before{content: none;}
.appshub ul li>ol .textbox .moresmall>a:hover{border-bottom-color: var(--bg-hover);}
.appshub ul li:nth-child(2)>ol,
.appshub ul li:nth-child(3)>ol,
.appshub ul li:nth-child(6)>ol{background-color: #fff;}

.appsPros::before{content: ''; border-radius: 10px; width: 100%; height: 100%; max-width: 1400px; background-image: linear-gradient(to right, transparent,#50657a, transparent); position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.appsPros .container1{position: relative; z-index: 2;}
.appsPros .h3{font-size: 2rem; color: #fff; font-weight: 600; text-align: center;}
.appsPros small{font-size: 1.2rem; line-height: 30px; color: #fff; display: block; text-align: center; margin: 0 auto;}

.appsPros .swiper{width: calc(100% + 200px); margin: 0 -100px; margin-top: 30px; padding: 0 100px;}
.appsPros .swiper .swiper-slide{height: auto; display: flex; opacity: .6; transition: all .4s;}
.appsPros .swiper .swiper-slide>ol{width: 100; display: flex; background-color: #f5f5f5; flex-direction: column;}
.appsPros .swiper .swiper-slide>ol a.imgbox{background: inherit; padding: 1.25rem;}
.appsPros .swiper .swiper-slide>ol a.imgbox>img{mix-blend-mode: multiply; margin-left: 0;}
.appsPros .swiper .swiper-slide>ol a.imgbox .subimgbox{width: 40%; height: 100%; position: absolute; right: 0; top: 0; filter: drop-shadow(-10px 0 0 #f5f5f5); transition: all .4s;}
.appsPros .swiper .swiper-slide>ol a.imgbox .subimgbox::before{content: ''; position: absolute; inset: 0; background: url(../images/bj1.svg) no-repeat left center; background-size: auto 100%;}
.appsPros .swiper .swiper-slide>ol a.imgbox .subimgbox>img{max-width: 60%; margin-right: 1.25rem; transition: all .4s;}
.appsPros .swiper .swiper-slide>ol .textbox{flex-direction: column; justify-content: space-between; padding: 1.25rem;}
.appsPros .swiper .swiper-slide>ol .textbox a.h6{flex: 1; font-size: 1rem; font-weight: 400; color: #000; margin-bottom: 0; display: flex; align-items: center; justify-content: center;}
.appsPros .swiper .swiper-slide>ol:hover{box-shadow: 0 0 0 rgba(0,0,0,.15);}
.appsPros .swiper .swiper-slide-active,
.appsPros .swiper .swiper-slide-next,
.appsPros .swiper .swiper-slide-next + .swiper-slide{opacity: 1;}
.appsPros_bottom{display: flex; align-items: center; justify-content: center; margin-top: 30px;}
.appsPros_bottom .swiper-pagination{position: relative; display: flex; align-items: center; width: 60% !important; bottom: 0 !important; display: flex; flex-wrap: nowrap;}
.appsPros_bottom .swiper-pagination-bullet{width: auto; flex: 1; height: 2px; border-radius: 0; background-color: #fff; opacity: .5; margin: 0 !important;}
.appsPros_bottom .swiper-pagination-bullet-active{opacity: 1;}
.appsPros_bottom .prev-button,
.appsPros_bottom .next-button{width: 40px; height: 40px; border: 1px solid #fff; border-radius: 5px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2rem; margin-left: 10px;}

.appsAbout{background: url(../images/bg2.webp) no-repeat center center; background-size: cover;}
.appsAbout::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .3;}
.appsAbout::after{content: ''; width: 115px; height: 95px; background-color: #fff; position:absolute; left: 0; bottom: -1px; clip-path: polygon(0 0, 0% 100%, 100% 100%);}
.appsAbout .container{position: relative; z-index: 2;}
.appsAbout .prosAbout_left{display: flex; flex-direction: column; background-color: #fff; padding: 1.875rem; box-shadow: inset 0 0 10px rgba(0,0,0,.2);}
.appsAbout .swiper .swiper-slide {clip-path: initial;}
.appsAbout .swiper:hover .prev-button{left: 0;}
.appsAbout ul>li{color: #666; margin-bottom: 1rem;}
.appsAbout ul>li .h6{color: #000; font-size: 1.125rem;}
.appsAbout ul>li p{font-size: 1rem;}

.detailsApps{padding: 0; display: flex; flex-wrap: wrap;}
.detailsApps_left{width: 46%; display: flex;}
.detailsApps_left a.imgbox::before{content: ''; display: block; padding-top: 45%;}
.detailsApps_right{width: 54%; display: flex; flex-direction: column; padding: 20px; padding-left: 50px;}
.detailsApps_box{width: 100%; max-width: 650px; display: flex; flex-direction: column; justify-content: center;}
.detailsApps_box .etw_hometitle .h3{font-size: 1.25rem; color: #666; text-align: left;}
.detailsApps_box .etw_hometitle .h3>span{width: fit-content; font-size: 2.5rem; color: #000; text-transform: uppercase; display: block; margin-top: .5rem; border-bottom: 2px solid var(--bg-hover);}
.detailsApps_box .h4_title{font-size: 1.2rem; margin-bottom: .5rem; font-weight: 600;}

.detailsApps-items .h5_title{font-size: 1.4rem; font-weight: 600; margin-bottom: 1rem;}
.detailsApps-items p{font-size: 1.05rem; line-height: 28px;}
.detailsApps-items .h4_title{width: auto; margin: 0 auto 1rem auto; flex-direction: column;}
.detailsApps-items .h4_title::after{content: ''; width: 80px; height: 2px; background-color: var(--bg-hover); display: block; margin: 1rem auto 0 auto;}

.recommended .h3{font-size: 2rem; color: #000; font-weight: 500; position: relative; padding-bottom: 15px; margin-bottom: 0;}
.recommended .h3::before{content: ''; width: 100%; height: 1px; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0;}
.recommended .h3>span{position: relative; width: fit-content; line-height: 1;}
.recommended .h3>span::after{content: ''; width: 100%; height: 1px; background-color: var(--bg-hover); position: absolute; left: 0; bottom: -11px;}
.recommended ul{width: calc(100% + 20px); margin: 0 -10px;}
.recommended ul li{width: 20%; padding: 0 10px; margin-top: 20px;}
.recommended ul li>ol a.imgbox{flex-direction: column; background-image: linear-gradient(transparent,#dcdcdc); padding: 1rem; box-shadow: 0 0 15px rgba(0,0,0,.15);}
.recommended ul li>ol a.imgbox>img{mix-blend-mode: multiply;}
.recommended ul li>ol a.imgbox>span{flex: 1; padding: .5rem 0; display: flex; align-items: flex-start; justify-content: center; text-align: center; font-size: .85rem; font-weight: 700; line-height: 1.2;}
.recommended ul li>ol:hover a.imgbox{box-shadow: 0 0 0 rgba(0,0,0,.15);}

.otherApps .h3{text-align: center; color: #333; font-weight: 600; padding: 1.5rem 0; position: relative; display: flex; justify-content: center; margin-bottom: 0;}
.otherApps .h3::before{content: ''; position: absolute; inset: 0; background: url(../images/icon-black.webp) no-repeat center center; background-size: contain; opacity: .1;}
.otherApps .h3>span{padding: .25rem 0; background-color: #fff; position: relative; z-index: 2; width: fit-content; line-height: 1;}
.otherApps ul{width: calc(100% + 20px); margin: 0 -10px;}
.otherApps ul li{width: 20%; padding: 0 10px; margin-top: 20px;}
.otherApps ul li>ol{flex-direction: column;}
.otherApps ul li>ol a.imgbox::before{content: ''; display: block; padding-top: 75%;}
.otherApps ul li>ol a.h6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #f5f5f5; padding: 1rem; font-weight: 600; font-size: 1rem; color: #000; margin-bottom: 0;}
.otherApps ul li>ol:hover{box-shadow: 0 0 10px rgba(0,0,0,.2);}
.otherApps ul li>ol:hover a.imgbox>img{transform: scale(1.05);}
.otherApps ul li>ol:hover a.h6{color: var(--bg-hover);}



@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.apps_hover .etw_hometitle{max-width: 60%;}
	.apps_hover .etw_hometitle .h3,.appshub_title{font-size: 2.2rem;line-height: 1.3;}
	.recommended ul li,.otherApps ul li{width: calc(100% / 3);}
}
@media (max-width:767.98px){
	.apps_hover .etw_hometitle{max-width: 100%;}
	.apps_hover .etw_hometitle .h3{font-size: 2rem;}
	.appshub_title{font-size: 1.8rem;margin-bottom: 1rem;}
	.appshub ul li{width: 100%;}
	.appshub ul li>ol{background-color: #fff;}
	.appsPros::before{background-image: linear-gradient(to right, #50657a,#50657a);}
	.appsPros .h3,.recommended .h3{font-size: 1.6rem;}
	.appsPros small{font-size: 1.1rem;}
	.detailsApps_left{width: 100%;}
	.detailsApps_right{width: 100%;padding: 2rem;}
	.detailsApps_box .etw_hometitle .h3{font-size: 1.1rem;}
	.detailsApps_box .etw_hometitle .h3>span{font-size: 1.8rem;}
	.detailsApps_box .h4_title{font-size: 1.05rem;}
	.detailsApps-items .h5_title{font-size: 1.3rem;margin-bottom: 0.5rem;}
	.detailsApps-items p{font-size: 1rem;}
	.recommended ul li,.otherApps ul li{width: 50%;}
}
@media (max-width:575.98px){
	.appshub ul li>ol .imgbox{width: 100%;clip-path: none;margin-bottom: 1rem;}
	.appshub ul li>ol .textbox{width: 100%;padding-left: 0;}
	.appshub ul li>ol .textbox a.h6{font-size: 1.2rem;margin-bottom: 0.5rem;}
	.recommended ul li,.otherApps ul li{width: 100%;}
}
/* Industries End */
/* About Us */
.nbanner{width: 100%; padding: 0; min-height: 300px; display: flex; flex-direction: column;}
.nbanner::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .6; z-index: 1;}
.nbanner_hover{width: 100%; position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: center;}
.nbanner_hover .container{display: flex; flex-direction: column-reverse;}
.nbanner_hover .etw_hometitle .h3{color: #fff; max-width: 45%; font-size: 2rem; text-align: center; justify-content: center; margin: 0 auto;}
.nbanner_hover .etw_hometitle2 .h3{font-size: 3rem;}

.company {background-image: linear-gradient(#f5f5f5,#fff);}
.company .container1{position: relative; z-index: 2;}
.company::before{content: ''; position: absolute; inset: 0; background: url(../images/background-map.svg) no-repeat right top; background-size: 45% auto;}
.company p{font-size: 1.125rem; font-weight: 300; line-height: 1.875rem; color: #000;}

.company_bg2{background: #fff; overflow: visible;}
.company_bg2::before {top:-5rem; background: url(../images/world.svg) no-repeat center top; background-size: cover;}
.company_bg2 .h4_title{width: auto; margin: 0 auto 1rem auto; flex-direction: column;}
.company_bg2 .h4_title::after{content: ''; width: 80px; height: 2px; background-color: var(--bg-hover); display: block; margin: 1rem auto 0 auto;}
.company_bg2 ul.etw_phone li img{box-shadow: 0 0 10px rgba(0,0,0,.15); filter: grayscale(100%); transition: all .4s; cursor: pointer;}
.company_bg2 ul.etw_phone li img:hover{filter: grayscale(0);}

.ourPros{background-image: linear-gradient(#fff, #f5f5f5);}
.ourPros .ourPros_title{text-align: center; color: #333; font-weight: 600; padding: 1.5rem 0; position: relative; display: flex; justify-content: center; margin-bottom: 0; font-size: 2rem;}
.ourPros .ourPros_title::before{content: ''; position: absolute; inset: 0; background: url(../images/icon-black.webp) no-repeat center center; background-size: contain; opacity: .1;}
.ourPros .ourPros_title>span{padding: .25rem 0; background-color: #fff; position: relative; z-index: 2; width: fit-content; line-height: 1;}
.ourPros ul{width: calc(100% + 20px); margin: 0 -10px;}
.ourPros ul li{width: 20%; padding: 0 10px; margin-top: 20px;}
.ourPros ul li>ol a.imgbox{flex-direction: column; background-image: linear-gradient(#dcdcdc,#fff); padding: 1rem; box-shadow: 0 0 15px rgba(0,0,0,.15); padding-bottom: .5rem;}
.ourPros ul li>ol a.imgbox>img{mix-blend-mode: multiply;}
.ourPros ul li>ol a.imgbox>span{flex: 1; padding: .5rem 0; display: flex; align-items: flex-start; justify-content: center; text-align: center; font-size: .85rem; font-weight: 700; line-height: 1.2;}
.ourPros ul li>ol:hover a.imgbox{box-shadow: 0 0 0 rgba(0,0,0,.15);}

.faqs .card{margin-bottom:1rem; border:none; background-color:#fff; overflow:hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.faqs .card-header{padding:0; background-color:#fff;}
.faqs .card-link{width:100%; display:block; padding:1rem; padding-right: 2rem; font-size:1.125rem; font-weight:bold; position:relative; line-height:1.5rem}
.faqs .card-link:hover>span,
.faqs .card-link:hover::after{color:var(--bg-hover)}
.faqs .card-link::after{content:"\f055"; font-size:1.25rem; color:#000; font-family:FontAwesome; font-weight:normal; font-style:normal;text-decoration:inherit; -webkit-font-smoothing:antialiased; position:absolute; right:1rem; top:1rem; transition:all 0.3s}
.faqs .card-body{padding:1rem;padding-top:0; font-size: 1rem; line-height: 24px;}
.faqs .card-body p,.faqs .card-body ul.items li,.faqs .card-body ul.items li>strong{font-size: 1rem; line-height: 24px;}
.faqs .card-link[aria-expanded="true"]::after{content:"\f056"}

@media (max-width:991.98px){.nbanner_hover .etw_hometitle2 .h3{font-size: 2.2rem;}
	.ourPros ul li{width: calc(100% / 3);}
}
@media (max-width:767.98px){
	.ourPros .ourPros_title{font-size: 1.6rem;}
	.ourPros ul li{width: 50%;}
	.nbanner{min-height: 200px;}
	.faqs .card-link{font-size: 1.1rem;}
	.faqs .card-body{font-size: 0.9rem;}
	.nbanner_hover .etw_hometitle .h3{max-width: 100%;}
	.nbanner_hover .etw_hometitle2 .h3{font-size: 2rem;}
	ul.ourclients li{width: 25%;}
}
@media (max-width:575.98px){
	.ourPros ul li{width: 100%;}
}
@media (max-width:475.98px){
	ul.ourclients li{width: calc(100% / 3);}

}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 1.875rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.5rem; font-weight: 400; line-height: 1.2; margin-bottom:1rem; color:var(--bg-main)}
.contact dl dd{font-size:1rem; line-height:24px; color: #333; margin-bottom: .5rem;}
.contact dl dd strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact dl dd a{color:var(--bg-main);}
.contact dl dd a:hover{color:var(--bg-hover);}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-left: 0;}
.contact .feedback{padding: 1.5rem 1rem;}
.feedback .webtitle{font-size:1.625rem; color:var(--bg-main); text-align: center; font-weight: 500;}
.contact_map{margin-top: 1.5rem;}

.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* Overview */
.overview_title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem;}
.overview_title::before{content:"";width:100%;height:1px;background-image:linear-gradient(to right,transparent,var(--bg-sub),transparent);position:absolute;left:0;top:50%;transform:translateY(-50%)}
.overview_title>span{max-width:70%;text-align:center;display:inline-block; position:relative;padding:0 1.5rem;line-height:1.3;background-color:#fff; font-size:2rem; color: #000; font-weight: 600; font-family: var(--font-family3);}

.overviewAbout .h3::after{content: ''; display: block; width: 80px; height: 2px; background-color: var(--bg-hover); margin-top: .5rem;}

.overviewCompany{box-shadow: inset 0 0 15px rgba(0,0,0,.15);}
.overviewCompany ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.overviewCompany li{width:calc(50% - 20px);margin-top:30px;flex-direction: column;font-size:1rem; line-height: 24px;}
.overviewCompany li .overviewCompany-label{padding-bottom:1rem;position:relative;font-size:1.4rem; margin-bottom:1rem; color:#000; font-weight: 500;}
.overviewCompany li .overviewCompany-label::before{content:"";width:100%;height:1px; background-color:#ccc;position:absolute;left:0;bottom:2px}
.overviewCompany li .overviewCompany-label::after{content:"";width:50px;height:5px;background-color:var(--bg-sub);position:absolute;left:0;bottom:0;transition:all 0.4s}
.overviewCompany li .overviewCompany-value{margin-bottom:0;color:#000;font-size:1rem; line-height: 30px;}
.overviewCompany li .overviewCompany-value dl{margin-bottom: 0;}
.overviewCompany li .overviewCompany-value dl dd{margin-bottom: 0;}
.overviewCompany li .overviewCompany-value dl dd>i{color: var(--bg-sub); margin-right: .5rem;}
.overviewCompany li:hover .overviewCompany-label::after{width:100%}

.overviewHubPros ul{width: calc(100% + 30px); margin: 0 -15px;}
.overviewHubPros ul li{width: 25%; padding: 0 15px; margin-top: 30px;}
.overviewHubPros ul li>ol{background-color: #fff; flex-direction: column; box-shadow: 0 0 15px rgba(0,0,0,.15); transition: all .4s;}
.overviewHubPros ul li>ol a.imgbox{background: inherit; padding: 1.25rem;}
.overviewHubPros ul li>ol a.imgbox>img{mix-blend-mode: multiply; margin-left: 0;}
.overviewHubPros ul li>ol a.imgbox .subimgbox{width: 40%; height: 100%; position: absolute; right: 0; top: 0; filter: drop-shadow(-10px 0 0 #fff); transition: all .4s;}
.overviewHubPros ul li>ol a.imgbox .subimgbox::before{content: ''; position: absolute; inset: 0; background: url(../images/bj2.svg) no-repeat left center; background-size: auto 100%;}
.overviewHubPros ul li>ol a.imgbox .subimgbox>img{max-width: 60%; margin-right: 1.25rem; transition: all .4s; mix-blend-mode: multiply;}
.overviewHubPros ul li>ol .textbox{flex-direction: column;}
.overviewHubPros ul li>ol .textbox a.h6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; font-weight: 600; color: #000; padding: 1rem; margin-bottom: 0;}
.overviewHubPros ul li>ol .textbox a.h6:hover{color: var(--bg-main);}
.overviewHubPros ul li>ol:hover{box-shadow: 0 0 0 rgba(0,0,0,.15);}

.overviewPros ul{width: 100%; flex-direction: column; margin-top: 20px;}
.overviewPros ul>li{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 2.5rem;}
.overviewPros ul>li a.imgbox{width: 40%; background-color: #dcdcdc; overflow: visible;}
.overviewPros ul>li a.imgbox>img{mix-blend-mode: multiply; max-width: 90%;}
.overviewPros ul>li a.imgbox .subimg{width: 40%; height: 40%; display: flex; position: absolute; right: 0; top: 0;}
.overviewPros ul>li a.imgbox .subimg>span{width: 100%; height: 100%; display: flex; overflow: hidden; position: relative; background: url(../images/bj1.svg) no-repeat left center; background-size: auto 100%;}
.overviewPros ul>li a.imgbox .subimg>span>img{left: 40%; transform: scale(1.2);}
.overviewPros ul>li .textbox{width: 60%; flex-direction: column; justify-content: center; padding-left: 4rem;}
.overviewPros ul>li .textbox .h6{color: #000; font-size: 1.6rem;}
.overviewPros ul>li .textbox .h6:hover{color: var(--bg-hover);}
.overviewPros ul>li .textbox p{font-size: 1rem;}
.overviewPros ul>li .textbox .more>a::before{margin: 0;}
.overviewPros ul>li .textbox>dl{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 1rem;}
.overviewPros ul>li .textbox>dl .row{width: 100%;}
.overviewPros ul>li .textbox>dl dd{width: 100%; margin-bottom: 0; position: relative; padding-left: 1rem; color: #666;}
.overviewPros ul>li .textbox>dl dd::before{content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
.overviewPros ul>li:hover a.imgbox{filter: drop-shadow(0 0 10px rgba(0,0,0,.2));}
.overviewPros ul>li:last-child{margin-bottom: 0;}

.overviewApps{background-color: #E8F1FC;}
.overviewApps .overview_title{margin-bottom: .5rem;}
.overviewApps .overview_title>span{background-color: #E8F1FC;}
.overviewApps small{display: block; max-width: 65%; margin: 0 auto; text-align: center; font-size: 1.125rem; font-weight: 300;}
.overviewApps ul{width: calc(100% + 30px); margin: 0 -15px;}
.overviewApps ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.overviewApps ul li>a{width: 100%; display: flex; align-items: flex-start; box-shadow: 0 0 10px rgba(0,0,0,.2); background-color: #fff; padding: 1.25rem; border-bottom: 5px solid var(--bg-main);}
.overviewApps ul li>a .icon{width: 80px; overflow: hidden; margin-right: 1.5rem;}
.overviewApps ul li>a .icon>img{filter: drop-shadow(80px 0 var(--bg-main)); position: relative; transform: translateX(-80px);}
.overviewApps ul li>a .h6{display: flex; flex-direction: column-reverse; font-size: 1rem; color: #666; margin-bottom: 0;}
.overviewApps ul li>a .h6>span{display: flex; align-items: center; justify-content: space-between; width: 100%; font-size: 1.125rem; font-weight: 600; color: #000; margin-bottom: .8rem; transition: all .4s;}
.overviewApps ul li>a .h6>span::after{content: '\f054'; font-family: FontAwesome; font-size: .8rem; line-height: 1; margin-left: .5rem;}
.overviewApps ul li>a:hover .h6>span{color: var(--bg-main);}

.overviewVideo .overview_title{margin-bottom: 0;}
.overviewVideo ul{width: calc(100% + 30px); margin: 0 -15px;}
.overviewVideo ul li{width:25%; padding: 0 15px; margin-top: 30px;}
.overviewVideo ul li>a{flex-direction: column; display: flex;}
.overviewVideo ul li .imgbox::after{content: '\F4F4'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 3.125rem; height: 3.125rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background-image: radial-gradient(var(--bg-sub), var(--bg-main)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff; padding-left: .2rem;}
.overviewVideo 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; background-color: #f5f5f5;}
.overviewVideo ul li>a:hover>.textbox{color:var(--bg-main)}




@media (max-width:991.98px){.overviewVideo ul li{width: 50%;}
	.overviewCompany li{width:100%; margin-top:20px;}
}
@media (max-width:767.98px){.contact dl .h6,.overviewPros ul>li .textbox .h6{font-size: 1.4rem;line-height: 1.3;}
	.overview_title>span{font-size: 1.8rem;max-width: 94%;line-height: 1.3;}
	.overviewApps small{max-width: 94%;}
	.feedback .webtitle{font-size: 1.6rem;}
	.overviewCompany li .overviewCompany-label{font-size: 1.2rem;}
	.overviewCompany li .overviewCompany-value{font-size: 0.9rem;}
	.overviewHubPros ul li,.overviewApps ul li{width: 50%;}
	.overviewPros ul>li a.imgbox{width: 100%;margin-bottom: 1.5rem;}
	.overviewPros ul>li .textbox{width: 100%;padding-left: 0;}
	.overviewPros ul>li a.imgbox .subimg{max-width: 12.4rem;}
}
@media (max-width:575.98px){
	.overview_title>span{font-size: 1.5rem;}
	.overviewHubPros ul li,.overviewApps ul li,.overviewVideo ul li,.overviewVideo ul li img,.overviewVideo ul li a{width: 100%;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{font-family: var(--font-family); font-size: 2rem; line-height: 1; margin: 1rem 0 1.875rem 0; text-align: center; color: var(--bg-main);}
.videosHub{width: 100%; display: flex; flex-direction: column;}
.videosHub_title{font-size:1.75rem; line-height: 1; display:flex; align-items: center; justify-content: center; color:#000; position:relative; z-index: 0; margin: 1rem 0 1.875rem 0; }
.videosHub_title>span{background-color: #f8f9fa; padding: 0 1.875rem;}
.videosHub_title::before{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent,var(--bg-main),transparent); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}
.videosHub ul{width: calc(100% + 30px); margin: 0 -15px;}
.videosHub ul li{width: 100%; padding: 0 15px; margin-bottom: 30px;}
.videosHub ul li .imgbox::after{content: '\F4F4'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 5rem; height: 5rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background-image: radial-gradient(var(--bg-sub), var(--bg-main)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: #fff; padding-left: .4rem;}
.videosHub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videosHub ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}

.videosCompany ul li>a .imgbox{width: 50%;}
.videosCompany ul li>a .textbox{width: 50%; padding: 2rem; padding-left: 50px; flex-direction: column; justify-content: center;}
.videosCompany ul li>a .textbox>.h6{font-size: 1.625rem; transition: all .4s;}
.videosCompany ul li>a .textbox>p{font-size: .95rem; transition: all .4s;}
.videosCompany ul li>a:hover .textbox .h6{color: var(--bg-main);}
.videosCompany ul li:nth-child(even)>a{flex-direction: row-reverse;}
.videosCompany ul li:nth-child(even)>a .textbox{padding: 2rem; padding-right: 50px;}

.videosPros ul li{width:25%;}
.videosPros ul li>a{flex-direction: column;}
.videosPros ul li>a>.imgbox::after{width: 3.125rem; height: 3.125rem; font-size: 1.5rem; padding-left: .2rem;}
.videosPros 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;}
.videosPros ul li>a:hover>.textbox{color:var(--bg-main)}

.videoDetails{width:100%;padding:1rem 0 2.5rem 0}
.videoDetails>.container{display:flex;flex-wrap:wrap;justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
.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-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}

#video_sidebar{width:30%;background-color:#fff; border-radius:10px;}
#etw_videolist .webtitle{font-size:1.3rem;font-weight:600;color:#fff;text-transform:uppercase;background-color:var(--bg-main);padding:1rem;text-align:center;font-style:italic;border-radius:10px 10px 0 0}
#etw_videolist ul{display:flex; flex-wrap: wrap; justify-content: space-between; padding:1.5rem; padding-bottom: 0;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center}
#etw_videolist ul li a img{width:30%; height: auto;}
#etw_videolist ul li a span{width:70%;font-size:0.875rem; padding-left:1rem; font-weight:300;line-height: 1.2;}
#etw_videolist ul li a.dq span{color:var(--bg-main);}
#etw_videolist ul li a:hover span{color: var(--bg-main);}
#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);}
	.videosPros ul li{width: calc(100% / 3);}
}
@media (max-width:767.98px){.videos .etw_hometitle>div[itemprop]{font-size: 1.8rem;margin-bottom: 1rem;}
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
	.videosPros ul li{width: 50%;}
	.videosPros ul li img{width: 100%;}
}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
	.videosPros ul li{width: 100%;}
}
/* videos-End */
