@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.min.css";
/* bootstrap-icons */
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
/* Animate */
@import "animate.min.css";
@font-face{font-family:iconfont;src:url(../fonts/iconfont.ttf?t=1622274305876) format("truetype")}
.iconfont{cursor:pointer;font-family:iconfont !important;font-size:1.8rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;-webkit-animation:scaleout 2.5s infinite ease-in-out;animation:scaleout 2.5s infinite ease-in-out}

@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Lato/Lato-Light.woff2) format("woff2"),url(../fonts/Lato/Lato-Light.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Lato/Lato-Regular.woff2) format("woff2"),url(../fonts/Lato/Lato-Regular.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Lato/Lato-Bold.woff2) format("woff2"),url(../fonts/Lato/Lato-Bold.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Lato/Lato-Black.woff2) format("woff2"),url(../fonts/Lato/Lato-Black.woff) format("woff")}

:root {
	--bg-main: #c71c1a;
	--bg-hover: #FF0101;
	--family-first: Arial, Helvetica, sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-F2: #f2f2f2;
	--bg-F3: #f3f3f3;
	--bg-F4: #f4f4f4;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F6: #f6f6f6;
	--bg-F7: #f7f7f7;
	--bg-F8: #f8f8f8;
	--bg-F9: #f9f9f9;
	--bg-Gainsboro: #DCDCDC;
	--bg-Eee: #eeeeee;
}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-F2{background-color: var(--bg-F2) !important;}
.bg-F3{background-color: var(--bg-F3) !important;}
.bg-F4{background-color: var(--bg-F4) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F6{background-color: var(--bg-F6) !important;}
.bg-F7{background-color: var(--bg-F7) !important;}
.bg-F8{background-color: var(--bg-F8) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-Gainsboro{background-color: var(--bg-Gainsboro) !important;}
.bg-Eee{background-color: var(--bg-Eee) !important;}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 400; font-size: 1rem; line-height:1.75; background-color:#fff; overflow-x:hidden}
li,ol,ul,dl {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #333; margin-bottom: 1rem; font-weight: 900;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.75rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem; font-weight: 400;}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover);}
p:last-child{margin-bottom: 0;}
strong {font-weight: 600;}
b {font-weight: 500;}
img{display:block;max-width:100%;height:auto;margin:0 auto; transition: all .4s;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color: var(--bg-hover);}
figure,.figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a,.figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a:hover,.figure>a:hover{cursor: zoom-in;}
figure:last-child{margin-bottom: 0;}

.img-bg img{mix-blend-mode: multiply;}
.imgbox{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.textbox{width: 100%; display: flex; flex-wrap: wrap; flex: 1;}

.card,.card-header,.card-header:first-child{border-radius: 0; padding: 0;}
.card-header{border-bottom: none; display: flex;}
.card-link{padding: .75rem 1.25rem; width: 100%; position: relative;}

.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex;}
.swiper .swiper-slide>ol{width: 100%; display: flex; flex-wrap: wrap;}
.swiper .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{cursor: no-drop; opacity: .8;}

.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container3{max-width:930px; margin: 0 auto; padding: 0 15px;}
/* public */
ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}

.etw-phone{width: 100%; display: flex; flex-wrap: wrap;}
.etw-phone>figure{width: 100%; display: flex; flex-wrap: wrap;}
.etw-phone>figure>.row{width: 100%; margin: 0;}
.etw-phone>figure>.row>div{padding: 0; display: flex; flex-wrap: wrap;}
.etw-phone ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw-phone ul>li{width:100%; padding: 5px; flex-direction: column;}
.etw-phone ul>li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; overflow: hidden; position: relative;}
.etw-phone ul>li>a>img{mix-blend-mode: multiply;}
.etw-phone ul>li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; padding: .5rem 0; font-size: .95rem;}
.etw-phone ul>li>a:hover>span{color: var(--bg-hover);}
.etw-phone ul>li img{mix-blend-mode: multiply;}

