@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:"Poppins";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Poppins/Poppins-ExtraLight.woff2) format("woff2"),url(../fonts/Poppins/Poppins-ExtraLight.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Poppins/Poppins-Light.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Light.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Poppins/Poppins-Regular.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Regular.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Poppins/Poppins-Medium.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Medium.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Poppins/Poppins-SemiBold.woff2) format("woff2"),url(../fonts/Poppins/Poppins-SemiBold.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Poppins/Poppins-Bold.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Bold.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Poppins/Poppins-ExtraBold.woff2) format("woff2"),url(../fonts/Poppins/Poppins-ExtraBold.woff) format("woff")}
@font-face{font-family:"Poppins";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Poppins/Poppins-Black.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Black.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 {
	--bgColor1:#E97C58;
	--bg-main: #f39200;
	--bg-hover: #E95728;
}
.bg-main{background-color: var(--bg-main);}
.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;}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#333; font-family:"Poppins",sans-serif; font-weight:400; font-size: .875rem; line-height:24px; background-repeat: repeat; 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 {color: #000; font-weight: 400; margin-bottom: 1rem; }
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 2rem;}
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 {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) !important;}
p {font-size: .9rem; line-height: 24px;}
p:last-child{margin-bottom: 0;}
strong {font-weight: 800;}
b {font-weight: 600;}
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{display:flex;flex-wrap:wrap;margin:0}
figure>a{width: 100%; display: block;}
.imgbox{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all 0.4s}
.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;}
.container{max-width:1230px; margin: 0 auto;}
@media (max-width:1199.98px){
	.container{max-width:calc(100% - 50px)}
}
@media (max-width:991.98px){
	.container{max-width:calc(100% - 30px)}
	h2,.h2,h3,.h3 {font-size: 1.8rem;}
}
@media (max-width:767.98px){
	.container{max-width:calc(100% - 20px)}
	h2,.h2,h3,.h3 {font-size: 1.5rem;}
}
@media (max-width:575.98px){
	.container{max-width:calc(100% - 20px)}
	h2,.h2,h3,.h3 {font-size: 1.25rem;}
}
@media (max-width:375.98px){
	.container{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%;}
ul.etw_phone li{width:100%; flex-direction: column;}
ul.etw_phone li>ol{position: relative; overflow: hidden; flex-direction: column;}
ul.etw_phone li a{display: block; width: 100%; overflow: hidden; position: relative;}
ul.etw_phone li a.imgbox>img,.etw_phone li .imgbox>img{mix-blend-mode:multiply}
ul.etw_phone li span{width:100%; display:flex; align-items:flex-start; justify-content:center; text-align:center; color:#000; overflow:hidden; font-weight: 400; font-size: .9rem; line-height: 1.1; margin-top: .5rem; flex: 1;}
ul.etw_phone li a.imgbox:hover img,ul.etw_phone li a:hover img{opacity: .8;}
ul.etw_phone li>ol:hover span{bottom: -100%;}
ul.etw_phone li:has(.img-abs) a::before{content: ''; display: block; padding-top: 75%;}
ul.etw_phone li:has(div.imgbox) a::before{display: none;}
ul.etw_phone li:has(div.imgbox) .imgbox::before{content: ''; display: block; padding-top: 75%;}

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_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_bg li a {background-color: #f5f5f5;}
ul.etw_phone_bg li img{mix-blend-mode: multiply;}
ul.etw_phone_border li img{border: 1px solid #ccc; border-radius: 10px; padding: 5px;}
ul.etw_phone_shadow li a{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.etw_phone1-4,.etw_phone1-6,.etw_phone4-1{display: block; width: 100%; overflow: hidden;}
.etw_phone1-4 li,.etw_phone1-6 li,.etw_phone4-1 li{ float: left;}
.etw_phone1-4 li a:hover img,.etw_phone1-6 li a:hover img,.etw_phone4-1 li a:hover img{opacity: .8;}

.etw_phone1-4 li{width: 25%;}
.etw_phone1-4 li:first-child{width: 50%;}

.etw_phone1-6 li{width: 20%;}
.etw_phone1-6 li:first-child{width: 40%;}

.etw_phone4-1 li{width: calc(63% / 2);}
.etw_phone4-1 li:first-child{width: 37%; float: right;}

@media (max-width:1199.98px){
	ul.etw_phone6 li{width:calc(100% / 5)}
	ul.etw_phone6 li:last-child{display:none}
}
@media (max-width:991.98px){
	ul.etw_phone5 li{width:calc(100% / 4)}
	ul.etw_phone5 li:last-child{display:none}
	ul.etw_phone6 li{width:calc(100% / 3)}
	ul.etw_phone6 li:last-child{display:block}
}
@media (max-width:767.98px){
	ul.etw_phone li{flex-direction: row;}
	ul.etw_phone li figure,
	ul.etw_phone li a,
	ul.etw_phone li img,
	ul.etw_phone2 li{width:100%;}
	ul.etw_phone3 li{width:calc(100% / 2)}
	ul.etw_phone3 li:last-child{display:none}
	ul.etw_phone5 li{width:calc(100% / 2)}
	ul.etw_phone6 li{width:calc(100% / 2)}
	.etw_phone1-6{display: flex;}
	.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:575.98px){
	ul.etw_phone2 li .video_btn{width: 3.125rem; height: 3.125rem;}
	ul.etw_phone3 li{width:100%}
	ul.etw_phone3 li:last-child{display:block}
	ul.etw_phone4 li{width:50%}
	ul.etw_phone6 li{width:100%}
	.etw_phone1-6 li,	.etw_phone1-6 li:first-child{width: 50%;}
}
@media (max-width:375.98px){
	ul.etw_phone li img{width: 100%;}
	ul.etw_phone2 li,ul.etw_phone3 li,ul.etw_phone4 li,	ul.etw_phone5 li,.etw_phone1-6 li,	.etw_phone1-6 li:first-child{width:100%;}
}
.items{width: 100%;margin-bottom: 1rem; display: flex; flex-wrap: wrap;}
.items>.row{width: 100%;}
.items li,.items dd{width:100%; line-height:24px; position:relative; margin-bottom: .5rem; font-size: .9rem; color: #333;}
.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 strong,.items dd strong{margin-right: .5rem; font-weight: 500; font-size: 14px;color: #000;}
.items li p{flex: 1;}
.items li:last-child,.items dd:last-child{margin-bottom: 0;}
.items_col li,.items_col dd{flex-direction: column;}

.items_icon1 li,.items_icon1 dd{padding-left: 1.875rem;}
.items_icon1 li::before,.items_icon1 dd::before{content: "\f269"; font-size: 1.25rem; top: 2px;}
.items_icon2 li,.items_icon2 dd{padding-left: 1rem;}
.items_icon2 li::before,.items_icon2 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); border-radius: 50%; top: 9px;}
.items_icon3{counter-reset: section; list-style-type: none; margin-bottom: 0;}
.items_icon3>li{padding-left: 1.5rem;}
.items_icon3>li::before {counter-increment:section; content: counters(section, "")"."; color: var(--bg-main); line-height: 24px; font-size: 1rem;}

/* table */
.table tbody td,.table tbody th{vertical-align: middle; font-size: .8rem; font-weight: 300; line-height: 22px; color: #333; padding: .5rem .75rem;}
.table-bordered tbody td, .table-bordered tbody th{border: 2px solid #fff;}
.table-bordered-white tbody td, .table-bordered-white tbody th{border: 0;}
.table-striped tbody tr:nth-of-type(odd){background-color: #f5f5f5;}
.table-striped tbody tr:nth-of-type(even){background-color: #fff;}

.table tbody .top td{background-color: var(--bg-main); color: #fff; font-weight: 300; 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{text-decoration: none;}

.table-videoscope tr td{border:none;}
.table-videoscope tr td:nth-child(2){border-right: 20px solid #fff;}
.table-videoscope tr td:nth-child(3){border-left: 20px solid #fff;}
.table-videoscope tr td span{color: var(--bg-main); font-size: 1rem; display: inline; line-height: 1;}
.table-videoscope tr td img{mix-blend-mode: multiply;}

/* video-Btn */
.video_btn,.video_btn_show{width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9; cursor:pointer; opacity: .95; background-image: radial-gradient(var(--bg-hover) 5%,var(--bg-main) 55%); border-radius: 50%;}
.video_btn::before,.video_btn_show::before{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; font-size: 2.5rem; color: #fff; padding-left: 5px;}
.video_btn::after{content: ''; position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; border-radius: 50%; animation:pulse 2s infinite; background-color: var(--bg-main); z-index: -1;}
.video_btn_show{width: 2rem; height: 2rem;}
.video_btn_show::before{font-size: 1.5rem; padding-left: 2px;}
.video_btn2::after{content: none;}
@-webkit-keyframes pulse{
	0%{width: 100%; height: 100%; opacity: 1;}
	100%{width: 200%; height: 200%; opacity: 0;}
}
@keyframes pulse{
	0%{width: 100%; height: 100%; opacity: 1;}
	100%{width: 200%; height: 200%; opacity: 0;}
}
.video_smallbtn{width: 3.125rem; height: 3.125rem;}
.video_smallbtn::before{font-size: 1.5625rem;}
/* More */
.more{display:flex;}
.more>a{width:fit-content; display:flex; align-items: center; justify-content: center; font-size:.95rem; line-height: 1; color:var(--bg-main); transition:all 0.4s ease; font-weight: 400;}
.more>a::after{content: '\F285'; width: 24px; height: 24px; border: 1px solid var(--bg-main); color: var(--bg-main); display: flex; align-items: center; justify-content: center; margin-left: 1rem; font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; transition: all .4s;}
.more>a:hover{color: var(--bg-hover); text-decoration: underline;}
.more>a:hover::after{color: #fff; border-color: var(--bg-hover); background-color: var(--bg-hover);}
/* Inquiry-Btn */
.inquiryBtn{display: flex;}
.inquiryBtn>a{padding:.5rem 1.5rem .5rem 1rem;background-color:var(--bg-main);color:#fff;font-size:.85rem;text-transform:capitalize; font-weight:500;position:relative;overflow:hidden;z-index:0; border-radius:30px;}
.inquiryBtn>a::before{content: ''; width: 130%; height: 100%; background-color: var(--bg-hover); position: absolute; left: 91%; top: 0; transition: all .3s ease-in-out; z-index: -1; border-radius: 20px;}
.inquiryBtn>a:hover::before{left: -10%;}

/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex; position: relative; z-index: 14;}
.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; 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:#777; display:flex;justify-content:center;align-items:center; height: 30px; position: relative; text-align: center; font-size: 14px;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color:var(--bg-main); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; align-items: center;}
	.etw_language ul>li{margin-right:3rem;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:150%;left:50%;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; background-color: #fff; z-index:12; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
#etw_logo{float: left; position: relative;z-index: 10; padding: 20px 0;}
#etw_logo a{display: block;}
#etw_logo a>img{display:block;max-width:100%; height:40px;}

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}
.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-left: 2.5rem;}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(2){margin-left: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%;color:#000; padding:0; min-height:40px;display:flex;align-items:center;justify-content:center;position:relative; font-size: 1rem; text-transform: capitalize;}
.navbar-light .navbar-nav a.nav-link::before{content: ''; width: 0; height: 3px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; 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;}
nav .navbar-nav .nav-item.active .nav-link,nav .navbar-nav .nav-item:hover .nav-link,.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-hover);}
nav .navbar-nav .nav-item.active .dropdown-toggle::after,nav .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
.navbar-light .navbar-nav .nav-item:hover .nav-link{color: var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link::before{left: 0; right: auto; width: 100%;}
.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); border-radius:0 0 5px 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%; border-bottom:1px dashed #eee;}
.dropdown-menu ul>li:last-child{border-bottom:none}
.dropdown-menu ul>li .dropdown-item{color:#000;font-size:.9rem;position:relative;display:flex;transition:all 0.5s;padding:0.6rem 1rem; padding-left: 1.7rem; font-weight:400; 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; position: absolute; transition: all .4s ease; left: .6rem; top: 50%; transform: translateY(-50%);}
.dropdown-menu ul li .dropdown-item:hover{color:#fff; background-color: var(--bg-main); text-decoration:none}
.dropdown-menu ul li .dropdown-item.active{color:var(--bg-main); background: none;}
.dropdown-menu ul li .dropdown-item:hover::before{color: #fff;}
.dropdown-menu ul li .dropdown-item.active::before{color: var(--bg-main);}

.dropdown-menu1{width: 700px; padding: 1.5rem;}
.dropdown-menu1 .h3{font-size: 1.1rem; font-weight: bold; border-bottom: 1px dashed #ccc; padding-bottom: 1rem; margin-bottom: .5rem;}
.dropdown-menu1 ul>li {border-bottom: none;}
.dropdown-menu1 ul>li .dropdown-item{padding:0.25rem 0; padding-left: 1rem;}
.dropdown-menu1 ul>li .dropdown-item::before{content: ""; left: 0; top: 14px; width: 6px; height: 6px; transform: rotate(45deg) translateY(0); background-color: var(--bg-main);}
.dropdown-menu1 ul li .dropdown-item:hover,
.dropdown-menu1 ul li .dropdown-item.active{color: var(--bg-main); background: none;}
.dropdown-menu1 ul li .dropdown-item:hover::before,
.dropdown-menu1 ul li .dropdown-item.active::before{color: var(--bg-main);}

@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1.5rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1rem;}
}
@media (max-width:991.98px){
	#header{position:relative;}
	#header>.container{display:flex;align-items:center; flex-wrap: wrap; justify-content: flex-end;}
	#etw_logo {flex: 1;display: flex;z-index: 0; margin-top: 0;}
	.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{position:relative;right:initial;top:inherit;z-index:10}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	nav .navbar-light .navbar-nav .nav-link{border-bottom:1px solid #ddd;padding:0 1rem; min-height: 40px; position:relative;font-size:1rem;justify-content:flex-start}
	.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;width:30px;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:200;z-index:2}
	.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; box-shadow: initial; padding: 1rem;}
	.dropdown-menu ul>li:last-child{border-bottom:1px dashed #ddd;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
}
@media (max-width:767.98px){
	#etw_logo{padding: 15px 0;}
}
@media (max-width:575.98px){
	.etw_language ul>li {margin-right: 1.5rem;}
}

/* Banner */
.etw_banner{padding: 0;}
.etw_banner .swiper{width: 100%; height: 100%;}
.etw_banner .swiper .swiper-slide{min-height: 600px;}
.etw_banner .swiper .swiper-pagination{bottom: 0; width: 100%; height: 100%; position: absolute; top: 0; background-color: rgba(0,0,0,0.5); font-size: 1rem; color: #fff; display: flex; align-items: center; justify-content: center; z-index: -1; opacity: 0; transition: all .4s; font-weight: 300;}
.etw_banner .swiper .swiper-pagination .swiper-pagination-current{font-size: 1.5rem; margin: -15px 5px 0 0; color: var(--bg-main);}
.etw_banner .swiper .swiper-pagination .swiper-pagination-total{margin: 0 0 -15px 5px;}
.etw_banner .swiper .prev-button>.swiper-pagination{left: -100%;}
.etw_banner .swiper .next-button>.swiper-pagination{left: auto; right: -100%;}
.etw_banner .swiper .prev-button:hover>.swiper-pagination{left: 100%; opacity: 1;}
.etw_banner .swiper .next-button:hover>.swiper-pagination{left: auto; right: 100%; opacity: 1;}
.etw_banner .swiper .prev-button,.etw_banner .swiper .next-button{width: 60px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 5;}
.etw_banner .swiper .prev-button>i,.etw_banner .swiper .next-button>i{width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.5); font-size: 2rem; color: #fff; transition: all .4s; position: relative; z-index: 2;}
.etw_banner .swiper .next-button{left: auto; right: 0;}
.etw_banner .swiper .prev-button:hover>i,.etw_banner .swiper .next-button:hover>i{background-color: var(--bg-main);}

.banner{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2;}
.banner .textbox .h2{font-size: 2.5rem; margin-bottom: 2rem; text-transform: uppercase; font-weight: 400;}

.banner a{width: fit-content; background-color: var(--bg-main); color: #fff; border-radius: 6px; padding: .5rem 1.5rem; display: flex; align-items: center; text-transform: capitalize;}
.banner a:hover{background-color: var(--bg-hover); color: #fff;}

.banner1 .container{display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: flex-end;}
.banner1 .imgbox{max-width: 433px; margin-left: -12rem; overflow: visible;}
.banner1 .imgbox>img{display: block; max-width: 100%; height: auto; margin-top: -2rem;}
.banner1 .textbox{max-width: 50%; flex-direction: column; margin-left: -2.5rem;}
.banner1 .textbox .h2{ color: var(--bg-main);}
.banner1 .textbox dl{width: 100%; display: flex; flex-direction: column;}
.banner1 .textbox dl dd{font-size: .95rem; color: #333; position: relative; padding-left: 1.25rem;}
.banner1 .textbox dl dd::before{content: ''; width: 8px; height: 8px; background-color: var(--bg-main); border-radius: 50%; position: absolute; left: 0; top: 8px;}

.banner2{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.banner2::before{content: ''; position: absolute; inset: 0; background-image: radial-gradient(50% 50%, transparent,#000 105%);}
.banner2 .container-fluid{position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 2.5rem;}
.banner2 .imgbox{width: fit-content;}
.banner2 .imgbox>img{width: auto; max-height: 500px;}
.banner2 .textbox{width: 50%; max-width: 600px; flex-direction: column; margin-top: 2.5rem; margin-left: 2.5rem;}
.banner2 .textbox .h2{color: #fff; text-shadow: 2px 2px 2px #000;}
.banner2 .textbox dl{width: 100%; display: flex; flex-direction: column;}
.banner2 .textbox dl dd{font-size: .95rem; color: #fff; position: relative; padding-left: 1.25rem; text-shadow: 2px 2px 2px #000;}
.banner2 .textbox dl dd::before{content: ''; width: 8px; height: 8px; background-color:var(--bg-main); border-radius: 50%; position: absolute; left: 0; top: 8px;}

.banner3{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.banner3::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .5;}
.banner3 .container-fluid{position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 2.5rem;}
.banner3 .imgbox{width: fit-content;}
.banner3 .imgbox>img{width: auto; max-height: 500px;}
.banner3 .textbox{width: 40%; max-width: 700px; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff;}
.banner3 .textbox .h2{color: #fff;}
.banner3 .textbox dl{width: 100%; display: flex; justify-content: center; margin-bottom: 2rem;}
.banner3 .textbox dl dd{width: fit-content; font-size: .95rem; color: #fff; position: relative; padding-left: 1.25rem; margin: 0 .5rem; text-align: left;}
.banner3 .textbox dl dd::before{content: ''; width: 8px; height: 8px; background-color:var(--bg-main); border-radius: 50%; position: absolute; left: 0; top: 8px;}

@media (max-width:1399.98px){
	.banner{padding: 0 60px;}
	.banner .textbox .h2{font-size: 2rem;}
	.banner1 .textbox{margin-left: 0;}
	.banner2 .textbox{margin-left: -2rem;}
}
@media (max-width:1199.98px){
	.etw_banner .swiper .swiper-slide {min-height: 500px;}
	.banner .textbox .h2{font-size: 1.75rem;}
	.banner1 .imgbox{max-width: 50%; margin: 0;}
	.banner2 .container-fluid,.banner3 .container-fluid{padding: 20px;}
	.banner2 .imgbox>img{width: auto; max-height: 350px;}
	.banner2 .textbox{margin-left: 1.25rem;}
	.banner3 .imgbox>img{width: auto; max-height: 350px;}
	.banner3 .textbox{width: 50%; align-items: flex-start; text-align: left;}
	.banner3 .textbox dl{flex-wrap: wrap;}
	.banner3 .textbox dl dd{width: 100%; margin: 0; padding: 0 .5rem 0 1.25rem;}
}
@media (max-width:991.98px){
	.etw_banner .swiper .swiper-slide {min-height: 400px;}
	.banner .textbox .h2{font-size: 1.3rem; margin-bottom: 1rem;}
	.banner2 .textbox{margin-top: 0;}
	.banner2 .imgbox>img{max-height: 250px;}
	.banner3 .imgbox>img{max-height: 250px;}

}
@media (max-width:767.98px){
	.etw_banner .swiper .swiper-slide {min-height: 300px;}
	.etw_banner .swiper .swiper-pagination{font-size: .95rem;}
	.etw_banner .swiper .swiper-pagination .swiper-pagination-current{font-size: 1rem; margin: -5px 5px 0 0;}
	.etw_banner .swiper .prev-button,.etw_banner .swiper .next-button{width: 40px;}
	.etw_banner .swiper .prev-button>i,.etw_banner .swiper .next-button>i{width: 40px; height: 40px; font-size: 1rem;}
	.banner {padding: 0 40px;}
	.banner .textbox>dl{display: none;}
	.banner .textbox .h2{font-size: 1.25rem; margin-bottom: 1rem;}
	.banner a{padding: .25rem .75rem; font-size: .95rem;}
	.banner1 .container{align-items: center;}
	.banner2 .imgbox>img{max-height: 150px;}
	.banner3 .imgbox>img{max-height: 150px;}
}
@media (max-width:575.98px){
	.etw_banner .swiper .swiper-slide {min-height: 200px;}
	.banner .textbox .h2{font-size: 1rem;}
	.banner1 .imgbox,.banner2 .imgbox,.banner3 .imgbox{max-width: 30%;}
	.banner1 .imgbox>img{margin-top: 0;}
	.banner1 .textbox,.banner2 .textbox,.banner3 .textbox{max-width: 70%;}
}
/* Banner-end */
/* index */
section{width: 100%; padding:4rem 0; display: block; position: relative; overflow: hidden;}

.homeAdv{padding: 2.5rem 0;}
.homeAdv ul{width: calc(100% + 20px); margin: 0 -10px;}
.homeAdv ul li{width: 25%; padding: 0 10px;}
.homeAdv ul li>ol{flex-direction: column; justify-content: flex-start; text-align: center; align-items: center;}
.homeAdv ul li>ol .imgbox{width: 100%0; margin-bottom: .5rem;}
.homeAdv ul li>ol .imgbox>img{width: 60px; height: 60px; filter: drop-shadow(0 60px #000); position: relative; transform: translateY(-100%);}
.homeAdv ul li>ol .h6{font-size: 1.25rem; font-weight: 300;}
.homeAdv ul li>ol p{font-size: .85rem; line-height: 22px;}
.homeAdv ul li:nth-child(1){width: 22%;}
.homeAdv ul li:nth-child(2){width: 14%;}
.homeAdv ul li:nth-child(3){width: 18%;}
.homeAdv ul li:nth-child(4){width: 46%;}

.homePros{overflow: visible; position: relative; z-index: 3; padding-top: 1.875rem;}
.homePros::before{content: '';position:absolute;width:0;height:0; top:-40px;left:50%; transform: translateX(-50%); border-bottom:40px solid #fff;border-left:84px solid transparent;border-right:84px solid transparent;}
.homePros_box{position: relative;}
.homePros_img{width: 200px; position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%);}
.homePros_img img{opacity: .1;-webkit-animation: counter-rotation 15s infinite linear;-moz-animation: counter-rotation 15s infinite linear;	-o-animation: counter-rotation 15s infinite linear;animation: counter-rotation 15s infinite linear;}
@-webkit-keyframes counter-rotation {
	from {-webkit-transform: rotate(359deg);}
	to   {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes counter-rotation {
	from {-moz-transform: rotate(359deg);}
	to   {-moz-transform: rotate(0deg);}
}
@-o-keyframes counter-rotation {
	from {-o-transform: rotate(359deg);}
	to   {-o-transform: rotate(0deg);}
}
@keyframes counter-rotation {
	from {transform: rotate(359deg);}
	to   {transform: rotate(0deg);}
}
.homePros_title{position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 1rem;}
.homePros_title .h3{text-align: center; color: var(--bg-main); margin-bottom: .5rem;}
.homePros_title small{display: block; text-align: center; font-size: .95rem; text-align: center; max-width: 50%;}
.homePros ul{width: calc(100% + 20px); margin: 0 -10px;}
.homePros ul li{width: calc(100% / 3); padding: 0 10px; margin-top: 20px;}
.homePros ul li>ol{flex-direction: column; background-color: #f5f5f5; padding: 1rem;}
.homePros ul li>ol a.imgbox>img{mix-blend-mode: multiply;}
.homePros ul li>ol .textbox{flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding-top: 20px;}
.homePros ul li>ol .textbox a.h6{font-size: 1rem; font-weight: 600;}
.homePros ul li>ol .textbox dl{flex: 1; display: flex; flex-direction: column; justify-content: flex-start;}
.homePros ul li>ol .textbox dl dd{text-align: left; margin-bottom: 0; font-size: .95rem; text-align: center;}

.homeInd{padding-bottom: 5rem;}
.homeInd::before{content: ''; position: absolute; inset: 0; background:linear-gradient(to bottom,#f4f4f4 50%, rgba(255,128,0,.3));}
.homeInd ul{width: calc(100% + 10px); margin: 0 -5px; margin-top: 40px;}
.homeInd ul li{position:relative; width:calc(20% - 10px);margin:10px 5px 0 5px; padding:5px;background:#fff;}
.homeInd ul li a{position:relative;display:block;width:100%;height:100%;color:#fff;}
.homeInd ul li span{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:1rem 0;text-align:center;z-index:2; font-size: 1.25rem; opacity: 1; transition: all .4s; background:rgba(0,0,0,0.4);}
.homeInd ul li:hover span{opacity: 0;}
.homeInd ul li:after{position:absolute;content:"";left:0;bottom:-14px;background:url(../old/images/app-bottom.png) no-repeat;width:273px;height:14px;}
.homeInd ul li.bigapp{width: calc(50% - 10px); margin:0 5px 20px 5px; position:relative; padding:0;background: none;}
.homeInd ul li.bigapp .textbox{width: 100%; background: url(../images/app-last-pic.png) no-repeat center center; background-size: 100% 100%; position: relative; overflow: hidden;}
.homeInd ul li.bigapp span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); color:#fff;font-size:1.5rem; font-weight:600;text-align:center; background: none;}
.homeInd ul li.bigapp:hover span{opacity: 1;}
.homeInd ul li:after{display: none;}

.company{overflow: visible; z-index: 4; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0;}
.company:after{position:absolute;width:0;height:0;content:"";top:-50px;left:50%; transform: translateX(-50%); border-bottom:54px solid #fff;border-left:84px solid transparent;border-right:84px solid transparent;}
.company:before{background:url(../old/images/aboutbg.png) no-repeat;position:absolute;width:31px;height:35px;content:"";top:-20px;left: 50%; transform: translateX(-50%); z-index:4}
.company_left{width: 40%; display: flex;}
.companypic{width: 100%; position:relative; display: flex;}
.companypic>img{ -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);}
.company-title{width: 50%; position:absolute; top:2rem; right:-2.5rem; background:rgba(243,146,0,0.8); padding:20px 10px; padding-right: 2.5rem; color:#fff; font-weight:500; font-size:1.1rem;-webkit-clip-path: polygon(0 10%, 85% 10%, 85% 0, 100% 50%, 85% 100%, 85% 90%, 0 90%); clip-path: polygon(0 10%, 85% 10%, 85% 0, 100% 50%, 85% 100%, 85% 90%, 0 90%);}
.company_right{width: 60%; padding: 2.5rem 0;}
.company_box{width: 100%; max-width: 780px; padding-left: 5rem;}
.company h3{font-size:1.125rem;color:var(--bg-main);line-height:1.25rem;font-weight:400;}
.company p{color:#333; font-size: .9rem;}
.company .more{justify-content: flex-end;}
.company .more a{position:relative; overflow: visible; color:#fff; font-size:14px; font-weight:400; background-color: var(--bg-main); padding:8px 10px; padding-right: 1.5rem; border-radius: 0; border-bottom: none; -webkit-clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);	clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);}
.company .more a::after{display: none;}
.company .more a:hover{background-color: var(--bg-hover);}
.company .items li{color: #333; font-size: .9rem;}
.company .items li::before{border-radius: 0; top: 9px;}

@media (max-width:1199.98px){
	section{padding:3rem 0;}
	.company_left,.company_right{width: 50%;}
}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.homePros::before {top: -20px; border-bottom: 20px solid #fff; border-left: 40px solid transparent; border-right: 40px solid transparent;}
	.homePros ul li {width: 50%;}
	.homePros_title small{max-width: 70%;}
	.homeInd ul li{width: calc(25% - 10px);}
	.homeInd ul li:last-child,.homeInd ul li:nth-last-child(2){display: none;}
	.company_left{width: 100%;}
	.companypic::before{content: ''; display: block; padding-top: 50%;}
	.company-title{right: 0;}
	.company_right{width: 100%;}
	.company_box {max-width: 100%; padding: 0 2.5rem;}
}
@media (max-width:767.98px){
	section{padding:2rem 0;}
	.homePros_title small{max-width: 100%;}
	.homeInd ul li{width: calc(calc(100% / 3) - 10px);}
	.homeInd ul li:nth-last-child(2){display: flex;}
}
@media (max-width:575.98px){
	section{padding:1.5rem 0;}
	.homePros_title .h3{font-size: 1.5rem;}
	.homePros ul li {width: 100%;}
	.homeInd ul li{width: calc(50% - 10px);}
	.homeInd ul li:nth-last-child(1){display: flex;}
	.company-title{width: 80%;}
	.company_right{padding: 20px 0;}
	.company_box {padding: 0 20px;}
}
@media (max-width:375.98px){
	section{padding:1.25rem 0;}
	.homePros_title .h3{font-size: 1.25rem;}
	.homeInd ul li{width: calc(100% - 10px);}
}
/* index-end */
/* #footer */
#footer{width:100%; background: url(../images/bg-pattern.png) no-repeat center center #dcdcdc; background-size: cover;}
.footer{padding: 2.5rem 0 1.25rem 0;}
.footer .title{color: var(--bg-main); font-size:1.25rem; line-height: 1; padding-left: 1.8rem; position:relative; margin-bottom: 1rem;}
.footer .title:before{content:""; width:20px; height:8px; display: block; position:absolute; left:0; top:50%; transform: translateY(-50%); background-color:var(--bg-main); -webkit-clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0); clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);}
.footer_list li{width: 100%; margin-bottom: .5rem;}
.footer_list li a{display: block; font-size: .95rem; color:#333; position: relative; padding-left: 1.25rem;}
.footer_list li a::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; position: absolute; left: 0; top: 4px; color: var(--bg-main);}
.footer_list li a:hover{color: var(--bg-hover); text-decoration: underline;}

.contact_list{display: flex; flex-direction: column; margin-bottom: 0;}
.contact_list dd{margin-bottom: .5rem; position: relative; padding-left: 1.4rem;}
.contact_list dd>i{width: 16px; height: 16px; line-height: 1; float: left; position: absolute; left:0; top: 4px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--bg-main);}
.icon-telephone{background: url(../images/icon-telephone.png) no-repeat center center; background-size: contain;}
.icon-telephone-white{background: url(../images/icon-telephone-white.png) no-repeat center center; background-size: contain;}

.etw_footer{width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.etw_footer a{margin:0 .5rem; color:#333; font-size:0.95rem; line-height:1; font-weight: 300;}
.etw_footer a:hover{color:#e95728;}

/* #otherlink */
.etw_root{width:100%;overflow:hidden;padding:20px;position:relative;z-index:2;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-main);opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center;background:var(--bg-hover);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-main);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-hover) !important;border:1px solid var(--bg-hover) !important;}
.theme-box-name{background:var(--bg-main) !important;border-left:1px solid var(--bg-main) !important}
@media (max-width:991.98px){
	.footer {padding: 2.5rem 0;}
}
@media (max-width:767.98px){
	.footer {padding: 2rem 0;}
	.footer>.container>.row>.col-md-6{margin-bottom: 1.5rem;}
	.footer>.container>.row>.col-md-6:last-child{margin-bottom: 0;}
}
@media (max-width:575.98px){
	.footer {padding: 1.5rem 0;}
	.footer .h3{font-size: 1.25rem;}
	.footer>.container>.row>.col-md-6{margin-bottom: 1rem;}
	.footer>.container>.row>.col-md-6:last-child{margin-bottom: 0;}
}
@media (max-width:375.98px){
	.footer {padding: 1.2rem 0;}
	.footer .h3{font-size: 1rem;}
}
/* #quicknav */
#quicknav{width:100%; overflow: hidden; position: relative; z-index: 1;}
#quicknav ul{width:100%;display:flex;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative; z-index: 0; height: 50px;}
#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; color: #000;}
#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-main);}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a,#quicknav ul.quicknav>li:first-child>a>i{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color:rgba(255,255,255,1)}
#quicknav ul li a:hover{text-decoration:underline;color:var(--bg-main)}

.etw_hometitle h2,.etw_hometitle .h3{font-size: 2.5rem; color: #000; font-weight: 400;}
@media (max-width:1199.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 2rem;}
}
@media (max-width:991.98px){
	#quicknav{display: none !important;}
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.75rem;}
}
@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;}
}
/* #quicknav-End */
/* Products */
.prosBanner{padding: 0;}
.prosBanner .container{display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.prosBanner .prosBanner_left{width: 50%; display: flex; flex-direction: column; padding: 5rem 2.5rem 0 0; position: relative; overflow: hidden;}
.prosBanner .prosBanner_left::before{content: ''; position: absolute; inset: 0; background: url(../images/bg1.svg) no-repeat center center; background-size: cover; opacity: .4;}
.prosBanner .prosBanner_left .swiper{width: 100%; height: 100%; position: relative; z-index: 2;}
.prosBanner .prosBanner_left .swiper .swiper-slide{display: flex; flex-direction: column; justify-content: flex-end;}
.prosBanner_bottom{width: calc(100% + 5rem); margin-left: -2.5rem; display: flex; align-items: center; justify-content: space-between; background-color: #f5f5f5; padding: 2.5rem; padding-top: 1rem; position: relative; z-index: 2;}
.prosBanner_bottom .swiper-pagination-fraction{position: relative; bottom: 0; width: fit-content; color: #000; font-size: 1.25rem; line-height: 1; font-size: .8rem;}
.prosBanner_bottom .swiper-pagination-fraction .swiper-pagination-current{color: var(--bg-main); font-size: 1.5rem;}
.prosBanner_btn{display: flex; align-items: center;}
.prosBanner_btn .prev-button,.prosBanner_btn .next-button{font-size: 2rem; color: var(--bg-main);}
.prosBanner_btn .prev-button:hover,.prosBanner_btn .next-button:hover{color: var(--bg-hover);}
.prosBanner .prosBanner_right{width: 50%; display:flex; flex-direction: column; justify-content: center; padding: 0 5rem 2.5rem 0;}
.prosBanner .prosBanner_right .etw_hometitle h2{color: var(--bg-main);}
.prosBanner .prosBanner_right p{font-size: 1rem; line-height: 30px;}

.prosAll{padding: 2.5rem 0;}
.prosAll .container{max-width: 1400px;}
.prosAll_title{font-size: 2.5rem; font-weight: 200; text-align: center; color: var(--bg-main); margin-bottom: 1.5rem;}
.pros-items{width: 100%; margin-bottom: 60px; display: flex; flex-wrap: wrap;}
.pros-items:last-child{margin-bottom: 0;}
.pros-items a.h3{width: fit-content; margin: 0 auto; text-align: center; font-size: 1.8rem; color: #000;}
.pros-items small{display: block; max-width: 75%; margin: .5rem auto 0 auto; text-align: center; font-size: .85rem; color: #777;}
.pros_hub{width: calc(100% + 30px); margin: 0 -15px;}
.pros_hub>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.pros_hub>li>ol{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.pros_hub>li>ol a.imgbox{width: 100%; background-color: #f5f5f5;}
.pros_hub>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.pros_hub>li>ol .textbox{width: 100%; flex-direction: column; justify-content: space-between; padding-top: 1rem;}
.pros_hub>li>ol .textbox a.h6{font-size: 1.2rem; color: #000; font-weight: 500; margin-bottom: .5rem;}
.pros_hub>li>ol .textbox p{font-size: .9rem; min-height:72px; max-height:72px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: .5rem;}
.pros_hub>li>ol .textbox dl{flex: 1; display: flex; flex-direction: column; justify-content: flex-start; margin-bottom: .5rem; line-height: 22px;}
.pros_hub>li>ol .textbox dl dd{margin-bottom: 0; font-size: .85rem;}
.pros-items-more{margin-top: 60px;}
.pros-items-more .container{display: flex; flex-wrap: wrap; max-width: 1200px;}
.pros-items-more .pros_hub{justify-content: center;}
.pros-items-more .pros_hub>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}

.pros-items2{position: relative; overflow: hidden; padding: 2.5rem 0;}
.pros-items2::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(-45deg, var(--bg-main), var(--bg-hover));}
.pros-items2 .container{position: relative; z-index: 2;}
.prosAll_title{line-height: 1; color: #fff;}
.byProbe_list{width: calc(100% + 20px); margin: 0 -10px; justify-content: center;}
.byProbe_list li{width: calc(100% / 6); padding: 0 10px; margin-top: 20px;}
.byProbe_list li>a{width: 100%; border-radius: 10px; display: flex; overflow: hidden;}
.byProbe_list li>a>span{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; color: #000; padding: 1.25rem; transition: all .4s; background-color: #fff; color: var(--bg-main);}
.byProbe_list li>a:hover>span{background-color: var(--bg-main); color: #fff;}

.prosApps{margin-top: 2.5rem;}
.prosApps::before{content: ''; width: 100%; height: 65%; background-color: #f8f9fa; position: absolute; left: 0; top: 0; z-index: -1;}
.prosApps-white::before{background-color: #fff;}
.prosApps .container{position: relative; z-index: 2;}
.prosApps_title{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 2rem;}
.prosApps_title .h3{display: flex; flex-direction: column; margin-bottom: 0;}
.prosApps_title .h3>small{font-size: 1rem; text-transform: uppercase; color: var(--bg-main); font-weight: 300; margin-bottom: .5rem;}
.prosApps_title .h3>span{font-size: 2rem;}
.prosApps_title p{flex: 1; padding-left: 100px; font-size: 1rem;}
.prosApps .swiper{width: 100%; overflow: visible;}
.prosApps .swiper .swiper-slide{height: auto; display: flex; flex-direction: column; position: relative; overflow: hidden;}
.prosApps .swiper .swiper-slide>a{width: 100%; flex: 1; display: block; overflow: hidden; position: relative;}
.prosApps .swiper .swiper-slide>a::before{content: ''; display: block; padding-top: 75%;}
.prosApps .swiper .swiper-slide>a::after{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }
.prosApps .swiper .swiper-slide>a>span{width: 100%; position: absolute; left: 0; top: 0; z-index: 3; padding: 1.25rem; color: #fff; font-size: 1.2rem; background-image: linear-gradient(#000, transparent);}
.prosApps .swiper .swiper-slide>.more{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 3; background-image: linear-gradient(transparent,#000); padding: 1.25rem 0;}
.prosApps .swiper .swiper-slide>.more>a{flex-direction: row-reverse; padding: 0 1.25rem; color: #fff; font-weight: 300; position: relative; text-decoration: none;}
.prosApps .swiper .swiper-slide>.more>a::before{content: ''; width: 0; height: 100%; border: 0 solid #fff; overflow: hidden; position: absolute; left: 1.25rem; top: 0; transition: all .4s; opacity: 0;}
.prosApps .swiper .swiper-slide>.more>a::after{content: '\F138'; margin: 0 .5rem 0 0; color: #fff; border: none; width: auto;}
.prosApps .swiper .swiper-slide:hover>a>img{transform: scale(1.1);}
.prosApps .swiper .swiper-slide:hover>.more>a{padding: 1.25rem;}
.prosApps .swiper .swiper-slide:hover>.more>a::before{width: 100%; border-width: 1px; opacity: 1;}
.prosApps .swiper .swiper-slide:hover>.more>a::after{margin-left: 1.5rem; background: none;}
.prosApps_bottom{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative; margin-top: 20px;}
.prosApps_bottom .swiper-pagination-progressbar{width: 70% !important; position: relative;}
.prosApps_bottom .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: var(--bg-main);}
.prosApps_btn{display: flex; align-items: center;}
.prosApps_btn .prev-button,.prosApps_btn .next-button{font-size: 2rem; color: var(--bg-main);}
.prosApps_btn .prev-button:hover,.prosApps_btn .next-button:hover{color: var(--bg-hover);}


.prosFaq .h3{width: fit-content; font-size: 2rem; color: #000; font-weight: 300;}
.prosFaq p{font-size: .9rem; line-height: 26px; font-weight: 300;}
.prosFaq p>a{color: var(--bg-main); font-size: 1rem; text-decoration: underline;}
.prosFaq p>a:hover{color: var(--bg-hover); text-decoration: none;}
.prosFaq .more>a{border: 1px solid var(--bg-main); padding: .25rem 1.25rem; border-radius: 30px;}
.prosFaq .more>a::after{border: none; padding: 0; margin-left: .5rem;}
.prosFaq .more>a:hover{background-color: var(--bg-hover); color: #fff; text-decoration: none;}
.card{width: 100%; border: none; border-bottom: 1px solid #f5f5f5; margin-bottom: 1rem;}
.card-header{padding:0; background-color:#fff; border-bottom: none; border-radius: 0 !important;}
.card-link{width:100%; display:block; padding:1rem; padding-top: 0; padding-right: 2.5rem; font-size:1rem; font-weight: 600; position:relative; line-height:1.5rem; color: #000;}
.card-link::after{content:"\F282"; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--bg-hover); font-size: 1.5rem; transition: all .4s;}
.card-body{padding:1rem; padding-top: 0; line-height:1.4rem}
.card-body p{font-size: .9rem; line-height: 24px; color: #444; font-weight: 400;}
.card-body .items li{font-size: .9rem; color: #444; font-weight: 400;}
.card-link[aria-expanded="true"]::after{transform: translateY(-50%) rotateX(180deg);}

.inquiryForm{background-color: var(--bg-main); padding: 1.875rem 0;}
.inquiryForm::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(-45deg, var(--bg-main), var(--bg-hover));}
.inquiryForm .container{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.inquiryForm dl{flex: 1; max-width: 55%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 0;}
.inquiryForm dl>dt{width: 100%; text-align: left; color: #fff; font-size: 1.5rem; font-weight: 300; margin-bottom: 0;}
.inquiryForm dl>dd{margin: .5rem 0 0 0; display: flex; align-items: center; color: #fff; font-size: .95rem; font-weight: 300;}
.inquiryForm dl>dd>i{margin-right: .5rem;}
.inquiryForm dl>dd .icon-telephone{width: 16px; height: 16px; background: url(../images/icon-telephone-white.png) no-repeat center center; background-size: contain;}
.inquiryForm dl>dd a:hover{color: #fff; text-decoration: underline;}
.inquiryForm a.btn{display: flex; align-items: center; justify-content: center; padding: .5rem 1rem; background-color: #fff; border: 2px solid #fff; border-radius: 8px;}
.inquiryForm a.btn:hover{background-color: var(--bg-main); color: #fff;}

@media (max-width:1199.98px){
	.byProbe_list li{width: 20%;}
	.prosAll_title{font-size: 2rem;}
	.inquiryForm dl {max-width: 70%;}
}
@media (max-width:991.98px){
	.prosBanner .prosBanner_left{width: 100%;}
	.prosBanner_bottom{padding: 1rem 2.5rem;}
	.prosBanner .prosBanner_left {width: 100%; padding: 0;}
	.prosBanner .prosBanner_right{width: 100%; padding: 0 0 2.5rem 0;}
	.pros_hub>li{width: calc(100% / 3);}
	.pros_hub>li:last-child{display: none;}
	.pros-items-more .pros_hub>li{display: flex;}
	.pros-items-more{margin-bottom: 50px;}
	.byProbe_list li{width: 25%;}
	.prosAll_title,.pros-items a.h3,.prosApps_title .h3>span,.prosFaq .h3{font-size: 1.75rem;}
	.prosApps_title{flex-direction: column;}
	.prosApps_title p{margin-top: 1rem; padding: 0;}
}
@media (max-width:767.98px){
	.pros-items small{max-width: 100%;}
	.pros_hub>li{width:50%;}
	.pros_hub>li:last-child{display: flex;}
	.pros-items-more .pros_hub>li{width: 50%;}
	.pros-items-more .pros_hub>li:last-child{display: none;}
	.pros-items-more{margin-bottom: 40px;}
	.pros-items2{padding: 1.875rem 0;}
	.byProbe_list li{width: 50%; margin-top: 10px;}
	.prosAll_title,.pros-items a.h3{font-size: 1.5rem; margin-bottom: 1rem;}
	.prosApps_title .h3>span,.prosFaq .h3{font-size: 1.5rem;}
	.prosApps_bottom .swiper-pagination-progressbar {width: 50% !important;}
	.card-link{font-size: .95rem; font-weight: 400;}
	.prosFaq .h3{width: 100%; text-align: center;}
	.inquiryForm .container{flex-direction: column; justify-content: center; text-align: center;}
	.inquiryForm dl {max-width: 100%; width: 100%; margin-bottom: 1rem; justify-content: center;}
	.inquiryForm dl>dt{text-align: center;}
	.inquiryForm dl>dd{padding: 0 5px;}
}
@media (max-width:575.98px){
	.pros_hub>li,.pros-items-more .pros_hub>li,.pros_hub>li img,.pros-items-more .pros_hub>li img{width:100%;}
	.pros-items-more .pros_hub>li:last-child{display: flex;}
	.pros-items-more{margin-bottom: 30px;}
	.pros-items2{padding: 1.25rem 0;}
	.byProbe_list li{width: 100%;}
	.prosAll_title,.pros-items a.h3,.prosApps_title .h3>span,.prosFaq .h3,.inquiryForm dl>dt{font-size: 1.25rem;}
	.prosApps_bottom .swiper-pagination-progressbar {width:30% !important;}
}
@media (max-width:375.98px){
	.pros-items-more{margin-bottom: 20px;}
	.inquiryForm dl>dd{width: 100%;}
}
/* Products-End */
/* hub */
.nbanner{height: 400px;}
.nbanner::after{content: ''; position: absolute; inset: 0; background: transparent linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;}
.nbanner_hover{position: relative; z-index: 2;}
.nbanner_hover .etw_hometitle{max-width: 50%; margin-top: 2.5rem; color: #fff;}
.nbanner_hover .etw_hometitle small{display: block; margin-bottom: 1rem; font-size: 1rem; text-transform: uppercase; font-weight: 300;}
.nbanner_hover .etw_hometitle h2{color: #fff;}

.prosHubText{padding: 2.5rem 0;}
.prosHubText .container{display: flex; flex-wrap: wrap;}
.prosHubText h6{font-size: 1.25rem; color: var(--bg-main); line-height: 1.7; width: 50%; padding-right: 2.5rem; margin-bottom: 0;}
.prosHubText p{border-left: 2px solid #dcdcdc; font-size: .95rem; width: 50%; padding-left: 2.5rem;}
.prosHubText01 p{padding-left: 0;text-align: center;border-left: none;width: 100%;}

.prosHub .container{max-width: 1400px;}
.prosHub ul{width: calc(100% + 20px); padding: 0 10px; margin: 0 -10px;}
.prosHub ul li{width: 50%; padding: 0 10px; margin-bottom: 20px;}
.prosHub ul li>ol{flex-direction: row; background-image: linear-gradient(to right,#dcdcdc, #fff);}
.prosHub ul li>ol a.imgbox{width: 45%;}
.prosHub ul li>ol a.imgbox>img{mix-blend-mode: multiply; transition: all .4s;}
.prosHub ul li>ol a.imgbox:hover>img{transform: scale(1.1);}
.prosHub ul li>ol .textbox{width: 55%; flex-direction: column; justify-content: center; padding: 1rem; padding-left: 25px;}
.prosHub ul li>ol .textbox a.h6{font-size: .9rem; color: #333;}
.prosHub ul li>ol .textbox a.h6>span{display: block; color: var(--bg-main); font-size: 1.25rem;}
.prosHub ul li>ol .textbox dl{flex-direction: column;}
.prosHub ul li>ol .textbox dl dd{margin-bottom: 0;}
.prosHub ul li>ol .textbox .more>a{flex-direction: row-reverse;}
.prosHub ul li>ol .textbox .more>a::after{margin: 0 1rem 0 0;}

.features,.hubVideoscope{padding: 3.125rem 0;}
.h3_title{display: flex; justify-content: center; align-items: center; font-weight: 200; color: #000; font-style: oblique;}
.h3_title::before{content: ''; width: 20px; height: 8px; background-color: var(--bg-main); -webkit-clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0); clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0); margin-right: .5rem;}
.features ul{width: calc(100% + 20px); margin: 0 -10px;}
.features ul li{width: 25%; padding: 0 10px; margin-top: 20px;}
.features ul li>ol{flex-direction: column; background-color: #f5f5f5;}
.features ul li>ol a.imgbox{border-bottom: 2px solid var(--bg-main);}
.features ul li>ol a.imgbox>img{mix-blend-mode: multiply;}
.features ul li>ol .textbox{padding: 20px; flex-direction: column; font-size: .9rem;}

.hubVideoscope ul{width: calc(100% + 20px); margin: 0 -10px;}
.hubVideoscope ul li{width: 25%; padding: 0 10px; margin-top: 20px;}
.hubVideoscope ul li>ol{flex-direction: column;}
.hubVideoscope ul li>ol .textbox{padding:10px; flex-direction: column; font-size: .9rem; line-height: 22px; background-color: #f5f5f5; text-align: center; display: flex; align-items: center; justify-content: center;}

.otherPros .container{max-width: 1500px;}
.otherPros .h3{font-size: 2rem; font-weight: 300; text-align: center; margin-bottom: 0;}
.otherPros ul{width: calc(100% + 20px); margin: 0 -10px;}
.otherPros ul li{width: calc(100% / 6); padding: 0 10px; margin-top: 20px;}
.otherPros ul li>ol{flex-direction: column; background-color: #fff; overflow: hidden;}
.otherPros ul li>ol .textbox{padding: 1rem; flex-direction: column; justify-content: space-between;}
.otherPros ul li>ol .textbox a.h6{font-size: 1rem; font-weight: 400;}
.otherPros ul li>ol .textbox .more>a{flex-direction: row-reverse; font-size: .875rem; line-height: 20px;}
.otherPros ul li>ol .textbox .more>a::after{margin: 0 .5rem 0 0; width: 20px; height: 20px; font-size: .75rem;}
.otherPros2 ul{justify-content: center;}
.otherPros2 ul li{width: calc(100% / 4);}

.hubProsApps .swiper{overflow: hidden;}

.etw_hometitle3 h2{font-weight: 300;}
.etw_hometitle3 h2>span{color: var(--bg-main);}

@media (max-width:1199.98px){
	.features, .hubVideoscope {padding: 2.5rem 0;}
	.otherPros ul li {width: 20%;}
	.otherPros ul li:last-child{display: none;}
	.otherPros2 ul li{width: calc(100% / 3);}
	.otherPros2 ul li:last-child{display: flex;}
}
@media (max-width:991.98px){
	.features, .hubVideoscope {padding: 1.875rem 0;}
	.nbanner{height: 300px; display: flex; flex-direction: column; justify-content: center;}
	.nbanner_hover .etw_hometitle{margin: 0;}
	.prosHub ul li {width: 100%;}
	.features ul li {width: 50%;}
	.hubVideoscope ul li{width: calc(100% / 3);}
	.hubVideoscope ul li:last-child{display: none;}
	.otherPros ul li {width: 25%;}
	.otherPros ul li:nth-last-child(2){display: none;}
	.otherPros2 ul li{width: calc(100% / 3);}
	.otherPros2 ul li:last-child,.otherPros2 ul li:nth-last-child(2){display: flex;}

}
@media (max-width:767.98px){
	.features, .hubVideoscope {padding: 1.25rem 0;}
	.nbanner{height: 200px;}
	.nbanner_hover .etw_hometitle{max-width: 100%;}
	.nbanner_hover .etw_hometitle h2{margin-bottom: 0;}
	.prosHubText{padding: 1.875rem 0;}
	.hubVideoscope ul li{width: 50%;}
	.hubVideoscope ul li:last-child{display: flex;}
	.otherPros ul li {width: calc(100% / 3);}
	.otherPros ul li:nth-last-child(2),
	.otherPros ul li:nth-last-child(1){display: flex;}
}
@media (max-width:575.98px){
	.features, .hubVideoscope {padding: 1rem 0;}
	.prosHubText{padding: 1.25rem 0;}
	.prosHubText h6{width: 100%; padding: 0; text-align: center; line-height: 1.5; margin-bottom: 1rem;}
	.prosHubText p{padding: 0; width: 100%; border: none; text-align: center;}
	.prosHub ul li>ol a.imgbox,
	.prosHub ul li>ol .textbox,
	.features ul li,
	.features ul li .imgbox>img,
	.hubVideoscope ul li,
	.hubVideoscope ul li>ol a.imgbox>img{width: 100%;}
	.prosHub ul li>ol .textbox{padding: 1rem;}
	.otherPros ul li {width: 50%;}
	.otherPros2 ul li{width: 100%;}
}
@media (max-width:375.98px){
	.otherPros ul li {width: 100%;}
}
/* hub-End */
/* Details */
.detailsMain{padding:0;}
.details-items{padding: 2.5rem 0; position: relative;}
.details-items .container{position: relative; z-index: 2;}
.details-items_title{display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 400; margin-bottom: .5rem; color: #000;}
.details-items_title::before{content: ''; width: 20px; height: 4px; background-color: var(--bg-hover); display: block; margin-right: 1rem;}

.left_pics{width: 100%; display: flex; background-image: linear-gradient(#f8f9fa, #fff);}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: block;}
.left_pics>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.left_pics>a>img{mix-blend-mode: multiply;}

.related_pic{width: 100%; margin-top: 1.25rem;}
.related_pic ul{width: calc(100% + 10px); margin:0 -5px; justify-content: center;}
.related_pic ul>li{width: 20%; padding: 0 5px;}
.related_pic ul>li>a{width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden; position: relative;}
.related_pic ul>li>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-main);}
.related_pic ul>li .video_btn::after{display: none;}

.related_pic4 ul>li{width: 25%;}
.details-items1{background-image: linear-gradient(#f8f9fa, #fff);}
.details-items1 .etw_hometitle h2{font-size: 1.75rem; font-weight: 300;}
.details-items1 .etw_hometitle h2>span{display: block; font-size: 3rem; line-height: 1; opacity: .1; font-weight: 700; margin-bottom: -1.25rem;}
.details-items1 p{font-size: 1rem; font-weight: 300;}

#gallery,#thumbs{width: 100%;}
#gallery .swiper-slide {height: auto; display: flex;}
#gallery .swiper-slide figure{width: 100%;}
#gallery .swiper-slide figure>a{width: 100%; display: block; position: relative; overflow: hidden; background-image: linear-gradient(#f8f9fa, #fff);}
#gallery .swiper-slide figure>a>img{mix-blend-mode: multiply;}
#gallery .swiper-slide figure>a:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.thumbs{width: 100%; margin-top: 20px; position: relative; padding: 0 50px;}
.thumbs .swiper-slide{border: 1px solid #ccc; cursor: pointer; padding: 2px;}
.thumbs .swiper-slide:has(.img-abs)::before{content: ''; display: block; padding-top: 75%;}
.thumbs .swiper-slide-thumb-active{border-color: var(--bg-main);}
.thumbs .prev-button,.thumbs .next-button{width: 40px; height: 40px; background-color: var(--bg-main); position: absolute; left: 0; top: 50%; transform: translateY(-50%); cursor: pointer; transition: all .4s; font-size: 1rem; color: #fff; display: flex; align-items: center; justify-content: center;}
.thumbs .next-button{left: auto; right: 0;}
.thumbs .prev-button:hover,.thumbs .next-button:hover{background-color: var(--bg-hover);}
.thumbs .swiper-button-lock{display: none;}
.thumbs:has(.swiper-button-lock){padding: 0;}

.h4_title{display: flex; align-items: center; font-weight: 200; color: #000; font-style: oblique;}
.h4_title::before{content: ''; width: 20px; height: 8px; background-color: var(--bg-main); -webkit-clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0); clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0); margin-right: .5rem;}
.h4_title2::before{display: none;}
.detailsFeatures .swiper{width: 100%; margin-top: 20px;}
.detailsFeatures .swiper .swiper-slide{height: auto; display: flex;}
.detailsFeatures .swiper .swiper-slide>ol{width: 100%; display: flex; flex-direction: column;}
.detailsFeatures .swiper .swiper-slide>ol .textbox{flex: 1; margin-bottom: .5rem;}
.detailsFeatures .swiper .swiper-slide>ol .imgbox{background-color: #f5f5f5;}
.detailsFeatures .swiper .swiper-slide>ol .imgbox img{mix-blend-mode: multiply;}
.detailsFeatures .swiper .prev-button,.detailsFeatures .swiper .next-button{width: 40px; height: 40px; position: absolute; left: 0; top: 50%; background-color: rgba(0,0,0,0.5); z-index: 2; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: #fff;}
.detailsFeatures .swiper .next-button{left: auto; right: 0;}
.detailsFeatures .swiper .prev-button:hover,.detailsFeatures .swiper .next-button:hover{background-color: var(--bg-main);}
.detailsFeatures.bg-light .swiper .swiper-slide>ol .imgbox{background-color: #fff;}
.swiper .prev-button.swiper-button-disabled,.swiper .next-button.swiper-button-disabled{cursor: no-drop; opacity: .5;}

.table-probe>tbody>tr>td:nth-child(1){background-color: var(--bg-main); color: #fff; text-transform: capitalize; text-align: center;}
.table-probe a{color: #fff;}
.table-probe td.bg-white{color: #333 !important;}

.relatedPros .h3{font-size: 2rem; color: #000; font-weight: 300; margin-bottom: 0; text-align: center;}
.relatedPros ul{width: calc(100% + 30px); margin: 0 -15px;}
.relatedPros ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.relatedPros ul li>ol{flex-direction: column; background-color: #fff;}
.relatedPros ul li>ol a.imgbox>img{mix-blend-mode: multiply; transition: all .4s;}
.relatedPros ul li>ol a.imgbox:hover>img{transform: scale(1.1);}
.relatedPros ul li>ol .textbox{width: 100%; padding: 20px; flex-direction: column; justify-content: space-between;}
.relatedPros ul li>ol .textbox a.h6{color: #000; font-size: 1.2rem; font-weight: 300; margin-bottom: .5rem;}
.relatedPros ul li>ol .textbox dl{flex: 1; display: flex; flex-direction: column; justify-content: flex-start; margin-bottom: .5rem; line-height: 22px;}
.relatedPros ul li>ol .textbox dl dd{margin-bottom: 0; font-size: .85rem; color: #333;}
.relatedPros ul li>ol .textbox .more>a{flex-direction: row-reverse; font-size: .8rem;}
.relatedPros ul li>ol .textbox .more>a::after{margin: 0 .5rem 0 0;}

.inquiryFormDetails{padding: 0;}
.inquiryFormDetails .container{position: relative; z-index: 2;}
.inquiryFormDetails::before{content: ''; position: absolute; inset: 0; background-color: #999593; opacity: .8; z-index: 0;}
.inquiryFormDetails::after{content: ''; position: absolute; inset: 0; background: url(../images/map.svg) no-repeat center center; background-size: cover; opacity: .1; z-index: 1;}
.inquiryFormDetails .h3{width: fit-content; font-size: 2rem; color: #fff; font-weight: 300; line-height: 1.2; margin-bottom: 1rem;}
.inquiryFormDetails .h3::after{content: ''; display: block; width: 100%; height: 4px; background-color: #fff; margin: .5rem 0;}
.inquiryFormDetails p{color: #fff; font-size: 1rem; opacity: .8; margin-bottom: 2rem;}
.inquiryFormDetails dl{display: flex; flex-direction: column; margin-bottom: 2rem;}
.inquiryFormDetails dl dd{position: relative; padding-left: 1.875rem; color: #fff;}
.inquiryFormDetails dl dd i{width: 20px; height: 20px; line-height: 1; float: left; position: absolute; left:0; top: 2px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #fff;}
.inquiryFormDetails dl dd a:hover{text-decoration: underline; color: var(--bg-hover);}
.inquiryFormDetails .feedback{position: relative; z-index: 0; padding: 1.5rem 1rem; min-height: 480px;}
.inquiryFormDetails .feedback::before{content: ''; position: absolute; inset: 0; z-index: -1; background-color: #fff;}

.detailsProsApps{display: flex; flex-wrap: wrap;}
.detailsProsApps .left{width: 45%; padding: 0 30px; display: flex; justify-content: flex-end;}
.detailsProsApps .left .prosApps_title{width: 100%; max-width: 450px; flex-direction: column; margin-bottom: 0;}
.detailsProsApps .left .prosApps_title p{padding: 0;}
.detailsProsApps .left .prosApps_title .more>a{flex-direction: row-reverse;}
.detailsProsApps .left .prosApps_title .more>a::after{margin: 0 1rem 0 0;}
.detailsProsApps .swiper{width: 55%; overflow: hidden;}
.detailsProsApps .prosApps_bottom .swiper-pagination-progressbar{width: 50% !important;}
.detailsProsApps .prosApps_btn .prev-button, .prosApps_btn .next-button{margin-left: 1rem;}

.technical .swiper{width: 100%;}
.technical .swiper .swiper-slide{height: auto; display: flex; border-right: 2px solid var(--bg-main);}
.technical .swiper .swiper-slide>ol{flex: 1; display: flex; flex-wrap: wrap; align-items: center; background-color: #fff; padding: 1rem;}
.technical .swiper .swiper-slide>ol figure{width: 50%;}
.technical .swiper .swiper-slide>ol .textbox{width: 50%; flex-direction: column; justify-content: center; padding-left: 1.875rem;}
.technical .swiper .swiper-slide>ol .textbox p:last-child{margin-bottom: 0;}
.technical .swiper .swiper-slide>ol .textbox ul.items li{line-height: 22px; margin-bottom: 3px;}
.technical .prev-button,.technical .next-button{width: 40px; height: 40px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: rgba(0,0,0,.5); z-index: 2; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff;}
.technical .next-button{right: 0; left: auto;}
.technical .prev-button:hover,.technical .next-button:hover{background-color: var(--bg-main); color: #fff;}

@media (max-width:991.98px){
	.details-items,.inquiryFormDetails{padding: 1.875rem 0;}
	.detailsFeatures .swiper .swiper-slide>ol .imgbox .video_btn{width: 3rem; height: 3rem;}
	.relatedPros ul li{width: 50%;}
	.relatedPros ul li:last-child{display: none;}
	.details-items figure,
	.details-items img{width: 100%;}
}
@media (max-width:767.98px){
	.details-items,.inquiryFormDetails{padding: 1.25rem 0;}
	.details-items1 .etw_hometitle h2>span{font-size: 1.75rem; margin-bottom: 0;}
	.details-items1 .etw_hometitle h2,.otherPros .h3 {font-size: 1.5rem;}
	.table-videoscope{width: 1200px;}
	.detailsProsApps .left{width: 100%;}
	.detailsProsApps .left .prosApps_title{max-width: 100%;}
	.detailsProsApps .swiper{width: calc(100% - 40px); margin-top: 1rem;}
	.detailsProsApps .prosApps_bottom .swiper-pagination-progressbar{width: 70% !important;}
}
@media (max-width:575.98px){
	.details-items,.inquiryFormDetails{padding: 1rem 0;}
	.left_pics{display: none;}
	.related_pic{margin: 0;}
	.related_pic ul>li,
	.related_pic ul>li img,
	.relatedPros ul li,
	.relatedPros ul li img{width: 100%;}
	.related_pic ul>li{margin-bottom: 1rem;}
	.details-items1 .etw_hometitle h2>span{font-size: 1.5rem; margin-bottom: 0;}
	.details-items1 .etw_hometitle h2,.otherPros .h3 {font-size: 1.25rem;}
	.relatedPros ul li:last-child{display: flex;}
	.technical .swiper .swiper-slide>ol figure{width: 100%;}
	.technical .swiper .swiper-slide>ol .textbox{width: 100%; flex-direction: column; padding: 20px 0 0 0;}
}
/* Details-End */
/* Industries */
.indbanner{padding: 0 0 1.875rem 0; display: flex; align-items: center; min-height: 136px;}
.indbanner::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right, #f5f5f5 50%, transparent);}
.indbanner::after{content: ''; width: 50%; height: 100%; position: absolute; right: 0; top: 0; background: url(../images/bg1.svg) no-repeat right center; background-size: cover; opacity: .2;}
.indbanner .container{position: relative; z-index: 2;}
.indbanner .etw_hometitle{max-width: 50%;}
.indbanner .etw_hometitle span{font-size: 1rem; color: #000; text-transform: uppercase;}
.indbanner .etw_hometitle div.h3{text-transform: uppercase; font-weight: 300; color: var(--bg-main); line-height: 1; margin: .5rem 0 ;}
.indbanner .etw_hometitle small{display: block; font-size: 1.1rem; color: #999; font-size: 300;}

.indAll ul{width: 100%; justify-content: space-between;}
.indAll ul li{width: calc(50% - 15px); margin-bottom: 30px;}
.indAll ul li>ol{background-color: #f5f5f5; position: relative;}
.indAll ul li>ol::before{content: ''; width: 3px; height: 0; background-color: var(--bg-main); transition: all .4s; position: absolute; left: 0; top: 0; z-index: 2;}
.indAll ul li>ol:hover::before{height: 100%;}
.indAll ul li>ol a.imgbox{width: 40%;}
.indAll ul li>ol a.imgbox::before{content: ''; display: block; padding-top: 75%;}
.indAll ul li>ol:hover a.imgbox>img{transform: scale(1.1);}
.indAll ul li>ol .textbox{width: 60%; padding: 1.25rem; padding-left: 1.875rem; flex-direction: column; justify-content: center;}
.indAll ul li>ol .textbox a.h6{font-size: 1.4rem; font-weight: 300;}
.indAll ul li>ol .textbox p{overflow: hidden; font-size: .9rem; min-height:72px; max-height:72px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.indAll ul li>ol .textbox .more>a{background-color: #fff; padding: .6rem 1rem; border-radius: 30px; font-weight: 300;}
.indAll ul li>ol .textbox .more>a::after{width: auto; height: auto; border: none; margin-left: .5rem; color: inherit;}
.indAll ul li>ol:hover .textbox .more>a{background-color: var(--bg-hover); color: #fff; text-decoration: none;}
.indAll ul li>ol:hover .textbox .more>a::after{background: none;}

.indAll ul li:last-child,.indAll ul li:nth-last-child(2){margin-bottom: 0;}

.ourPros .h3{text-align: center; font-size: 2rem; font-weight: 300; margin-bottom: 0;}
.ourPros ul{width: calc(100% + 20px); margin: 0 -10px;}
.ourPros ul li{width: 25%; padding: 0 10px; margin-top: 20px;}
.ourPros ul li>ol{flex-direction: column;}
.ourPros ul li>ol a.imgbox{background-color: #f5f5f5;}
.ourPros ul li>ol a.imgbox img{mix-blend-mode: multiply;}
.ourPros ul li>ol .textbox{padding-top:20px; display: flex;}
.ourPros ul li>ol .textbox a.h6{flex: 1; font-size: 1rem; margin-bottom: 0;}

.indetails{ padding: 2.5rem 0; overflow: visible;}
.indetails_box{margin-top: -7.5rem;}
.indetails_box2{margin-top: -5rem;}
.indetails_box3{margin-top: -3.5rem;}
.recommendPros{padding: 2.5rem 0;}
.recommendPros .h3{width: fit-content; color: #000; font-weight: 300; margin-bottom: 0; border-bottom: 3px solid var(--bg-main); padding-bottom: 5px; margin-bottom: .5rem;}
.recommendPros ul{width: calc(100% + 20px); margin: 0 -10px;}
.recommendPros ul>li{width: calc(100% / 3); padding: 0 10px; margin-top: 20px;}
.recommendPros ul>li>ol{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; background-color: #fff;}
.recommendPros ul>li>ol a.imgbox::after{content: '\F285'; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; position: absolute; right: 0; bottom: 0; background-color: var(--bg-main); padding: .5rem; font-size: 1.25rem; color: #fff;}
.recommendPros ul>li>ol a.imgbox img{transition: all .4s;}
.recommendPros ul>li>ol:hover a.imgbox img{transform: scale(1.1);}
.recommendPros ul>li>ol:hover a.imgbox::after{background-color: var(--bg-hover);}
.recommendPros ul>li>ol .textbox{width: 100%; flex-direction: column; justify-content: space-between; padding: 1rem;}
.recommendPros ul>li>ol .textbox a.h6{font-size: 1.2rem; color: #000; font-weight: 500; margin-bottom: .5rem;}
.recommendPros ul>li>ol .textbox p{font-size: .9rem; min-height:72px; max-height:72px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: .5rem;}
.recommendPros ul>li>ol .textbox dl{flex: 1; display: flex; flex-direction: column; justify-content: flex-start; margin-bottom: .5rem; line-height: 22px;}
.recommendPros ul>li>ol .textbox dl dd{margin-bottom: 0; font-size: .85rem;}
.recommendPros2 .container{max-width: 1300px;}
.recommendPros2 ul{justify-content: space-between;}
.recommendPros2 ul>li{width: 50%;}
.recommendPros2 ul>li>ol{flex-direction: row;}
.recommendPros2 ul>li>ol a.imgbox{width: 45%;}
.recommendPros2 ul>li>ol .textbox{width: 55%; flex-direction: column; justify-content: center; padding-left: 30px;}
.recommendPros2 ul>li>ol .textbox dl{flex: none; margin-bottom: 0;}

.inquiryForm2{padding: 2.5rem 0;}
.inquiryForm2 .container{position: relative; z-index: 2;}
.inquiryForm2::before{content: ''; position: absolute; inset: 0; background-color:#dcdcdc; opacity: .8; z-index: 0;}
.inquiryForm2::after{content: ''; position: absolute; inset: 0; background: url(../images/map.svg) no-repeat center center; background-size: cover; opacity: .1; z-index: 1;}
.inquiryForm2 .h3{width: fit-content; font-size: 2rem; color: #000; font-weight: 300; line-height: 1.2; margin-bottom: 1rem;}
.inquiryForm2 p{font-size: .95rem; color: #000; opacity: .8;}
.inquiryForm2 a.btn{background-color: var(--bg-main); color: #fff; margin: 0 5px; font-weight: 300;}
.inquiryForm2 a.btn:hover{background-color: var(--bg-hover); color: #fff;}
.inquiryForm2 dl{flex: 1; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 0;}
.inquiryForm2 dl>dd{margin: .5rem 0 0 0; display: flex; align-items: center; color: #000; font-size: .95rem; font-weight: 300;}
.inquiryForm2 dl>dd>i{width: 16px; height: 16px; margin-right: .5rem; color: var(--bg-main);}
.inquiryForm2 dl>dd .icon-telephone{background: url(../images/icon-telephone.png) no-repeat center center; background-size: contain;}
.inquiryForm2 dl>dd a:hover{color: var(--bg-main); text-decoration: underline;}

@media (max-width:991.98px){
	.indAll ul li{width: 100%;}
	.ourPros .h3,.inquiryForm2 .h3{font-size: 1.875rem;}
	.indetails_box{margin: 0;}
	.indbanner{padding: 1.875rem 0;}
	.inquiryForm2 dl{margin-top: 1rem;}
	.recommendPros2 ul>li {width: 100%;}
}
@media (max-width:767.98px){
	.indAll ul li{margin-bottom: 20px;}
	.ourPros ul li{width: calc(100% / 3);}
	.ourPros ul li:last-child{display: none;}
	.ourPros .h3,.inquiryForm2 .h3{font-size: 1.5rem;}
	.indbanner{padding: 1.25rem 0;}
	.recommendPros ul>li {width: 50%;}
	.recommendPros ul>li:last-child{display: none;}
	.recommendPros2 ul>li {width: 100%;}
	.recommendPros2 ul>li:last-child{display: flex;}

}
@media (max-width:575.98px){
	.indAll ul li{margin-bottom: 1rem;}
	.ourPros ul li{width: 50%;}
	.ourPros ul li:last-child{display: flex;}
	.ourPros .h3,.inquiryForm2 .h3{font-size: 1.25rem;}
	.indbanner .etw_hometitle {max-width: 100%;}
	.recommendPros ul>li {width: 100%;}
	.recommendPros ul>li:last-child{display: flex;}
	.recommendPros2 ul>li>ol a.imgbox {width: 100%;}
	.recommendPros2 ul>li>ol .textbox {width: 100%; padding: 1.25rem;}
}
@media (max-width:475.98px){
	.ourPros ul li,
	.indAll ul li>ol a.imgbox,
	.indAll ul li>ol .textbox{width: 100%;}
	.indAll ul li>ol .textbox{padding: 1rem;}
}
/* Industries-End */
/* Customized Service/Service and Support */
.custom{padding: 2.5rem 0;}
.custom p{font-size: 1rem; line-height: 30px; font-weight: 300;}
.custom p a{color: var(--bg-main); font-size: 1.1rem;}
.custom p a:hover{color: var(--bg-hover); text-decoration: underline;}
.custom .h4_title{font-weight: 400;}

.tagsnav{padding: 2.5rem 0;}
.tagsnav ul{width: 100%; justify-content: center;}
.tagsnav ul li{width: calc(100% / 6);}
.tagsnav ul li>ol{padding: 0 10px;}
.tagsnav ul li>ol>a{width: 100%; display: flex; flex-direction: column; padding: 20px 10px; border-radius: 8px; background-color: #f5f5f5;}
.tagsnav ul li>ol>a>span{width: 100%; overflow: hidden; margin-bottom: .5rem; display: block;}
.tagsnav ul li>ol>a>span>img{width: auto; height: 50px; filter: drop-shadow(0 50px #000); position: relative; transform: translateY(-50px);}
.tagsnav ul li>ol>a>text{width: 100%; text-align: center; font-size: .9rem; color: #000;}
.tagsnav ul li>ol>a:hover>span>img{filter: drop-shadow(0 50px var(--bg-main));}
.tagsnav ul li>ol>a:hover>text{color: var(--bg-main);}
.tagsnav ul li.active>ol>a{background-color: var(--bg-main);}
.tagsnav ul li.active>ol>a>span>img{filter: drop-shadow(0 50px #fff);}
.tagsnav ul li.active>ol>a>text{color: #fff;}
.tagsnav-white ul li>ol>a{background-color: #fff;}

.etw_hometitle2 div.h3{text-transform: initial;}
.h6_title{font-size: 1.2rem; font-weight: 300; color: var(--bg-main);}
.h6_title>i{margin-right: .5rem;}
.accordion .h3{font-weight: 200; text-align: center; color: var(--bg-main);}
.accordion .card{border-bottom: 1px solid #f5f5f5 !important;}
.faq_tec li{display: block;}
.faq_tec a{color: var(--bg-main); font-size: 1rem;}
.faq_tec a:hover{color: var(--bg-hover); text-decoration: underline;}
/* Customized Service/Service and Support-End */

/* About Us */
.aboutbanner{padding: 1.25rem; height: 200px; display: flex; align-items: center;}
.aboutbanner::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .5; z-index: 1;}
.aboutbanner .etw_hometitle div.h3{color: #fff; position: relative; z-index: 2; margin: 1.5rem 0 0 0;}

.about{padding: 0;}
.about-items{padding: 2.5rem 0; position: relative; overflow: hidden;}
@media (max-width:991.98px){
	.tagsnav ul li {width: 20%;}
}
@media (max-width:767.98px){
	.tagsnav,.custom {padding: 1.875rem 0;}
	.tagsnav ul li {width: calc(100% / 3); margin-bottom: 20px;}

}
@media (max-width:575.98px){
	.tagsnav,.custom {padding: 1.25rem 0;}
	.tagsnav ul li {width: 50%; margin-bottom: 10px;}
	.custom .h4_title{font-size: 1.25rem;}
}
@media (max-width:375.98px){
	.tagsnav ul li {width: 100%;}
}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 3rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.6rem; line-height: 1.5; margin-bottom:1rem; color:var(--bg-hover)}
.contact dl dd{font-size: .95rem; line-height:24px; color: #000; font-weight: 300; margin-bottom: 5px;}
.contact dl dd strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact dl dd a{color:var(--bg-hover); text-decoration:underline}
.contact dl dd a:hover{color:var(--bg-main); text-decoration:none}
.contact .feedback{padding: 1rem; text-align: center;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000;}
.contact_map{margin-top: 1.5rem;}
@media (max-width:991.98px){
	.contact {padding: 2rem 0;}
}
@media (max-width:767.98px){
	.contact {padding: 1.5rem 0;}
	.contact dl .h6{font-size:1.3rem;}
}
@media (max-width:575.98px){
	.contact {padding: 1rem 0;}
}
/* Contact Us-End */
/* Overview */
.overview .etw_hometitle{padding: 1.5rem 0; margin-bottom: 0;}
.overview .etw_hometitle>div.h3{margin-bottom: 0; color: #000;}

.overview_title{display: flex; justify-content: center; position:relative; margin-bottom: 1.5rem;}
.overview_title::before{content:"";width:100%;height:1px;background-image:linear-gradient(to right,transparent,var(--bg-main),transparent);position:absolute;left:0;top:50%;transform:translateY(-50%)}
.overview_title>span{max-width:80%;text-align:center;display:inline-block;position:relative;padding:0 1.5rem;line-height:1.3;background-color:#fff; font-size:2rem; font-weight: 300; color:#000;}
.overviewMore>a{flex-direction: row-reverse;}
.overviewMore>a::after{margin: 0 1rem 0 0;}

.overviewAbout .etw_hometitle small{font-size: 1rem; color: var(--bg-main); text-transform: uppercase;}
.overviewAbout .etw_hometitle div.h3{font-size: 1.8rem; line-height: 1.2; font-weight: 300; color: #000;}
.overviewAbout p{font-size: .95rem;}
.overviewAbout .right{width: 1030px;}
.overviewAbout .company_img{width: 100%;}
.overviewAbout .company_img>img{mix-blend-mode: multiply;}

.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: 400;}
.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-main);position:absolute;left:0;bottom:0;transition:all 0.4s}
.overviewCompany li .overviewCompany-value{margin-bottom:0;color:#333;font-size: .95rem;}
.overviewCompany li .overviewCompany-value dl{margin-bottom: 0;}
.overviewCompany li .overviewCompany-value dl dd{margin-bottom: 5px;}
.overviewCompany li .overviewCompany-value dl dd address{margin-bottom: 0; display: inline-block;}
.overviewCompany li .overviewCompany-value dl dd>i{color: var(--bg-main); margin-right: .5rem;}
.overviewCompany li:hover .overviewCompany-label::after{width:100%}

.overviewPro .h3{text-align: center; font-weight: 300; margin-bottom: 0;}
.overviewPro ul{width: calc(100% + 20px); margin: 0 -10px;}
.overviewPro ul li{width: calc(100% / 3); padding: 0 10px; margin-top: 20px;}
.overviewPro ul li>ol{flex-direction: column; background-color: #f5f5f5; padding: 1rem;}
.overviewPro ul li>ol a.imgbox>img{mix-blend-mode: multiply;}
.overviewPro ul li>ol .textbox{flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding-top: 20px;}
.overviewPro ul li>ol .textbox a.h6{font-size: 1rem; font-weight: 600;}
.overviewPro ul li>ol .textbox dl{flex: 1; display: flex; flex-direction: column; justify-content: flex-start;}
.overviewPro ul li>ol .textbox dl dd{text-align: left; margin-bottom: 0; font-size: .95rem; text-align: center;}

.overviewCustom{padding: 2.5rem 0;}
.overviewCustom .container{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.overviewCustom .left{width: 55%; margin: 0 -15% 0 0; position: relative; z-index: 2; background-color: #fff; padding: 2.5rem;}
.overviewCustom .right{width: 60%;}


@media (max-width:991.98px){
	.overviewAbout .imgbox img{width: 100%;}
	.overviewCompany li{width: 100%; margin-top: 20px;}
	.overviewCustom .left {width: 50%; margin: 0; padding: 1.25rem;}
	.overviewCustom .right{width: 50%;}
}
@media (max-width:767.98px){
	.overview_title {margin-bottom: 1.5rem;}
	.overview_title>span {font-size: 1.875rem;}
	.overviewPro ul li{width: 50%;}
	.overviewCustom .left {width: 100%;}
	.overviewCustom .right{width: 100%;}
}
@media (max-width:575.98px){
	.overview_title {margin-bottom: 1rem;}
	.overview_title>span {font-size: 1.3rem;}
	.overviewAbout .h3{font-size: 1.5rem;}
	.overviewCompany li .overviewCompany-label {font-size: 1.1rem;}
	.overviewPro ul li{width: 100%;}
}
/* Overview-End */
/* videos */
.videoHub{padding:1rem 0 4rem 0;}
.videoHub .etw_hometitle div.h3{display: flex; align-items: center; justify-content: center; color: #000; font-size:2rem; text-align: center; text-transform: uppercase; font-weight: 300; margin-bottom: 0;}
.videoHub .etw_hometitle div.h3>i{color: var(--bg-main); margin-right: 1rem;}
.videoHub .video_btn::after{animation:initial}

.video_hub{width:100%;}
.video_hub ul{width:calc(100% + 20px); margin:0 -10px;}
.video_hub ul li{width: 50%; padding:0 10px; margin-top:20px; transition: all .4s;}
.video_hub ul li>ol{background-color: #f5f5f5;}
.video_hub ul li>ol>a.imgbox{width: 40%; position: relative; overflow: hidden;}
.video_hub ul li>ol>a.imgbox::before{content: ''; width: 100%; height: 200%; border-radius: 50%; background-color: #f5f5f5; position: absolute; left: 92%; top: 50%; transform: translateY(-50%); z-index: 2;}
.video_hub ul li>ol>a.h6{width: 60%; display: flex; align-items: center; padding: 1rem; font-size: 1rem; color: #000; margin-bottom: 0; display: flex; align-items: center;}

.video_hub ul li:hover{filter:drop-shadow(0 0 6px rgba(0 0 0 / 25%));-webkit-filter:drop-shadow(0 0 6px rgba(0 0 0 / 25%))}
.video_hub ul li:hover a .video_text{color:var(--bg-hover)}
.video_hub .video_btn{width: 50px; height: 50px;}

.video_hub1 {width:100%; display: flex; margin-bottom: 3.5rem; transition: all .4s;}
.video_hub1>ol{width: 100%; display: flex; flex-wrap: wrap; align-items: center; background-color: #fff; -webkit-clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);}
.video_hub1 a.imgbox{width: 50%;}
.video_hub1 .textbox{width: 50%; padding: 2rem; padding-left: 2.5rem;}
.video_hub1 .textbox a.h3{font-size: 1.5rem;}
.video_hub1:hover{filter:drop-shadow(0 0 6px rgba(0 0 0 / 25%));-webkit-filter:drop-shadow(0 0 6px rgba(0 0 0 / 25%))}

.video{width:100%;padding:1rem 0 2.5rem 0; background-image: linear-gradient(#fff,#f5f5f5);}
.video>.container{display:flex;flex-wrap:wrap;justify-content:space-between; align-items: flex-start;}
#video_right{width:65%;}
#video_right .h3{font-size:1.7rem; color:#000;}

#video_right .feedback{clip-path:initial}
#video_right .webtitle{font-size:1.875rem; color:#000;}
#video_right video{width:100%}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem;border:2px 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-direction:column;padding:1.5rem}
#etw_videolist ul li{width: 100%; margin-bottom:1rem}
#etw_videolist ul li a{width: 100%; display:flex;align-items:center}
#etw_videolist ul li a img{width:30%;}
#etw_videolist ul li a span{width:70%; font-size: .9rem; padding-left:1rem; font-weight:400; line-height: 20px;}
#etw_videolist ul li a.dq span{color:var(--bg-main);}
#etw_videolist ul li:last-child{margin:0}
.videohid{display:none}
@media (max-width:991.98px){
	.videoHub {padding: 1rem 0 3rem 0;}
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul{flex-direction: row; justify-content: space-between;}
	#etw_videolist ul li{width: 48%;}
}
@media (max-width:767.98px){
	.videoHub {padding: 1rem 0 2rem 0;}
	.video_hub1{margin-bottom: 30px;}
	.video_hub1 a.imgbox,.video_hub1 .textbox {width: 100%;}
	.video_hub1 .textbox{padding: 20px;}
	.video_hub ul li {width: 100%; margin-bottom: 0;}
	.video_hub1 .textbox a.h3{font-size: 1.7rem;}
	#video_sidebar{margin-top:1rem}
	#etw_videolist ul{flex-direction: column;}
	#etw_videolist ul li{width: 100%;}
	#video_right .feedback{padding: 1rem .5rem !important;}
	#video_right .video_title{font-size: 1.5rem;}
	#video_right .h3{font-size: 1.4rem;}
}
@media (max-width:575.98px){
	.videoHub {padding: 1.25rem 0;}
	.video_hub ul li>ol>a.imgbox{width: 100%;}
	.video_hub ul li>ol>a.h6{width: 100%; text-align: center;}
	.video_hub1{margin-bottom: 10px;}
	.video_hub1 .textbox{padding: 10px;}
	.video_hub ul li {width: 100%; margin-bottom: 10px;}
	.video_hub ul li img{width: 100%;}
	.video_hub1 .textbox a.h3{font-size: 1.3rem;}
	#etw_videolist ul{padding: .5rem;}
	#video_right .webtitle{font-size: 1.2rem;}
	#video_right .video_title{font-size: 1.2rem;}
	#video_right .h3{font-size: 1.2rem;}
}
/* videos-End */

/* Review */
.review_main{background-image: linear-gradient(#f8f9fa,#fff);}
.review_main .etw_hometitle div.h3{font-size: 1.8rem; font-weight: bold; color: #000;}
.review_list{width: calc(100% + 30px); margin: 0 -15px;}
.review_list>li{width: 25%; padding: 0 15px; margin-bottom: 30px;}
.review_list>li>ol{width: 100%; display: flex; flex-direction: column;}
.review_list>li>ol li.product_img{width: 100%;}
.review_list>li>ol li.product_con{flex: 1; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-around; padding-top: .5rem;}
.review_list>li>ol li.product_con>a{display: block; font-size: 1rem; color: #000; font-weight: 500; text-align: center;}
.review_list>li>ol li.product_con>span{width: 100%; display: block; text-align: center; font-size: .9rem; line-height: 22px; min-height:88px; max-height:88px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow-wrap: break-word;}
.review_list>li>ol li.product_con>a:hover{color: var(--bg-main);}
.review_list2>li{width: calc(100% / 3);}

.etw_container{width: 100%; padding: 1rem 0 2.5rem 0;}
.etw_container .container{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.etw_left{width: 75%;}
.etw_left .etw_hometitle h2{font-size: 1.875rem;}
.etw_sidebar{width: 20%; background-color: #f8f9fa; position: sticky; top: 80px;}
.etw_sidebar .h3{background-color: var(--bg-main); color: #fff; text-align: center; font-size: 1.4rem; padding: .5rem; margin-bottom: 0;}
.etw_sidebar ul{width: 100%; flex-direction: column; padding: 1rem;}
.etw_sidebar ul li{border-bottom: 1px dashed #ccc;}
.etw_sidebar ul li a{width: 100%; position: relative; padding-right: 1rem; padding: .5rem 1rem .5rem 0; line-height: 22px;}
.etw_sidebar ul li a:before {content: "\f105";position: absolute;font-family: fontawesome;right: 0;top: 7px;	font-size: 1.25rem;	color: #999;}
.etw_sidebar ul li a:hover,.etw_sidebar ul li a.dq{color: var(--bg-main);}

.etw_fea{display: flex; flex-direction: column;}
.etw_fea li{width: 100%; margin-bottom: .5rem;}
.etw_fea li>ol{width: 100%; display: flex; align-items: center;}
.etw_fea li>ol>li.product_img {width: 25%; border: 1px solid #ccc;}
.etw_fea li>ol>li.product_con{width: 75%; padding-left: 30px;}
.etw_fea_item .items.items_icon2,.etw_fea_item .items.items_icon2 li{margin-bottom: 0;}
/* Review-End */
#etw_map{width:100%;margin:0 auto}
#etw_map .name{width:100%;color:#06c;background:#eee;margin-top:6px;height:20px;line-height:20px;display:block;margin-bottom:4px}
#etw_map a{color:#333;text-decoration:underline;width:100%;display:block;margin-top:5px}
#etw_map a:hover{text-decoration:none}
#etw_map .name a{color:#1d3154;margin:0;font-weight:700;text-decoration:none}
#etw_map .name a:hover{text-decoration:underline}
#etw_map .list_m{width:100%;height:auto;margin-bottom:15px;overflow:hidden}
#etw_map .list_m a{width:50%;display:block;float:left;color:#888;text-decoration:none;line-height:20px;padding:5px 0;padding-left:12px;}
#etw_map .list_m a:nth-child(2n+1){clear:both}
#etw_map .list_m a:hover{text-decoration:underline;color:#0c3b64}
#etw_map a.subname{width:100%;display:block;text-decoration:underline;padding-left:0px;}

/* Review-End */
.items_icon1 li ol li{ padding: 0; margin: 0.2rem 0;}
.items_icon1 li ol li::before{ display: none;}
.related_pic6 ul>li{width: 16.6%;}