@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:"Inter";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Inter/Inter-ExtraLight.woff2) format("woff2"),url(../fonts/Inter/Inter-ExtraLight.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Inter/Inter-Light.woff2) format("woff2"),url(../fonts/Inter/Inter-Light.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Inter/Inter-Regular.woff2) format("woff2"),url(../fonts/Inter/Inter-Regular.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Inter/Inter-Medium.woff2) format("woff2"),url(../fonts/Inter/Inter-Medium.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"),url(../fonts/Inter/Inter-SemiBold.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Inter/Inter-Bold.woff2) format("woff2"),url(../fonts/Inter/Inter-Bold.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Inter/Inter-ExtraBold.woff2) format("woff2"),url(../fonts/Inter/Inter-ExtraBold.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Inter/Inter-Black.woff2) format("woff2"),url(../fonts/Inter/Inter-Black.woff) format("woff")}

@font-face{font-family:"RobotoSlab";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/RobotoSlab/RobotoSlab-Light.woff2) format("woff2"),url(../fonts/RobotoSlab/RobotoSlab-Light.woff) format("woff")}
@font-face{font-family:"RobotoSlab";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/RobotoSlab/RobotoSlab-Regular.woff2) format("woff2"),url(../fonts/RobotoSlab/RobotoSlab-Regular.woff) format("woff")}
@font-face{font-family:"RobotoSlab";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/RobotoSlab/RobotoSlab-Medium.woff2) format("woff2"),url(../fonts/RobotoSlab/RobotoSlab-Medium.woff) format("woff")}
@font-face{font-family:"RobotoSlab";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/RobotoSlab/RobotoSlab-SemiBold.woff2) format("woff2"),url(../fonts/RobotoSlab/RobotoSlab-SemiBold.woff) format("woff")}
@font-face{font-family:"RobotoSlab";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/RobotoSlab/RobotoSlab-Bold.woff2) format("woff2"),url(../fonts/RobotoSlab/RobotoSlab-Bold.woff) format("woff")}
@font-face{font-family:"RobotoSlab";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/RobotoSlab/RobotoSlab-ExtraBold.woff2) format("woff2"),url(../fonts/RobotoSlab/RobotoSlab-ExtraBold.woff) format("woff")}
@font-face{font-family:"RobotoSlab";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/RobotoSlab/RobotoSlab-Black.woff2) format("woff2"),url(../fonts/RobotoSlab/RobotoSlab-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 {
	--bg-main: #008cff;
	--bg-hover: #008cff;
	--bg-sub: #00662c;
	--bg-logo: #1d50a2;
	--max-width:1200px;
}
.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:"Inter",sans-serif; font-weight:300; font-size: 1rem; line-height:24px; background-color:#fff; overflow-x:hidden}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #000; font-weight: 700; margin-bottom: 1rem; font-family:"RobotoSlab",sans-serif;}
h2,.h2 {font-size: 2.5rem; font-weight: 900;}
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,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover) !important;}
p {font-size: .95rem; line-height: 24px;}
strong,b {font-weight: 700;}
img{display:block;max-width:100%;height:auto;margin:0 auto;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color: var(--bg-hover);}
figure{display:block;}
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; z-index: 2;}
.imgbox-100::before{content:"";display:block;padding-top:100%}
.imgbox-75::before{content:"";display:block;padding-top:75%}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.textbox{width: 100%;display: flex; flex-wrap: wrap; flex: 1;}
@media (min-width:320px){.container{max-width:calc(100% - 10px)}}
@media (min-width:476px){.container{max-width:calc(100% - 20px)}}
@media (min-width:768px){.container{max-width:calc(100% - 30px)}}
@media (min-width:992px){.container{max-width:calc(100% - 40px)}}
@media (min-width:1200px){.container{max-width:var(--max-width);display: block;}}
/* 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{flex: 1; position: relative; overflow: hidden; flex-direction: column; background-color: #fff;}
ul.etw_phone li>ol>a{width: 100%; display: flex;}
ul.etw_phone li>ol>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; padding: .5rem;}
ul.etw_phone li a.imgbox:hover img,ul.etw_phone li a:hover img{opacity: .8;}
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-bg li>ol{background-color: #f5f5f5;}
ul.etw_phone-bg li>ol a img{mix-blend-mode: multiply;}

ul.etw_phone-pt1,ul.etw_phone-pb1{width: calc(100% + 10px); margin: 0 -5px;}
ul.etw_phone-pt1 li,ul.etw_phone-pb1 li{padding: 0 5px; }
ul.etw_phone-pt1 li{margin-top: 10px;}
ul.etw_phone-pb1 li{margin-bottom: 10px;}
ul.etw_phone-pt2,ul.etw_phone-pb2{width: calc(100% + 20px); margin: 0 -10px;}
ul.etw_phone-pt2 li,ul.etw_phone-pb2 li{padding: 0 10px; }
ul.etw_phone-pt2 li{margin-top: 20px;}
ul.etw_phone-pb2 li{margin-bottom: 20px;}

ul.etw_phone-light li>ol,ul.etw_phone-light li>a{background-color: #f8f9fa;}
ul.etw_phone-light li>ol img,ul.etw_phone-light li>a img{mix-blend-mode: multiply;}

.etw_phone1-4{display: block; width: 100%; overflow: hidden;}
.etw_phone1-4 li{width: 25%; float: left;}
.etw_phone1-4 li:first-child{width: 50%;}
.etw_phone1-4 li a:hover img{opacity: .8;}

.etw_phone1-6{display: block; width: 100%; overflow: hidden;}
.etw_phone1-6 li{width: 20%; float: left;}
.etw_phone1-6 li:first-child{width: 40%;}
.etw_phone1-6 li a:hover img{opacity: .8;}

@media (max-width:1199.98px){
	ul.etw_phone6 li{width:calc(100% / 5)}
	ul.etw_phone6 li:last-child,
	ul.etw_phone6 li:nth-last-of-type(2){display:none}
}
@media (max-width:991.98px){
	ul.etw_phone5 li,
	ul.etw_phone6 li{width: 25%;}
	ul.etw_phone5 li:last-child{display:none}
	ul.etw_phone6 li:last-child,
	ul.etw_phone6 li:nth-last-of-type(2){display:block}

	.etw_phone1-6 li,
	.etw_phone1-6 li:first-child{width:calc(100% / 3);}
	.etw_phone1-6 li:last-child{display: none;}
}@media (max-width:767.98px){
	ul.etw_phone3 li,
	ul.etw_phone4 li,
	ul.etw_phone5 li,
	.etw_phone1-4 li,
	.etw_phone1-6 li,
	.etw_phone1-6 li:first-child{width:50%;}
	ul.etw_phone3 li:nth-last-child(3):first-child,.etw_phone1-4 li:last-child{display:none}
	ul.etw_phone6 li{width: calc(100% / 3);}
}@media (max-width:575.98px){
	ul.etw_phone li a,
	ul.etw_phone li img,
	ul.etw_phone2 li,
	ul.etw_phone3 li,
	ul.etw_phone4 li,
	ul.etw_phone5 li,
	ul.etw_phone6 li,
	.etw_phone1-4 li,
	.etw_phone1-4 li:first-child,
	.etw_phone1-4 li a,
	.etw_phone1-4 li a img,
	.etw_phone1-6 li,
	.etw_phone1-6 li:first-child,
	.etw_phone1-6 li a,
	.etw_phone1-6 li a img{width:100%;}
	ul.etw_phone3 li:nth-child(3){display:block}
	ul.etw_phone6 li{width: 50%;}
}
@media (max-width:475.98px){
	ul.etw_phone li img,
	ul.etw_phone5 li,
	ul.etw_phone6 li{width:100%;}
}

.items{width: 100%;margin-bottom: 1rem;}
.items>.row{width: 100%;}
.items li{width:100%; line-height:24px; position:relative; margin-bottom: 2px; font-size: 14px; color: #333;}
.items li::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-hover); position: absolute; left: 0;}
.items li strong{margin-right: .5rem; font-weight: 600; font-size: 14px;color: #000;}
.items_col li{flex-direction: column;}
.items-mb-1 li{margin-bottom: .5rem;}
.items-mb-2 li{margin-bottom: 1rem;}

.items_icon1 li{padding-left: 1.875rem;}
.items_icon1 li::before{content: "\f269"; font-size: 1.25rem; top: 2px;}
.items_icon2 li{padding-left: 1rem;}
.items_icon2 li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-logo); top: 9px;}

/* table */
.table td,.table th{vertical-align: middle; font-size: .9rem; line-height: 1.2;}
.table-bordered td, .table-bordered th{border: 2px solid #f8f9fa;}
.table-bordered-white td, .table-bordered-white th{border: 2px solid #fff;}
.table .top1 td{background-color: #DCDCDC; color: #000; font-weight: 500;}
.table a,.table a:not([href]):not([class]){color: var(--bg-hover); cursor: pointer; text-decoration: underline;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-main); text-decoration: none;}
.table1 tr td:first-child{text-align: center;}

/* video-Btn */
.video_btn{color: var(--bg-main); font-size: 5rem; border-radius: 50%; position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9;cursor:pointer; overflow: hidden; opacity: .9; display: flex; align-items: center; justify-content: center; animation: pulse 2s infinite; -webkit-animation: pulse 2s infinite;}
.video_btn::before{content: '\F4F2'; 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; z-index: 1;}
.video_btn::after{content: ''; position: absolute; inset: 15px; border-radius: 50%; background-color: #fff;}
.video_smallbtn{ font-size: 3.5rem;}

@-webkit-keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(0,140,255,.8);}
	70%{-webkit-box-shadow:0 0 0 45px rgba(0,140,255,0);}
	100%{-webkit-box-shadow:0 0 0 0 rgba(0,140,255,0);}
}
@keyframes pulse{
	0%{-moz-box-shadow:0 0 0 0 rgba(0,140,255,.8);box-shadow:0 0 0 0 rgba(0,140,255,.8);}
	70%{-moz-box-shadow:0 0 0 45px rgba(0,140,255,0);box-shadow:0 0 0 45px rgba(0,140,255,0);}
	100%{-moz-box-shadow:0 0 0 0 rgba(0,140,255,0);box-shadow:0 0 0 0 rgba(0,140,255,0);}
}
/* More */
.more{display:flex;}
.more > a{width:fit-content;padding:.5rem 1.2rem;display:flex;align-items:center;justify-content:center;font-size:.85rem;line-height:1;color:var(--bg-logo);transition:all 0.4s ease;position:relative;overflow:hidden;background-color:#fff;font-weight:300;border-radius:0 0 25px 0}
.more>a>i{font-size: 1rem; margin-left: .5rem; position: relative;transition:all 0.4s ease;}
.more>a:hover{background-color: #0c5d5b; color: #fff;}
.more>a:hover>i{transform: translateX(5px);}
/* Inquiry-Btn */
.inquiryBtn{display: flex; margin-bottom: 1rem;}
.inquiryBtn>a{padding: .5rem 1.5rem .5rem 1rem; background-color: var(--bg-main); color: #fff; font-size: .95rem; text-transform: uppercase;font-family:"Oswald",sans-serif; font-weight: 500; position: relative; overflow: hidden; z-index: 0;}
.inquiryBtn>a::before{content: ''; width: 130%; height: 100%; background-color: var(--bg-logo); position: absolute; left: 91%; top: 0; transform: skewX(-30deg); transition: all .3s ease-in-out; z-index: -1;}
.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; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#333; display:flex;justify-content:center;align-items:center; height: 40px; position: relative; text-align: center; font-size: .85rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; margin-right: 2.5rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:150%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-hover);color: #fff; text-decoration: none;}
}
/* header */
#header{position:sticky; left:0; top:0; background:#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:60px;}

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-right: 4rem; padding: 10px 0; position: relative;}
.navbar-expand-lg .navbar-nav .nav-item:last-child{margin-right: 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; font-size: 1rem; font-weight: 400;}
.navbar-light .navbar-nav a.nav-link::before{content: ''; width: 0; height: 4px; background-color: var(--bg-hover); 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::before{left: 0; right: auto; width: 100%;}
.pro_icon{display:none}
.dropdown-menu{left:0;top:150%;border:none;margin:0;padding:0;border-radius:0; background-color: rgba(29,80,162,.7); backdrop-filter: blur(5px); border-radius:0 0 1rem 1rem;overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.dropdown-menu>ul>li{width: 100%;}
.dropdown-menu>ul>li .dropdown-item{color:#fff; font-size:1rem; position:relative;display:flex;transition:all 0.5s;padding:0.6rem 1rem;font-weight:400; align-items: center; border-bottom:1px dashed #fff;}
.dropdown-menu>ul>li:last-child .dropdown-item{border-bottom:none}
.dropdown-menu>ul>li .dropdown-item::before{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; margin-right: 10px; line-height: 1; position: relative; transition: all .4s ease;}
.dropdown-menu>ul>li .dropdown-item:hover,.dropdown-menu>ul>li .dropdown-item.active{color:#fff; background-color: var(--bg-hover); text-decoration:none}
.dropdown-menu>ul>li .dropdown-item:hover::before,.dropdown-menu>ul>li .dropdown-item.active::before{color:#fff}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}

@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item {margin-right: 3rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item {margin-right: 2rem;}
}
@media (max-width:991.98px){
	#header{position:relative;padding-top: 0;}
	#header::before{display: none;}
	#header>.container{display:flex;align-items:center; flex-wrap: wrap; justify-content: flex-end;}
	#etw_logo {flex: 1;display: flex;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;}
	.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: 10px 0;}
}
@media (max-width:375.98px){
	#etw_logo a>img {height: 40px;}
}
/* Banner */
.etw_banner{padding: 0;}
.banner{width: 100%; height: 100%; position: absolute; inset: 0; display: flex;}
.banner1 .banner_text{width: 30%; position: absolute; left: -10%; top: 30%;z-index: 0;}
.banner1 .banner_text .h2{font-size: 2rem; font-weight: 400; color: #fff;}
.banner1 .banner_text p{color: #fff; opacity: .8;}
.banner1 .banner_text p>i{font-size: .5rem; font-style: normal; display: inline-block; position: relative; transform: translateY(-2px);}

.banner2 .banner_text{width: 40%; position: absolute; left: 50%; top: 26%; transform: translateX(-50%); z-index: 0; text-align: left;}
.banner2 .banner_text .h2{font-size: 2rem; font-weight: 400; color: #fff;}
.banner2 .banner_text p{color: #fff; opacity: .8;}

.etw_banner .swiper-pagination{width: 100%; max-width: 1400px; position: absolute; left: 50% !important; bottom: 10% !important; display: flex; flex-wrap: wrap; transform: translateX(-50%);}
.etw_banner .swiper-pagination-bullet{width: 60px; height: 4px; border: 1px solid #fff; border-radius: 0; background: rgba(255,255,255,.2); opacity: 1;}
.etw_banner .swiper-pagination-bullet-active{background-color: rgba(255,255,255,1);}

.etw_banner .prev-button,.etw_banner .next-button{width: 50px; height: 50px; border: 1px solid #fff; position: absolute; left: -100%; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; font-size: 1.5rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s;}
.etw_banner .next-button{left: auto; right: -100%;}
.etw_banner .prev-button:hover,.etw_banner .next-button:hover{background-color: var(--bg-hover); border-color: var(--bg-hover);}
.etw_banner:hover .prev-button{left: 2%;}
.etw_banner:hover .next-button{right: 2%;}
@media (max-width:1499.98px){
	.banner1 .banner_text{left: 0;}
	.etw_banner .swiper-pagination{max-width: 1200px;}
}
@media (max-width:1399.98px){
	.banner1 .banner_text{left: 0; top: 15%;}
	.banner2 .banner_text{top: 22%;}
}
@media (max-width:1299.98px){
	.etw_banner .swiper-pagination{padding: 0 2rem;}
	.banner1 .banner_text{width: 45%; padding: 0 2rem;}
}
@media (max-width:1199.98px){
	.banner1 .banner_text{width: 55%; left: 0; top: 15%;}
	.banner2 .banner_text{width: 50%; }
}
@media (max-width:991.98px){
	.etw_banner .swiper-slide>img{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}
	.banner{height: 300px; position: relative;}
	.banner1 .banner_text{width: 70%; left: 0; top: 15%;}
	.banner2 .banner_text{width: 65%; left: auto; right:0; padding: 0 1.25rem 0 0;}
	.etw_banner .swiper-pagination-bullet{width: 30px;}
}
@media (max-width:767.98px){
	.banner1 .banner_text .h2,.banner2 .banner_text .h2{ font-size: 1.5rem; line-height: 1.6;}
	.banner1 .banner_text{width: 70%; left: 0; top: 35%;}
}
@media (max-width:575.98px){
	.banner1 .banner_text .h2,.banner2 .banner_text .h2{ font-size: 1.25rem;}
	.banner1 .banner_text,.banner2 .banner_text{width: 100%; padding: 0 20px;}
}
/* Banner-end */
/* index */
section{width: 100%; padding:4rem 0; display: block; position: relative; overflow: hidden;}

.homeLinks{ padding: 0;}
.homeLinks::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right,var(--bg-logo),var(--bg-sub)); z-index: -1;}
.homeLinks ul{justify-content: center;}
.homeLinks ul li{width: auto; border-right:1px solid #fff;}
.homeLinks ul li:last-child{border-right: none;}
.homeLinks ul li>ol{display: flex; padding: 2rem 3rem;}
.homeLinks ul li>ol:hover{background-color: var(--bg-hover);}
.homeLinks ul li>ol a.imgbox{width: 40px;}
.homeLinks ul li>ol a.imgbox>img{filter: drop-shadow(40px 0 #fff); position: relative; transform: translateX(-100%);}
.homeLinks ul li>ol .textbox{width: calc(100% - 40px); padding-left: 1.5rem; flex-direction: column; justify-content: center;}
.homeLinks ul li>ol .textbox a.h6{color: #fff; margin-bottom: 5px; font-weight: 300;}
.homeLinks ul li>ol .textbox p{font-size: .85rem; margin-bottom: 0; color: #fff; opacity: .8; line-height: 20px;}
.homeLinks ul li>ol .textbox a.h6:hover{color: #fff !important;}

.homeMain::before{content: ''; position: absolute; inset: 0; background: url(../images/location-footer-bg.jpg) no-repeat center center; background-size: cover;}
.homeMain .container{position: relative; z-index: 2;}
.homeMain .h3{color: var(--bg-main); text-align: center; font-weight: 300; font-size: 1.4rem; color: #000;}
.homeMain .h3>span{display: block; font-size: 2rem; color: var(--bg-logo);}
.homeMain small{display: block; max-width: 80%; margin: 0 auto; text-align: center; font-size: 1rem; color: #666;}
.homeMain ul{width: calc(100% + 30px); margin: 0 -15px;}
.homeMain ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.homeMain ul li>ol{flex-direction: column-reverse; background-color: #DCDCDC; align-items: flex-end; justify-content: flex-start; border-radius: 0 0 100px 0; overflow: hidden;}
.homeMain ul li>ol .imgbox{width: 55%; margin-top: -5rem;}
.homeMain ul li>ol .imgbox::before{content: ''; display: block; padding-top: 66.5%;}
.homeMain ul li>ol .imgbox::after{content: ''; position: absolute; inset: 0; background-image: radial-gradient(transparent, #DCDCDC 70%);}
.homeMain ul li:nth-child(1)>ol .imgbox{width: 50%;}
.homeMain ul li:nth-child(1)>ol .imgbox::after{display: none;}
.homeMain ul li>ol .textbox{width: 100%; padding: 2rem; flex-direction: column; position: relative;z-index: 2;}
.homeMain ul li>ol .textbox a.h5{font-size: 1.5rem; font-weight: 400;}
.homeMain ul li>ol .textbox p:last-child{margin-bottom: 0; font-size: .9rem; line-height: 20px; max-width: 80%;}
.homeMain ul li>ol .textbox dl{margin-bottom: 0; display: flex; flex-direction: column;}
.homeMain ul li>ol .textbox dl>dd{margin-bottom: 0;line-height: 20px; position: relative; padding-left: 1rem;}
.homeMain ul li>ol .textbox dl>dd::before{content: ''; width: 4px; height: 4px; background-color: var(--bg-sub); position: absolute; left: 0; top: 8px;}
.homeMain ul li>ol .textbox dl>dd>a{font-size: .9rem;}
.homeMain ul li>ol .textbox dl>dd>a:hover{color: var(--bg-hover); text-decoration: underline;}

.homePros{background: url(../images/pros_bj.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;}
.homePros::before{content: ''; position: absolute; inset: 0; background-image:linear-gradient(to right, var(--bg-main),var(--bg-logo)); opacity: .7;}
.homePros .container{position: relative; z-index: 2;}
.homePros_title{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;}
.homePros_title_left{flex: 1;}
.homePros_title_left .h3{color: #fff; font-weight: 400; margin-bottom: .5rem;}
.homePros_title_left p{margin-bottom: 0;color: #fff; opacity: .8;}
.homePros_title .more>a{padding: 1rem 1.25rem;}
.homePros_title .more>a:hover{background-color: var(--bg-sub);}

.homeProsNav{width: calc(100% + 30px); margin: 0 -15px;}
.homeProsNav li{width: 25%; padding: 0 15px; margin-top: 30px;}
.homeProsNav li>ol{padding: 1rem; padding-top: 0; position: relative;  flex-direction: column; z-index: 3;}
.homeProsNav li>ol::before{content: ''; width: 100%; height: 70%; background-color: #fff; position: absolute; left: 0; bottom: 0; z-index: 2; transition: all .4s ease-in-out;}
.homeProsNav li>ol:hover::before{height: 100%;}
.homeProsNav li>ol .textbox{flex-direction: column; padding-top: .5rem; z-index: 2; background: #fff;}
.homeProsNav li>ol .textbox a.h6{font-size: 1.25rem; font-weight: 400; color: var(--bg-logo);}
.homeProsNav li>ol .textbox p{min-height:120px; max-height:120px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.homeProsNav li>ol .textbox .more, .more_button{background: #e6eaef;	clip-path: polygon(0 1%, 100% 0, 90% 100%, 0% 100%);	width: 130px;	padding: 10px;}
.font-8{font-size: .8rem;}
.homeProsNav li>ol .textbox .more>a{padding: 0; background: initial; color: var(--bg-logo);}
.homeProsNav li>ol .textbox .more>a>i{margin: 0 .5rem 0 0; color: #fff; font-size: .85rem; }
.homeProsNav li>ol .textbox .more>a:hover{color: var(--bg-hover); text-decoration: underline;}
.homeProsNav li>ol .textbox .more>a:hover>i{transform: translateX(0);}
.homeProsNav li>ol .moredetail{width: 0; height: 0; border-style: solid; border-width: 0 0 110px 110px; position: absolute; bottom: -10px; right: -10px; border-color: transparent transparent var(--bg-logo) transparent; z-index: 1; transition: all .3s ease-in-out;}
.homeProsNav li>ol:hover .moredetail{border-color: transparent transparent var(--bg-hover) transparent;	transition: all .3s ease-in-out;}

.homeHotPros .h3{text-align: center; color: var(--bg-logo); font-weight: 400;}
.homeHotPros::before{content: ''; position: absolute; inset: 0; background: url(../images/bg_poly_2.jpg) no-repeat center center; background-size: cover; opacity: .3;}
.homeHotPros .container{position: relative; z-index: 2;}
.homeHotPros ul{width: calc(100% + 20px); margin: 0 -10px;}
.homeHotPros ul li{width: 20%; padding: 0 10px; margin: 10px 0;}
.homeHotPros ul li>ol{flex-direction: column; background-image: linear-gradient(#dcdcdc,#fff);}
.homeHotPros ul li>ol a.imgbox>img{mix-blend-mode: multiply; transition: all .3s;}
.homeHotPros ul li>ol a.h6{padding: 1rem; padding-top: 15px; display: flex; align-items: center; margin-bottom: 0; font-size: .8rem; font-size: .8rem; font-weight: 400; justify-content: center; text-align: center;}
.homeHotPros ul li>ol:hover{box-shadow: 0 0 5px rgba(0,0,0,.15);}
.homeHotPros ul li>ol:hover a.imgbox>img{transform: scale(.95);}

.homeAbout::before{content: ''; --w:30vh; width: var(--w); height: var(--w); position: absolute; right: 0; bottom: 10%; background: url(../images/bj1.png) no-repeat center center; background-size: 100% 100%; opacity: .1;}
.homeAbout{overflow: visible;}
.homeAbout .container{display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: space-between; position: relative; z-index: 2;}
.homeAbout_left{width: 65%; position: relative; padding: 0 2.5rem 2.5rem 0;}
.homeAbout_left::before{content: ''; width: 80%; height: 80%; background-color: #dcdcdc; opacity: .8; position: absolute; right: 4%; bottom: 8%; transform: rotate(7deg); transition: all .3s ease-in-out;}

.homeAbout_video{width: 100%; position: relative; overflow: hidden; z-index: 2;}
.homeAbout_video::before{content: ''; display: block; padding-top: 46.25%;}
.homeAbout_video>video{width: 100%; height: 100%; position: absolute; inset: 0;}
.homeAbout_right{width: 30%; display: flex; flex-direction: column; justify-content: center;}
.homeAbout_right .h3{font-weight: 400; color: var(--bg-logo);}
.homeAbout_right .more>a:hover{background-color: var(--bg-sub);}
.homeAboutAdv{margin-top: 2rem;}
.homeAboutAdv>li{width: 16%; font-size: .9rem; line-height: 1.2; text-align: center; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; position: relative; padding: 1.25rem;}
.homeAboutAdv>li .imgbox{margin-bottom: .5rem;}
.homeAboutAdv>li .imgbox>img{width: auto; --h:40px; height: var(--h); filter: drop-shadow(0 var(--h) #333); position: relative; transform: translateY(-100%);}
.homeAboutAdv>li>strong{color: var(--bg-logo); font-size: 1.4rem; margin: .5rem 0; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.homeAboutAdv>li>strong .memo{font-weight: 400; font-size: .9rem; margin: 0 5px; }
.homeAboutAdv>li>strong sup{font-weight: 400; font-size: .9rem; line-height: 1; left: .25rem;}
.homeAboutAdv>li::before{content: ''; width: 1px; height: 100%; background-color: #dcdcdc; position: absolute; right: 0; top: 0; transition: all .3s ease-in-out;}
.homeAboutAdv>li::after{content: ''; width: 3px; height: 0%; background-color: var(--bg-logo); position: absolute; right: -1px; bottom: 0; transition: all .3s ease-in-out;}
.homeAboutAdv>li:hover::after{height: 100%; }
.homeAboutAdv>li:first-child{width: 32%;}
.homeAboutAdv>li:nth-child(2){width: 20%;}
.homeAboutAdv>li:last-child::before{display: none;}
.homeAboutAdv2>li{width: 20%;}
.homeAboutAdv2>li:first-child{width: 32%;}
.homeAboutAdv2>li:nth-child(2){width: 28%;}

.homeManu .h3{color: var(--bg-logo); text-align: center;}
.homeManu ul{width: calc(100% + 10px); margin: 0 -5px;}
.homeManu ul li{width: calc(100% / 3); padding: 0 5px; flex-direction: column;}
.homeManu ul li>ol{width: 100%; margin-top: 10px;}
.homeManu ul li>ol a.imgbox::before{content: ''; display: block; padding-top: 60%;}
.homeManu ul li>ol a.imgbox>img{transition: all .3s;}
.homeManu ul li>ol:nth-child(2) .imgbox::before{padding-top: 50%;}
.homeManu ul li:nth-child(even){flex-direction: column-reverse;}
.homeManu ul li>ol:hover a.imgbox>img{transform: scale(.95);}

.homePartners .container{max-width: 1600px;}
.homePartners .swiper{width: 100%;}
.homePartners .swiper .swiper-slide{padding: 0 1rem;}
.homePartners .swiper .swiper-slide img{filter: grayscale(100%); transition: all .4s; cursor: pointer;}
.homePartners .swiper .swiper-slide:hover img{filter: grayscale(0);}
.homePartners .swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important;  transition-timing-function:linear!important;}

@media (max-width:1199.98px){
	section{padding:3rem 0;}
	.homeLinks ul li>ol{padding: 2rem;}
}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.homeLinks ul li{width: calc(100% / 3);}
	.homeLinks ul li>ol{padding: 1.25rem;}
	.homeLinks ul li>ol .textbox {padding-left: 1rem;}
	.homeMain ul li{width: 100%;}
	.homeProsNav li{width: calc(100% / 3);}
	.homeProsNav li:last-child{display: none;}
	.homeHotPros ul li{width: 25%;}
	.homeHotPros ul li:nth-last-child(1),.homeHotPros ul li:nth-last-child(2){display: none;}
	.homeAbout_left{width: 100%;}
	.homeAbout_right{width: 100%;}
}
@media (max-width:767.98px){
	section{padding:2rem 0;}
	.homeLinks ul li{width: 100%; border-right: none;}
	.homeMain ul li{margin-top: 20px;}
	.homeProsNav li{width: 50%;}
	.homeProsNav li:last-child{display: block;}
	.homeHotPros ul li{width: calc(100% / 3);}
	.homeHotPros ul li:nth-last-child(2){display: block;}
	.homeAbout::before{display: none;}
	.homeAboutAdv>li{width: 50%; border-top: 1px solid #dcdcdc;}
	.homeAboutAdv>li::before,.homeAboutAdv>li::after{content: none;}
	.homeAboutAdv>li:first-child{width: 100%; border: none;}
	.homeAboutAdv>li:nth-child(2),.homeAboutAdv>li:nth-child(4){width: 50%; border-right: 1px solid #dcdcdc;}
	.homeManu ul li{width: 100%; flex-direction: row; justify-content: space-between;}
	.homeManu ul li>ol{width: calc(50% - 5px);}
	.homeManu ul li:nth-child(even){flex-direction: row;}
}
@media (max-width:575.98px){
	section{padding:1.5rem 0;}
	.homeMain .h3{font-size: 1rem;}
	.homeMain .h3>span,.homePros_title_left .h3{font-size: 1.5rem;}
	.homeMain ul li>ol .textbox{padding: 1.25rem;}
	.homeMain ul li>ol .textbox a.h5{font-size: 1.25rem;}
	.homeProsNav li{width: 100%;}
	.homeHotPros ul li{width: 50%;}
	.homeHotPros ul li:nth-last-child(1){display: block;}
	.homeAbout_left{padding: 0;}
	.homeAbout_right .h3{font-size: 1.5rem; margin-top: 20px;}
	.homeAboutAdv{margin-top: 20px;}
	.homeAboutAdv>li{width: 100% !important;}
	.homeAboutAdv>li:nth-child(2),.homeAboutAdv>li:nth-child(4){width: 100%; border-right: none;}
	.homeManu ul li>ol{width: 100%;}
	.homeManu .h3{font-size: 1.5rem;}
}
@media (max-width:375.98px){
	section{padding:1.25rem 0;}
	.homeHotPros ul li{width: 100%;}
}
/* index-end */
/* #footer */
#footer{ position: relative; overflow: hidden;}
#footer::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right, var(--bg-logo), var(--bg-main), var(--bg-sub));}
#footer::after{content: ''; position: absolute; right: 2%; top: 50%; transform: translateY(-50%); width: 300px; height: 182px; background: url(../images/bj2.jpg) no-repeat center center; background-size: 100% 100%; mix-blend-mode: multiply; opacity: .3;}
.footer{padding: 4rem 0 2rem 0; position: relative;z-index: 2;}

.footer_logo{display: flex; justify-content: flex-start; margin-bottom: 1rem;}
.footer_logo img{display:block;max-width:100%; height:auto; margin-left: 0;}
.footer_text{display: block; font-size: .9rem; color: #fff; line-height: 1.2;}

.footer .h3{display: block; font-size: 1.25rem; color: #fff; font-weight: 400; margin-bottom: 1rem; text-transform: uppercase;}
.footer_list{display:flex;flex-direction:column;}
.footer_list>li{display:block;margin-bottom: 5px; position: relative;padding-left: 1rem;}
.footer_list>li:last-child{margin-bottom: 0;}
.footer_list>li>a{display: block; font-size: .9rem; color: rgba(255,255,255,1);}
.footer_list>li>a:hover{color: #fff; opacity: 1; text-decoration: underline;}
.footer_list>li::before{content: ''; width: 4px; height: 4px; background-color: #fff;  position: absolute; left: 0; top: 10px;}

.footer_contact{display:flex; flex-direction: column; margin-top:0.5rem; margin-bottom: 0;}
.footer_contact dt{font-size: 1.2rem; color: #fff; font-weight: 600; margin-bottom: .5rem;}
.footer_contact dd{width: 100%; color:rgba(255,255,255,1); display:flex; flex-wrap:wrap; align-items:center; margin-bottom: 5px; font-size: .9rem; padding-left: 1.8rem; position: relative;}
.footer_contact dd i{font-size: 1.1rem; position: absolute; left: 0; top: 0; color:#fff;}
.footer_contact dd a:hover{text-decoration: underline; color: #fff;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden;padding:0 0 2rem 0; position:relative;z-index:2}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#fff;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #fff;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:#fff;opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#fff;font-size:.9rem;}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center;background:var(--bg-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:#000 !important;border-left:1px solid #000 !important}
@media (max-width:1199.98px){
	.footer .h3 {font-size: 1.2rem;}
}
@media (max-width:991.98px){
	.footer {padding: 3rem 0 2rem 0;}
}
@media (max-width:767.98px){
	.footer {padding: 2rem 0;}
}
@media (max-width:575.98px){
	.footer {padding: 1.5rem 0;}
}
@media (max-width:375.98px){
	.footer {padding: 1.2rem 0;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;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;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#000; opacity: 1;}
#quicknav ul li:last-child{color: var(--bg-hover);}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:#fff; opacity: .7;}
#quicknav ul.quicknav li:last-child{color: #fff; opacity: 1;}
#quicknav ul li a:hover{text-decoration:underline;color:#fff; opacity: 1;}
@media (max-width:767.98px){
	#quicknav{display: none;}
}
/* #quicknav-End */
/* Products */
.product_bannner{padding: 0; background-position: 320px center; background-repeat: no-repeat; background-size: cover; min-height: 320px;}

.product_hover{width: 100%; position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.product_hover::before{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-image: linear-gradient(to right, var(--bg-logo) 37%, transparent);}
.product_hover .container{position: relative; z-index: 2;}
.product_box{width: 48%;}
.product_box .etw_hometitle {margin-bottom: 1rem;}
.product_box .etw_hometitle h2{font-size: 2rem; color:#fff; line-height: 1.2; font-weight: 600;}
.product_box .etw_hometitle small{display: block; font-size: 1.25rem; color: #fff; opacity: .8; margin-bottom: .5rem;}
.product_box>p{font-size: .9rem; color: #fff;}

.products{padding: 2.5rem 0;}
.products .h3{font-size: 1.4rem; color: var(--bg-logo); text-transform: uppercase; font-weight: 500;}
.products .h3::before{content: ''; width: 80px; height: 4px; background-color: var(--bg-logo); display: block; margin-bottom: 1rem;}
.img-clip1{-webkit-clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);	clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);}
.img-clip2{-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%);	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%);}

.products_hublist{width: calc(100% + 30px); margin: 0 -15px;}
.products_hublist li{width: 25%; padding: 0 15px; margin-top: 30px;}
.products_hublist li>ol{flex-direction: column; position: relative; overflow: hidden;}
.products_hublist li>ol::before{content: ''; width: 0; height: 5px; background-image: linear-gradient(to right, var(--bg-main),var(--bg-sub)); position: absolute; right: 0; top: 0; transition: all .4s ease-in-out; z-index: 2;}
.products_hublist li>ol a.imgbox{background-color: #fff;}
.products_hublist li>ol a.imgbox>img{transition: all .4s;}
.products_hublist li>ol a.h6{padding-top: 1rem; text-align: center; padding-bottom: 1rem;}
.products_hublist li>ol:hover::before{right: auto; left: 0; width: 100%;}
.products_hublist li>ol:hover a.imgbox>img{transform: scale(.95);}

.products_list{padding: 40px 0 10px 0;}
.products_list ul{width: calc(100% + 30px); margin: 0 -15px;}
.products_list ul li{width: 25%; padding: 0 15px; margin-bottom: 30px;}
.products_list ul li>ol{flex-direction: column; justify-content: space-between;}
.products_list ul li>ol a.imgbox{margin-bottom: 1rem;}
.products_list ul li>ol a.h6{color: var(--bg-logo); font-weight: 700; overflow: hidden; font-size: .85rem; line-height: 18px; min-height: 36px; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; transition: .3s all ease-in-out;}
.products_list ul li>ol a.h6-minh{min-height: 54px;}
.products_list ul li>ol a.h6:hover{color: var(--bg-hover);}
.products_list ul li>ol dl{flex: 1; display: flex; flex-direction: column;}
.products_list ul li>ol dl>dd{margin-bottom: 0; font-size: .8rem; color: #000; position: relative; padding-left: 1.875rem;}
.products_list ul li>ol dl>dd::before{content: "\F135";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; color: #ccc; font-size: 1.25rem; position: absolute; left: 0; top: 2px;}
.products_list ul li>ol dl>dd:first-child{font-weight: bold;}
.products_list ul li>ol .moreBtn{width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.products_list ul li>ol .moreBtn>a{width: fit-content; display: flex; align-items: center; justify-content: center; font-size: .85rem;}
.products_list ul li>ol .moreBtn>a:nth-child(1){background-color: #cfcfcf; padding: .5rem 1rem; color: var(--bg-logo);clip-path: polygon(10% 0, 100% 1%, 100% 100%, 0% 100%); font-weight: 500; display: none;}
.products_list ul li>ol .moreBtn>a:nth-child(1):hover{background-color: var(--bg-logo); color: #fff;}
.products_list ul li>ol .moreBtn>a:nth-child(2){position: relative; color: var(--bg-logo);}
.products_list ul li>ol .moreBtn>a:nth-child(2)::before{content: '\F134'; 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; margin-right: .5rem;}
.products_list ul li>ol .moreBtn>a:nth-child(2)::after{content: ''; width: 0; height: 2px; background-color: var(--bg-sub); position: absolute; right: 0; bottom: 0; transition: all .4s ease-in-out;}
.products_list ul li>ol .moreBtn>a:nth-child(2):hover{ color: var(--bg-sub);}
.products_list ul li>ol .moreBtn>a:nth-child(2):hover::after{ left: 0; right: auto; width: 100%;}

.inquiryform::before{content: ''; position: absolute; inset: 0; background: url(../images/inquiryform_bj2.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; z-index: 0; opacity: 1;}
.inquiryform::after{content: ''; position: absolute; inset: 0;  z-index: 1; opacity: .5;}
.inquiryform .container{position: relative;z-index: 2;}
.inquiryform .h3{color: #fff; font-size: 1.6rem; max-width: 70%;}
.inquiryform p{font-size: 1rem; max-width: 80%; font-weight: 300; color: #fff;}
.inquiryform .inquiry_btn{display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.inquiryform .inquiry_btn>a{text-transform: uppercase; width: fit-content; padding: .8rem 1.25rem; background-color: var(--bg-main); color: #fff; transition: all .4s ease-in-out; font-size: .85rem; line-height: 1.2; position: relative;}
.inquiryform .inquiry_btn>a>span{background-color: var(--bg-logo); padding: 10px; position: absolute; bottom: -10px; right: -37px; font-weight: 600;}
.inquiryform .inquiry_btn>a:hover{background-color: var(--bg-sub); color: #fff;}
.inquiryform dl{display: flex; flex-direction: column;}
.inquiryform dl>dd{display: flex; align-items: center;margin-bottom: .5rem; color: #fff; font-size: .95rem; position: relative; padding-left: 2rem;}
.inquiryform dl>dd i {font-size: 1.15rem; line-height: 24px; margin-right: 10px; color: #fff; position: absolute; left: 0; top: 0;}
.inquiryform dl>dd a:hover{color: var(--bg-hover);}

.custom{background:url(../images/bg-solution_pc.jpg) no-repeat center center; background-size: cover;}
.custom .h3{color: var(--bg-logo); text-align: center; font-weight: 500; text-transform: uppercase;font-size: 1.5rem;}
.custom ul{width: calc(100% + 30px); margin: 0 -15px;}
.custom ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.custom ul li>ol{flex-direction: column;}
.custom ul li>ol .textbox{background-color: #dcdcdc; padding: 1.25rem; flex-direction: column;}
.custom ul li>ol .textbox a.h5{color: #000; font-weight: 400;}
.custom ul li>ol .textbox p{flex: 1;}
.custom ul li>ol .textbox .more>a{padding: 0; background: initial; color: var(--bg-logo);}
.custom ul li>ol .textbox .more>a>i{margin:0; transform: translateX(-5px);}
.custom ul li>ol .textbox .more>a:hover{text-decoration: underline; color: var(--bg-sub);}
.custom-white{background: #fff;}

.prosAbout::before{content: ''; width: 51%; height: 100%; background-color: #f8f9fa; position: absolute; left: -10%; top: 0; transform: skewX(-20deg);}
.prosAbout .container{display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: space-between; position: relative; z-index: 2;}
.prosAbout_left{width: 65%; position: relative;}
.prosAbout_video{width: 100%; position: relative; overflow: hidden; z-index: 2; -webkit-clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);}
.prosAbout_video::before{content: ''; display: block; padding-top: 46.25%;}
.prosAbout_video>video{width: 100%; height: 100%; position: absolute; inset: 0;}
.prosAbout_right{width: 30%; display: flex; flex-direction: column; justify-content: center;}
.prosAbout_right .h3{font-weight: 500; color: #000;}
.prosAbout_right .more>a:hover{background-color: var(--bg-sub);}

.homePartners-light .swiper-slide{background-color: #f8f9fa;}
.homePartners-light .swiper-slide img{mix-blend-mode: multiply;}

@media (max-width:991.98px){
	.product_bannner{background-position: 100px center;}
	.products_hublist li{width: calc(100% / 3);}
	.products_hublist li:last-child{display: none;}
	.products_list ul li{width: calc(100% / 3);}
	.custom ul li{width: 100%;}
	.custom ul li>ol{flex-direction: row;}
	.custom ul li>ol a.imgbox{width: 40%;}
	.custom ul li>ol a.imgbox>img{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}
	.custom ul li>ol .textbox{width: 60%; padding-left: 1.875rem;}
	.prosAbout_left,.prosAbout_right{width: 100%;}
	.prosAbout_right{margin-top: 20px;}
}
@media (max-width:767.98px){
	.product_box .etw_hometitle h2{font-size: 1.5rem;}
	.products .img-clip1,.products .img-clip2{width: 100%;}
	.products_hublist li{width: 50%;}
	.products_hublist li:last-child{display: block;}
	.products_list ul li{width: 50%; margin-bottom: 20px;}
	.custom ul li>ol a.imgbox,.custom ul li>ol .textbox{width: 100%;}
	.custom ul li>ol a.imgbox::before{content: ''; display: block; padding-top: 50%;}
	.custom ul li>ol .textbox{padding: 30px;}

}
@media (max-width:575.98px){
	.product_bannner{min-height: 200px;}
	.product_box{width: 80%;}
	.products_hublist li,.products_list ul li{width: 100%;}
	.custom ul li{margin-top: 20px;}
	.custom ul li>ol{flex-direction: column;}
	.custom ul li>ol a.imgbox,.custom ul li>ol .textbox{width: 100%;}
	.custom ul li>ol .textbox{padding: 20px;}
	.prosAbout_right .h3{font-size: 1.5rem;}
}
@media (max-width:375.98px){
	.product_box{width: 100%;}
}
/* Products-Details */
.idLink{position: relative; top: -120px;}
.product_box2{margin-bottom: 3rem;}
.product_box2 .etw_hometitle small{width: fit-content; border-bottom: 2px solid #fff; padding-bottom: 2px; text-transform: uppercase; font-size: .95rem;}
.product_box2 p{font-size: 1.1rem; color: #fff;}

.prosdetails{padding: 0; overflow: visible;}
.prosdetails-items{padding: 3rem 0; position: relative; overflow: hidden; z-index: 0;}
.img-bg>img{mix-blend-mode: multiply;}
.bg-img1::before{content: ''; width: 593px; height: 359px; background: url(../images/bj3.jpg) no-repeat center center; background-size: 100% 100%; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); opacity: .3;}
.bg-img2::before{content:'';--w:30vh;width:var(--w);height:var(--w);position:absolute;right:0;bottom:10%;background:url(../images/bj1.png) no-repeat center center;background-size:100% 100%;opacity:.1;}

.left_pics{width: 100%; display: flex;}
.left_pics a{width: 100%; position: relative; overflow: hidden; display: block;}
.left_pics a>img{mix-blend-mode: multiply;}
.related_pic{width: 100%; margin-top: 1.25rem;}
.related_pic ul{width: calc(100% + 10px); margin:0 -5px;}
.related_pic ul>li{width: 20%; padding: 0 5px;}
.related_pic ul>li>a{display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-hover);}

.prosdetails-items1{z-index: 2; margin-top: -5rem;}
.prosdetails-items1::before{content: ''; width: 100%; height: 50%; border-radius: 50%; position: absolute; left: 50%; top: 0; background-color: #fff; transform: translateX(-50%); z-index: -1;}

.h4_title{display: flex; align-items: center; font-size: 1.5rem; color: #000;}
.h4_title::before{content: ''; width: 16px; height: 4px; background-color: var(--bg-main); margin-right: 1rem; display: block;}
.h4_title>em{display: block; color: var(--bg-main); font-style: normal;}
.h4_title>span{display: block; font-size: 1.1rem;}
.h4_center{justify-content: center;}

.model_list{width: calc(100% + 10px); margin: 0 -5px;}
.model_list li{width: calc(100% / 3); padding: 5px;}
.model_list li>a{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; font-weight: 700; position: relative; background-color: #fff; padding: 1rem;}
.model_list li>a::before{content: ''; width: 0; height: 3px; background-color: var(--bg-hover); position: absolute; right: 0; bottom: 0; transition: all .4s ease-in-out;}
.model_list li.active>a{color: var(--bg-hover);}
.model_list li.active>a::before{width: 100%; left: 0; right: auto;}
.model_list2 li>a{background-color: #f8f9fa;}
.model_list8 li{width: 25%;}

.model_content{width: 100%; margin-top: 2rem;}
.model_content>div{display: none;}
.model_content>div:first-child{display: block;}

.technical_list{width: calc(100% + 30px); margin: 0 -15px;}
.technical_list li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px; align-items: flex-start;}
.technical_list li .imgbox{width: 60px;}
.technical_list li .imgbox>img{filter: drop-shadow(60px 0 var(--bg-sub)); position: relative; transform: translateX(-100%);}
.technical_list li .textbox{width: calc(100% - 60px); padding-left: 1.875rem;}
.technical_list li .textbox .h6{font-size: 1.1rem; color: #000;}
.technical_list li .textbox p:last-child{margin-bottom: 0;}

.gallery{position: relative; z-index: 2;}
#gallery .swiper-slide{background-color: #fff; position: relative; overflow: hidden;}
#gallery .swiper-slide img{mix-blend-mode: multiply;}
#gallery .gallery_text{width: 100%; position: absolute; left: 0; bottom: 10px; padding: .5rem; text-align: center; font-size: 1rem; color: #000;}
.gallery #gallery .swiper-slide{height: auto; display: flex; flex-direction: column;}
.gallery #gallery figure{margin-bottom: 0;}
.gallery #gallery .gallery_text{position: relative; bottom: 0; flex: 1;}
.thumbs{margin-top: 1rem; padding: 0 1rem; position: relative;}
#thumbs .swiper-slide{background-color: #fff; border: 1px solid transparent;}
#thumbs .swiper-slide img{mix-blend-mode: multiply; cursor: pointer;}
#thumbs .swiper-slide-thumb-active{border-color: var(--bg-hover);}
.gallery .prev-button,.gallery .next-button,.thumbs .prev-button,.thumbs .next-button{width: 2rem; height: 2rem; background-color: rgba(0,0,0,0.5); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff;}
.gallery .next-button,.thumbs .next-button{left: auto; right: 0;}

.h6_title{font-size: 1.1rem; color: #000;}
.h6_title a{color: var(--bg-main);}
.h6_title a:hover{color: var(--bg-sub) !important; text-decoration: underline;}
.text-black{color: #000;}

.inquiryformPros::before{content: ''; position: absolute; inset: 0; background: url(../images/inquiryform_bj2.jpg) no-repeat center center; background-size: 100% 100%; z-index: 0;}
.inquiryformPros .container{position: relative;z-index: 2;}
.inquiryformPros .h3{line-height: 1.2; color: #fff; font-size: 1.8rem; max-width: 90%;}
.inquiryformPros p{font-size: .95rem; color: #fff; max-width: 90%;}
.inquiryformPros dl{display: flex; flex-direction: column;}
.inquiryformPros dl>dd{display: flex; align-items: center;margin-bottom: .5rem; color: #fff; font-size: .95rem; position: relative; padding-left: 2rem;}
.inquiryformPros dl>dd i {font-size: 1.15rem; line-height: 24px; margin-right: 10px; color: #fff; position: absolute; left: 0; top: 0;}
.inquiryformPros dl>dd a:hover{color: var(--bg-sub);}
.feedback{padding: 1.25rem; background-color: rgba(255,255,255,.8); min-height: 420px; -webkit-clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);	clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);}
.feedback .webtitle{font-size: 2rem; text-align: center; color: var(--bg-main);}

.otherPros .h3{color: #000;font-weight: 400; margin-bottom: 0;font-size: 1.5rem;}
.otherPros ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherPros ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.otherPros ul li>ol{flex-direction: column;}
.otherPros ul li>ol a.imgbox>img{mix-blend-mode: multiply;}
.otherPros ul li>ol:hover a.imgbox>img{mix-blend-mode: initial;}
.otherPros ul li>ol .textbox{flex-direction: column;}
.otherPros ul li>ol .textbox a.h6{font-size: 1.3rem; padding-top: 1rem;font-weight: 300;}
.otherPros ul li>ol .textbox .more>a{padding: 0; background-color: #f8f9fa; color: var(--bg-main); overflow: visible;}
.otherPros ul li>ol .textbox .more>a>i{margin-left: .2rem;}
.prosAbout-bg::before{left: auto; top: auto; transform: skew(0);}

.ourPros .h3{color: #000; text-align: center; margin-bottom: 0;}
.ourPros ul{width: calc(100% + 30px); margin: 0 -15px;}
.ourPros ul li{width: 25%; padding: 0 15px; margin-top: 30px;}
.ourPros ul li>ol{flex-direction: column;}
.ourPros ul li>ol .h6{padding: 1rem .5rem; padding-top: 0; text-align: center; font-size: 1.1rem; background-color: #fff; margin-bottom: 0;}

.optional{position: relative;}
.optional .swiper-slide{height: auto; display: flex;}
.optional .swiper-slide>ol{display: flex; background-color: #f8f9fa; flex-direction: column;}
.optional .swiper-slide>ol>figure{margin-bottom: 0;}
.optional .swiper-slide>ol>figure img,.optional .swiper-slide>ol>img{mix-blend-mode: multiply;}
.optional .swiper-slide>ol>span{flex: 1; padding: 1rem .5rem; text-align: center; width: 100%;}
.optional .prev-button,.optional .next-button{width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff; background-color: rgba(0,0,0,0.5); position: absolute; left:0; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer;}
.optional .next-button{left: auto; right: 0;}
.optional .prev-button.swiper-button-disabled,.optional .next-button.swiper-button-disabled{display: none;}

.int_list{width: calc(100% + 30px); margin: 0 -15px;}
.int_list li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.int_list li>ol{flex-direction: column;}
.int_list li>ol .textbox{flex-direction: column; padding-top: 1rem;}
.int_list li>ol .textbox p:last-child{margin-bottom: 0;}

@media (max-width:1399.98px){
	.prosdetails-items1::before{width: 110%;}
}
@media (max-width:1199.98px){
	.prosdetails-items1::before{width: 115%;}
}
@media (max-width:991.98px){
	.prosdetails-items1{margin-top: 0; padding-top: 0;}
	.prosdetails-items1::before{content: none;}
	.technical_list li,.model_list2 li{width: 50%;}
	.int_list li{width: 100%;}
	.int_list li>ol{flex-direction: row; align-items: center;}
	.int_list li>ol a.imgbox{width: 40%;}
	.int_list li>ol .textbox{width: 60%; padding: 0 0 0 2.5rem;}
	.ourPros ul li{width: calc(100% / 3)}
	.ourPros ul li:last-child{display: none;}
	.model_list8 li{width: calc(100% / 3);}
}
@media (max-width:767.98px){
	.product_box2{margin-bottom: 0;}
	.prosdetails-items{padding: 2rem 0;}
	.model_list li,.technical_list li{width: 100%;}
	.inquiryformPros .h3{font-size: 1.5rem;}
	.otherPros ul li{width: 50%;}
	.otherPros ul li:last-child{display: none;}
	.otherPros ul li img{width: 100%;}
	.int_list li{margin-top: 20px;}
	.ourPros ul li{width: 50%}
	.ourPros ul li:last-child{display: block;}
	.model_list8 li{width: 50%;}
}
@media (max-width:575.98px){
	.prosdetails-items{padding: 1.25rem 0;}
	.otherPros ul li{width: 100%;}
	.otherPros ul li:last-child{display: block;}
	.int_list li>ol a.imgbox{width: 100%;}
	.int_list li>ol .textbox{width: 100%; padding: 1rem 0 0 0;}
	.int_list li img,.ourPros ul li,.model_list8 li{width: 100%;}

}
/* Products-End */
/* Custom Solutions */
.nbanner{background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 300px; max-height: 400px;}
.nbanner::before{content: ''; background-color: #000; opacity: .4; position: absolute; inset: 0;}
.nbanner_hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.nbanner .etw_hometitle{margin: 1rem 0 0 0;}
.nbanner .etw_hometitle>div[itemprop]{font-size: 2.2rem; line-height: 1; color: #fff; text-transform: uppercase; text-align: center; margin: 1rem 0 0 0;}

.customMain{padding: 0;}
.customMain-items{padding: 2.5rem 0; position: relative; overflow: hidden;z-index: 0;}
.customMain-items .container{position: relative; z-index: 2;}
.custom_textbox{display: flex; flex-wrap: wrap; margin-bottom: 1rem;}
.custom_textbox p>strong{font-size: 1.25rem;}
.custom_textbox a{color: var(--bg-logo); text-decoration: underline;}
.custom_textbox a:hover{color: var(--bg-hover); text-decoration:none}
.custom_textbox figure a{background-color: #f8f9fa;}
.custom_textbox figure img{mix-blend-mode: multiply;}

.bg-img3::before{content: ''; width: 600px; height: 450px; background: url(../images/bj4.jpg) no-repeat center center; background-size: 100% 100%; position: absolute; left: 1rem; top: 20%; opacity: .3;}

.custom-design{width: 100%}
.custom-design li{width: 100%;}
.custom-design li>ol{flex-direction: column; background-color: #fff; padding: 2rem;}
.custom-design li>ol .imgbox{margin-bottom: 1rem;}
.custom-design li>ol .imgbox>img{margin-left: 0; position: relative; transform: translateY(-100%); height: 60px; filter: drop-shadow(0 60px var(--bg-logo));}
.custom-design li>ol .h6{font-size: 1.25rem;}
.custom-design li>ol p:last-child{margin-bottom: 0;}

.tech_title{display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem;}
.tech_title .imgbox{width: 50px;}
.tech_title .imgbox>img{position: relative; transform: translateX(-100%); width: 50px; height: auto; filter: drop-shadow(50px 0 var(--bg-logo));}
.tech_title .h4{margin-bottom: 0; padding-left: 1.5rem;}

.chargers small{display: block; text-align: center; max-width: 80%; font-size: .95rem; margin: 0 auto;}
.chargers ul{justify-content: space-between; margin-top: 50px;}
.chargers li{width: calc(50% - 30px); margin-bottom: 30px;}
.chargers li>ol{background-color: #fff; padding: 2rem; position: relative;}
.chargers li>ol .imgbox{width: 50px; height: 50px; background-color: #fff; border-radius: 50%; position: absolute; right: 1rem; top: 1rem;}
.chargers li>ol .imgbox>img{position: relative; transform: translateY(-100%); width: auto; height: 50px; filter: drop-shadow(0 50px var(--bg-logo));}
.chargers li>ol .textbox{width: 100%;}
.chargers li>ol .textbox p:last-child{margin-bottom: 0;}

.process .h4{margin-bottom: 1.875rem;}
.process ul{width: 100%;}
.process ul li{width: 100%; margin-top: 0;}
.process ul li>ol{ background-color: #dcdcdc;}
.process ul li>ol a.imgbox{width: 50%;}
.process ul li>ol a.imgbox>img{-webkit-clip-path: polygon(100% 0, 100% 35%, 92% 50%, 100% 65%, 100% 100%, 0 100%, 0 0);	clip-path: polygon(100% 0, 100% 35%, 92% 50%, 100% 65%, 100% 100%, 0 100%, 0 0);}
.process ul li>ol .textbox{width: 50%; padding: 2rem; flex-direction: column; justify-content: center;}
.process ul li>ol .textbox a.h5{color: #000;}
.process ul li>ol .textbox p:last-child{margin-bottom: 0;}
.process ul li>ol .textbox .more>a{padding: 0; background: initial; color: var(--bg-main);}
.process ul li>ol .textbox .more>a>i{margin:0; transform: translateX(-5px);}
.process ul li>ol .textbox .more>a:hover{text-decoration: underline; color: var(--bg-sub);}
.process ul li:nth-child(even)>ol{flex-direction: row-reverse;}
.process ul li:nth-child(even)>ol a.imgbox>img{-webkit-clip-path: polygon(8% 50%, 0 35%, 0 0, 100% 0, 100% 100%, 0 100%, 0 65%); clip-path: polygon(8% 50%, 0 35%, 0 0, 100% 0, 100% 100%, 0 100%, 0 65%);}

.inquiryform2{display: flex; flex-wrap: wrap;}
.inquiryform2 .container-fluid{position: relative; z-index: 2;}
.inquiryform2 .inquiryform_box{width: 100%; max-width: 570px;}
.inquiryform2 video{width: 80%; height: auto; display: block; margin: 0 auto;}

@media (max-width:991.98px){
	.chargers li{width: 100%;}
	.inquiryform2 video{width: 100%;}
}
@media (max-width:767.98px){
	.tech_title .h4{flex: 1;}
	.chargers li>ol{padding: 1.5rem;}
	.process ul li{margin-bottom: 1rem;}
	.process ul li>ol a.imgbox{width: 100%;}
	.process ul li>ol a.imgbox>img{clip-path: initial !important;}
	.process ul li>ol .textbox{width: 100%; padding: 1.5rem;}
	.ourProsPartners ul li{width: 100% !important; margin-top: 20px;}
	.ourProsPartners .h3{font-size: 1.5rem;}
}
@media (max-width:575.98px){
	.chargers li>ol{padding: 1.25rem;}
	.ourProsPartners ul li>ol {flex-direction: row;}
	.ourProsPartners ul li>ol a.imgbox{width: 100% !important; margin-bottom: 1rem;}
	.ourProsPartners ul li>ol a.imgbox img{width: 100%;}
	.ourProsPartners ul li>ol .textbox{width: 100% !important;}
}
@media (max-width:375.98px){}
/* Custom Solutions-End */
/* Partners */
.partners{padding: 0;}
.partners>content>.row>.col-12{padding: 2.5rem 0; position: relative; overflow: hidden; z-index: 0;}
.partners_list{width: calc(100% + 10px); margin: 0 -5px; justify-content: center;}
.partners_list li{width: calc(100% / 8); padding: 0 5px; margin-bottom: 10px;}

.partnersPros_list{width: 100%; display: flex; flex-direction: column;}
.partnersPros_list dt,.partnersPros_list dd{width: 100%; display: flex; border-bottom: 2px solid #fff; margin-bottom: 0;}
.partnersPros_list ul{width: 100%; display: flex; flex-wrap: wrap;}
.partnersPros_list ul li{width: 20%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; background-color: #f8f9fa; padding: 1rem;border-right: 2px solid #fff;}
.partnersPros_list ul li figure{margin: -1rem;}
.partnersPros_list ul li figure img{mix-blend-mode: multiply; transition: all .4s;}
.partnersPros_list ul li figure>a:hover img{opacity: .8;}
.partnersPros_list ul:hover li{background-color: #f5f5f5;}
.partnersPros_list dt ul li{padding: 1rem .5rem; background-color: #dcdcdc;}

.ourProsPartners .h3{color: #000; margin-bottom: 0;}
.ourProsPartners ul{width: 100%; justify-content: space-between;}
.ourProsPartners ul li{width: calc(50% - 20px); margin-top: 30px;}
.ourProsPartners ul li>ol{flex-direction: row-reverse; justify-content: space-between;}
.ourProsPartners ul li>ol a.imgbox{width: 40%;}
.ourProsPartners ul li>ol .textbox{width: 55%; flex: none; flex-direction: column; justify-content: center;}
.ourProsPartners ul li>ol .textbox a.h6{font-size: 1.2rem;}
.ourProsPartners 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;}
.ourProsPartners ul li>ol .textbox .more>a{padding: 0; background: initial; color: var(--bg-logo); overflow: visible;}
.ourProsPartners ul li>ol .textbox .more>a:hover{color: var(--bg-hover); text-decoration: underline;}

.partnersCustom .h3{color: #000;}
.partnersCustom small{font-size: .95rem;}
.partnersCustom small strong{color: var(--bg-logo);}
.partnersCustom ul{width: calc(100% + 30px); margin: 0 -15px;}
.partnersCustom ul li{width: calc(100% / 3); padding: 0 15px; margin-top: 60px;}
.partnersCustom ul li>ol{flex-direction: column; background-color: #f5f5f5; padding: 30px; align-items: flex-end;}
.partnersCustom ul li>ol .imgbox{--w:80px; width: var(--w); height: var(--w); border-radius: 50%; background-color: #fff; margin-top: -70px; border-bottom: 4px solid var(--bg-logo); margin-bottom: 1rem;}
.partnersCustom ul li>ol .imgbox>img{width: auto; height: 50px; filter: drop-shadow(0 var(--w) var(--bg-logo)); position: relative; transform: translateY(-80px);}
.partnersCustom ul li>ol .textbox{flex-direction: column;}
.partnersCustom ul li>ol .textbox a.h5{font-size: 1.2rem;}
.partnersCustom ul li>ol .textbox p>strong{font-size: .75rem; color: var(--bg-logo);}
.partnersCustom ul li>ol .textbox p:last-child{margin-bottom: 0;}

@media (max-width:991.98px){
	.partners_list li{width: calc(100% / 6);}
	.partnersCustom ul li {width: 100%;}
}
@media (max-width:767.98px){
	.partners>content>.row>.col-12{padding: 2rem 0;}
	.partners_list li{width: 25%;}
	.partnersProsBox{width: 100%; overflow-x: auto;}
	.partnersProsBox .partnersPros_list{min-width: 1000px;}
	.partnersCustom .h3{font-size: 1.5rem;}
}
@media (max-width:575.98px){
	.partners>content>.row>.col-12{padding: 1.5rem 0;}
	.partners_list li{width: calc(100% / 3);}
	.partners_list li:last-child{display: none;}
}
@media (max-width:375.98px){
	.partners_list li{width: 50%;}
	.partners_list li:last-child{display: block;}
}
@media (max-width:320.98px){
	.partners_list li{width: 100%;}
}
/* Partners-End */
/* Capabilities */
.capabilities{padding: 0;}
.capabilities>content>.row>.col-lg-12{padding: 3rem 0; position: relative; overflow: hidden; z-index: 0;}
.capabilities .container{position: relative;z-index: 2;}
.capabilities_list{justify-content: center;}
.capabilities_list li{width: calc(100% / 3); flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 15px;}
.capabilities_list li strong{font-size: 1.7rem; line-height: 1; color: var(--bg-logo); margin-bottom: .5rem;}
.capabilities_list li span{display: block; font-size: 1.1rem;}

.capabilitiesMain ul{width: 100%;}
.capabilitiesMain ul li{width: 100%;}
.capabilitiesMain ul li>ol a.imgbox{width: 50%;}
.capabilitiesMain ul li>ol .textbox{width: 50%; padding: 2rem; flex-direction: column; justify-content: center;}
.capabilitiesMain ul li>ol .textbox .more>a{background-color: var(--bg-main); color: #fff; border-radius: 0;}
.capabilitiesMain ul li>ol .textbox .more>a:hover{background-color: var(--bg-logo);}
.capabilitiesMain ul li:nth-child(even)>ol{flex-direction: row-reverse;}

.rd{padding: 0;}
.rd>content>.row>.col-12{padding: 3rem 0; position: relative; overflow: hidden; z-index: 0;}
.rd .container{position: relative;z-index: 2;}
.items_rd li:nth-child(1){padding-left: 0;}
.items_rd li:nth-child(1)::before{display: none;}

.capabilitiesNav{padding: 2rem 0;}
.capabilitiesNav ul{width: calc(100% + 30px); margin: 0 -15px;}
.capabilitiesNav ul li{width: calc(100% / 3); padding: 0 15px; margin: 15px 0;}
.capabilitiesNav ul li>ol{flex-direction: column;}
.capabilitiesNav ul li>ol .textbox{flex-direction: column; padding-top: 1rem;}
.capabilitiesNav ul li>ol .textbox a.h5{font-size: 1.3rem;}
.capabilitiesNav ul li.active>ol .textbox a.h5{color: var(--bg-hover);}
.capabilitiesNav ul li>ol .textbox p{min-height:72px; max-height:72px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.manufacturing{padding: 0;}
.manufacturing>content>.row>.col-12{padding: 3rem 0; position: relative; overflow: hidden; z-index: 0;}
.manufacturing .container{position: relative;z-index: 2;}

.quality{padding: 0;}
.quality>content>.row>.col-12{padding: 3rem 0; position: relative; overflow: hidden; z-index: 0;}
.quality .container{position: relative;z-index: 2;}
.quality_list1{width: 100%;}
.quality_list1 li{width: 100%;}
.quality_list1 li>ol{background-color: #f5f5f5;}
.quality_list1 li>ol a.imgbox{width: 50%;}
.quality_list1 li>ol a.imgbox>img{-webkit-clip-path: polygon(100% 0, 100% 35%, 92% 50%, 100% 65%, 100% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 35%, 92% 50%, 100% 65%, 100% 100%, 0 100%, 0 0); transition: all .4s;}
.quality_list1 li>ol a.imgbox:hover>img{opacity: .8;}
.quality_list1 li>ol .textbox{width: 50%; flex-direction: column; padding: 2rem; justify-content: center;}
.quality_list1 li>ol .textbox .h6{font-size: 1.3rem;}
.quality_list1 li>ol .textbox p:last-child{margin-bottom: 0;}
.quality_list1 li:nth-child(odd)>ol{flex-direction: row-reverse;}
.quality_list1 li:nth-child(odd)>ol a.imgbox>img{-webkit-clip-path: polygon(8% 50%, 0 35%, 0 0, 100% 0, 100% 100%, 0 100%, 0 65%);	clip-path: polygon(8% 50%, 0 35%, 0 0, 100% 0, 100% 100%, 0 100%, 0 65%);}

@media (max-width:991.98px){
	.capabilities>content>.row>.col-lg-12,.rd>content>.row>.col-12,.manufacturing>content>.row>.col-12{padding: 2.5rem 0;}
	.rd img{width: 100%;}
	.quality_list1 li{margin-top: 30px;}
	.quality_list1 li:first-child{margin-top: 0;}
	.quality_list1 li>ol a.imgbox{width: 100%;}
	.quality_list1 li>ol a.imgbox img{width: 100%; clip-path: initial !important;}
	.quality_list1 li>ol .textbox{width: 100%;}
}
@media (max-width:767.98px){
	.capabilities>content>.row>.col-lg-12,.rd>content>.row>.col-12,.manufacturing>content>.row>.col-12{padding: 2rem 0;}
	.capabilities_list li{width: 50%;}
	.capabilitiesMain ul li>ol a.imgbox{width: 100%;}
	.capabilitiesMain ul li>ol .textbox{width: 100%; padding: 2rem 0;}
	.capabilitiesNav ul li{width: 100%;}
	.capabilitiesNav ul li>ol{flex-direction: row;}
	.capabilitiesNav ul li>ol a.imgbox{width: 40%;}
	.capabilitiesNav ul li>ol .textbox{width: 60%; padding-left: 2rem;}
	.quality_list1 li>ol .textbox{padding: 1.25rem;}
}
@media (max-width:575.98px){
	.capabilities>content>.row>.col-lg-12,.rd>content>.row>.col-12,.manufacturing>content>.row>.col-12{padding: 1.5rem 0;}
	.capabilities_list li{width: 100%; margin-bottom: 1rem;}
	.capabilitiesNav ul li>ol a.imgbox{width: 100%;}
	.capabilitiesNav ul li>ol a.imgbox img{width: 100%;}
	.capabilitiesNav ul li>ol .textbox{width: 100%; padding: 1rem 0 0 0;}
}
/* Capabilities-End */
/* About Us */
.company{padding: 0;}
.company>content>.row>.col-12{padding: 3rem 0; position: relative; overflow: hidden; z-index: 0;}
.company .container{position: relative;z-index: 2;}
.company_img1 img{-webkit-clip-path: polygon(80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%, 0 0); clip-path: polygon(80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%, 0 0);}
.pdfBtn>a{padding: .8rem 1rem;}
.pdfBtn>a>i{font-size: 1.5rem; margin: 0 .5rem;}
.company_list{width: calc(100% + 20px); margin: 0 -10px;}
.company_list li{width: calc(100% / 3); padding: 0 10px; margin-bottom: 20px;}
.company_list li>ol{background-color: #f5f5f5; padding: 2rem; display: block; text-align: center;}
.company_list li>ol strong{display: inline-block; color: var(--bg-main);}

.swiperImg{-webkit-clip-path: polygon(80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%, 0 0); clip-path: polygon(80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%, 0 0);}
.swiperImg .prev-button,.swiperImg .next-button{width: 30px; height: 60px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: rgba(0,0,0,0.5); z-index: 2; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff; cursor: pointer;}
.swiperImg .next-button{left: auto; right: 0;}
.swiperImg .prev-button:hover,.swiperImg .next-button:hover{background-color: var(--bg-hover);}

.history{position: relative;}
.history::before{content: ''; width: 100%; height: 2px; background-color: #dcdcdc; position: absolute; left: 0; top: 60px;}
.history .swiper{width: 100%; padding: 20px;}
.history .swiper .swiper-slide{height: auto; display: flex;}
.history .swiper .swiper-slide>ol{flex: 1; display: flex; flex-direction: column; justify-content: center;}
.history .swiper .swiper-slide>ol .title{width: 100%; display: flex; flex-direction: column; align-items: center; position: relative;z-index: 2;}
.history .swiper .swiper-slide>ol .title::after{content: ''; width: 12px; height: 12px; border-radius: 50%; background-color: #fff; border: 3px solid var(--bg-logo); margin: .5rem 0 -6px 0;}
.history .swiper .swiper-slide>ol .title>h5{margin-bottom: 0; color: var(--bg-logo); font-size: 1.4rem;}
.history .swiper .swiper-slide>ol .box{width: 100%; flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; filter: drop-shadow(0 0 5px rgba(0,0,0,.2));}
.history .swiper .swiper-slide>ol .box::before{content: '';width:0;height:0;border-bottom: 30px solid #fff;border-left:20px solid transparent;border-right:20px solid transparent;}
.history .swiper .swiper-slide>ol .box>p{width: 100%; flex: 1; margin-bottom: 0; background-color: #fff; padding: 1.25rem;}
.history .swiper .swiper-slide>ol .box .imgbox{width: 100%; overflow: hidden; margin-bottom: 1rem;}
.history .swiper .swiper-slide>ol .box .imgbox>img{width: auto; height: 60px; filter: drop-shadow(0 60px var(--bg-logo)); position: relative; transform: translateY(-100%);}
.history .prev-button,.history .next-button{width: 50px; height: 50px; position: absolute; left: -25px; top: 35px; background-color: rgba(0,0,0,0.5); z-index: 2; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff; border-radius: 50%; cursor: pointer;}
.history .next-button{left: auto; right: -25px;}
.history .prev-button:hover,.history .next-button:hover{background-color: var(--bg-hover);}

.company_nav{padding-top: 0;}
.company_nav ul{width: 100%; justify-content: center;}
.company_nav ul li{width: calc(100% / 7); padding: 0 15px;}
.company_nav ul li>ol{flex-direction: column;}
.company_nav ul li>ol a.imgbox{width: 100%; overflow: hidden;}
.company_nav ul li>ol a.imgbox>img{display: block;width: auto; height: 60px;}
.company_nav ul li>ol a.h6{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: .5rem; margin-bottom: 0;}
.company_nav ul li.active>ol a.imgbox>img,.company_nav ul li:hover>ol a.imgbox>img{filter: drop-shadow(0 60px var(--bg-hover)); position: relative; transform: translateY(-60px);}
.company_nav ul li.active>ol a.h6,.company_nav ul li:hover>ol a.h6{color: var(--bg-hover);}

.nbanner_box .etw_hometitle small{text-align: center; display: block; color: #fff; margin-top: 1rem; font-size: 1rem;}
.service{display: flex; flex-direction: column; position: relative;}
.service::before{content: ''; width: 5px; height: 100%; background-color: #dcdcdc; position: absolute; left: 13px; top: 0;}
.service li{width: 100%; margin-top: 1rem; flex-direction: column; padding-left: 50px; position: relative;}
.service li::before{content: ''; width: 30px; height: 30px; position: absolute; left: 0; top: 0; background-color: var(--bg-hover); border-radius: 50%; border: 10px solid #f8f9fa;}
.service li .h5{line-height: 30px;}

.card{margin-bottom:0;background-color:#f8f9fa;border: none; border-bottom: 1px dashed #ccc;border-radius:0;overflow:hidden;}
.card-header{padding:0;background-color:#f8f9fa;border:none}
.card-link{width:100%;display:block;padding:1rem;font-size:1rem;font-weight:bold;position:relative;line-height:1.5rem; padding-right: 2.25rem;}
.card-link>span{display:block;font-size:1.1rem;overflow:hidden;padding-right:1.5rem;color:#000}
.card-link:hover>span{color:var(--hover-color)}
.card-link::after{content:"\f107";font-size:1.2rem;color:#000;font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;position:absolute;right:1rem;top:1rem;transition:all 0.3s}
.card-body{padding:1rem;padding-top:0;line-height:1.4rem}
.card-body p:last-child{margin-bottom:0;}
.card-link[aria-expanded="true"]::after{content:"\f106"}

@media (max-width:991.98px){
	.company>content>.row>.col-12{padding: 2.5rem 0;}
	.company img{width: 100%;}
	.company_nav ul li{width: calc(100% / 6);}
}
@media (max-width:767.98px){
	.company>content>.row>.col-12{padding: 2rem 0;}
	.company_nav ul li{width: calc(100% / 3); margin-bottom: 1.5rem;}
}
@media (max-width:575.98px){
	.company>content>.row>.col-12{padding: 1.5rem 0;}
	.company_nav ul li{width: 50%; margin-bottom: 1rem;}
}
@media (max-width:375.98px){
	.company_nav ul li{width: 100%;}
}
/* About Us-End */
/* Contact Us */
.contact{padding: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-main)}
.contact dl dd{font-size:1rem; line-height:24px; color: #333; margin-bottom: 5px;}
.contact dl dd strong{color:#000; margin-right: .25rem;}
.contact dl dd a{color:var(--bg-main); text-decoration:underline}
.contact dl dd a:hover{color:var(--bg-hover); text-decoration:none}
.contact dl dd b{font-weight: 400; color:#000;}

.contact .feedback .webtitle{font-size:1.875rem; color:var(--bg-main);}
.contact_map{margin-top: 1.5rem;}
/* Contact Us-End */
/* Overview */
.overview .etw_hometitle{padding: 1.5rem 0; margin-bottom: 0;}
.overview .etw_hometitle>div{margin-bottom: 0; color: var(--bg-hover);}

.overview_title{display: flex; justify-content: center; position:relative; margin-bottom: 2rem;}
.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:70%;text-align:center;display:inline-block;position:relative;padding:0 1.5rem;line-height:1.3;background-color:#fff; font-size:2rem; color:var(--bg-main); text-transform:uppercase;}
.overviewMore{display: flex;}
.overviewMore>a{padding: .5rem 1.5rem; font-size: .95rem; background-color: var(--bg-main); color: #fff;}
.overviewMore>a:hover{background-color: var(--bg-sub); color: #fff;}

.overviewAbout .imgbox{-webkit-clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%); clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);}

.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: bold;}
.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:1rem; line-height: 30px;}
.overviewCompany li .overviewCompany-value dl{margin-bottom: 0;}
.overviewCompany li .overviewCompany-value dl dd{margin-bottom: 0;}
.overviewCompany li .overviewCompany-value dl dd>i{color: var(--bg-main); margin-right: .5rem;}
.overviewCompany li:hover .overviewCompany-label::after{width:100%}

.overviewPro .products_list img{mix-blend-mode: multiply;}

@media (max-width:991.98px){
	.overviewCompany li{width:100%; margin-top:20px;}
}
@media (max-width:767.98px){
	.overview_title>span{font-size: 1.8rem;}
}
@media (max-width:575.98px){
	.overview_title>span{font-size: 1.5rem;}
}
/* Overview-End */

/* videos */
.videoHub{padding:2rem 0 4rem 0;}
.videoHub .etw_hometitle{color:#000; font-size:2.5rem; line-height:3rem; font-weight:900; justify-content: flex-start; margin-bottom:1rem}
.video_title{font-size:1.75rem;line-height:1.8rem;font-weight:600;display:flex; justify-content: center; color:#000; position:relative;margin-bottom: 1.5rem;}
.video_title::after{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent,var(--bg-main),transparent); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}
.video_title>span{width: fit-content; background-color: #fff; padding: 0 1.5rem;}

.video_hub{width:100%;display:flex;flex-wrap:wrap}
.video_hub ul{width:calc(100% + 30px);margin-left:-15px;}
.video_hub ul li{width:calc(100% / 3); padding:0 15px; margin-bottom:30px; transition: all .4s;}
.video_hub ul li>ol{background-color: #f5f5f5; padding: 3px;}
.video_hub ul li>ol>a.imgbox{width: 100%;}
.video_hub ul li>ol>a.textbox{width: 100%; display: flex; align-items: center; padding-left: 2rem; font-size: 1rem; font-weight: 600; color: #000; padding: .5rem;}
.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.textbox{color:var(--bg-hover)}

.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: #f5f5f5; -webkit-clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);}
.video_hub1 a.imgbox{width: 50%;}
.video_hub1 .textbox{width: 50%; padding: 2rem;}
.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_hub1 .video_btn,.video_hub .video_btn{animation: initial; -webkit-animation: initial;}

.video{width:100%;padding:3rem 0}
.video>.container{display:flex;flex-wrap:wrap;justify-content:space-between}
#video_right{width:65%}
#video_right .h3{font-size:1.875rem; font-weight:600; 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-hover);color:#000;border-color:var(--bg-hover)}
.etw_videolist_more{display: none;}

#video_sidebar{width:30%;background-color:#f8f9fa; border-radius:10px;}
#etw_videolist .webtitle{font-size:1.3rem;font-weight:600;color:#fff;text-transform:uppercase;background-color:var(--bg-main);padding:1rem;text-align:center;font-style:italic;border-radius:10px 10px 0 0}
#etw_videolist ul{display:flex; flex-wrap: wrap; justify-content: space-between; padding:1.5rem}
#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%; height: auto;}
#etw_videolist ul li a span{width:70%;font-size:0.875rem; padding-left:1rem; font-weight:400;line-height: 1.2;}
#etw_videolist ul li a.dq span{color:var(--bg-hover); font-weight: 600;}
#etw_videolist ul li:last-child{margin:0}
.videohid{display:none}
@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	.video_hub ul li{width: 50%;}
	.video_hub1 {margin-bottom: 2.5rem;}
	.video_hub1 a.imgbox,
	.video_hub1 .textbox{width: 100%;}
	#etw_videolist ul li{width: calc(50% - 1rem);}
}
@media (max-width:767.98px){
	.video_hub ul li,
	.video_hub ul li img,
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
}

.pos-relative{position: relative;}
.pos-absolute{position: absolute;}
.pos-bottom{bottom: -100%; left: 0; transition: all .3s ease-in-out;}
.pos-top{ top: 0; left: 0; transition: all .3s ease-in-out;}
.products_hublist>li>ol{z-index: 2;}
.products_hublist>li>ol>.imgbox{height: auto;}
.products_hublist>li>ol>.imgbox::before{content: ''; display: block; padding-top: 75%;}
.products_hublist>li>ol>.imgbox:hover .pos-top{top: -100%;}
.products_hublist>li>ol>.imgbox:hover .pos-bottom{bottom: -0;}
.products_hublist>li{	position: relative;}
.products_hublist>li>.moredetail{width: 0; height: 0; border-style: solid;  border-width: 0 0 110px 110px;  position: absolute;  bottom: 5px;  right: 5px;  border-color: transparent transparent #dcdfe3 transparent;  z-index: 1;  transition: all .3s ease-in-out;}
.products_hublist>li:hover>.moredetail{bottom: 10px; right: 10px; border-color: transparent transparent var(--bg-logo) transparent;}
/* videos-End */