.etw-phone-hover ul>li>a>span{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent,#000); color: #fff; padding: 1rem .5rem; padding-top: 5rem; font-size: .9rem; line-height: 1.3;}
.etw-phone-white ul>li>a>span{background-image: linear-gradient(transparent,#fff); color: #333;}

.etw-phone2 ul>li{width:50%;}
.etw-phone3 ul>li{width:calc(100% / 3)}
.etw-phone4 ul>li{width:25%}
.etw-phone5 ul>li{width:20%}
.etw-phone6 ul>li{width:calc(100% / 6)}
.etw-phone7 ul>li{width:calc(100% / 7)}
.etw-phone-p1{width: calc(100% + 20px); margin: 0 -10px;}
.etw-phone-p1 li{padding: 10px;}
.etw-phone-p2{width: calc(100% + 30px); margin: 0 -15px;}
.etw-phone-p2 li{padding: 15px;}

.etw-phone1-4,.etw_phone1-6{display: block; overflow: hidden;}
.etw-phone1-4 ul>li,.etw_phone1-6 li{ float: left; display: block;}
.etw-phone1-4 ul>li{width: 25%;}
.etw-phone1-4 ul>li:first-child{width: 50%;}
.etw_phone1-6 ul>li{width: 20%;}
.etw_phone1-6 ul>li:first-child{width: 40%;}

@media (max-width:1199.98px){

}
@media (max-width:991.98px){
	.etw-phone5 ul>li{width: 25%;}

	.etw-phone5 ul>li:last-child{display: none;}



}
@media (max-width:767.98px){
	.etw-phone4 ul>li{width: 50%; margin-bottom: 1rem;padding: 0 0.5rem;}
	.etw-phone5 ul>li{width: calc(100% / 3);}


	.etw-phone5 ul>li:nth-last-child(2){display: none;}

	.card-link{font-size: 0.9rem;}
	h3,.h3 {font-size: 1.8rem;}
}
@media (max-width:575.98px){
	.etw-phone3 ul>li,.etw-phone5 ul>li{width: 50%;}



	.etw-phone5 ul>li:nth-last-child(2){display: flex;}

	h3,.h3 {font-size: 1.6rem;}
}
@media (max-width:370.98px){
	.etw-phone6 ul>li,
	.etw-phone5 ul>li,
	.etw-phone4 ul>li,
	.etw-phone3 ul>li,
	.etw-phone2 ul>li{width: 100%;}
}


.items{display: flex; width: 100%; flex-wrap: wrap; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: flex; flex-wrap: wrap; position:relative; font-size: .95rem; margin-bottom: 1rem; line-height: 24px; overflow: hidden; padding: 0;}
.items li:last-child,.items dd:last-child{margin-bottom: 0;}
.items li::before,.items dd::before{content: ''; 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);}
.items li:has(strong){flex-direction: column;}
.items li strong,.items dd strong{margin-right: .5rem; font-weight: 600;}
.items li:has(p) p{flex: 1;}

.items-icon1 li{padding-left: 1.875rem;}
.items-icon1 li::before{content: ''; --w:16px; width: var(--w); height: var(--w); position: absolute; left: 0; top: 4px; background: url(../images/icon01.png) no-repeat center center; background-size: 100% 100%;}




/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #333; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: 1rem;}
.table-responsive>.table-bordered{border: none;}
.table-bordered td{border: none; border-bottom: 1px solid #eee;}
.table-striped tbody tr:nth-of-type(odd){background: #f7f9fb;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top td{background-color: #fff !important; color: #000;; font-weight: 400; text-align: center; border-bottom: 1px solid #979797;}
.table a,.table a:not([href]):not([class]){color: var(--bg-main); cursor: pointer;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-main); text-decoration: none;}
.table .top td a{color: var(--bg-main);}
.table .top td a:hover{color: var(--bg-main);}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee !important;}
.border-top{border-color: #f5f5f5 !important;}
.table tr:hover a{text-decoration: underline; color: var(--bg-main);}

/* video-Btn */
.video-btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video-btn::before{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video-icon.png) no-repeat center center,linear-gradient(135deg,var(--bg-hover),var(--bg-main)); background-size: 25px 25px, 100% 100%; border: 5px solid #fff;  transition: all .3s ease-in-out; display: flex; align-items: center; justify-content: center;}
.video-bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video-smallbtn{--w:60px; font-size: 1rem;}
.video-btn:hover::before{background-size: 25px 25px, 500% 500%;}

.video-btn-ping::after{content:""; box-sizing: content-box; top:-20px; left: -20px; padding: 20px;background:radial-gradient(50% 50% at 50% 50%,rgb(255,255,255, 0),rgb(255,255,255, 1)); opacity:.5; border-radius:100%; width:100%; height:100%; animation:2s ease-in-out infinite alternate ping;position:absolute; z-index: -1;}
@keyframes ping {
	0% {transform: scale(1)}
	to {transform: scale(.8)}
}

/* More */
.more{display: flex;}
.more>a{width:fit-content;  display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .85rem; font-weight: 400; line-height: 1;}
.more>a:hover{color: var(--bg-hover);}

/* Inquiry-Quote */
.inquiry-quote{display: flex;}
.inquiry-quote>a{display: flex; padding: .5rem 2rem .5rem 1.25rem; color: #fff; font-size: 1rem; font-weight: 300; line-height: 24px; position: relative; overflow: hidden; background-color: #18185f; border-radius: 30px; z-index: 0;}
.inquiry-quote>a::after{content: ''; width: 30px; height: 30px; border-radius: 30px; background-color: var(--bg-main); position: absolute; right: -15px; top: 50%; transform: translateY(-50%); transition: all .4s ease-in-out; z-index: -1;}
.inquiry-quote>a:hover{background-color: var(--bg-main);}
.inquiry-quote>a:hover::after{width: calc(100% + 30px); height: 100%;}

/* Inquiry-Btn */
.inquirybtn{display: flex;}
.inquirybtn>a{display: flex; padding: .5rem 1.5rem; color: #fff; border: 1px solid #ccc; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); color: #000;font-size: .85rem;font-weight: 500; transition: all 0.3s ease;}
.inquirybtn>a:hover {animation-duration: 2s; transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.3);color: var(--bg-hover);}
.inquirybtn>a:active {transform: translateY(0); box-shadow: 0 3px 8px rgba(0,0,0,0.2);}

/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#333; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; margin-right: 2rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 90px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: rgba(250,250,250,.9); transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{
	from{opacity:0;transform:translate3d(0,-100%,0)}
	to{opacity:1;transform:none}
}


#etw_logo{float: left; padding: 20px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:50px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}

nav{display: block;}
nav .navbar{padding:0; justify-content:flex-end}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial; position: relative;}
.navbar-expand-lg .navbar-nav{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; margin: 0;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; margin-left: 1.5rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#444; min-height:50px; display:flex;align-items:center;justify-content:center; font-size: .85rem; font-weight: 600; position: relative; z-index: 0; padding: 0; overflow: hidden;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\F282"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-hover);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-hover);}
nav .navbar-nav .nav-item.active .dropdown-toggle::after,
nav .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}
/* 导航下拉 */
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; border-radius:0 0 10px 10px; background-color: #fff; overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15);}
.dropdown-menu ul{width: 100%; margin: 0;}
.dropdown-menu ul li{width: 100%; padding: 0; border-bottom: 1px dashed #ccc;}
.dropdown-menu ul li:last-child{border-bottom: none;}
.dropdown-menu ul li .dropdown-item{color:#333; font-size:.875rem; position:relative; display:flex; transition:all 0.5s; padding: .625rem 1.25rem; align-items: center;}
.dropdown-menu ul li .dropdown-item:hover{background-color: #f4f4f4; color: var(--bg-hover);}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-hover);}
/* 产品下拉 */
.dropdown-menu1{padding: 0; max-width: 700px; left: auto; right: 100px;}
.dropdown-menu1 ul{width: 100%; margin: 0;}
.dropdown-menu1 ul>li{width: calc(100% / 3); padding: 0; border-bottom: none; border-right: 1px dashed #eee;}
.dropdown-menu1 ul>li:last-child{border-right: none;}
.dropdown-menu1 ul>li .dropdown-item{width:100%; display: flex; flex-direction: column; align-items: center; border-radius: 0; white-space:initial; padding: 1.25rem .625rem;}
.dropdown-menu1 ul>li .dropdown-item>img{max-width: 80%; height: auto; margin-bottom: 1rem;}
.dropdown-menu1 ul>li .dropdown-item>span{width: 100%; display: flex; justify-content: center; text-align: center; font-size: .875rem; line-height: 1.2;}
.dropdown-menu1 ul>li .dropdown-item::before{content: none;}
.dropdown-menu1 ul>li .dropdown-item:hover{background-color: #f4f4f4; color: var(--bg-hover); box-shadow: 0 0 5px rgba(0,0,0,.15);}
.dropdown-menu1 ul li .dropdown-item.active>span{color: var(--bg-hover);}
@media (max-width:1125.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1.2rem;}
.navbar-expand-lg .navbar-nav .nav-link{font-size: .8rem;}
}
 
@media (max-width:991.98px){
	#header {padding-top: 0;}
	.header{position: relative;}
	.header .container{display: flex; flex-wrap: wrap; align-items: center;}
	#etw_logo {flex: 1;display: flex;}
	#etw_logo a>img{max-height:50px;}

	.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
	nav{width: 100%;}
	nav .navbar{width: 100%; position:relative;right:initial;top:inherit;z-index:10}
	nav .navbar-collapse{flex: 1;}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	.navbar-expand-lg .navbar-nav .nav-link{border-bottom:1px solid #ddd;padding:0 1rem; min-height: 40px; position:relative;font-size:1rem;justify-content:flex-start; color: #000;}
	.navbar-light .navbar-nav a.nav-link::before{display: none;}
	.nav-item span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:30px;height:100%;display:flex; justify-content:center;text-align:center;font-weight:200;z-index:2}
	.navbar-expand-lg .navbar-nav .nav-item:hover span.pro_icon,
	.navbar-expand-lg .navbar-nav .nav-item.active span.pro_icon{color: #fff;}
	.navbar-light .navbar-nav .nav-item.active .nav-link,
	.navbar-light .navbar-nav .nav-item:hover .nav-link,
	.navbar-light .navbar-nav .show>.nav-link{color:#fff; background-color: var(--bg-main);}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1rem; color: #000; background-color: #fff; border: none; border-radius: 0;}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: var(--bg-main); color: #fff;}
	.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;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
	#menu-items,#menu-about{width: 100%;}
	.dropdown-menu1 ul>li{width: 100%;border-bottom: 1px dashed #ccc;}
	.dropdown-menu1 ul>li .dropdown-item{padding: .625rem 1.25rem;}
	.dropdown-menu1 ul>li .dropdown-item>span{align-items: flex-start;text-align: left;justify-content: flex-start;line-height: 1.75;}
	.dropdown-menu1 ul>li .dropdown-item>img,nav .navbar-nav .nav-item .dropdown-toggle::after{display: none;}
	.nav-item.show span.pro_icon{color: #fff;}
}
@media (max-width:767.98px){
	.video-btn::before{--w: 50px;background-size: 16px 16px, 100% 100%;}
	.items li,.items dd{font-size: 0.9rem;}
}
@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}

/* Banner */
.etw-banner{padding: 0;}
.etw-banner .swiper{width: 100%;}
.etw-banner .swiper .swiper-slide{height: auto; display: flex; position: relative; overflow: hidden;}
.etw-banner .swiper-horizontal>.swiper-pagination-bullets,.etw-banner .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%; bottom: 20px; display: flex; justify-content: center; z-index: 2;}
.etw-banner .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff; opacity: .5; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw-banner .swiper-pagination-bullet:hover{width: 20px; opacity: 1;}
.etw-banner .swiper-pagination-bullet-active{width: 30px; opacity: 1;}
.etw-banner .prev-button,.etw-banner .next-button{width: 50px; height: 50px; border-radius: 50%; border: 2px solid #fff; position: absolute; right: 30px; bottom: 100px; z-index: 5; cursor: pointer; font-size: 1.25rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out;}
.etw-banner .next-button{left: auto; right: 30px; bottom: 160px;}
.etw-banner .prev-button:hover,
.etw-banner .next-button:hover{background-color: var(--bg-main); border-color: var(--bg-main);}

.banner-hover{width: 100%; height: 100%; position: absolute; inset: 0; display:flex; flex-direction: column; justify-content: center;}
.banner-text{display: flex; flex-direction: column;}
.banner-text .h2{color: #333; font-size: 2.5rem; text-transform: capitalize; font-weight: 700;}
.banner-text p{font-size: 1.25rem; color: #555; font-weight:300;}
.banner-text .banner-more{display: flex; padding-top: 1.25rem;}
.banner-more>a{display: flex; align-items: center;  color: #333; border-bottom: 1px solid var(--bg-main); font-size: 1.125rem; overflow: hidden;}
.banner-more>a:hover{color: var(--bg-main); border-bottom-color: transparent;}

.banner1 .banner-text{max-width: 63%; float: right; padding-left: 50px;}
.bannerimg-list{width: calc(100% + 10px); margin: 0 -5px;}
.bannerimg-list>li{width: calc(100% / 6); padding: 5px;}
.bannerimg-list>li .imgbox{border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.bannerimg-list>li .imgbox::before{padding-top: 100%;}

.banner2 .banner-hover{background-color: rgba(0,0,0,.5); z-index: 3;}
.banner2 .banner-text{max-width: 60%; text-align: center; margin: 0 auto;}
.banner2 .bannerimg-list{padding-top: 1rem;}
.banner-video{width: 100%; position: absolute; inset: 0;}
.banner-video>video{width: 100%; height: 100%; object-fit: cover;}

@media (max-width:1300.98px){
.banner-text .h2{font-size: 2rem;margin-bottom: 0.8rem;}
.banner-text p{font-size: 1rem;margin-bottom: 0.8rem;}
}
@media (max-width:1100.98px){
.banner-text .h2{font-size: 1.8rem;margin-bottom: 0.8rem;}
.banner-text p{font-size: 1rem;margin-bottom: 0.8rem;}
}
@media (max-width:991.98px){
.banner-text .h2{font-size: 2rem;line-height: 1.2;}
.banner-text .banner-more,.banner-text p{display: none;}
}
@media (max-width:767.98px){.bannerimg-list{display: none;}
.banner-text .h2{font-size: 1.7rem;}

}
@media (max-width:575.98px){
.banner-text .h2{font-size: 1.2rem;margin-bottom: 0;}

}
@media (max-width:479.98px){.banner1 .banner-text{padding-left: 30px;}
.banner-text .h2{font-size: 0.9rem;}

}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{color: #333; font-size: 2rem; font-weight: 700; text-transform: uppercase; line-height: 1.4;  margin-bottom: 1rem;}

.homeoverview .container{position: relative; z-index: 2;}
.homeoverview .home-title{text-align: center; max-width: 70%; margin: 0 auto; padding-bottom: 1.25rem; color: var(--bg-main); line-height: 1.6;}
.homeoverview .home-title>span{display: block; color: #333; font-size: 1.35rem; font-family: var(--family-first); text-transform: capitalize;}
.homeoverview p{font-size: .95rem; text-align: center; max-width: 65%; margin: 0 auto;}

.homepros .home-title{text-align: center;}
.homeproshub{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.homeproshub .h6{font-size: 1.25rem; font-weight: 700;}
.homeproshub p{font-size: .875rem;}
.homeproshub .left{width: calc(50% - 15px); background-color: #f9f9f9; box-shadow: 0 0 15px rgba(0,0,0,.1); overflow: hidden; padding: 2.5rem 1.875rem;}
.homeproshub .left .textbox{flex-direction: column;}
.homeproshub .left .textbox .h6{margin-bottom: .5rem;}
.homeproshub .left .textbox p{margin-bottom: 1.5rem;}

.homeproshubimg {width: 100%; overflow: hidden; position: relative; padding: 1.25rem;}
.homeproshubimg>img{max-width: 60%; opacity: .4; transition: all .5s;}
.homeproshubimg>img:last-of-type{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);opacity: 0;}
.homeproshub .left:hover .homeproshubimg>img:first-of-type{opacity: 0;}
.homeproshub .left:hover .homeproshubimg>img:last-of-type{opacity: 1;}

.homeproshub .right{width: calc(50% - 15px); display: flex; flex-direction: column;}
.homeproshub .right ul{width: 100%; margin: 0; display: flex; flex-direction: column; flex: 1;}
.homeproshub .right ul>li{width: 100%; padding: 0; margin-top: 30px; flex: 1;}
.homeproshub .right ul>li:first-child{margin: 0;}
.homeproshub .right ul>li>ol{flex-direction: row-reverse; background-color: #f0f0f0; box-shadow: 0 0 15px rgba(0,0,0,.1); overflow: hidden;}
.homeproshub .right ul>li>ol .imgbox{width: 35%; align-items: flex-end;}
.homeproshub .right ul>li>ol .imgbox>img{margin: 0 -1.25rem -1.25rem 0;}
.homeproshub .right ul>li>ol .textbox{width: 65%; padding: 1.875rem;}
.homeproshub .more{display: flex;}
.homeproshub .more>a{display: flex; color: #555; background-color: #fff; border-radius: 30px; box-shadow: 0 0 15px rgba(0,0,0,.2); padding: .5rem 1.25rem; font-size: .875rem;}
.homeproshub .more>a>i{margin-left: 1rem;}
.homeproshub .left .more>a{padding: .8rem 1.25rem;}
.homeproshub .more>a:hover{color: #fff; background-color: var(--bg-main);}


.homepros .container-fluid{max-width: 1230px;}
.homepros-list{width: calc(100% + 30px); margin: 0 -15px; padding-top: 30px;}
.homepros-list>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.homepros-list>li>a.imgbox{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.homepros-list>li>a.imgbox::before{content: ''; display: block; padding-top: 66.66667%;}
.homepros-list>li>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;}
.homepros-list>li>a.imgbox .h6{max-width: 91%; line-height: 1.5; position: absolute; left: 0; top: 0; background-color: rgba(255, 255, 255, .9); padding: 1rem; border-left: 5px solid var(--bg-main); transition: all .3s ease-in-out; margin-bottom: 0;height: 80px;}
.homepros-list>li>a.imgbox:hover .h6{color: var(--bg-main);}
.homepros-list>li>a.imgbox:hover img{transform: scale(1.1);}


.homeline{background-image: linear-gradient(#fff,#dcdcdc);}
.homeline .container{display: flex; flex-wrap: wrap; padding: 0;}
.homelineleft{width: 40%; background-color: #fff; padding: 2.5rem; display: flex; flex-direction: column; justify-content: center;}
.homelineleft p{line-height: 2;}
.homelineleft .more{display: flex;}
.homelineleft .more>a{display: flex; color: #555; background-color: #fff; border-radius: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); padding: .5rem 1.25rem; font-size: .875rem;}
.homelineleft .more>a>i{margin-left: 1rem;}
.homelineleft .more>a:hover{color: #fff; background-color: var(--bg-main);}
.homelineright{width: 60%; overflow: hidden; position: relative;}
.homelineright>video{width: 100.5%; height: 100.5%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}
.homelineright::before{content: ''; display: block; padding-top: 50%;}

.homecases-title{margin-bottom: 1.875rem;}
.homecases-title .more{display: flex;}
.homecases-title .more>a{display: flex; color: #fff; background-color: var(--bg-main); border-radius: 30px; box-shadow: 0 0 10px rgba(0,0,0,.2); padding: .5rem 1.25rem; font-size: .875rem;}
.homecases-title .more>a>i{margin-left: 1rem;}
.homecases-title .more>a:hover{color: #fff; background-color: var(--bg-hover);}

.homecases .swiper{overflow: visible; position: relative; padding-bottom: 22px;}
.homecases .swiper::before,.homecases .swiper::after{content: ''; width: 30%; height: 100%; position: absolute; left: -30%; top: 0; background-image: linear-gradient(to left, transparent, #f4f4f4 40%); z-index: 9;}
.homecases .swiper::after{left: auto; right: -30%; background-image: linear-gradient(to right, transparent, #f4f4f4 40%);}
.homecases .swiper .swiper-slide{width: 25%; margin-right: 30px; height: auto; display: flex;}
.homecases .swiper .swiper-slide>ol{width: 100%; overflow: hidden; position: relative; cursor: pointer;}
.homecases .swiper .swiper-slide>ol .imgbox::before{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.3); z-index: 2; transition: all .3s ease-in-out;}
.homecases .swiper .swiper-slide>ol .h6{width: 100%; position: absolute; left: 0; bottom: -100%; margin-bottom: 0; z-index: 3; background-color: rgba(199,28, 26,.7); padding: 1rem; font-size: .875rem; color: #fff; text-align: center;  transition: all .3s ease-in-out;}
.homecases .swiper .swiper-slide>ol:hover .imgbox::before{top: -100%;}
.homecases .swiper .swiper-slide>ol:hover .h6{bottom: 0;}
.homecases .swiper-pagination{bottom: 0 !important; display: flex; justify-content: center; align-items: center;}
.homecases .swiper-pagination-bullet{width: 20px; height: 3px; border-radius: 0; opacity: 1; background-color: #DCDCDC; transition: all .3s ease-in-out;}
.homecases .swiper-pagination-bullet-active{background-color: var(--bg-main); opacity: 1; width: 30px;}
.homecases .prev-button,.homecases .next-button{width: 40px; height: 40px; border-radius: 50%; position: absolute; left: -100px; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; align-items: center; justify-content: center; font-size:2rem; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,.1); transition: all .3s; margin-top: -15px;}
.homecases .next-button{left: auto; right: -100px;}
.homecases .prev-button:hover,.homecases .next-button:hover{color: var(--bg-hover);}

.homeabout .container{display: flex; flex-wrap: wrap; justify-content: space-between;}
.homeabout .home-title{position: relative; display: flex; margin-bottom: 1.875rem;}
.homeaboutleft{width:calc(50% - 15px); display: flex; flex-direction: column; justify-content: center;}
.homeaboutleft .textbox{padding-right: 15px;}
.homeaboutleft p{line-height: 1.8;}
.homeaboutleft .more{display: flex;}
.homeaboutleft .more>a{display: flex; color: #555; background-color: #eee; border-radius: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); padding: .5rem 1.25rem; font-size: .875rem;}
.homeaboutleft .more>a>i{margin-left: 1rem;}
.homeaboutleft .more>a:hover{color: #fff; background-color: var(--bg-main);}
.homeaboutright{width:calc(50% - 15px); overflow: hidden; position: relative;}
.homeaboutright>div {width: 100%; position: absolute; max-width: 80%; left: 0; top: 50%; transform: translateY(-50%);	z-index: 4;}
.homeaboutright>div>img{display: block;}
.homeaboutright>img {position: absolute; margin-left: 225px; z-index: -1;}


@media (max-width:1199.98px){
	section{padding:3.125rem 0;}
	.homepros-list > li > a.imgbox .h6{height: 104px;font-size: 0.95rem;}


}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.home-title{font-size: 1.8rem;line-height: 1.2;}
	.homeoverview .home-title{line-height: 1.2;}
	.homeoverview .home-title>span{font-size: 1.2rem;}
.homeoverview .home-title,.homeoverview p{max-width: 80%;}
.homepros-list{padding-top: 1.5rem;}
.homepros-list>li{margin-top: 1.5rem;}
.homelineleft{padding: 2rem;}
.homeaboutright>img{top: 50%;transform: translateY(-50%);margin-left: 8rem;}
.homepros-list > li > a.imgbox .h6{height: 123px;}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.home-title{font-size: 1.6rem;}
	.homeoverview .home-title>span{font-size: 1.1rem;padding-top: 0.5rem;}
.homeoverview .home-title,.homeoverview p{max-width: 100%;}
.homeproshub .left,.homeproshub .right{width: 100%;}
.homeproshub .left{display: flex;flex-wrap: wrap;flex-direction: column;margin-bottom: 30px;padding: 2rem 1.5rem;}
.homeproshub .left .textbox,.homeproshub .left .more{order: 1;}
.homeproshubimg>img:first-child{display: none;}
.homeproshubimg>img:last-of-type{opacity: 1;position: static;transform:none;}
.homeproshub .left .homeproshubimg{padding: 0;margin-bottom: 1rem;}
.homeproshub .right ul>li>ol .textbox{padding: 1rem 1.5rem 1.5rem;}
.homepros-list{padding-top: 1rem;}
.homepros-list>li{margin-top: 1rem;width: 50%;}
.homelineleft,.homelineright{width: 100%;}
.homelineleft{order: 1;}
.homeaboutleft,.homeaboutright{width: 100%;}
.homeaboutright{margin-top: 2rem;}
.homeaboutright>div{position: static;transform: none;max-width: 50%;}
.homeaboutright>img{margin-left: 50%;}
.homepros-list > li > a.imgbox .h6{height: 78px;}
}
@media (max-width:675.98px){
.homepros-list>li>a.imgbox .h6{height: 100px;}
}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
.homeproshub .right ul>li>ol .imgbox{width: 100%;}
.homepros-list>li>a.imgbox .h6{font-size: 0.8rem;line-height: 1.2;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}
.homepros-list>li{width: 100%;}
.homepros-list>li>a.imgbox .h6{height: auto;}
}
/* index-end */
#footer{background-image: linear-gradient(-45deg,#3c0707,#111 10%,#111 90%,#441515); position: relative;}
#footer::before{content: ''; width: 247px; height: 247px; position: absolute; left: 0; bottom: 0; opacity: .02; background: url(../images/footer_logo_white.png) no-repeat center center; background-size: 100% 100%;}


.footer {padding: 2.5rem 0;}
.footer .container{position: relative; z-index: 2; max-width: 1300px;}

.footer .h3{font-family: var(--family-first); font-weight: 700; font-size: 1.25rem; color: #fff;}
.footer .h3::after{content: ''; width: 30px; height: 3px; background-color: #fff; display: block; margin-top: 1rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}

.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0; position: relative; padding-left: 1.25rem; color: #fff;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #fff; font-weight: 300; font-size: .875rem;}
.footer_list li::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: 50%; transform: translateY(-50%);}
.footer_list li>a:hover{color: var(--bg-hover); text-decoration: underline;}
.footer_list .viewall{padding: 0;}
.footer_list .viewall::before{content: none;}
.footer_list .viewall>a{width: fit-content; border-bottom: 1px solid var(--bg-hover); color: #fff;}
.footer_list .viewall>a:hover{color: var(--bg-hover);}

.footer_contact{display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact dd{width: 100%; color: #fff; display: block; margin-bottom: .5rem; font-size: .875rem; line-height: 24px; padding-left: 1.8rem; position: relative;}
.footer_contact dd a{color: #fff;}
.footer_contact dd i{font-size: 1rem; position: absolute; left: 0; top: 2px; color: #fff;}
.footer_contact dd a:hover{color: var(--bg-hover);}
.footer_contact dd:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.875rem 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#fff;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #fff;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#fff;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important; position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center; background: var(--bg-main); z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%;}
#etw_top a{color:#fff;font-size:0.9rem;}
#etw_top:hover{background:var(--bg-hover);transform:translateY(-0.5rem)}
#etw_top:after{position:absolute;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:1;background:radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0,rgba(0,0,0,0) 80%)}
.theme-send-inquiry-box{background: linear-gradient(to right, #181929 25%,#c71c1a) !important; border:2px solid #fff !important; box-shadow: initial !important;}
.theme-box-name{background:transparent !important; border-left:1px solid transparent !important}

@media (max-width:1199.98px){
	.footer-bg{width: 30%;}

}
@media (max-width:991.98px){


}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}

	.etw_root {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;}
#quicknav ul li::after{content: "\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:.95rem; 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:#999;}
#quicknav ul li:last-child{color:#666;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,1);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-hover); opacity: 1;}
@media (max-width:767.98px){
	#quicknav{display: none;}
}
/* #quicknav-End */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,
.etw_hometitle .h3{font-size: 2.5rem; line-height: 1.6; color: #333; font-weight: 700;}
.etw_hometitle h2:last-child,
.etw_hometitle .h3:last-child{margin-bottom: 0;}
@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.875rem;}
}
@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.75rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.5rem;}
}
/* Products */
.prosallbanner{padding: 0;}
.prosallbanner::before{content: ''; display: block; padding-top: 26.041667%;}
.prosallbanner>video{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}
.prosallbanner-hover{position: absolute; inset: 0; z-index: 3; background-color: rgba(0,0,0,.3); display: flex; align-items: center;}
.prosallbanner-hover .etw_hometitle h2{display: flex; flex-direction: column; margin-bottom: 2.5rem;}
.prosallbanner-hover .etw_hometitle h2>span{display: flex; align-items: center; justify-content: center; color: #fff; text-align: center;  line-height: 3.5rem; font-size: 1.5rem; font-weight: 500;}
.prosallbanner-hover .etw_hometitle h2>span:nth-child(1){font-size:2rem; font-weight: 700;}


.prosone{padding-top: 2.5rem;}
.prosone .container{max-width: 1400px;}
.prosone-title{text-align: center; text-transform: uppercase; font-weight: 700;}
.prosone small{display: block; max-width: 75%; margin: 0 auto; text-align: center; font-size: .95rem;}

.prolists{width: 100%; margin: 0;}
.prolists>li{width: 100%; padding: 0; margin-top: 40px;}
.prolists>li>ol{border-radius: 100px 0; overflow: hidden; box-shadow: 6px 6px 0 #dcdcdc;}
.prolists>li>ol .left{width: 45%; display: flex;}
.prolists>li>ol .left a.imgbox:hover img{transform: scale(1.05);}
.prolists>li>ol .textbox{width: 55%; background-color: #f0f0f0; padding: 2.5rem; flex-direction: column; justify-content: center;}
.prolists>li>ol .textbox a.h6{width: 100%; font-size: 1.5rem; color: #333; font-weight: bold; transition: all .3s ease-in-out; position: relative;}
.prolists>li>ol .textbox a.h6:hover{color: var(--bg-main)}
.prolists>li>ol .textbox a.h6::before{content: ''; width: 80px; height: 2px; background-color: var(--bg-main); display: block; position: absolute; left: -100px; top: 50%; transform: translateY(-50%); z-index: 2;}
.prolists>li>ol .textbox>p{font-size: .875rem;}
.prolists>li>ol .textbox>dl{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap;}
.prolists>li>ol .textbox>dl>dd{width: calc(100% / 6); padding: 5px; margin-bottom: 0;}
.prolists>li>ol .textbox>dl>dd>a{width: 100%; display: flex; border-radius: 50%; overflow: hidden; position: relative;}
.prolists>li>ol .textbox>dl>dd>a>.imgbox{background-color: #fff;}
.prolists>li>ol .textbox>dl>dd>a>.imgbox::before{padding-top: 100%;}
.prolists>li>ol .textbox>dl>dd>a>span{width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; padding: .625rem; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: .75rem; line-height: 1.2; position: absolute; inset: 0; z-index: 2; opacity: 0; transition: all .3s;}
.prolists>li>ol .textbox>dl>dd>a:hover>span{opacity: 1;}
.prolists>li>ol .textbox>dl>dd>a.more{background-color: #fff; color: var(--bg-main); font-size: 2rem;}
.prolists>li>ol .textbox>dl>dd>a.more:hover{background-color: var(--bg-main); color: #fff;}
.prolists>li>ol .textbox>dl>dd>a.more::before{content: ''; display: block; padding-top: 100%;}
.prolists>li>ol .textbox>dl>dd>a.more::after{content: '\F64D'; 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; inset: 0; display: flex; align-items: center; justify-content: center;}


.prosline{padding: 0;}
.prosline .container-fluid{padding: 0; display: flex; flex-wrap: wrap;}
.prosline-left{width: 50%; display: flex; justify-content: flex-end;}
.prosline-left .textbox{ flex-direction: column; max-width: 600px; justify-content: center; padding: 2.5rem; padding-left: 0;}
.prosline-left .textbox .h3{text-align: left; max-width: 80%; color: var(--bg-main);}
.prosline-left .textbox p{line-height: 1.7; font-size: .95rem;}
.prosline-left .more{display: flex;}
.prosline-left .more>a{display: flex; color: #555; background-color: #fff; border-radius: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); padding: .5rem 1.25rem; font-size: .875rem;}
.prosline-left .more>a>i{margin-left: 1rem;}
.prosline-left .more>a:hover{color: #fff; background-color: var(--bg-main);}
.prosline-right{width: 50%; overflow: hidden; position: relative;}
.prosline-right::before{content: ''; display: block; padding-top: 30%;}
.prosline-right>video{width: 102%; height: 102%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}

.inquiryform .container2{display: flex; flex-wrap: wrap; padding-top: 30px;}
.inquiryformleft{width: 40%;}
.inquiryformleft .imgbox{clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%); border-radius: 30px 0 30px 30px;}
.inquiryformright{width: 60%; position: relative; z-index: 0; display: flex;}
.inquiryformright::before{content: ''; width: 118%; height: 100%; background: url(../images/banner_bj.jpg) no-repeat left center; background-size: cover; position: absolute; right: 0; top: -30px; border-radius: 30px 30px 30px 0; clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%); z-index: -1;}
.inquiryformright .textbox{flex-direction: column; justify-content: center; padding: 1.875rem; margin-bottom: 30px; color: #fff; margin-top: -30px;}
.inquiryformright .textbox .h3{font-size: 1.41rem; color: #333; font-weight: 700; line-height: 1.5; margin-bottom: .625rem;}
.inquiryformright .textbox p{font-size: .95rem; color: #555; margin-bottom: 1.25rem;}
.inquiryformright .textbox dl{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.inquiryformright .textbox dl>dd{display: block; font-size: 1rem; line-height: 1.1; color: #555;}
.inquiryformright .textbox .inquiry-btn{display: flex;}
.inquiryformright .textbox .inquiry-btn>a{padding: .5rem 1.25rem; background-color: #fff; color: #333; border-radius: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.inquiryformright .textbox .inquiry-btn>a:hover{background-color: var(--bg-hover); color: #fff;}
.inquiryform #feedback2017 .etw-inquery-btn{background-color: #333 !important; color: #fff !important; transition: all .4s;}
.inquiryform #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-hover) !important;}

.bg-white-light{background-image: linear-gradient(#fff,#f8f9fa);}
.proscases .container{max-width: 1300px;}
.proscases small{display: block; text-align: center; font-size: .95rem; margin: 0 auto; max-width: 70%;}
.proscases .swiper{margin-top: 0;}
.proscases .swiper .swiper-slide{width: 20%; margin-right: 20px; height: auto; display: flex;}
.proscases .swiper .swiper-slide>ol{width: 100%; flex-direction: column; overflow: hidden; position: relative; cursor: pointer;}
.proscases .swiper .swiper-slide>ol .imgbox::before{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,1); opacity: .2; z-index: 2; transition: all .3s ease-in-out;}
.proscases .swiper .swiper-slide>ol .imgbox>img{transform: scale(1.05);}
.proscases .swiper .swiper-slide>ol .h6{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; background-color: var(--bg-F0); padding: 1rem; font-size: .95rem; line-height: 1.5; color: #333; text-align: center;  transition: all .3s ease-in-out;box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .1);}
.proscases .swiper .swiper-slide>ol:hover .imgbox::before{opacity: 0;}
.proscases .swiper .swiper-slide>ol:hover .imgbox>img{transform: scale(1);}
.proscases .swiper .swiper-slide>ol:hover .h6{color: var(--bg-main);}
.proscases .swiper-pagination{bottom: 0 !important; display: flex; justify-content: center; align-items: center;}
.proscases .swiper-pagination-bullet{width: 20px; height: 3px; border-radius: 0; opacity: 1; background-color: #DCDCDC; transition: all .3s ease-in-out;}
.proscases .swiper-pagination-bullet-active{background-color: var(--bg-main); opacity: 1; width: 30px;}
.proscases .prev-button,.proscases .next-button{width: fit-content; position: absolute; left: -50px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--bg-main);}
.proscases .next-button{left: auto !important; right: -50px;}

.proscases .more{display: flex; justify-content: flex-end; margin-bottom: .625rem;}
.proscases .more>a{color: var(--bg-main);padding: .625rem 1rem; border-radius: 30px;}
.proscases .more>a>i{margin-left: .625rem;}
.proscases .more>a:hover{background-color: var(--bg-main); color: #fff;}

@media (max-width:1199.98px){
	.prosline-left .textbox{padding-left: 2rem;}
}
@media (max-width:991.98px){
	.prosallbanner-hover .etw_hometitle h2>span:nth-child(1){font-size: 1.8rem;line-height: 1.2;}
	.prosline-left .textbox{padding: 2rem;}
	.prosline-left .textbox .h3{max-width: 100%;font-size: 1.8rem;}
	.inquiryformright .textbox .h3{font-size: 1.2rem;}
	.inquiryformright .textbox p{font-size: 0.85rem;}
}
@media (max-width:767.98px){
	.prosallbanner::before{display: none;}
	.prosallbanner>video{position: static;}
	.prosallbanner-hover .etw_hometitle h2>span:nth-child(1){font-size: 1.6rem;}
	.prosallbanner-hover .etw_hometitle h2{margin-bottom: 0;}
	.prolists>li{margin-top: 2rem;}
	.prolists>li>ol .textbox{padding: 2rem;}
	.prolists>li>ol .textbox a.h6{font-size: 1.3rem;}
	.prolists>li>ol .textbox>dl>dd>a>span{display: none;}
	.prosline-left,.prosline-right{width: 100%;}
	.prosline-left .textbox,.proscases small{max-width: 100%;}
	.prosline-left .textbox .h3{font-size: 1.6rem;}
	.inquiryformleft .imgbox,.inquiryformright::before{clip-path: none;border-radius: 0;}
}
@media (max-width:649.98px){
	.prolists>li>ol .left,.prolists>li>ol .textbox{width: 100%;}
}
@media (max-width:575.98px){
	.prosallbanner-hover .etw_hometitle h2>span:nth-child(1),.prosline-left .textbox .h3{font-size: 1.4rem;}
	.prolists>li>ol{border-radius: 0;}
	.inquiryformleft{width: 100%;}
	.inquiryformright{width: 100%;}
	.inquiryformright .textbox{margin-top: 0;}
	.inquiryformright::before{top: 0;width: 100%;}
}
@media (max-width:375.98px){
	.prosallbanner-hover .etw_hometitle h2>span:nth-child(1){font-size: 1.2rem;}
}

/* Hub */
.hubbanner{padding: 2.5rem 0;}
.hubbanner .etw_hometitle{border-bottom: 1px solid #ddd; padding-bottom: 1.25rem; margin-bottom: 1.25rem;}
.hubbanner .etw_hometitle>small{display: block; line-height: 1.4; font-size: 1.125rem; color: #999; font-weight: 400; margin-bottom: .5rem;}
.hubbanner .etw_hometitle>h2{color: #333; font-size: 2rem; line-height: 1.2; font-weight: 700; margin-bottom: 0;}
.hubbanner p{font-size: .95rem;}

.hublist .container{max-width: 1400px;}
.hublist .etw_hometitle{display: flex; justify-content: center;}
.hublist .etw_hometitle>h2{font-size: 2rem; text-align: center; font-size: 1.8rem; font-weight: 700;}
.hublist ul{width: calc(100% + 30px); margin: 0 -15px; justify-content: center;}
.hublist li{width: calc(100% / 3); padding: 15px; margin-top: 20px;}
.hublist li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #f0f0f0; position: relative; box-shadow: 12px 30px 46pX -30px	rgba(0,0,0,.3);}
.hublist li>a .imgbox{width: 60%;}
.hublist li>a .imgbox::before{padding-top: 75%;}
.hublist li>a .subimgbox{width: 40%; overflow: hidden; position: relative; border-left: 3px solid #fff;}
.hublist li>a .h6{width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 1rem; color: #333; font-weight: 700; padding: 1.25rem; margin-bottom: 0; background-color: #fff;}
.hublist li>a .h6::after{content: "\f054"; font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased; margin-left: .625rem; color: #999;}
.hublist li>a:hover .imgbox>img{transform: scale(1.05);}
.hublist li>a:hover .h6{color: var(--bg-main);}
.hublist li>a:hover .h6::after{color: inherit;}

.hubwork .h3,
.hubprocess .h3{text-align: center; font-size: 1.8rem;}
.hubwork small{display: block; text-align: center; font-size: .95rem; max-width: 50%; margin: 0 auto;}
/* .hubwork ul{width: 100%; margin: 0;} */
.hubwork ul{width: 100%; margin: 1.25rem 0 0 0;}
.hubwork ul>li{flex: 1;}
.hubwork ul>li>ol{background-color: #f9f9f9; padding: 1.25rem 1.875rem; flex-direction: column;}
.hubwork ul>li>ol>strong{display: flex; align-items: center; font-size: 1.1rem; color: #333; font-weight: 600; margin-bottom: .625rem;}
.hubwork ul>li>ol>strong>i{color: var(--bg-main); margin-right: .625rem;}
.hubwork ul>li>ol>p{font-size: .875rem; line-height: 1.8;}
.hubwork ul>li:nth-child(1){flex: none; width: 33%;}
.hubwork ul>li:nth-child(2){flex: none; width: 35%;}
.hubwork ul>li:nth-child(3){flex: none; width: 32%;}
.hubwork2 ul>li:nth-child(1){flex: none; width: 30%;}
.hubwork2 ul>li:nth-child(2){flex: none; width: 40%;}
.hubwork2 ul>li:nth-child(3){flex: none; width: 30%;}

.hubprocess{background-image: linear-gradient(#f4f4f4,#fff);}
.hubprocess .imgbox{padding: 1.25rem; mix-blend-mode: multiply; margin-bottom: 1.25rem;}
.hubprocess .imgbox::before,.hubprocess .imgbox::after{content: ''; width: 40px; height: 40px; position: absolute;}
.hubprocess .imgbox::before{left: 0; top: 0; border-top: 1px solid var(--bg-main); border-left: 1px solid var(--bg-main);}
.hubprocess .imgbox::after{right: 0; bottom: 0; border-bottom: 1px solid var(--bg-main); border-right: 1px solid var(--bg-main);}
.hubprocess .imgbox img{width: 80%; height: auto;}
.hubprocess ul{width: calc(100% + 6px); margin: 0 -3px;}
.hubprocess ul li{width: 100%; padding: 3px; color: #666; font-size: .875rem; text-transform: capitalize;}
.hubprocess .swiper{padding-bottom: 10px;}
.hubprocess .swiper-slide{background-color: #f4f4f4; position: relative; padding: 1.875rem 1.25rem; font-size: 1rem; line-height: 1.5; display: flex; align-items: center; justify-content: center; text-align: center;  text-transform: capitalize;}
.hubprocess .swiper-slide>span{width: 40px; height: 40px; background-color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; left: -5px; top: -5px; font-size: 1.5rem; line-height: 1;  font-weight: 900; color: rgba(0,0,0,.2);}
.hubprocess .swiper-pagination-progressbar{top: auto !important; bottom: 0 !important; border-radius: 5px; overflow: hidden;}
.hubprocess .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: var(--bg-main);}
.hubprocess p{padding-top: .625rem; font-size: .95rem;}

.card{border: none; border-bottom: 1px dashed rgba(0,0,0,.125); background-color: var(--bg-F9);}
.card-header{background-color: inherit;}
.card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size:.95rem; color: #555; font-weight:bold; position:relative; line-height:1.5rem}
.card-link:hover{color: var(--bg-main);}
.card-link::after{content:"\F64D"; font-size:1.2rem; color:var(--bg-main); position:absolute; right:1rem; top:1rem; transition:all 0.3s; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.card-body{padding: 0 2.5rem 1rem 1rem;}
.card-body p{font-size: .9rem;}
.card-link[aria-expanded="true"]{background-color: #fff;}
.card-link[aria-expanded="true"]::after{content:"\F63B"}
.card:hover,
.card .show{background-color: #fff;}

.hubline{background: url(../images/bg1.jpg) no-repeat center center; background-size: cover;}
.hubline .h3{text-align: center; margin-bottom: 1.875rem;}
.hubline-nav{display: flex; flex-direction: column; width: 100%; margin: 0;}
.hubline-nav>li{width: 100%; padding: 0; margin-bottom: 5px;}
.hubline-nav>li>a{width: 100%; display: flex; align-items: center; padding: .625rem 1.25rem; background-color: #f0f0f0; font-size: 1.1rem; color: #333; border-bottom: 1px solid #fff;}
.hubline-nav>li.active>a,
.hubline-nav>li>a:hover{background-color: #fff; color: var(--bg-main);}
.hubline-content{display: block; background-color: #fff; padding: 30px; min-height: 320px;}
.hubline-content>div{display: none;}
.hubline-content>div:first-child{display: flex; flex-direction: column;}
.hubline-content>div .h3{text-align: left; font-size: 1.5rem; color: #333; margin-bottom: 1.25rem; border-bottom: 1px dashed var(--bg-main); padding-bottom: 1rem;}
.hubline-content>div .imgbox{margin-bottom: 1rem;}
.hubline-content>div p{font-size: .95rem; line-height: 1.6;}
.hubline-video{width: 100%; margin-bottom: 1rem; overflow: hidden; position: relative; display: flex;}
.hubline-video::before{content: ''; display: block; padding-top: 30.25%;}
.hubline-video>video{width: 100.5%; height: 100.5%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}

/* .hubcases .swiper{overflow: visible;} */
.hubcases-title{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.hubcases-title .left{display: flex; flex-direction: column; align-items: flex-start;}
.hubcases-title .prosone-title{justify-content: flex-start; text-align: left;}
.hubcases-title small{flex: 1; text-align: left; max-width: 50%; margin-right: 0;}
.hubcases-title .more{margin-top: 0;}
.hubcases .swiper{margin-top: 1.25rem;}
.hubcases .swiper .swiper-slide>ol .h6{position: relative; z-index: 2; box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .2); margin-bottom: 1rem;}


.hubcases .prev-button,.proscases .next-button{position: absolute; left: -50px; top: 50%; transform: translateY(-50%); font-size: 2rem; color: var(--bg-main); z-index: 2;}
.hubcases .next-button{left: auto; right: -50px;}

.hublist2 .container{max-width: 1400px;}
.hublist2 ul{width: calc(100% + 30px); margin: 0 -15px; justify-content: center;}
.hublist2 ul>li{width: 50%; padding: 15px;}
.hublist2 ul>li>ol{width: 100%; flex-direction: column; background-color: #f0f0f0;}
.hublist2 ul>li>ol a.imgbox{background-color: inherit; align-items: initial;}
.hublist2 ul>li>ol a.imgbox::before{content: none;}
.hublist2 ul>li>ol a.imgbox .imgbox{width: 60%; background-color: inherit;}
.hublist2 ul>li>ol a.imgbox .imgbox>img{mix-blend-mode: multiply;}
.hublist2 ul>li>ol a.imgbox .subimgbox{width: 40%; overflow: hidden; display: flex; position: relative; border-left: 3px solid #fff;}
.hublist2 ul>li>ol .textbox{flex-direction: column; flex: 1;}
.hublist2 ul>li>ol .textbox a.h6{flex: 1; display: flex; align-items: center; justify-content: space-between; font-size: 1.1rem; font-weight: bold; color: #333; padding: 1.25rem; margin-bottom: 0; background-color: #fff; box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .1);}
.hublist2 ul>li>ol .textbox a.h6::after{content: "\f054"; font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased; margin-left: .625rem; color: #999;}
.hublist2 ul>li>ol .textbox a.h6:hover{color: var(--bg-main);}
.hublist2 ul>li>ol .textbox a.h6:hover::after{color: inherit;}
.hublist2 ul>li>ol:hover a.imgbox .imgbox>img{transform: scale(1.05);}

.hublist3 ul>li{width: 50% !important; margin-top: 20px;}
.hublist3 ul>li>ol{width: 100%; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.hublist3 ul>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.hublist3 ul>li>ol .textbox{padding: 1.875rem; padding-top: 1.25rem; flex-direction: column; border-top: 1px solid #fff;}
.hublist3 ul>li>ol .textbox a.h6{font-size: 1.25rem; font-weight: bold; color: #333; padding: 0; margin-bottom: 1rem; background: none; box-shadow: initial;}
.hublist3 ul>li>ol .textbox a.h6::after{display: none;}
.hublist3 ul>li>ol .textbox a.h6:hover{color: var(--bg-main);}
.hublist3 ul>li>ol .textbox p{font-size: .95rem; min-height:48px; max-height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; margin-bottom: 0;}
.hublist3 ul>li>ol .textbox .more{margin-bottom: -1.875rem; position: relative; transform: translateY(50%);}
.hublist3 ul>li>ol .textbox .more>a{padding: .75rem 1.25rem; background-color: #dcdcdc; color: var(--bg-main); font-weight: bold; font-size: .8rem;}
.hublist3 ul>li>ol .textbox .more>a:hover{background-color: var(--bg-main); color: #fff;}

.hublist4 ul>li{width: calc(100% / 3); padding: 15px; margin-top: 1.25rem;}
.hublist4 ul>li>ol{width: 100%;}
.hublist4 ul>li>ol .textbox{padding: 1.5rem; flex-direction: column; border-top: 1px solid #fff;}
.hublist4 ul>li>ol .textbox a.h6{font-size: 1.25rem; font-weight: bold; color: #333; padding: 0; margin-bottom: 1rem;}
.hublist4 ul>li>ol .textbox a.h6::after{display: none;}
.hublist4 ul>li>ol .textbox a.h6:hover{color: var(--bg-main);}
.hublist4 ul>li>ol .textbox p{font-size: .95rem; min-height:48px; max-height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; margin-bottom: 0;}
.hublist4 ul>li>ol .textbox .more{margin-bottom: -1.875rem; position: relative; transform: translateY(50%);}
.hublist4 ul>li>ol .textbox .more>a{padding: .75rem 1.25rem; background-color: #dcdcdc; color: var(--bg-main); font-weight: bold; font-size: .8rem;}
.hublist4 ul>li>ol .textbox .more>a:hover{background-color: var(--bg-main); color: #fff;}


.hubconfig .h3,
.hubflow .h3{text-align: center; font-size: 1.8rem;}
.hubconfig ul,.detailsconfig ul{width: calc(100% + 40px); margin: 0 -20px;}
.hubconfig ul>li,.detailsconfig ul>li{width: 50%; padding: 20px;}
.hubconfig ul>li>ol,.detailsconfig ul>li>ol{background-color: #f9f9f9; padding: 1.25rem 1.875rem; flex-direction: column; position: relative;}
.hubconfig ul>li>ol>p,.detailsconfig ul>li>ol>p{font-size: .875rem; line-height: 1.8;}
.hubconfig ul>li>ol>p>i,.detailsconfig ul>li>ol>p>i{color: rgba(0, 0, 0, 0.1); line-height: 1; font-size: 1.875rem; background-color: #fff; position: absolute; left: 0; top: 0; transform: translate(-50%,-50%); border-radius: 50%;}
.detailsconfig ul>li>ol{background-color: #fff;}

.hubflow{background-image: linear-gradient(#f4f4f4,#fff);}
.hubflow .imgbox{mix-blend-mode: multiply; margin-bottom: 1.25rem;}
.hubflow .swiper{padding-bottom: 10px;}
.hubflow .swiper-slide{background-color: #f4f4f4; position: relative; padding: 1.875rem 1.25rem; font-size: 1rem; line-height: 1.5; display: flex; align-items: center; justify-content: center; text-align: center;  text-transform: capitalize;}
.hubflow .swiper-slide>span{width: 40px; height: 40px; background-color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; left: -5px; top: -5px; font-size: 1.5rem; line-height: 1;  font-weight: 900; color: rgba(0,0,0,.2);}
.hubflow .swiper-pagination-progressbar{top: auto !important; bottom: 0 !important; border-radius: 5px; overflow: hidden;}
.hubflow .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: var(--bg-main);}
.hubflow p{padding-top: .625rem; font-size: .95rem;}




@media (max-width:991.98px){.hubbanner{padding: 2rem 0 1rem;}
	.hubbanner .etw_hometitle>h2,.hubline .h3{font-size: 1.8rem;line-height: 1.2;}
	.hubwork small{max-width: 70%;}
	.hubwork ul>li:nth-child(1),.hubwork ul>li:nth-child(2),.hubwork ul>li:nth-child(3){width: 50%;}
	.hubconfig .h3, .hubflow .h3{font-size: 1.6rem;}
	.hubwork .h3, .hubprocess .h3{font-size: 1.6rem;}
}
@media (max-width:767.98px){
	.card-body p{font-size: 0.8rem;}
	.hubcases-title .left{width: 100%;}
	.hubcases-title small{flex: none;width: 100%;max-width: 100%;}
	.hubbanner .etw_hometitle>h2,.hubline .h3{font-size: 1.6rem;}
	.hubbanner .etw_hometitle>small,.hublist2 ul>li>ol .textbox a.h6{font-size: 1rem;}
	.hublist li{width: 50%;padding: 1rem;margin-top: 1rem;}
	.hubwork small{max-width: 100%;}
	.hubwork ul>li:nth-child(1),.hubwork ul>li:nth-child(2),.hubwork ul>li:nth-child(3){width: 100%;}
	.hubline-content>div .h3{font-size: 1.3rem;}
	.hubconfig .h3, .hubflow .h3{font-size: 1.4rem;}
	.hublist4 ul>li{width: 50%;padding: 1rem;}
	.hubwork .h3, .hubprocess .h3{font-size: 1.4rem;}
}
@media (max-width:575.98px){
	.hublist li,.hublist2 ul>li{width: 100%;}
	.hubconfig ul>li, .detailsconfig ul>li{width: 100%;padding: 1rem;}
	.hublist3 ul>li{width: 100% !important;}
}
@media (max-width:375.98px){}

/* Details */
.details{padding: 0;}
.details-items{padding: 3.125rem 0; position: relative;}

.details-first{background-image: linear-gradient(to right,#fff,#f8f9fa);}
.details-first .container{position: relative; z-index: 2;}
.details-first .swiper{box-shadow:12px 30px 46px -30px rgba(0, 0, 0, 0.3)}
.details-first .prev-button,
.details-first .next-button{width: 30px; height: 30px; color: var(--bg-main); display: flex; align-items: center; justify-content: center; background-color:#fff; transition: all .3s; position: absolute; left: -30px; bottom: 0; z-index: 3; opacity: 1 !important;}
.details-first .prev-button{border-radius: 20px 0 0 20px;}
.details-first .next-button{left: 0; border-left: 1px solid #ccc; border-radius: 0 20px 20px 0;}
.details-first .prev-button:hover,
.details-first .next-button:hover{background-color:#eee;}
.details-first .video-btn{left: 0;}


.details-first .etw_hometitle>small{color: var(--bg-main); font-size: 1.125rem; font-weight: 200;}
.details-first .etw_hometitle>h2{font-size: 2rem;}
.details-first p{line-height: 1.6;}
.details-first dl{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.details-first dl>dd{font-weight: 300; margin-bottom: 0;}
.details-first dl>dd>span{ margin-left: .5rem; font-size: 1.125rem; font-weight: 500;}

.h4-title{width: fit-content; font-size: 1.5rem; line-height: 1; font-weight: 700; position: relative; z-index: 2; padding-bottom: 1rem; margin-bottom: 1rem; display: flex; flex-direction: column; align-items: center; color: #333;}
.h4-title::after{content: ''; width: 200%; height: 1px; background-color: var(--bg-main); display: block; position: absolute; right: 0; bottom: 0;}
.h4-title1{text-align: center; width: 100%; padding-bottom: 0;}
.h4-title1::after{width: 80px; position: relative; margin-top: .625rem;}

.details-apps .etw-phone ul{width: calc(100% + 10px); margin: 0 -5px;}
.details-apps .etw-phone ul .no-gutters{width: 100%;}
.details-apps .etw-phone ul .no-gutters>div{display: flex; flex-wrap: wrap;}
.details-apps .etw-phone ul li{width: 100%; padding: 5px;}
.details-apps .etw-phone ul li .imgbox::before{content: none;}
.details-apps1 .etw-phone ul li .imgbox::before{content: ''; padding-top: 75%;}

.detailstag-nav{display: flex; justify-content: center;}
.detailstag-nav>li{padding: 0 2px;}
.detailstag-nav>li>a{padding: .5rem 1.25rem; background-color: #eee; font-size: 1rem; font-weight: 500; text-transform: uppercase; border-top: 2px solid transparent;}
.detailstag-nav>li.active>a{background-color:#fff; color: var(--bg-main); border-top-color: var(--bg-main);}
.detailstag-content{padding: 2.5rem 0;}
.detailstag-content>div{display: none;}
.detailstag-content>div:first-child{display: block;}
.detailswork p{font-size: .95rem; text-align: center;}
.detailswork ul{width: 100%; margin: 0;}
.detailswork ul>li{width: 100%; padding: 0; margin-top: 1.5rem;}
.detailswork ul>li>ol{background-color: #fff; padding: 1.25rem 1.875rem; flex-direction: column;}
.detailswork ul>li>ol>strong{display: flex; align-items: center; font-size: 1.1rem; color: #333; font-weight: 600; margin-bottom: .625rem;}
.detailswork ul>li>ol>strong>i{color: var(--bg-main); margin-right: .625rem;}
.detailswork ul>li>ol>p{font-size: .875rem; line-height: 1.8; text-align: left;}

.detailsprocess .h6{font-weight: 700; font-size: 1.05rem; text-align: center;}
.detailsprocess .imgbox{mix-blend-mode: multiply;}
.detailsprocess ul{width: calc(100% + 10px); margin: 0 -5px;}
.detailsprocess ul li{width: 100%; padding: 5px; font-size: .95rem; line-height: 1.5;}



.relatedpros-nav{display: flex; margin-bottom: 1.25rem;position: relative;}
.relatedpros-nav::after{content: ''; width: 100%; height: 1px; background-color: #ccc; position: absolute; left: 0; bottom: 0;}
.relatedpros-nav>li{padding: 0; position: relative; z-index: 2;}
.relatedpros-nav>li>a{padding: .5rem 1.25rem; font-size: 1.125rem; position: relative;}
.relatedpros-nav>li>a::after{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.relatedpros-nav>li.active>a,
.relatedpros-nav>li>a:hover{color: var(--bg-main);}
.relatedpros-nav>li.active>a::after,
.relatedpros-nav>li>a:hover::after{width: 100%;}

.relatedpros-content{display: block;}
.relatedpros-content>div{display: none;}
.relatedpros-content>div:first-child{display: block;}
.relatedpros-making .swiper{padding-bottom: .625rem; padding-top: 20px;}
.relatedpros-making .swiper-slide{height: auto; display: flex;}
.relatedpros-making .swiper-slide>a{width: 100%; display: flex; flex-direction: column; align-items: center; overflow: hidden; padding: 5px;}
.relatedpros-making .swiper-slide>a .h6{width: 100%; flex: 1; background-color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; z-index: 2; padding: .625rem; box-shadow: 0 5px 5px rgba(0,0,0,.125); font-size: .875rem; font-weight: 700; border-radius: 0 0 10px 10px;}
.relatedpros-making .swiper-slide>a:hover .imgbox>img{transform: scale(1.05);}
.relatedpros-making .swiper-slide>a:hover .h6{color: var(--bg-main);}
.relatedpros-making .swiper-pagination{bottom: 0 !important; display: flex; flex-wrap: wrap; justify-content: center;}
.relatedpros-making .swiper-pagination-bullet{width: 10px; height: 10px;}
.relatedpros-making .swiper-pagination-bullet-active{background-color: var(--bg-main);}

.otherpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherpros ul>li{width: 50%; padding: 0 15px; margin-top: 20px;}
.otherpros ul>li>ol{background-image: linear-gradient(to right,#fff, #dcdcdc); border-radius: 10px; overflow: hidden;}
.otherpros ul>li>ol a.imgbox{width: 30%; mix-blend-mode: multiply;}
.otherpros ul>li>ol .textbox{width: 70%; flex-direction: column; justify-content: center; padding: 1.25rem; padding-left: 1.875rem;}
.otherpros ul>li>ol .textbox>a.h6{font-size: 1.125rem; font-weight: 700;}
.otherpros ul>li>ol .textbox>p{font-size: .875rem; margin-bottom: 0;}
.otherpros ul>li>ol .textbox>.more{display: flex; justify-content: flex-end;}
.otherpros ul>li>ol .textbox>.more>a{margin: 0 -30px -30px 0; background-color: #fff; padding: 1rem; border-radius: 50%; font-size: 1.25rem; color: var(--bg-main)}
.otherpros ul>li>ol .textbox>.more>a:hover{background-color: var(--bg-main); color: #fff;}

.inquiryformdetails{background: url(../images/bg1.jpg) no-repeat center center; background-size: cover;}
.inquiryformdetails .container3{position: relative; z-index: 2;}
.inquiryformdetails .h3{font-size: 2rem; text-align: center; font-weight: 700;}
.inquiryformdetails p{display: block; margin: 0 auto 1.25rem auto; text-align: center; line-height: 1.5;}
.inquiryformdetails dl{width: 100%; display: flex; justify-content: center; margin-bottom: 1.25rem;}
.inquiryformdetails dl>dd{margin: 0 1.25rem;}
.inquiryformdetails dl>dd>a{margin-left: .25rem;}
.inquiryformdetails .feedback{max-width: 650px; margin: 0 auto; min-height: 306px;}

.detailslinebox{width: 100%; display: flex; padding: 1.875rem;}
.detailsline-video{width: 100%; position: relative; overflow: hidden;}
.detailsline-video::before{content: ''; display: block; padding-top: 30%;}
.detailsline-video>video{width: 100.5%; height: 100.5%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}
.detailslinebox .video-btn{left: auto; right: 0; transform: translate(20px, -50%);}

.detailslinebox .textbox{padding: 1.25rem;}
.detailslinebox .textbox .h3{display: flex; align-items: center; color: #333; font-size: 1.625rem;}
.detailslinebox .textbox p{font-size: .95rem;}
.detailslinebox .textbox .more>a{display: flex; align-items: center; color: var(--bg-main); font-weight: bold; font-size: .875rem; position: relative;}
.detailslinebox .textbox .more>a::before{content: ''; width: 400%; height: 1px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: -.625rem; transform: translateX(-50%); transition: all .3s;}
.detailslinebox .textbox .more>a:hover::before{width: 100%;}

.otherinds ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherinds ul>li{width: calc(100% / 3); padding: 0 15px; margin-top: 10px;}
.otherinds ul>li>ol{background-color: #fff; padding: 1.25rem; box-shadow: -6px 6px 0 #dcdcdc;}
.otherinds ul>li>ol:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.otherinds ul>li>ol .textbox{flex: 1; display: flex; align-items: center; justify-content: space-between; padding-top: 1rem;}
.otherinds ul>li>ol .textbox a.h6{flex: 1; margin: 0; font-size: 1rem; font-weight: bold;}
.otherinds ul>li>ol .textbox>.more{margin: 0 -1.25rem -1.25rem 0;}
.otherinds ul>li>ol .textbox>.more>a{position: relative; z-index: 0; color: #fff; padding: .625rem;}
.otherinds ul>li>ol .textbox>.more>a::before{content: ''; position: absolute; inset: 0; z-index: -1; background-color: var(--bg-main);}


@media (max-width:1199.98px){

}
@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
.details-first .etw_hometitle>h2{font-size: 1.8rem;line-height: 1.3;}
.detailstag-content{padding: 2rem 0;}
.inquiryformdetails .h3{font-size: 1.8rem;}
.detailslinebox .textbox .h3{font-size: 1.6rem;}
.details-first .video-btn{left: 50%;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
.details-first .etw_hometitle>h2,.inquiryformdetails .h3{font-size: 1.6rem;}
.details-first .prev-button{left: 0;}
.details-first .next-button{left: 30px;}
.h4-title{font-size: 1.3rem;}
.otherpros ul>li{width: 100%;}
.relatedpros-nav>li>a{padding: 0.5rem;font-size: 0.9rem;}
.detailslinebox .textbox .h3{font-size: 1.4rem;}
.detailslinebox .video-btn{right: auto;left: 50%;transform: translate(-50%, -50%);}
.detailslinebox .textbox .more>a::before{width: 120%;}
.details-apps .etw-phone ul .col-md-6{width: 50%;}
.details-apps .etw-phone ul li .img-cover{position: static;}
.otherinds ul>li{width: 50%;margin-bottom: 1rem;}
.detailsprocess ul .col{flex: none;width: calc(100% / 2);}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
.detailstag-nav>li,.detailstag-nav>li>a{width: 100%;text-align: center;}
.detailsprocess ul .col{width: 100%;}

}
@media (max-width:479.98px){
	.relatedpros-nav>li,.relatedpros-nav>li>a{width: 100%;text-align: center;}
	.otherpros ul>li>ol a.imgbox,.otherpros ul>li>ol .textbox{width: 100%;}
}
/* Products End */

/* About Us */
.nbanner{padding: 0; min-height: 250px;}
.nbanner-hover{position: absolute; inset: 0; background-color: rgba(0,0,0,.5); display: flex; align-items: center;}
.nbanner-hover .etw_hometitle>div.h3{color: #fff; line-height: 1;}
.etw_hometitle2>.h3{font-size: 2rem; line-height: 1;}

.about{padding: 0;}
.about-items{padding: 3.125rem 0; position: relative;}
.about-items1 .h3{font-size: 1.8rem; color: #333;}
.about-items1 .h3::after{content: ''; width: 60px; height: 3px; background-color: var(--bg-main); display: block; margin-top: .625rem;}
.about-items1 p{font-size: 1.02rem;}
.about-items1 .more>a{font-size: .875rem; color: var(--bg-main); font-weight: 700;}
.about-items1 .more>a>i{margin-left: .625rem; transition: all .3s;}
.about-items1 .more>a:hover>i{margin-left: 1rem;}

.about-items2 ul{width: calc(100% + 30px); margin: 0 -15px;}
.about-items2 ul>li{width: calc(100% / 3); padding: 15px;}
.about-items2 ul>li>a.imgbox::before{padding-top: 100%;}
.about-items2 ul>li>a.imgbox::after{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,0.5);}
.about-items2 ul>li>a.imgbox .h6{width: 100%; position: absolute; left: 0; top: 1.25rem; z-index: 3; padding: 1.25rem; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-size: 1.5rem; font-weight: 700; flex-direction: column; transition: all .3s;}
.about-items2 ul>li>a.imgbox .h6::after{content: ''; display: block; width: 30%; height: 1px; background-color: #fff; margin-top: 1rem; transition: all .3s;}
.about-items2 ul>li>a.imgbox:hover .h6{color: var(--bg-hover);}
.about-items2 ul>li>a.imgbox .h6:hover::after{width: 50%;}
.about-items2 ul>li>a.imgbox .more{width: 100%; position: absolute; left: 0; bottom: 50px; display: flex; justify-content: center; z-index: 3;}
.about-items2 ul>li>a.imgbox .more>span{background-color: #fff; padding: .5rem 1.5rem; transition: all .3s;}
.about-items2 ul>li>a.imgbox .more>span:hover{background-color: var(--bg-main); color: #fff;}
.about-items3 .h3{font-size: 1.8rem; color: var(--bg-main); font-weight: 500;}

.company-nav{padding-top: 0;}
.company-nav ul{width: 100%; margin: 0;}
.company-nav ul>li{width: calc(100% / 6); border-right:1px dashed #ccc; padding: 15px;}
.company-nav ul>li:last-child{border-right: none;}
.company-nav ul>li>a{width: 100%; display: flex; flex-direction: column;}
.company-nav ul>li>a>span{font-size: .875rem; display: flex; flex: 1; justify-content: center; text-align: center; padding-top: 1rem; font-weight: 700; transition: all .3s;}
.company-nav ul>li.active>a>span,
.company-nav ul>li>a:hover>span{color: var(--bg-main);}
.company-nav ul>li>a:hover .imgbox{transform: translateY(-10px);}

.inquiryformhub{width: 100%; background: url(../images/bg1.jpg) no-repeat center center; background-size: cover;}
.inquiryformhub .container3{position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center;}
.inquiryformhub .h3{font-size: 1.5rem; max-width: 80%; text-align: center; line-height: 1.5; margin: 0 auto 1rem auto;}
.inquiryformhub p{font-size: .95rem; max-width: 65%; margin: 0 auto 1.25rem auto; text-align: center;}
.inquiryformhub dl{display: flex; justify-content: center; margin-bottom: 1.25rem;}
.inquiryformhub dl>dd{margin: 0 20px; font-size: 1.1rem; font-weight: 300;}
.inquiryformhub .inquiry-btn{display: flex;}
.inquiryformhub .inquiry-btn>a{padding: .3rem 1.2rem; border-radius: 30px; color: #fff; font-size: .9rem; transition: all .3s ease-in-out; position: relative; overflow: hidden; z-index: 0; background-color: var(--bg-main);}
.inquiryformhub .inquiry-btn>a:hover{background-color: var(--bg-hover);}

.ourpros .container{max-width: 1600px;}
.ourpros .h3{font-size: 2.2rem; font-weight: 400; text-align: center;}
.ourpros ul>li{width: 20%; padding: 0 10px; margin-top: 20px;}
.ourpros ul>li>a{width: 100%; display: flex; background-color: #f0f0f0; padding: 1rem; flex-direction: column;}
.ourpros ul>li>a>.h6{flex: 1; display: flex; padding-top: 1rem; margin-bottom: 0; align-items: center; justify-content: center; text-align: center; font-size: 1rem; font-weight: bold;}
.ourpros ul>li>a:hover>.imgbox>img{transform: scale(1.02);}
.ourpros ul>li>a:hover>.h6{color: var(--bg-main);}


/* Company */
.about .h4-title{font-size: 1.5rem; padding-bottom: 0;}
.about .h4-title::after{content: none;}
.company-items1 .imgbox{box-shadow: -10px 10px 0 #ddd;}

.etw-pic ul{width: 100%; margin: 0;}
.etw-pic ul>li{width: 100%; padding: 5px;}
.etw-pic ul>li span{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 3; display: flex; align-items: center; justify-content: center; text-align: center; background-image: linear-gradient(transparent,rgba(0,0,0,.8)); padding: 1.25rem .625rem; font-size: 1.125rem; color: #fff;}

/* Company Advantages */
.etw_hometitle2 .h3{text-align: center;}
.etw_hometitle2 small{display: block; max-width: 70%; margin: 0 auto; text-align: center; font-size: .95rem;}
.advantages p{font-size: .95rem;}

/* FAQs */
.fqas{padding-top: 1px;}
.fqas .card{background-color: #fff;}
.fqas .card-link[aria-expanded="true"]{background-color: #f9f9f9;}
.fqas .card-link[aria-expanded="true"]::after{content:"\F63B"}
.fqas .card:hover,
.fqas .card .show{background-color: #f9f9f9;}

/* Exhibitions */
.exhibitions .etw-phone ul{width: calc(100% + 30px); margin: 0 -15px;}
.exhibitions .etw-phone ul>li>a{flex-direction: column; flex: 1; box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .1);}
.exhibitions .etw-phone ul>li>a>span{width: 100%; flex: 1; padding: .625rem; line-height: 1.5; align-items: center;}
.exhibitions .etw-phone3 ul>li{padding: 15px;}

@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}
	.ourpros ul>li{margin-top: 0;width: calc(100% / 3);margin-bottom: 1rem;}
	.ourpros .h3,.etw_hometitle2>.h3{font-size: 1.8rem;}
	.about-items1 .h3,.about-items3 .h3{font-size: 1.6rem;}
	.about-items2 ul>li>a.imgbox .h6{font-size: 1.2rem;line-height: 1.2;}
	.about-items{padding: 2rem 0;}
	.company-nav ul>li{width: calc(100% / 3);margin-bottom: 1rem;}
	.company-nav ul>li:nth-child(3n){border-right: 0;}
	.company-nav ul>li>a>span{line-height: 1.2;}
}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
.inquiryformhub .h3,.about .h4-title{font-size: 1.3rem;line-height: 1.2;}
.inquiryformhub p{font-size: 0.9rem;max-width: 100%;}
.ourpros .h3,.etw_hometitle2>.h3{font-size: 1.6rem;}
.etw_hometitle2 small{max-width: 100%;}
.nbanner{min-height: 220px;}
.about-items1 .h3,.about-items3 .h3{font-size: 1.4rem;}
.about-items2 ul{width: calc(100% + 10px); margin: 0 -5px;}
.about-items2 ul>li{padding: 5px;}
.about-items2 ul>li>a.imgbox .more{bottom:1.25rem;}
.about-items2 ul>li>a.imgbox .more>span{padding: .25rem 1rem; font-size: .875rem;}
.about{padding-top: 2rem;}
.company-items1 .imgbox img{width: 100%;}
.exhibitions .etw-phone ul>li>a>span{padding: 0.6rem;line-height: 1.35;font-size: 0.85rem;}
.fqas{padding-top: 2rem;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.ourpros ul>li{width: 50%;}
	.ourpros ul>li>a{padding: 10px;}
	.ourpros ul>li>a>.h6{padding-top: 10px; font-size: .75rem;}
	.ourpros ul>li:last-child{display: none;}
	.ourpros .h3{font-size: 1.4rem;}
	.company-nav ul>li{width: 50%;}
	.company-nav ul>li:nth-child(3n){border-right: 1px dashed #ccc;}
	.company-nav ul>li:nth-child(2n){border-right: 0;}
	.about-items2 ul>li{width: 100%;}
	.about-items2 ul>li>a.imgbox::before{padding-top: 40%;}
}
@media (max-width:479.98px){
	.about-items2 ul>li{width: 100%;}
}
@media (max-width:370.98px){
	.company-nav ul>li,
	.ourpros ul>li{width: 100%;}
}
/* About Us-End */
.hubcases .etw_hometitle>div.h3{text-align: center; font-size: 2rem; color: #333;}
.hubcases-items{padding: 3.125rem 0;}
.hubcases-text{display: block; max-width: 70%; margin: 0 auto 1.25rem auto; text-align: center;}
.hubcases-list{justify-content: center;}
.hubcases-list>li{width: calc(100% / 3);}
.hubcases-list>li>ol{flex-direction: column;}
.hubcases-list>li>ol .h6{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #fff; padding: 1rem; position: relative; z-index: 2; font-size: 1rem; line-height: 1.5; box-shadow: 0 20px 30px -15px rgba(0,0,0,.1); color: #333;}
.hubcases-list>li>ol> .imgbox>.h6{flex: none; width: 100%; max-width: 100%; position: absolute; left: 0; bottom: 0; background-color: rgba(255, 255, 255, .7); margin: 0; display: flex; box-shadow: initial; padding: 0; cursor: pointer;}
.hubcases-list>li>ol> .imgbox>.h6>span{flex: 1; display: flex; align-items: center; padding: 1rem; padding-right: 0;}
.hubcases-list>li>ol> .imgbox>.h6>.btn1{width: 40px; display: flex; align-items: center; justify-content: center;}
.hubcases-list>li>ol> .imgbox>.h6>.btn1>i{transition: all .3s;}
.hubcases-list>li>ol> .imgbox>.h6[aria-expanded="true"]>.btn1>i{transform: rotateX(180deg);}
.hubcases-list>li>ol> .textbox,
.hubcases-list>li>ol> .textbox>p{flex: none; transition: all .3s ease-in-out; font-size: .875rem; padding-top: 1.25rem;}

.hubcasesold-list{width: calc(100% + 30px); margin: 0 -15px;}
.hubcasesold-list>li{width: 50%; padding: 15px;}
.hubcasesold-list>li>ol{flex-direction: column;}
.hubcasesold-list>li>ol>.h6{width: 100%; font-size: 1rem; line-height: 1.5; font-weight: 700; color: #333;}
.hubcasesold-list>li>ol>.boxs{width: 100%; display: flex; flex-wrap: wrap; flex: 1;}
.hubcasesold-list>li>ol>.boxs>.imgbox{width: 40%;}
.hubcasesold-list>li>ol>.boxs>.textbox{width: 60%; font-size: .875rem; line-height: 1.5; align-items: center;background-color: #fff; padding: 1rem; padding-left: 1.5rem;}
.hubcasesold-list>li>ol>.etw-phone>ul>li{padding: 0 5px;}

.hubcasesold-list>.imgfour{width: 100%;}
.hubcasesold-list>.imgfour>ol>.imgbox{width: 40%;}
.hubcasesold-list>.imgfour>ol>.textbox{flex-direction: column; justify-content: center; padding: 1.5rem; background-color: #fff;}
.hubcasesold-list>.imgthree>ol{flex-direction: column;}
.hubcasesold-list>.imgthree>ol>.textbox{width: 100%; align-items: flex-start; flex-direction: column; padding: 1.5rem; background-color: #fff;}
.hubcasesold-list>.imgthree>ol>.textbox>p{flex: 1;}

.hubcasesold-list>.itemthree{width: 30%;}
.hubcasesold-list>.itemthree>ol>.textbox{flex-direction: column; justify-content: center;padding: 1.5rem; background-color: #fff;}
.hubcasesold-list>.itemthree1{width: 40%;}

@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.hubcases-items{padding: 2.5rem 0;}

}
@media (max-width:991.98px){
	.hubcasesold-list>.itemthree1,.hubcasesold-list>.itemthree{width: 50%;}
}
@media (max-width:767.98px){
	.hubcases-items{padding: 1.875rem 0;}
.hubcases-text{max-width: 100%;}
.hubcases-list>li{width: 50%;}
.hubcasesold-list>li{width: 100%;padding: 1rem 1.5rem;}
	.hubcasesold-list>.itemthree1,.hubcasesold-list>.itemthree{width: 100%;}
	.hubcasesold-list>.imgfour>ol>.textbox .h6,.hubcasesold-list>.imgthree>ol>.textbox .h6,.hubcasesold-list>.itemthree>ol>.textbox .h6{font-weight: 600;}
}
@media (max-width:575.98px){
	.hubcases-items{padding: 1.25rem 0;}
.hubcasesold-list>li>ol>.boxs>.imgbox{width: 100%;}

}
@media (max-width:370.98px){
	.hubcases-list>li{width: 100%;}

}
/* Cooperation Cases-End */
/* Service and Support */
.support{padding-top: 1rem;}
.support .h4-title{font-size: 1.5rem; padding-bottom: 0;}
.support .h4-title::after{content: none;}
.support-list{width: 100%; margin: 0;}
.support-list>li{width: 100%; padding: 0; margin-top: 40px;}
.support-list>li>ol{background-color: #fff;}
.support-list>li>ol a.imgbox{width: 35%;}
.support-list>li>ol .textbox{flex-direction: column; justify-content: center; padding: 1.25rem; padding-left: 2.5rem;}
.support-list>li>ol .textbox a.h6{font-size: 1.5rem; color: #333;}
.support-list>li>ol .textbox a.h6:hover{color: var(--bg-main);}
.support-list>li>ol .textbox p{font-size: .95rem;}
.support-list>li>ol .textbox .more{display: flex;}
.support-list>li>ol .textbox .more>a{display: flex; align-items: center; color: var(--bg-main); font-weight: 700; font-size: .875rem;}
.support-list>li>ol .textbox .more>a>i{margin-left: .625rem; transition: all .3s;}
.support-list>li>ol .textbox .more>a:hover>i{margin-left: 1rem;}

.service ul{width: 100%; margin: 0; padding-top: 1.5rem;}
.service ul>li{width: 100%; padding: 0; margin-bottom: 3.125rem; position: relative;}
.service ul>li:last-child{margin-bottom: 0;}
.service ul>li:last-child::after{content: none;}

.support-nav{padding-top: 0;}
.support-nav ul{width: calc(100% + 40px); margin: 0 -20px; justify-content: center;}
.support-nav ul>li{width: 40%; padding: 0 20px;}
.support-nav ul>li>a.imgbox>span{width: 100%; position: absolute; left: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background-image: linear-gradient(transparent,rgba(0,0,0,.9)); padding: 1rem .625rem; color: #fff; font-size: 1.2rem;}



/* Service and Support-End  */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0; background-image: linear-gradient(#fff, #f9f9f9);}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.contact dl dd{font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact dl dd strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact dl dd a{color: var(--bg-main);}
.contact dl dd a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-left: 0;}
.contact .feedback{padding: 1.875rem; box-shadow: 10px 10px 0 #eee;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; }
.contact_map{width: 100%; display: flex; margin-top: 1.875rem;}

#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* Overview */
.overviewbanner .etw_hometitle{max-width: 50%; margin: 0 auto;}
.overviewbanner .etw_hometitle>.h3{font-size: 2rem; font-weight: 600;}

.overview-solutions .container1{position: relative; z-index: 2;}
.overview-solutions .bg{width: 40%; position: absolute; right: 0; bottom: 0; opacity: .4;}
.overview-solutions .home-title::after{margin: 1rem 0 0 0;}

.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem; font-size:1.75rem; color: #333; font-weight: bold;}


.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company li{width:calc(50% - 20px); margin-top:1.25rem; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.2rem; margin-bottom:1rem; color:#333; font-weight: 500;}
.overview-company li .overview-company-label::before{content:""; width:100%; height:1px; background-color:#ccc; position:absolute; left:0; bottom:0}
.overview-company li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-main);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#555; font-size:1rem; line-height: 1.2;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{margin-bottom: .875rem; line-height: 1.2;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-main); margin-right: .875rem;}
.overview-company li:hover .overview-company-label::after{width:100%}
.overview-company-value>figure>dl{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap;}
.overview-company-value>figure>dl>dd{width: calc(100% / 7); padding: 5px;}

.overviewpros{background-image: linear-gradient(#fff, #f9f9f9); overflow: visible; position: initial;}
.overviewpros-nav{width: 250px; float: left; position: relative; top: 0; z-index: 10; display: flex; flex-direction: column; margin: 0;}
.overviewpros-nav ul{transform: initial; width: 100%; margin: 0;}
.overviewpros-nav ul>li{width: 100%; padding: 0; margin-bottom: 1rem;}
.overviewpros-nav ul>li>a{width: 100%; display: flex; align-items: center; font-weight: bold; font-size: 1rem; background-color: #eee; border-radius: 0; padding: 1rem; border-left: 2px solid var(--bg-main);}
.overviewpros-nav ul>li>a:hover,
.overviewpros-nav ul>li.dq>a{background-color: var(--bg-main); color: #fff;}
.overviewpros .tabfixed{position: fixed; top: 90px;}

.overviewpros .pro_model{width: 100%; padding: 2.5rem 0; border-bottom: 1px solid #ccc;}
.overviewpros .pro_model .h3{font-size: 1.75rem; font-weight: 700; margin-bottom: 0; text-align: center;}
.overviewpros-list{width: calc(100% + 30px); margin: 0 -15px; justify-content: center;}
.overviewpros-list li{width: calc(100% / 3); padding: 15px; margin-top: 1.25rem;}
.overviewpros-list li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #f0f0f0; box-shadow: 12px 30px 46px -30px rgba(0, 0, 0, .3);}
.overviewpros-list li>a .imgbox{width: 60%;}
.overviewpros-list li>a .subimgbox{width: 40%; border-left: 3px solid #fff; overflow: hidden;position: relative;}
.overviewpros-list li>a .h6{width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 1rem; color: #333; font-weight: 700; padding: 1.25rem; margin-bottom: 0; background-color: #fff;}
.overviewpros-list li>a .h6::after{content: "\f054"; font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased; margin-left: .625rem; color: #999;}
.overviewpros-list li>a:hover .imgbox>img{transform: scale(1.05);}
.overviewpros-list li>a:hover .h6{color: var(--bg-main);}
.overviewpros-list li>a:hover .h6::after{color: inherit;}

.overviewpros-list2>li>a .imgbox{background-color: #f0f0f0;}
.overviewpros-list2>li>a .imgbox>img{mix-blend-mode: multiply;}

.overviewpros-list3{width: calc(100% + 20px); margin: 0 -10px; justify-content: center;}
.overviewpros-list3 li{width: 25%; padding: 10px; margin-top: 20px;}
.overviewpros-list3>li>ol{width: 100%; flex-direction: column; background-color: #f0f0f0;}
.overviewpros-list3>li>ol:hover{border-color: var(--bg-main);}
.overviewpros-list3>li>ol a.imgbox{overflow: visible; mix-blend-mode: multiply;}
.overviewpros-list3>li>ol a.imgbox::before{content: none;}
.overviewpros-list3>li>ol a.imgbox .subimgbox{width: 35%; overflow: hidden; display: flex; border-radius: 50%; position: absolute; right: -10%; top: -10%; z-index: 3; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.overviewpros-list3>li>ol a.imgbox .subimgbox::before{content: ''; display: block; padding-top: 100%;}
.overviewpros-list3>li>ol .textbox{padding: 1.875rem; padding-top: 1.25rem; flex-direction: column; border-top: 1px solid #fff;}
.overviewpros-list3>li>ol .textbox a.h6{font-size: 1.25rem; font-weight: bold; color: var(--bg-main);}
.overviewpros-list3>li>ol .textbox a.h6:hover{color: var(--bg-hover);}
.overviewpros-list3>li>ol .textbox p{font-size: .95rem; min-height:48px; max-height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.overviewpros-list3>li>ol .textbox .more{margin-bottom: -1.875rem; position: relative; transform: translateY(50%);}
.overviewpros-list3>li>ol .textbox .more>a{padding: .75rem 1.25rem; background-color: #dcdcdc; color: var(--bg-main); font-weight: bold; font-size: .8rem;}
.overviewpros-list3>li>ol .textbox .more>a:hover{background-color: var(--bg-main); color: #fff;}

.overviewapps-nav{width: 100%; margin: 0; display: flex; flex-direction: column;}
.overviewapps-nav>li{width: 100%; padding: .625rem 0;}
.overviewapps-nav>li>a{width: 100%; padding: .5rem; font-size: 1.125rem; font-weight: bold; border-radius: 6px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative;}
.overviewapps-nav>li>a::after{content: ''; display: flex; width: 0; height: 0; border-left: 16px solid var(--bg-main); border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-radius: 6px; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); opacity: 0;}
.overviewapps-nav>li>a:hover,
.overviewapps-nav>li.active>a{background-color: var(--bg-main); color: #fff;}
.overviewapps-nav>li.active>a::after{opacity: 1;}
.overviewapps-content{display: block;}
.overviewapps-content>div{display: none;}
.overviewapps-content>div:first-child{display: block;}
.overviewapps-content .h6{font-size: 1.25rem; font-weight: bold; color: #444; margin-bottom: 1.25rem;}
.overviewapps-content .items li{font-size: 1.125rem; line-height: 30px; font-weight: 300; padding-left: 1.875rem;}
.overviewapps-content .items li::before{--w:16px; top: 7px;}

.overviewcasesbox .container{max-width: 1230px;}
.overviewcases li{width: 20%; margin-top: .625rem;}
.overviewcases li>ol{flex-direction: column; box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .2);}
.overviewcases li>ol .h6{flex: 1; display: flex; justify-content: center; text-align: center; padding: 1rem; font-size: .9rem; margin-bottom: 0;}

.overviewvideo ul>li{width: 25%; padding: 0 10px; margin-top: 20px;}
.overviewvideo ul>li>a{width: 100%; display: flex; flex-direction: column; box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .2);}
.overviewvideo ul>li>a .imgbox::after{content: ""; --w:50px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video-icon.png) no-repeat center center,linear-gradient(135deg,var(--bg-hover),var(--bg-main)); background-size: 16px, auto; border: 2px solid #fff;  transition: all .3s ease-in-out; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9;}
.overviewvideo ul>li>a .textbox{flex: 1; display: flex; justify-content: center; text-align: center; padding: 1rem; font-size: .9rem; line-height: 1.4; font-weight: 600;}


@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.contact .feedback .webtitle{font-size: 1.8rem;}
	.overviewpros .pro_model{padding: 2rem 0;}
	.overviewpros-list3 li{width: 50%;margin-top: 1rem;}
	.overviewcases li,.overviewvideo ul>li{width: calc(100% / 3);}
}
@media (max-width:767.98px){
	.overview-title>span{font-size: 1.8rem;}
	.contact .feedback .webtitle,.overviewpros .pro_model .h3,.overview-title{font-size: 1.6rem;}
	.support{padding-top: 2rem;}
.support-list>li{margin-top: 1.5rem;}
.support-list>li>ol .textbox{padding: 1.2rem;}
.support .h4-title{font-size: 1.3rem;}
.overview-company li .overview-company-label,.overviewapps-content .h6{font-size: 1.1rem;}
.overviewpros-list li{margin-top: 1rem;padding: 1rem;width: 50%;}
.overviewpros-list3>li>ol .textbox a.h6{font-size: 1.1rem;}
.overviewvideo ul>li>a .imgbox::after{--w: 40px;}
}
@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
	.support-list>li>ol a.imgbox,.support-list>li>ol .textbox,.support-list>li>ol a.imgbox img{width: 100%;}
	.support-nav ul>li{width: 50%;padding: 0 1rem;}
	.support-nav ul>li>a.imgbox>span{font-size: 1rem;line-height: 1.2;}
	.overviewpros .pro_model .h3,.overview-title{font-size: 1.4rem;}
	.overviewpros-list3 li{width: 100%;}
	.overviewcases li,.overviewvideo ul>li{width: 50%;}
}
@media (max-width:479.98px){
	.overviewpros-list li{width: 100%;padding: 0 1rem;margin-top: 2rem;}
}
@media (max-width:370.98px){
	.support-nav ul>li{width: 100%; margin-top: 1rem;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0; background-image: linear-gradient(#fff,#f9f9f9);}
.videos .etw_hometitle>div[itemprop]{ font-size: 2rem; font-weight: 700; line-height: 1; text-align: center; color: #000;}

.videos-hub{width: 100%; display: flex; flex-direction: column; margin-top: 1.875rem;}
.videos-hub-title{font-size:1.5rem; font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333;}

.videos-hub ul{width: calc(100% + 20px); margin: 0 -10px;}
.videos-hub ul li{width: 100%; padding: 10px; filter: drop-shadow(0 10px 10px rgba(0,0,0,.1));}
.videos-hub ul li .imgbox::after{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video-icon.png) no-repeat center center,linear-gradient(135deg,var(--bg-hover),var(--bg-main)); background-size: 25px 25px, auto; border: 5px solid #fff;  transition: all .3s ease-in-out; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9;}
.videos-hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videos-hub ul li>a:hover .imgbox::after{opacity: .8;}
.videos-hub:last-child{margin-bottom: 0;}

.videos-company ul{margin-top: 10px;}
.videos-company ul li>a{overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);}
.videos-company ul li>a .imgbox{width: 45%;}
.videos-company ul li>a .textbox{width: 55%; padding: 1.875rem; padding-left: 2.5rem; flex-direction: column; justify-content: center;}
.videos-company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600;}
.videos-company ul li>a .textbox>p{font-size: .9rem; font-weight: 400; color: #666; transition: all .4s;}
.videos-company ul li>a:hover .textbox .h6{color: var(--bg-main);}

.videos-pros ul li{width:calc(100% / 3); margin-top: .625rem;}
.videos-pros ul li>a{overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);}
.videos-pros ul li>a>.imgbox{width: 40%;}
.videos-pros ul li>a>.imgbox::after{--w:50px; background-size: 15px 15px, auto; border: 3px solid #fff;}
.videos-pros ul li>a>.textbox{flex: none; width: 60%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .9rem; line-height: 1.5; padding: .75rem 1rem; transition: all .4s;}
.videos-pros ul li>a:hover>.textbox{color:var(--bg-main)}

.video-details{width:100%;padding:0 0 3.125rem 0; background-image: linear-gradient(#fff,#f9f9f9);}
.video-details>.container{display:flex;flex-wrap:wrap; flex-direction: row-reverse; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right .h3{font-size: 1.875rem; color: #333; font-weight: 700;}
.video_more{display:flex;}
.video_more>a,.video_more>span{padding:0.3rem 1.2rem; border:1px solid #333; color:#333; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500; font-size: .875rem;}
.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_right .feedback{background-color: #fff; box-shadow: 10px 10px 0 #eee; padding: 1.25rem 1.875rem; margin-top: 2.5rem;}
#video_right .feedback .h3{text-align: center;}
#video_right .plyr__poster{background-size: cover;}

#video_sidebar{width:30%; background-color:#fff; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,.15); padding:1.25rem;}
#etw_videolist .webtitle{font-size:1.6rem; font-weight:600; color:var(--bg-main); margin-bottom: 1.25rem;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between;}
#etw_videolist ul li{width: 100%; margin-bottom:1rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center;}
#etw_videolist ul li a img{width:30%; height: auto;}
#etw_videolist ul li a span{width:70%; font-size:0.9rem; padding-left:1rem; line-height: 1.5; transition: all .4s;}
#etw_videolist ul li a.dq span,
#etw_videolist ul li a:hover span{color: var(--bg-main);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}


@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
.videos .etw_hometitle>div[itemprop]{font-size: 1.8rem;}
.videos-company ul li>a .textbox{padding: 1.5rem;}
.videos-company ul li>a .textbox>p{font-size: 0.8rem;}
	.videos-pros ul li{width: 50%;}
	#video_right .h3{font-size: 1.8rem;}
}
@media (max-width:767.98px){
	#video_sidebar{margin-top:1rem}
	.videos{padding-top: 2rem;}
	.videos .etw_hometitle>div[itemprop]{font-size: 1.6rem;}
	.videos-hub-title{font-size: 1.3rem;}
	.videos-company ul li>a{clip-path: none;}
	.videos-company ul li>a .textbox>.h6{font-size: 1.1rem;}
	.videos-company ul li>a .imgbox,.videos-company ul li>a .textbox{width: 100%;}
	.videos-pros ul li>a>.imgbox::after{--w: 40px;background-size: 12px 12px, auto;}
	.video-details{padding-top: 2rem;}
	#video_right .h3{font-size: 1.6rem;}
}
@media (max-width:575.98px){
	.videos-pros ul li>a{clip-path: none;}
	.videos-pros ul li>a>.imgbox,.videos-pros ul li>a>.textbox{width: 100%;}
	#etw_videolist ul li{width: calc(50% - 0.5rem);}
	#etw_videolist ul li a{flex-wrap: wrap;}
	#etw_videolist ul li a img{width: 100%;}
	#etw_videolist ul li a span{width: 100%;padding: 0.5rem;line-height: 1.2;}
	#etw_videolist ul li,
	.videos-pros ul li>a .imgbox>img,
	.videos-pros ul li{width: 100%;}
}
/* videos-End */
