@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:"Montserrat";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Light.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Montserrat/Montserrat-Black.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Black.woff) format("woff")}

@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Light.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Regular.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Medium.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Bold.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Roboto/Roboto-Black.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Black.woff) format("woff")}

@font-face{font-family:"TradeWinds";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/TradeWinds/TradeWinds-Regular.woff2) format("woff2"),url(../fonts/TradeWinds/TradeWinds-Regular.woff) format("woff")}

@font-face{font-family:iconfont;src:url(../fonts/iconfont.ttf?t=1622274305876) format("truetype")}
.iconfont{cursor:pointer;font-family:iconfont !important;font-size:1.8rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;-webkit-animation:scaleout 2.5s infinite ease-in-out;animation:scaleout 2.5s infinite ease-in-out}

:root {
	--bg-main: #000;
	--bg-hover: #ebb90a;
	--bg-hover2: #ea8a1c;
	--bg-color1: #f3f4f8;
	--bg-color2: #cacfd3;
	--bg-color3: #f0f1f3;
	--bg-top-bottom: linear-gradient(var(--bg-color2),var(--bg-color3));
	--font-family: "Montserrat", sans-serif;
	--font-family2: "Roboto", sans-serif;
	--font-family3: "TradeWinds", sans-serif;
}
.bg-WhiteSmoke {background-color: #f5f5f5 !important;}
.bg-Gainsboro{background-color: #DCDCDC !important;}
.bg-LightGray{background-color: #D3D3D3 !important;}
.bg-Silver{background-color: #C0C0C0 !important;}
.bg-DarkGray{background-color: #A9A9A9 !important;}
.bg-Gray{background-color: #808080 !important;}
.bg-DimGray{background-color: #696969 !important;}
.bg-E{background-color: #eee !important;}
.bg-F8{background-color: #f8f8f8 !important;}
.bg-F7{background-color: #f7f7f7 !important;}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#000; font-family:var(--font-family); font-weight: 300; font-size: .95rem; line-height:1.5; background-color:#fff; overflow-x:hidden}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #000; font-weight: 400; margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem; font-weight: 700; font-family: var(--font-family2);}
h3,.h3 {font-size: 1.8rem; font-weight: 400;}
h4,.h4 {font-size: 1.875rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem;}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover);}
p:last-child{margin-bottom: 0;}
strong {font-weight: 700;}
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{width: 100%; display:flex; flex-wrap: wrap;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a>img{cursor: zoom-in;}

.figure-hover>a::before,.figure-hover>a::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.figure-hover>a::after{inset: 50% 0; }
.figure-hover>a>img{cursor: zoom-in;}
.figure-hover>a:hover::before,
.figure-hover>a:hover::after{inset: 0; opacity: 1;}

.bg-figure img{mix-blend-mode: multiply;}
figure:last-child{margin-bottom: 0;}
.imgbox{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all 0.4s; z-index: 2;}
.imgbox: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 .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{cursor: no-drop; opacity: .5;}
.container{max-width:1230px; margin: 0 auto; padding: 0 15px;}
.container1{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:900px; margin: 0 auto; padding: 0 15px;}
@media (max-width:1199.98px){.container{max-width:calc(100% - 50px)}
}@media (max-width:999.98px){.container1{max-width:calc(100% - 30px)}
}@media (max-width:991.98px){
	.container{max-width:calc(100% - 30px)}
	figure>a>img{width: 100%;}
}@media (max-width:899.98px){.container2{max-width:calc(100% - 30px)}
}@media (max-width:767.98px){.container,.container1{max-width:calc(100% - 20px)}
}@media (max-width:575.98px){.container,.container1{max-width:calc(100% - 20px)}
}@media (max-width:375.98px){.container,.container1{max-width:calc(100% - 10px)}
}
/* public */
ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}

.etw-phone li{width:100%; flex-direction: column;}
.etw-phone li img{mix-blend-mode: multiply;}
.etw-phone li span{width:100%; flex: 1; display:flex; align-items:flex-start; justify-content:center; text-align:center; color:#000; overflow:hidden; padding: .5rem; background-color: inherit; position: relative; z-index: 2;}
.etw-phone li>a{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative;}
.etw-phone li>a:hover img{cursor: zoom-in;}
.etw-phone2 li{width:50%;}
.etw-phone3 li{width:calc(100% / 3)}
.etw-phone4 li{width:25%}
.etw-phone5 li{width:20%}
.etw-phone6 li{width:calc(100% / 6)}
.etw-phone7 li{width:calc(100% / 7)}
.etw-phone-p1{width: calc(100% + 10px); margin: 0 -5px;}
.etw-phone-p1 li{padding: 5px;}
.etw-phone-p2{width: calc(100% + 30px); margin: 0 -15px;}
.etw-phone-p2 li{padding: 15px;}
.etw_phone1-4{display: block; width: 100%; overflow: hidden;}
.etw_phone1-4 li{width: 25%; float: left;}
.etw_phone1-4 li:first-child{width: 50%;}
.etw_phone1-4 li a:hover img{opacity: .8;}
.etw_phone1-6{display: block; width: 100%; overflow: hidden;}
.etw_phone1-6 li{width: 20%; float: left;}
.etw_phone1-6 li:first-child{width: 40%;}
.etw_phone1-6 li a:hover img{opacity: .8;}

@media (max-width:1199.98px){
	.etw-phone5 li{width:25%}

	.etw-phone5 li:last-child{display: none;}
}
@media (max-width:991.98px){
	.etw-phone5 li,
	.etw-phone4 li{width:calc(100% / 3);}


	.etw-phone5 li:nth-last-child(2),
	.etw-phone4 li:last-child{display: none;}

}@media (max-width:767.98px){
	.etw-phone3 li,
	.etw-phone5 li,
	.etw-phone4 li{width: 50%;}


	.etw-phone5 li:nth-last-child(2),
	.etw-phone4 li:last-child{display: flex;}
	.etw-phone3 li:last-child{display: none;}

}@media (max-width:575.98px){

}
@media (max-width:375.98px){
	.etw-phone2 li,
	.etw-phone3 li,
	.etw-phone5 li,
	.etw-phone4 li{width: 100%;}
	.etw-phone5 li:not(span),
	.etw-phone4 li:not(span),
	.etw-phone3 li:not(span),
	.etw-phone2 li:not(span){width: 50%;}

}
@media (max-width:350.98px){
	.etw-phone5 li:not(span),
	.etw-phone4 li:not(span){width: 100%;}
}

.items{display: block; width: auto; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: block; position:relative; margin-bottom: .5rem; overflow: hidden; padding: 0;}
.items li:last-child,.items dd:last-child{margin-bottom: 0;}
.items li::before,.items dd::before{display:inline-block; font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; color: var(--bg-hover); position: absolute; left: 2px;}
.items li>i{font-style: normal; color: var(--bg-hover); margin-right: .5rem;}
.items li strong,.items dd strong{margin-right: .5rem; font-weight: 600; color: #000;}

.items-icon1 li,.items-icon1 dd{padding-left: 1.875rem;}
.items-icon1 li::before,.items-icon1 dd::before{content: "\F271"; font-size: 1.1rem; top: 3px;}
.items-icon2 li,.items-icon2 dd,.items-icon3 li,.items-icon3 dd{padding-left: 1rem;}
.items-icon4 li,.items-icon4 dd{padding-left: 1.875rem;}
.items-icon2 li::before,.items-icon2 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-hover); top: 9px; border-radius: 50%;}
.items-icon3 li::before,.items-icon3 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-hover); top: 9px; transform: rotate(45deg);}
.items-icon4 li::before,.items-icon4 dd::before{content: '\F633'; font-size: 1.25rem; top: 2px;}
.items-icon-nub{counter-reset: items;}
.items-icon-nub li{padding-left: 1.25rem;}
.items-icon-nub li::before{counter-increment: items; content: counter(items) "."; line-height: inherit; color: var(--bg-main);}

/* 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: .95rem; font-weight: 400; line-height: 1.2; padding: .75rem;}
.table-responsive>.table-bordered{border: 1px solid #f5f5f5;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}

.table-striped tbody tr:nth-of-type(odd){background: #eee;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top td{background-color: var(--bg-hover) !important; color: #000;; font-weight: 500; text-align: center; padding: .75rem; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.table a,.table a:not([href]):not([class]){color: var(--bg-hover2); cursor: pointer; text-decoration: underline;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-hover); text-decoration: none;}
.table .top td a{color: #fff;}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.table-big td,.table-big th{font-size: .95rem; padding: .75rem;}
.border-top{border-color: #f5f5f5 !important;}

@media (max-width:575.98px){
	.table{min-width: 600px;}
}


/* video-Btn */
.video_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center;}
.video_btn::before{content: "\f04b"; color: inherit; font-size: inherit; display:inline-block;  z-index: 1; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; width: 80px; height: 80px; color: #fff; font-size: 2rem; padding-left: 8px; border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: pulse 2s infinite; -webkit-animation: pulse 2s infinite;}
.video_btn::after{content: ''; width: 80px; height: 80px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); border-radius: 50%; background-image: radial-gradient(var(--bg-hover) 30%,var(--bg-hover2));}
.video_smallbtn::before,.video_smallbtn::after{width: 60px; height: 60px; font-size: 1.25rem; padding-left: 4px;}
.video_btn_ani::before{animation:initial}

@-webkit-keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(235,185,10,.8);}
	70%{-webkit-box-shadow:0 0 0 2.5rem transparent;}
	100%{-webkit-box-shadow:0 0 0 0 transparent;}
}
@keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(235,185,10,.8);}
	70%{-webkit-box-shadow:0 0 0 2.5rem transparent;}
	100%{-webkit-box-shadow:0 0 0 0 transparent;}
}
/* More */
.morebig,.more,.moresmall{display: flex;}
.morebig>a,.more>a,.moresmall>a{width:fit-content; padding: .5rem 1rem;  display: flex; flex-direction: row-reverse; align-items: center; position: relative; z-index: 0; transition: all .4s; font-family: var(--font-family2); font-size: 1.125rem;}
.morebig>a{background-color: var(--bg-hover); color: #fff; }
.morebig>a::before,.more>a::before,.moresmall>a::before{content: "\F138"; color: inherit; font-size: inherit; margin-left: .5rem; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.more>a::before{margin: 0;}
.morebig>a::after,.more>a::after{content: ''; width: 0; height: 100%; background-color: var(--bg-hover); position: absolute; right: 0; top: 0; transition: all .4s; z-index: -1;}
.morebig>a:hover::after,.more>a:hover::after{left: 0; right: auto; width: 100%;}
.morebig>a{background-color: #fff; border: 1px solid #ccc; color: var(--bg-hover);}
.morebig>a:hover{color: #fff; border-color: var(--bg-hover);}
.more>a{background-color: #fff; color:var(--bg-hover); border: 1px solid #ccc;}
.more>a::after{background-color: var(--bg-hover);}
.more>a:hover{border-color: var(--bg-hover); color: #fff;}
.moresmall>a{flex-direction: row; padding: 0; color: var(--bg-hover);}
.moresmall>a::before{margin: 0 .5rem 0 0; transition: all .4s;}
.moresmall>a:hover{color: var(--bg-hover);}
.moresmall>a:hover::before{margin-right: .75rem;}

/* Inquiry-Btn */
.inquirybtn{display: flex;}
.inquirybtn>a{padding: .5rem 1.5rem;  color: #000; font-family: var(--font-family2); font-weight: bold; font-size: 1rem; position: relative; z-index: 0; border-radius: 30px; overflow: hidden;}
.inquirybtn>a::before{content: ''; position: absolute; inset: 0; background-color: var(--bg-hover); z-index: -1;}
.inquirybtn>a::after{content: ''; width: 0; height: 100%; background-color: #1445a4; position: absolute; right: 0; top: 0; transition: all .3s ease-in-out; z-index: -1;}
.inquirybtn>a:hover{color: #fff;}
.inquirybtn>a:hover::after{width: 100%; left: 0; right: auto;}

/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language ul{width:100%; 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:#000; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; margin-right: 2.5rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:150%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 90px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .3s ease-out;}
.scroll_down{transform: translateY(-100%);}
.scroll_up{ transform: translateY(0); transition-delay: .4s; box-shadow: 0 0 10px rgba(0,0,0,.15);}

#etw_logo{float: left; padding: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:60px;}
#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-right: 3rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-item:last-child{margin-right: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#000; min-height:50px; display:flex;align-items:center;justify-content:center; font-size: 1.125rem; font-weight: 600; position: relative; z-index: 0; padding: 0;}
.navbar-light .navbar-nav .nav-link::before{content: ''; width: 0; height: 2px; background-color: var(--bg-hover); position: absolute; right: 0; bottom: 0; transform: skewX(-30deg); z-index: -1; transition: all .3s ease-in-out;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\f0d7";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; border: none;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-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-light .navbar-nav .nav-item:hover .nav-link::before{width: 100%; left:0; right: auto;}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}

.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; border-radius:0 0 10px 10px; background-color: var(--bg-color1); 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:#000; font-weight: 500; font-size:1rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem 1rem; padding-left: 1.5rem; align-items: center;}
.dropdown-menu ul li .dropdown-item::before{content: "\F285"; display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1; vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; line-height: 1; position: absolute; left: .5rem; top: 50%; transform: translateY(-50%); transition: all .4s ease; color: inherit; font-size: 12px;}
.dropdown-menu ul li .dropdown-item:hover,
.dropdown-menu ul li .dropdown-item:hover,
.dropdown-menu ul li .dropdown-item.active,
.dropdown-menu ul li .dropdown-item.active::before{color: var(--bg-hover);}
.dropdown-item.active{background: none;}

@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-right: 1.5rem;}
}
@media (max-width:1099.98px){
	#etw_logo{padding: 20px 0;}
	#etw_logo a>img{max-height:50px;}
	.navbar-expand-lg .navbar-nav .nav-item{margin-right: .75rem;}
}
@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;}

	.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-hover);}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial;top:initial}
	.dropdown-toggle::after{display:none}
	.dropdown-menu{border-top: none;}
	.dropdown-menu1 ul>li {width: 50%;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
}
@media (max-width:575.98px){
	#etw_logo{padding: 15px 0;}
	#etw_logo a>img {max-height: 40px;}
	.dropdown-menu1 ul>li {width: 100%;}
	.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; overflow: visible;}
.etw-banner .swiper{width: 100%;}
.etw-banner .swiper .swiper-slide{height: auto; overflow: hidden; display: flex;}
.etw-banner .swiper-pagination{width: 100%;}
.etw-banner .swiper-pagination-bullet{width: 50px; height: 5px; background-color: #fff; opacity: 1; border-radius: 0; position: relative;}
.etw-banner .swiper-pagination-bullet::after{content: ''; width: 0; height: 100%; background-color: var(--bg-hover); position: absolute; left: 0; top: 0;}
.etw-banner .swiper-pagination-bullet-active::after{animation: myfirst 5s linear;	-webkit-animation: myfirst 5s linear;}
@keyframes myfirst{0% {width: 0;}	100% {width: 100%;}}
@-webkit-keyframes myfirst{0% {width: 0;}	100% {width: 100%;}}
.etw-banner .prev-button,.etw-banner .next-button{width: 50px; height: 50px; background-color: rgba(0,0,0,0.2); position: absolute; left: -100%; top: 50%; transform: translateY(-50%); 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: -100%;}
.etw-banner:hover .prev-button{left: 0;}
.etw-banner:hover .next-button{right: 0;}
.etw-banner .prev-button:hover,.etw-banner .next-button:hover{background-color: var(--bg-hover);}
.banner-hover{position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;}
.banner-text{width: 40%; padding: 2.5rem; background-color: rgba(255,255,255,.4);}
.banner-text .h2{font-size: 2.0rem;}
.banner-text p{font-size: 1.125rem; font-weight: 500;}
.banner-more{font-size: 1rem; display: flex; align-items: center; cursor: pointer; line-height: 1; width: fit-content; transition: all .4s; font-weight: 500;}
.banner-more>i{font-size: 1.5rem; margin-right: .5rem; color: #ea8a1c;}
.banner-more:hover{color: #ea8a1c;}
.banner1 .banner-text{float: right; margin-top: -7rem; width: 100%; max-width: 660px;}
.banner2 .banner-text{background-color: rgba(255,255,255,.5); width: 100%; max-width: 552px;}
.banner3 .banner-text{margin: 0 auto; width: 100%; max-width: 480px; text-align: center;}
.banner3 .banner-more{margin: 0 auto;}

.modal-dialog{max-width: 1000px; height: 100%; margin: 0 auto; display: flex; align-items: center; padding: 1.75rem;}
.modal-body video{width: 100%; height: auto; display: block;}
.modal .close{position: absolute; right: -16px; top: -16px; width: 32px; height: 32px; background-color: #fff; border-radius: 50%; opacity: 1; font-size: 1.625rem;}
.modal .close:hover{opacity: 1!important; color: var(--bg-hover);}

@media (max-width:1699.98px){
	.banner-text{margin-left: -10%;}

}@media (max-width:1599.98px){
	.banner-text{margin-left: -5%;}
}
@media (max-width:1499.98px){
	.banner-text{margin-left: 0;}
}
@media (max-width:1399.98px){
	.banner-hover{padding: 0 60px;}
	.banner1 .banner-text{margin-top: 0;}
}
@media (max-width:1199.98px){
	.banner-text{padding: 1.875rem;}
	.banner-text .h2{font-size: 2rem;}
	.banner-text p{font-size: 1.1rem;}
}
@media (max-width:991.98px){
	.banner-text{padding: 1.5rem;}
	.banner-text .h2{font-size: 1.75rem;}
	.banner-text p{font-size: .875rem;}
	.banner1 .banner-text{max-width: 700px;}
}
@media (max-width:767.98px){
	.banner-text{padding: 1.25rem;}
	.banner-text .h2{font-size: 1.5rem;}
	.banner-text p{display: none;}
	.banner1 .banner-text{max-width: 600px;}
}
@media (max-width:575.98px){
	.banner-hover{padding: 0 40px;}
	.banner-text{padding: 1rem;}
	.banner-text .h2{font-size: 1.25rem; margin-bottom: 0;}
	.banner-more{display: none;}
	.etw-banner .prev-button,.etw-banner .next-button{width: 30px; height: 30px; font-size: 1rem;}
}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}

.home-about{display: flex; flex-wrap: wrap; padding: 4rem;}
.home-about-left{width: 55%; position: relative; z-index: 2; display: flex; justify-content: flex-end;}
.home-about-box{width: 100%; max-width: 760px; position: relative; z-index: 2; padding: 30px 80px; display: flex; flex-direction: column; justify-content: center;}
.home-about-box .h3{font-weight: 600; text-transform: uppercase;}
.home-about-box .h3::after{content: ''; width: 80px; height: 4px; background-color: var(--bg-hover); display: block; margin-top: .5rem;}
.home-about-box p{font-size: 1.1rem; font-weight: 300;}
.home-about-right{width: 45%; position: relative; overflow: hidden;}
.home-about-right::before{content: ''; display: block; padding-top: 39%;}

.home-apps::before{content:'';position:absolute;inset:0;background:linear-gradient(to right,#fff,#ccc,#cdd6e8,#f9a32c);opacity:.8}
.home-apps .container{position: relative; z-index: 2;}
.home-apps .h3{text-align: center; font-weight: 600; text-transform: uppercase; margin-bottom: .5rem; color: #000;}
.home-apps .h3>span{display: block; font-size: 1rem; font-weight: 400; color: var(--bg-hover2); margin-bottom: .5rem; text-transform: capitalize;}
.home-apps small{display: block; max-width: 60%; margin: 0 auto 1.25rem auto; text-align: center; font-size: .95rem; font-weight: 300;}
.home-apps ul{width: calc(100% + 10px); margin: 0 -5px;}
.home-apps ul li{width: calc(100% / 6); padding: 5px;}
.home-apps ul li>a{width: 100%; overflow: hidden; position: relative; display: flex;}
.home-apps ul li>a>span{width: 100%; height: 100%; position: absolute; inset: 0; background-color: rgba(0,0,0,.5); font-size: 1.25rem; font-weight: 600; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem; opacity: 1; transition: all .4s;}
.home-apps ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.home-apps ul li>a:hover>span{opacity: 0;}

.home-pros .container{position: relative; z-index: 2;}
.home-pros-img{width: 300px; position: absolute; right: 1%; top: 5%; opacity: .2;}
.home-pros .h3{font-weight: 600; color: #000;}
.home-pros .row p{font-size: 1rem; font-weight: 300; line-height: 1.7;}
.home-pros-box{width: 100%; position: relative;}
.home-pros-box::before{content: ''; width: 50px; height: 50px; background: url(../images/logo_icon.webp) no-repeat center center; background-size: 100% 100%; position: absolute; right: -13px; bottom: -6px;}
.home-pros-swiper{width: 100%; margin-top: 50px; position: relative;}
.home-pros-swiper .swiper-slide{height: auto; display: flex;}
.home-pros-swiper .swiper-slide>ol{width: 100%; display: flex; flex-direction: column;}
.home-pros-swiper .swiper-slide>ol .textbox{flex-direction: column; padding-top: 1.25rem; text-align: center;}
.home-pros-swiper .swiper-slide>ol .textbox>a.h6{font-size: 1.08rem; font-weight: 600;}
.home-pros-swiper .prev-button,.home-pros-swiper .next-button{position: absolute; left: -30px; top: 50%; transform: translateY(-50%); z-index: 5; font-size: 1.625rem; color: #000;}
.home-pros-swiper .next-button{left: auto; right: -30px;}
.home-pros-swiper .prev-button:hover,.home-pros-swiper .next-button:hover{color: var(--bg-hover);}

.home-cases .container{max-width: 1600px;}
.home-cases .h3{text-align: center; font-weight: 600; text-transform: uppercase;}
.home-cases small{display: block; max-width: 50%; margin: 0 auto 1.25rem auto; text-align: center; font-size: .95rem; font-weight: 300;}
.home-cases ul{justify-content: center;}
.home-cases ul li{width: 25%;}
.home-cases ul li>ol{width: 100%; position: relative; overflow: hidden;}
.home-cases ul li>ol>a.imgbox .imgbox-sub{width: 100%; position: absolute; inset: 0; display: none;}
.home-cases ul li>ol .textbox{width: 100%; position: absolute; left: 0; bottom: -40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-color: rgba(0,0,0,.3); padding: 1rem; z-index: 2; transition: all .4s ease-in-out;}
.home-cases ul li>ol .textbox h6{font-size: 1.125rem; color: #fff; font-weight: 600;}
.home-cases ul li>ol .textbox p{width: 100%; flex: 1; color: #fff;}
.home-cases ul li>ol:hover .textbox{bottom: 0;}

.home-fac{padding-top: 0; background-color: #f3f4f8;}
.home-fac-title{background-image: var(--bg-top-bottom); padding: 3.5rem 0 1.875rem 0;}
.home-fac-title .h3{text-align: center; font-weight: 600; text-transform: uppercase;}
.home-fac-title p{text-align: center; max-width: 70%; margin: 0 auto;}
.home-fac ul li{width: 25%;}
.home-fac ul li a.imgbox{flex-direction: column;}
.home-fac ul li a.imgbox>h6{width: 100%; flex: 1; background-color: #fff; padding: 1rem; display: flex; align-items: center; justify-content: space-between; margin: 0;}
.home-fac ul li a.imgbox>h6>span{flex: 1; font-weight: 500;}
.home-fac ul li a.imgbox:hover>h6>span{color: var(--bg-hover);}
.home-fac ul li a.imgbox>h6>i{width: 30px; height: 30px; background-color: #f3f4f8; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-left: 1rem; font-size: .9rem; transition: all .4s;}
.home-fac ul li a.imgbox:hover>h6>i{background-color: var(--bg-hover); color: #fff;}

.home-dealer{padding: 0;}
.home-dealer-title{width: 100%; background: url(../images/distributor_img.webp) no-repeat center center; background-size: cover; display: flex; justify-content: flex-end;}
.home-dealer-title .textbox{width: 100%; min-height: 300px; max-width: 600px; flex: none; display: flex; flex-direction: column; justify-content: center; padding: 50px; background-color: rgba(0,0,0,.5);}
.home-dealer-title .h3{font-weight: 600; margin-bottom: 1.25rem; color: #fff;}
.home-dealer-title small{display: block; color: #fff; text-transform: uppercase; font-size: 1.125rem; margin-bottom: 1.25rem;}
.home-dealer-title .morebig>a{border: 1px solid #fff; background: none; color: #fff; font-size: .95rem;}
.home-dealer-title .morebig>a:hover{color: #000;}
.home-dealer-title .morebig>a:hover::after{background-color: #fff;}
.home-dealer ul{width: calc(100% + 30px); margin: 0 -15px; padding: 30px 0 50px 0;}
.home-dealer ul li{width: calc(100% / 3); padding: 0 30px; border-right: 1px solid #f5f5f5;}
.home-dealer ul li:last-child{border-right: none;}
.home-dealer ul li>ol{flex-direction: column;}
.home-dealer ul li>ol>span{font-family: var(--font-family2); font-size: 1.5rem; line-height: 1; font-weight: 300; color: #1445a4; display: block; margin-bottom: 1rem;}
.home-dealer ul li>ol>p{flex: 1; font-weight: 300;}

@media (max-width:1199.98px){
	section{padding:3.125rem 0;}
	.home-about{padding: 2.5rem;}
	.home-about-box{padding: 30px; padding-left: 0;}
	.home-about-box .h3,
	.home-cases .h3,
	.home-fac-title .h3,
	.home-apps .h3{font-size: 1.75rem;}
	.home-apps ul li{width: 20%;}
}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.home-about{flex-direction: column-reverse; padding: 1.875rem;}
	.home-about-right{width: 100%;}
	.home-about-left{width: 100%;}
	.home-about-box{max-width: 100%; padding: 30px 0 0 0;}
	.home-about-box .h3,
	.home-apps .h3,
	.home-cases .h3,
	.home-fac-title .h3,
	.home-pros .h3{font-size: 1.625rem;}
	.home-apps ul li{width: 25%;}
	.home-fac-title p,
	.home-cases small{max-width: 80%;}
	.home-fac ul li,
	.home-cases ul li{width: calc(100% / 3);}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.home-about{padding: 1.5rem;}
	.home-about-box .h3,
	.home-apps .h3,
	.home-cases .h3,
	.home-fac-title .h3,
	.home-pros .h3{font-size: 1.5rem;}
	.home-apps ul li{width: calc(100% / 3);}
	.home-cases small,
	.home-fac-title p,
	.home-apps small{max-width: 100%;}
	.home-fac ul li,
	.home-cases ul li{width: 50%;}
	.home-dealer ul li{width: 100%; padding: 0; padding-bottom: 20px; margin-bottom: 20px; border: none; border-bottom: 1px solid #f5f5f5;}
	.home-dealer ul li:last-child{padding-bottom: 0; margin-bottom: 0; border-bottom: none;}
}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
	.home-about{padding: 1.25rem;}
	.home-about-box .h3,
	.home-apps .h3,
	.home-cases .h3,
	.home-fac-title .h3,
	.home-pros .h3{font-size: 1.25rem;}
	.home-about-box p{font-size: .95rem;}
	.home-apps ul li{width: 50%;}
	.home-apps ul li>a>span,
	.home-pros .row p{font-size: .95rem;}
	.home-cases ul li>ol .textbox{bottom: 0;}
	.home-cases ul li>ol .textbox h6{font-size: .95rem; margin-bottom: 0;}
	.home-cases ul li>ol .textbox p{display: none;}
	.home-dealer-title .textbox{padding: 20px;}
}
@media (max-width:475.98px){
	.home-fac ul li,
	.home-cases ul li{width: 100%;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}
}
/* index-end */
/* #footer */
.footer{padding: 5rem 0 2.5rem 0; background: url(../images/foot.webp) no-repeat center center; background-size: cover; position: relative; overflow: hidden;}
.footer_map{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 1; background: url(../images/footer-bg.webp) repeat left center; background-size: contain;}
.footer_logo{max-width: 90%; margin-bottom: 1.875rem;}

.footer .container{position: relative; z-index: 2;}
.footer .container>.row{justify-content: space-between;}
.footer .h3,.footer a.h3{display: block; font-size: 1.25rem; color: #fff; font-weight: 700; margin-bottom: 1.25rem;}
.footer .h3::after,.footer a.h3::after{content: ''; width: 40px; height: 4px; background-color: #fff; display: block; margin-top: 1rem;}
.footer a.h3{width: fit-content;}
.footer a.h3:hover{color: var(--bg-hover);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list>li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list>li:last-child{margin-bottom: 0;}
.footer_list>li>a{display: block; color: #fff; position: relative; padding-left: 1rem; font-size: 1rem;}
.footer_list>li>a::before{content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #fff; position: absolute; left: 0; top: 8px;}
.footer_list>li>a:hover{color:var(--bg-hover); opacity: 1;}
.footer_list>li>a:hover::before{background-color: var(--bg-hover);}
.footer_cp{flex-direction: row; justify-content: space-between;}
.footer_cp>li{width: calc(53% - 5px);}
.footer_cp>li:nth-child(even){width: calc(47% - 5px);}

.footer_contact{display:flex; flex-direction: column; margin-top:0.5rem; margin-bottom: 0;}
.footer_contact dt{font-size: 1.2rem; color: #fff; font-weight: 600; margin-bottom: .5rem;}
.footer_contact dd{width: 100%; color: #fff; display:flex; flex-wrap:wrap; align-items:center; margin-bottom: .6rem; font-size: 1rem; padding-left: 1.8rem; position: relative;}
.footer_contact dd a{color: #fff;}
.footer_contact dd i{font-size: 1rem; position: absolute; left: 0; top: 0; color:#fff;}
.footer_contact dd a:hover{text-decoration: underline; color: var(--bg-hover);}
.footer_contact dd:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 4rem;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#fff;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #fff;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#fff;font-size:.9rem;}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center; background: #1445a4; 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: #1445a4 !important;border:1px solid #1445a4 !important;}
.theme-box-name{background:#000 !important;border-left:1px solid #000 !important}

@media (max-width:991.98px){
	.footer{padding: 2.5rem 0;}
	.footer .container>.row>div:nth-child(1){order: 3;}
	.footer .container>.row>div:nth-child(2){order: 1; max-width: 50%; margin-bottom: 1.5rem;}
	.footer .container>.row>div:nth-child(3){order: 2; max-width: 50%; margin-bottom: 1.5rem;}
	.footer_logo{max-width: 200px;}
	.etw_root{margin-top: 2.5rem;}

}
@media (max-width:767.98px){
	.footer{padding: 1.875rem 0;}
	.footer .container>.row>div:nth-child(2),
	.footer .container>.row>div:nth-child(3){max-width: 100%;}
	.etw_root{margin-top: 1.875rem;}
}
@media (max-width:575.98px){
	.footer{padding: 1.25rem 0;}
	.footer_logo{max-width: 150px;}
	.etw_root{margin-top: 1.25rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative; font-weight: 500;}
#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:1rem;text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1.2rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#000; opacity: 1;}
#quicknav ul li:last-child{color: #1445a4;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline;color:var(--bg-hover); opacity: 1;}
@media (max-width:767.98px){
	#quicknav{display: none;}
}
/* #quicknav-End */

/* Products */
.etw_hometitle h2,.etw_hometitle .h3{font-size: 2.5rem; color: #000; font-weight: 600;}
.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.5rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.25rem;}
}

.text-scroll{width: 100%; height: 120px; overflow-y: auto; padding-right: 15px;}
.text-scroll::-webkit-scrollbar{width: 3px;}
.text-scroll::-webkit-scrollbar-track{background: #dcdcdc; border-radius: 5px;}
.text-scroll::-webkit-scrollbar-thumb{background-color: var(--bg-main); border-radius: 5px;}

.pros-banner{padding: 0;}
.pros-hover{width: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background-color: rgba(255,255,255,.7); padding: 2.5rem;}
.pros-banner1 .pros-hover{max-width: 630px;}
.pros-hover .container{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.pros-hover .etw_hometitle h2{margin-bottom: 1rem; text-align: center;}
.pros-hover #quicknav ul.quicknav li::after,.pros-hover #quicknav ul.quicknav li a{color: #333;}
.pros-hover #quicknav ul.quicknav li:last-child{color: #1445a4;}
.pros-hover #quicknav ul li a:hover{text-decoration:underline; color: #1445a4; opacity: 1;}

.pros-choose{background-image: linear-gradient(to right, #f5f5f5, #fff, #dcdcdc); overflow: visible;}
.pros-choose .h3{font-weight: 500;}
.pros-choose .h3::after{content: ''; width: 80px; height: 4px; background-color: var(--bg-hover); display: block; margin-top: 1rem;}
.pros-choose-list{width: 100%; margin: 0;}
.pros-choose-list li{padding: 0; margin-bottom: .5rem; font-size: 1rem;}
.pros-choose-list li:last-child{margin-bottom: 0;}
.pros-choose-video{width: 100%; overflow: hidden; position: relative;}
.pros-choose-video::before{content: ''; display: block; padding-top: 56.25%;}
.pros-choose-video>video{width: 100%; height: 100%; display: block; position: absolute; inset: 0;}

.pros-apps{margin: 2rem auto -11rem auto; display: flex; position: relative; z-index: 3;}
.pros-apps img{width: 100%;}

.pros-system{background-image: linear-gradient(#fff, #f5f5f5); margin-top: 4rem;}
.pros-system .h3{font-weight: 600; padding: 1rem 0; position: relative; z-index: 0; color: var(--bg-hover2);}
.pros-system .h3::before{content: ''; position: absolute; inset: 0; background: url(../images/logo_icon.webp) no-repeat left center; background-size: contain; z-index: -1; opacity: .3; margin-top: -1rem;}
.pros-system p{font-size: 1.125rem;}
.pros-system dl{width: 100%; flex-direction: column;}
.pros-system dl>dt{font-size: 1.5rem; font-weight: 500; margin-bottom: .5rem;}
.pros-system dl>dd{font-size: 1.125rem; font-weight: 300; margin-bottom: .5rem; position: relative; padding-left: 1.5rem;}
.pros-system dl>dd::before{content: ''; width: 7px; height: 7px; background-color: var(--bg-hover); position: absolute; left: 2px; top: 10px; transform: rotate(45deg);}
.pros-system dl>dd:last-child{margin-bottom: 0;}
.pros-system ul{justify-content: center;}
.pros-system ul li{width: 25%;}
.pros-system ul li>a.imgbox{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.pros-system ul li>a.imgbox>h6{margin-bottom: 0; width: 100%; flex: 1; background-color: #fff; position: relative; border-top: 2px solid var(--bg-hover2); padding: 1rem; z-index: 0; display: flex; align-items: center; justify-content: space-between; transition: all .4s;}
.pros-system ul li>a.imgbox>h6::before{content: ''; width: 30px; height: 30px; border-left: 2px solid var(--bg-hover2); border-top: 2px solid var(--bg-hover2); background-color: #fff; position: absolute; left: 40px; top: -17px; z-index: -1; transform: rotate(45deg);  transition: all .3s ease-in-out;}
.pros-system ul li>a.imgbox>h6>span{flex: 1; font-weight: 500;}
.pros-system ul li>a.imgbox>h6>i{color: var(--bg-hover2); font-size: 1.25rem; margin-left: .5rem;}
.pros-system ul li>a.imgbox:hover>h6{color: var(--bg-hover2);}
.pros-system ul li>a.imgbox:hover>h6::before{left: 30px;}

.pros-adv{background-image: linear-gradient(#fff,#f5f5f5); padding-bottom: 5rem;}
.pros-adv .h3{font-weight: 500; margin-bottom: 1.25rem;}
.pros-adv .h3::after{content: ''; width: 80px; height: 4px; background-color: var(--bg-hover2); display: block; margin-top: .5rem;}

.inquiry-form{width: 100%; padding: 1.25rem 0; background:url(../images/inquiry-bg01.webp) no-repeat 58% center; background-size: cover; overflow: visible; position: relative; z-index: 5;}
.inquiry-form::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .7;}
.inquiry-form::after{content: ''; width: 50%; height: 110%;  position: absolute; left: 0; top: -5%; background: url(../images/inquiry-bg02.webp) no-repeat center center; background-size: cover;}
.inquiry-form .container{position: relative; z-index: 2; display: flex; flex-direction: row-reverse;}
.inquiry-form-left{width: 50%; padding: 2.5rem 0 2.5rem 5rem; display: flex; flex-direction: column; justify-content: center;}
.inquiry-form .h3{font-size: 1.45rem; font-weight: 600; color: var(--bg-hover); margin-bottom: 1.875rem; text-transform: uppercase;}
.inquiry-form dl{display: flex; flex-direction: column; margin: 0 0 1.25rem 0;}
.inquiry-form dl>dd>a{width: fit-content; display: flex; align-items: center; font-size: 1rem; color: #fff; font-weight: 400;}
.inquiry-form dl>dd>a>i{font-size: 1.5rem; margin-right: 1rem;}
.inquiry-form dl>dd>a:hover{border-color: var(--bg-hover); color: var(--bg-hover);}
.inquiry-form-right{width: 50%; padding: 0 2.5rem;}
.inquiry-form #feedback2017 .etw-inquery-btn{background-color: #000 !important; color: #fff !important; transition: all .4s;}
.inquiry-form #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-hover2) !important;}
.inquiry-form-bg3{background: url(../images/inquiry-bg03.webp) no-repeat center center; background-size: cover;}
.inquiry-form-bg4{background: url(../images/inquiry-bg04.webp) no-repeat center center; background-size: cover;}
.inquiry-form-bg5{background: url(../images/inquiry-bg05.webp) no-repeat center center; background-size: cover;}

.pros-case{padding-top: 5rem;}
.pros-case .h3{font-weight: 600; text-align: center; margin-bottom: 1.5rem;}
.pros-case-content{position: relative;}
.pros-case .swiper{width: 100%;}
.pros-case .swiper .swiper-slide{height: auto; display: flex; flex-direction: column; position: relative; overflow: hidden;}
.pros-case .swiper .swiper-slide .imgbox::before{content: ''; display: block; padding-top: 75%;}
.pros-case .swiper .swiper-slide .textbox{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; background-color: rgba(20,69,164,.5); padding: 1rem; color: #fff; text-align: center; justify-content: center; align-items: center; font-weight: 500;}
.pros-case .prev-button,.pros-case .next-button{position: absolute; left: -50px; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer; font-size: 1.5rem;}
.pros-case .next-button{left: auto; right: -50px;}
.pros-case .prev-button:hover,.pros-case .next-button:hover{color: var(--bg-hover2);}
.pros-case .morebig{justify-content: center; margin-top: 1.875rem;}
.pros-case .morebig>a{border-color: #1445a4; background-color: #1445a4; color: #fff; border-radius: 30px; overflow: hidden;}
.pros-case .morebig>a:hover{border-color: var(--bg-hover2); background-color: var(--bg-hover2);}
.pros-case .morebig>a:hover::after{background-color: var(--bg-hover2);}

.pros-projects{padding: 3.75rem 0;}
.pros-projects .swiper{padding-bottom: 30px;}
.pros-projects .swiper .swiper-slide .imgbox{position: relative; overflow: hidden; border-radius: 10px;}
.pros-projects .swiper .swiper-slide .imgbox::after{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .3; z-index: 2;}
.pros-projects .swiper .swiper-slide .textbox{width: 100%; flex: none; position: absolute; left: 0; bottom: 0; z-index: 4; padding: 1rem; color: #fff; font-size: .95rem; background: none; text-align: left; justify-content: flex-start;}
.pros-projects .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0;}
.pros-projects .swiper-pagination-bullet{width: 10px; height: 10px; background-color: var(--bg-hover2); border-radius: 10px; opacity: 1; transition: all .4s;}
.pros-projects .swiper-pagination-bullet-active{width: 30px;}


.pros-about{background: url(../images/inquiry-bg06.webp) no-repeat center center; background-size: cover;}
.pros-about::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .2;}
.pros-about-title{position: absolute; left: 8%; top: 15%; z-index: 2;}
.pros-about-title>span{font-size: 2.5rem; font-family: var(--font-family2); font-weight: 900; color: #1445a4; background-color: rgba(255,255,255,.5); backdrop-filter: blur(5px); padding: 1rem 2.5rem; border-radius: 50px; font-style: oblique;}
.pros-about .textbox{width: 100%; max-width: 500px; background-color: rgba(0,0,0,.7); backdrop-filter: blur(3px); float: right; padding: 2.5rem; color: #fff;}
.pros-about .textbox>.h3{color: #fff; font-weight: 600;}
.pros-about .textbox>p{font-size: 1.05rem; font-weight: 400;}
.pros-about .textbox .moresmall>a{background-color: #1445a4; padding: .5rem 1.25rem; border-radius: 40px; color: #fff; font-weight: 400;}
.pros-about .textbox .moresmall>a:hover{background-color: var(--bg-hover); color: #000;}
.pros-about-bg2{background: url(../images/pros-about-bg2.webp) no-repeat center center; background-size: cover;}

@media (max-width:1199.98px){
	.pros-banner1 .pros-hover{width: 100%; max-width: 680px;}
	.etw-phone-p1 li{width: 20%;}
	.pros-case .prev-button, .pros-case .next-button{left: -10px; background-color: #fff;}
	.pros-case .next-button{left: auto; right: -10px;}
}
@media (max-width:991.98px){
	.pros-banner1 .pros-hover{max-width: 600px; padding: 1.875rem;}
	.etw-phone-p1 li{width: 25%;}
	.pros-system ul li{width: calc(100% / 3);}
	.pros-adv{padding-bottom: 2.5rem;}
	.inquiry-form{overflow: hidden; padding: 0; margin: 0 !important;}
	.inquiry-form .container{flex-wrap: wrap;}
	.inquiry-form-left{width: 100%; padding: 1.875rem 0; align-items: center; text-align: center;}
	.inquiry-form dl{flex-direction: row; justify-content: space-evenly; width: 100%;margin-bottom: 0;}
	.inquiry-form dl>dd{margin-bottom: 0;}
	.inquiry-form-right{width: 100%; position: relative; padding: 1.875rem 0;}
	.inquiry-form-right::before{content: ''; width: 150%; height: 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); background: url(../images/inquiry-bg02.webp) no-repeat center center; background-size: cover; z-index: -1;}
	.inquiry-form::after{display: none;}
	.pros-case{padding: 2.5rem 0 !important;}
	.pros-about-title{left: 4%;}
	.pros-about-title>span{font-size: 1.875rem; padding: 1rem 1.5rem;}
	.pros-about .textbox>.h3,
	.pros-case .h3,
	.pros-adv .h3,
	.pros-system .h3,
	.pros-choose .h3{font-size: 1.75rem;}
}
@media (max-width:767.98px){
	.pros-banner1{min-height: 250px;}
	.pros-banner1>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}
	.pros-banner1 .pros-hover{max-width: 90%; padding: 1.5rem 0;}
	.pros-hover .etw_hometitle h2{margin-bottom: 0;}
	.etw-phone-p1 li{width: calc(100% / 3);}
	.pros-apps{margin-bottom: 0;}
	.pros-system{margin-top: 0;}
	.pros-system ul li{width: 50%;}
	.pros-case{padding: 1.875rem 0 !important;}
	.pros-about-title{position: relative; left: initial; top: initial; margin-left: 1.25rem;}
	.pros-about .textbox{max-width: 100%; margin-top: 1.5rem; padding: 1.875rem;}
	.pros-about .textbox>.h3,
	.pros-case .h3,
	.feedback .webtitle,
	.inquiry-form .h3,
	.pros-adv .h3,
	.pros-system .h3,
	.pros-choose .h3{font-size: 1.5rem;}
	.pros-system dl>dd,
	.pros-about .textbox>p,
	.pros-system p{font-size: 1rem;}
}
@media (max-width:575.98px){
	.pros-about .textbox>.h3,
	.pros-case .h3,
	.feedback .webtitle,
	.inquiry-form .h3,
	.pros-system dl>dt,
	.pros-system .h3,
	.pros-adv .h3,
	.pros-choose .h3{font-size: 1.25rem;}
	.etw-phone-p1 li{width: 50%;}
	.pros-system dl>dd,
	.pros-about .textbox>p,
	.pros-system p{font-size: .95rem;}
	.inquiry-form dl{flex-direction: column; align-items: center;}
	.inquiry-form dl>dd{margin-bottom: .5rem;}
	.pros-case{padding: 1.25rem 0 !important;}
}
@media (max-width:375.98px){
	.pros-system ul li{width: 100%;}
}

/* Products-Details */
.hub-banner{max-height: 350px;}
.bg-top-bottom{background-image: linear-gradient(#f5f5f5,#fff);}
.img-bg img{mix-blend-mode: multiply;}
.details{padding: 0;}
.details-items{padding: 3.125rem 0; position: relative;}
.details p{font-size: 1rem; color: #000; line-height: 1.6;}
.details-title{border-bottom: 1px dashed #ccc; padding-bottom: 1rem; margin-bottom: 1.25rem;}
.details-title span{color: var(--bg-hover2); font-size: 1.25rem; font-weight: 300; display: block; margin-bottom: .5rem;}
.details-title .h3{font-family: var(--font-family2); font-weight: 800; font-size:2rem; margin-bottom: .5rem;}
.details-title small{display: block; font-size: 1.1rem; color: #666;}

.h4-title{display: flex; align-items: center; margin: 1.875rem 0 1rem 0;}
.h4-title>span{border-bottom: 3px solid var(--bg-hover2); font-family: var(--font-family2); font-weight: 900; font-size: 1.35rem; line-height: 1.8; font-style: oblique;}
.h4-title-center{justify-content: center;}

.specifications{width: calc(100% + 10px); margin: 0 -5px;}
.specifications li{width: calc(100% / 3); padding: 5px;}
.specifications li>dl{width: 100%; flex-direction: column; background-color: #fff; margin-bottom: 0; padding: .5rem 1rem;}
.specifications li>dl>dd{padding: .5rem 0; border-bottom: 1px solid #f5f5f5; margin-bottom: 0; font-weight: 600; color: #333;}
.specifications li>dl>dd>strong{color: #666; font-weight: 500;}
.specifications li>dl>dd:last-child{border-bottom: none;}
.specifications li>dl>dd a{color: var(--bg-hover);}
.specifications li>dl>dd a:hover{color: #000;}

.components small{display: block; text-align: center; font-size: .95rem; margin-bottom: 1.25rem;}
.components-box{max-width: 80%; margin: 0 auto; display: block;}
.components ul {width: 100%; margin: 0;}
.components ul li{width: 100%; padding: 0;}
.components ul li>ol{justify-content: space-between;}
.components ul li>ol a.imgbox{width: 50%;}
.components ul li>ol a.imgbox img{cursor: zoom-in;}
.components ul li>ol .textbox{width: 50%; flex: none; flex-direction: column; justify-content: center; padding: 1rem; padding-right: 0; padding-left: 40px; position: relative; z-index: 3;}
.components ul li>ol .textbox .h6{font-size: 1.15rem; font-weight: 600; position: relative; padding-bottom: .75rem;}
.components ul li>ol .textbox .h6::after{content: ''; width: calc(100% + 100px); height: 1px; background-color: var(--bg-hover); position: absolute; left: -100px; bottom: 0;}
.components ul li>ol .textbox p{color: #000; font-weight: 400;}
.components ul li:nth-child(even)>ol{flex-direction: row-reverse;}
.components ul li:nth-child(even)>ol .textbox{padding: 1rem; padding-left: 0; padding-right: 40px;}
.components ul li:nth-child(even)>ol .textbox .h6::after{left: auto; right: -100px;}

.tag-nav{display: flex; justify-content: center; width: calc(100% + 4px); margin: 0 -2px;}
.tag-nav li{width: 25%; padding: 2px;}
.tag-nav li>a{width: 100%; font-size: .95rem; font-weight: 500; color: #000; text-align: center; background-color: #f0f0f0; padding: .75rem; display: flex; align-items: center; justify-content: center;}
.tag-nav li>a:hover,
.tag-nav li.active>a{background-color: var(--bg-hover);}
.tag-content{width: 100%; margin-top: 30px;}
.tag-content>div{display: none;}
.tag-content>div:first-child{display: block;}

.h5_title{font-size: 1.125rem; display: block; margin-bottom: 1rem;}
.related-system .row a.h3{display: block; font-weight: 600;	color: #000; font-size: 1.5rem; margin-bottom: 1rem;}
.related-system .row a.h3:hover{color: var(--bg-hover);}
.related-system .row p{font-size: 1rem; font-weight: 400;}

.related-pros .h3{font-weight: 500;}
.related-pros ul li{width: 25%;}
.related-pros ul li>ol a.imgbox{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.related-pros ul li>ol a.imgbox>.h6{width: 100%; flex: 1; display: flex; align-items: center; padding: 1rem; margin: 0;}
.related-pros ul li>ol a.imgbox>.h6>span{flex: 1; transition: all .4s; font-size: 1rem; font-weight: 600;}
.related-pros ul li>ol a.imgbox>.h6>i{font-size: 1.25rem; margin-left: .75rem; transition: all .4s;}
.related-pros ul li>ol a.imgbox:hover{box-shadow: 0 0 0 rgba(0,0,0,.15);;}
.related-pros ul li>ol a.imgbox:hover>.h6>span,
.related-pros ul li>ol a.imgbox:hover>.h6>i{color: var(--bg-hover);}

.details-banner{max-height: 350px;}
.details-banner .pros-hover{width: 100%; max-width: 600px;}
.details-banner3 .pros-hover{max-width: 520px;}
.details-banner4 .pros-hover{max-width: 540px;}
.details-banner5 .pros-hover{max-width: 580px;}
.details-banner6 .pros-hover{max-width: 650px;}
.details-banner8 .pros-hover{max-width: 500px;}

.left_pics{width: 100%; display: flex;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: block; border: 1px solid #ccc;}
.related_pic{width: 100%; position: absolute; left: 5px; bottom: 5px;}
.related_pic ul{width: 100%; margin: 0;}
.related_pic ul>li{width: 25%; padding: 5px;}
.related_pic ul>li>a{display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-hover);}

.faqs_list{width: calc(100% + 30px); margin: 0 -15px;}
.faqs_list li{width: 50%; padding: 15px;}
.faqs_list li .faqs_nub{min-width: 54px; font-size: 2.5rem; line-height: 1; color: #abb1c7; font-family: var(--font-family2); font-weight: 900;}
.faqs_list li>ol{flex: 1; flex-direction: column; padding-left: 20px;}
.faqs_list li>ol>.h6{font-size: 1.25rem; font-weight: 600; margin-bottom: .625rem;}
.faqs_list li>ol>p{font-weight: 400;}

@media (max-width:1199.98px){
	.pros-hover{width: 100%; max-width: 500px; padding: 2rem 0;}
	.pros-case .h3,
	.related-pros .h3,
	.details-title .h3,
	.pros-hover .etw_hometitle h2{font-size: 1.75rem;}
}
@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
	.related-pros ul li{width: calc(100% / 3);}
	.related-pros ul li:last-child{display: none;}
	.faqs_list li{width: 100%;}
	.pros-case .h3,
	.related-pros .h3,
	.details-title .h3,
	.pros-hover .etw_hometitle h2{font-size: 1.625rem;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
	.hub-banner,
	.details-banner{min-height: 250px;}
	.details-banner>img,
	.hub-banner>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}
	.pros-hover{width: 90% !important;}
	.tag-nav li,
	.specifications li{width: 50%;}
	.components-box{max-width: 100%;}
	.related-pros ul li{width: 50%;}
	.related-pros ul li:last-child{display: flex;}
	.pros-case .h3,
	.related-pros .h3,
	.details-title .h3,
	.pros-hover .etw_hometitle h2{font-size: 1.5rem;}
	.details p{font-size: .95rem;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.components ul li>ol a.imgbox,
	.components ul li>ol .textbox,
	.specifications li{width: 100%;}
	.components ul li>ol .textbox{padding-left: 0;}
	.related-pros ul li{width: 100%;}
	.faqs_list li{flex-direction: column;}
	.faqs_list li>ol{padding: 10px 0 0 0;}
	.pros-case .h3,
	.related-pros .h3,
	.h4-title>span,
	.details-title .h3,
	.pros-hover .etw_hometitle h2{font-size: 1.25rem;}
}
/* Products-Details End */
/* Applications */
.apps-banner{padding: 0;}
.apps-banner-hover{position: absolute; inset: 0; display: flex; align-items: center;}
.apps-banner-box{width: 100%; max-width: 590px; background-color: rgba(0,0,0,.5); padding: 2.5rem; margin: 0 auto;}
.apps-banner-box .etw_hometitle div.h3{color: #fff; font-weight: 700; text-align: center;}
.apps-banner2::before{content: ''; display: block; padding-top: 16%;}
.apps-banner2 .apps-banner-hover{background-color: rgba(0,0,0,.7);}
.apps-banner2 .apps-banner-box{background: none; max-width: 100%;}

.apps{padding: 0;}
.apps ul{width: 100%; margin: 0;}
.apps ul li{width: 100%; padding: 4rem 0; position: relative;}
.apps ul li:last-child{margin-bottom: 0;}
.apps ul li>ol{width: 100%; display: flex; flex-direction: row-reverse; position: relative; z-index: 2;}
.apps ul li>ol a.imgbox{width: 25%; overflow: visible;}
.apps ul li>ol .textbox{width: 75%; flex-direction: column; justify-content: center; padding-right: 2.5rem;}
.apps ul li>ol .textbox a.h6{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.apps ul li>ol .textbox a.h6>span{font-size: 1.5rem; font-weight: 600;}
.apps ul li>ol .textbox a.h6>small{display: block; font-size: .95rem; margin-top: .5rem;}
.apps ul li>ol .textbox a.h6>small::after{content: ''; display: block; width: 80px; height: 3px; background-color: var(--bg-hover2); margin-top: .5rem;}
.apps ul li>ol .textbox .more>a{flex-direction: row; padding: .5rem 0; border: none; background: none; color: var(--bg-hover2);}
.apps ul li>ol .textbox .more>a::before{content: '\F285';}
.apps ul li>ol .textbox .more>a:hover{padding: .5rem 1rem; color: #000;}
.apps ul li:nth-child(even)::before{content: ''; width: 500%; height: 100%; background-color: #f5f5f5; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.apps ul li::after{content: ''; width: 0; height: 0; float: left; border-bottom: 40px solid #f5f5f5; border-left: 50px solid transparent; border-right: 50px solid transparent; position: absolute; left: 0; bottom: -2px; z-index: 2;}
.apps ul li:nth-child(even)::after{border-bottom: 30px solid #fff;}
.apps ul li:last-child::after{content: none;}

.apps-fac{padding: 0; overflow: visible; margin: 2.5rem 0;}
.apps-fac .container{max-width: 1400px; display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.apps-fac-left{width: 55%;}
.apps-fac-left .swiper{width: 100%;}
.apps-fac-left .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff; opacity: 1;}
.apps-fac-left .swiper-pagination-bullet-active{background-color: var(--bg-hover);}
.apps-fac-left .prev-button,
.apps-fac-left .next-button{position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: #fff; text-shadow: 2px 2px 2px #000; padding: .5rem; z-index: 2; background-color: rgba(0,0,0,.5);}
.apps-fac-left .next-button{left: auto; right: 0;}
.apps-fac-right{width: 45%; display: flex; justify-content: flex-end; margin: -2.5rem 0; background-color: #1445a4;}
.apps-fac-box{width: 100%; max-width: 850px; display: flex; flex-direction: column; justify-content: center; padding: 30px;}
.apps-fac-box small{display: block; color: #fff; text-transform: uppercase; font-size: 1rem; position: relative; padding-left: 1.25rem;}
.apps-fac-box small::before{content: ''; width: 10px; height: 10px; background-color: #fff; display: block; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.apps-fac-box .h3{color: #fff; font-weight: 600; margin: .5rem 0 1.25rem 0;}
.apps-fac-box .items>li{color: #fff; font-weight: 400;}
.apps-fac-box .items>li::before{color: #fff;}

.inquiry-form2{background: url(../images/inquiry-bg04.webp) no-repeat center center; background-size: cover;}
.inquiry-form2::before{content: '';position: absolute; inset: 0;background-color: rgba(0,0,0,.4);}
.inquiry-form2::after{content: ''; width: 60%; height: 100%; position: absolute; top: 0; right: 50%; background-color: rgba(0,0,0,.8); transform: skew(-45deg);}
.inquiry-form2 .container{position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center;}
.inquiry-form2-left{width: 50%;}
.inquiry-form2-left .h3{color: #fff; font-weight: 600; margin-bottom: 0;}
.inquiry-form2-right{width: 50%; display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;}
.inquiry-form2-right>dl{display: flex; flex-direction: column; margin-bottom: 0;}
.inquiry-form2-right>dl>dd{width: fit-content; color: #fff; font-size: 1.125rem; font-weight: 400;}
.inquiry-form2-right>dl>dd>a>i{margin-right: .5rem;}

.apps-bottom{margin-bottom: -6rem; position: relative; z-index: 2;}
.apps-top{margin-top: 0;}
.apps-details{padding: 0;}
.details-items1 .container{position: relative; z-index: 2;}
.apps-details-title{display: flex; flex-direction: column; border-bottom: 1px dashed #ccc; padding-bottom: 1rem; margin-bottom: 1.25rem;}
.apps-details-title .h3{font-weight: 600; margin-bottom: 0;}
.apps-details-title small{display: block; font-size: 1.125rem; color: #666; margin-top: .5rem;}

.advantages-list{width: 100%; margin: 0;}
.advantages-list li{width: 100%; padding: 0; padding-left: 30px; margin: 1rem 0 0 0; position: relative;}
.advantages-list li::before{content: ''; width: 2px; height: calc(100% + 1rem); background-color: var(--bg-hover); position: absolute; left: 7px; top: 15px;}
.advantages-list li:last-child::before{content: none;}
.advantages-list li>ol{width: 100%; flex-direction: column;}
.advantages-list li>ol .h6{font-weight: 600; font-size: 1.125rem; line-height: 30px; position: relative; margin-bottom: .5rem;}
.advantages-list li>ol .h6::before{content: ''; width: 1rem; height: 1rem; border-radius: 50%; background-color: var(--bg-hover); position: absolute; left: -30px; top: 50%; transform: translateY(-50%);}
.advantages-list li>ol>dl{flex: 1;}
.advantages-list li>ol>dl>dd{font-weight: 400; color: #666;}

.advantages-list2{width: 100%; margin: 0;}
.advantages-list2 li{width: 100%; padding: 0; padding-left: 30px; margin: 1rem 0 0 0; position: relative; font-weight: 500; color: #333;}
.advantages-list2 li::before{content: ''; width: 2px; height: calc(100% + 1rem); background-color: var(--bg-hover); position: absolute; left: 3px; top: 15px;}
.advantages-list2 li::after{content: ''; width: .5rem; height: .5rem; border-radius: 50%; background-color: var(--bg-hover); position: absolute; left: 0; top: 8px;}
.advantages-list2 li:last-child::before{content: none;}

.recommended{background-color: #f0f0f0;}
.recommended .h3{text-align: center; font-weight: 600; margin-bottom: 1.875rem;}
.recommended .h3::after{content: ''; width: 80px; height: 4px; background-color: var(--bg-hover); display: block; margin: .5rem auto 0 auto;}
.recommended-box{display: flex; flex-wrap: wrap; justify-content: center;}
.recommended-left{width: 30%; display: flex; flex-direction: column; margin-right: 1rem;}
.recommended-left .textbox{flex-direction: column; padding-top: 1rem;}
.recommended-left .textbox .h6{font-size: 1.4rem; margin-bottom: .5rem;}
.recommended-left .textbox ul{width: 100%; margin: 0; flex-direction: column;}
.recommended-left .textbox ul li{padding: 0; margin-top: .5rem;}
.recommended-left .textbox ul li strong{margin-right: 5px;}
.recommended-left .textbox ul li:has(dl){ flex-direction: column;}
.recommended-left .textbox ul li dl{margin-bottom: 0;}
.recommended-left .textbox ul li dl>dd{margin: .5rem 0 0 0}
.recommended-right{width: 30%; margin-left: 1rem; display: flex; flex-direction: column;}
.recommended-right .textbox{flex-direction: column; padding-top: 1rem;}
.recommended-right .textbox .h6{font-size: 1.4rem; margin-bottom: .5rem; font-weight: 700;}
.recommended-right .textbox>p{ font-size: 1rem; font-weight: 400;}

.other-apps{display: flex; flex-wrap: wrap; justify-content: flex-end;}
.other-apps-left{width: 30%; display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-end; padding: 0 20px;}
.other-apps-left .h3{width: 100%; max-width: 400px; font-weight: 600; margin-bottom: 1.25rem;}
.other-apps-left .h3::after{content: ''; width: 80px; height: 4px; background-color: var(--bg-hover); display: block; margin-top: .5rem}
.other-apps-left p{width: 100%; max-width: 400px; font-size: 1.1rem; font-weight: 400;}
.other-apps-right{width: 70%; padding: 0 20px; position: relative;}
.other-apps .swiper{width: 100%;}
.other-apps .swiper .swiper-slide{height: auto; display: flex;}
.other-apps .swiper .swiper-slide a.imgbox{flex-direction: column;}
.other-apps .swiper .swiper-slide a.imgbox::before{content: ''; position: absolute; inset: 0; background-color: rgba(0,0,0,.5); transition: all .4s;}
.other-apps .swiper .swiper-slide a.imgbox>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #f0f0f0; padding: .75rem .5rem; transition: all .4s; font-weight: 500; position: relative; z-index: 2;}
.other-apps .swiper .swiper-slide a.imgbox:hover>span{background-color: var(--bg-hover); color: #000;}
.other-apps .swiper .swiper-slide a.imgbox:hover::before{opacity: 0;}
.other-apps .prev-button,
.other-apps .next-button{width: 40px; height: 40px; background-color: #dcdcdc; color: #000; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2; font-size: 1.25rem;}
.other-apps .next-button{left: auto; right: 0;}
.other-apps .prev-button:hover,
.other-apps .next-button:hover{background-color: var(--bg-hover);}

.inquiry-form3-box{width: 100%; display: flex; flex-wrap: wrap;}
.inquiry-form3-left{width: 40%; display: flex; flex-direction: column; padding-top: 50px;}
.inquiry-form3-left .h3{font-weight: 600; font-size: 1.75rem; margin-bottom: 20px;}
.inquiry-form3-left>dl{flex-direction: column; display: flex;}
.inquiry-form3-left>dl>dd{display: flex; flex-direction: column; font-weight: 400; font-size: 1rem; margin-bottom: 1rem;}
.inquiry-form3-left>dl>dd>strong{font-weight: 600;}
.inquiry-form3-left>dl>dd>a{color: var(--bg-hover);}
.inquiry-form3-left>dl>dd>a:hover{color: #1445a4;}
.inquiry-form3-right{width: 60%; background-color: #fff;}

@media (max-width:1199.98px){
	.recommended-pros .h3,
	.inquiry-form3-left .h3,
	.other-apps-left .h3,
	.recommended .h3,
	.apps-details-title .h3,
	.inquiry-form2-left .h3,
	.apps-fac-box .h3,
	.apps-banner-box .etw_hometitle div.h3{font-size: 1.75rem;}
	.apps ul li{padding: 3.125rem 0;}
	.recommended-left,
	.recommended-right{width: 40%;}
}
@media (max-width:991.98px){
	.recommended-pros .h3,
	.inquiry-form3-left .h3,
	.other-apps-left .h3,
	.recommended .h3,
	.apps-details-title .h3,
	.inquiry-form2-left .h3,
	.apps-fac-box .h3,
	.apps-banner-box .etw_hometitle div.h3{font-size: 1.625rem;}
	.apps-banner{min-height: 250px;}
	.apps-banner>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}
	.apps-banner-box{padding: 1.875rem;}
	.apps ul li{padding: 2.5rem 0;}
	.apps ul li>ol a.imgbox{width: 30%;}
	.apps ul li>ol .textbox{width: 70%;}
	.apps-fac-left{width: 100%;}
	.apps-fac-right{width: 100%; margin: 0;}
	.apps-fac-box{max-width: 100%;}
	.apps-fac{margin: 1.875rem 0;}
	.inquiry-form2::after{width: 75%;}
	.apps-bottom{margin-bottom: 1.25rem;}
	.recommended-box{justify-content: space-between;}
	.recommended-left,
	.recommended-right{width: calc(50% - 15px); margin: 0;}
}
@media (max-width:767.98px){
	.recommended-pros .h3,
	.inquiry-form3-left .h3,
	.other-apps-left .h3,
	.recommended .h3,
	.apps-details-title .h3,
	.inquiry-form2-left .h3,
	.apps-fac-box .h3,
	.apps-banner-box .etw_hometitle div.h3{font-size: 1.5rem;}
	.apps-banner-box{padding: 1.5rem;}
	.apps ul li{padding: 1.875rem 0;}
	.apps ul li>ol a.imgbox{width: 40%;}
	.apps ul li>ol .textbox{width: 60%; padding-right: 1.25rem;}
	.apps-fac{margin: 1.25rem 0;}
	.inquiry-form2-left{width: 100%; margin-bottom: 1rem; text-align: center;}
	.inquiry-form2-right{width: 100%; flex-direction: column;}
	.inquiry-form2-right>dl{width: 100%; flex-direction: column; align-items: center; margin-bottom: 1rem;}
	.inquiry-form2-right>dl>dd{font-size: .95rem;}
	.inquiry-form2::after{width: 100%; right: 0; transform: skew(0deg);}
	.other-apps{flex-direction: column;}
	.other-apps-left{width: 100%; align-items: center; text-align: center; margin-bottom: 1rem;}
	.other-apps-left .h3{display: flex; flex-direction: column; align-items: center;}
	.inquiry-form3-left,
	.other-apps-right{width: 100%;}
	.inquiry-form3-left{padding: 0; align-items: center; text-align: center;}
	.inquiry-form3-left>dl>dd{flex-direction: row;}
	.inquiry-form3-left>dl>dd>strong{margin-right: .5rem;}
	.inquiry-form3-right{width: 100%;}
}
@media (max-width:575.98px){
	.recommended-pros .h3,
	.inquiry-form3-left .h3,
	.other-apps-left .h3,
	.recommended-right .textbox .h6,
	.recommended .h3,
	.apps-details-title .h3,
	.inquiry-form2-left .h3,
	.apps-fac-box .h3,
	.apps ul li>ol .textbox a.h6>span,
	.apps-banner-box .etw_hometitle div.h3{font-size: 1.25rem;}
	.apps-banner-box{padding: 1.25rem;}
	.apps ul li>ol a.imgbox,
	.apps ul li>ol a.imgbox>img{width: 100%;}
	.apps ul li>ol .textbox{width: 100%; padding: 1rem 0 0 0;}
	.apps ul li::after{border-bottom: 20px solid #f5f5f5; border-left: 25px solid transparent; border-right: 25px solid transparent;}
	.apps ul li>ol .textbox .more>a{font-size: .95rem;}
	.apps-fac{margin: 0;}
	.recommended-left,
	.recommended-right{width: 100%;}
	.recommended-right{margin-top: 1.25rem;}
}
@media (max-width:375.98px){
	.apps-banner-box{padding: 1rem;}
}
/* Applications-End */
/* About Us */
.nbanner{padding: 0;}
.nbanner-hover{position: absolute; inset: 0; display: flex; align-items: center;}
.nbanner-box{width: 100%; max-width: 550px; background-color: rgba(0,0,0,.5); padding: 2.5rem; margin: 0 auto;}
.nbanner-box .etw_hometitle div.h3{color: #fff; font-weight: 700; text-align: center;}
.nbanner1 .nbanner-hover{background-color: rgba(0,0,0,.7);}
.nbanner1 .nbanner-box{background: initial;}

.projects-list>li{width: calc(100% / 3);}
.projects-list>li>ol{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.projects-list>li>ol>.textbox{flex-direction: column; background-color: #fff; padding: 1.25rem;}
.projects-list>li>ol>.textbox>ul{width: 100%; margin: 0; flex-direction: column;}
.projects-list>li>ol>.textbox>ul>li{width: 100%; padding: 0; margin-bottom: .5rem; color: #000; font-weight: 500; display: block;}
.projects-list>li>ol>.textbox>ul>li>strong{margin-right: .5rem; font-weight: 600; color: #666; float: left;}
.projects-list>li>ol>.textbox>ul>li>dl{width: 100%; float: left; margin-top: .5rem;}

.about-why .h3{display: flex; flex-direction: column; align-items: center; color: #1445a4;}
.about-why .h3::after{content: ''; width: 100px; height: 4px; background-color: var(--bg-hover2); display: block; border-radius: 2px; margin-top: .5rem;}
.about-why-left{width: 100%; margin: 0;}
.about-why-left li{width: 100%; padding: 0; padding-left: 30px; margin: .75rem 0 0 0; position: relative;}
.about-why-left li::before{content: ''; width: 2px; height: calc(100% + 1rem); background-color: var(--bg-hover); position: absolute; left: 7px; top: 15px;}
.about-why-left li:last-child::before{content: none;}
.about-why-left li>ol{width: 100%; flex-direction: column;}
.about-why-left li>ol .h6{font-weight: 600; font-size: 1.125rem; line-height: 30px; position: relative; margin-bottom: .5rem;}
.about-why-left li>ol .h6::before{content: ''; width: 1rem; height: 1rem; border-radius: 50%; background-color: var(--bg-hover); position: absolute; left: -30px; top: 50%; transform: translateY(-50%);}
.about-why-left li>ol>dl{flex: 1;}
.about-why-left li>ol>dl>dd{font-weight: 400; color: #666;}

.adv-list li{width: 100%; border-bottom: 1px dashed #ccc; padding: 0; padding-bottom: 1rem; margin-bottom: 1rem;}
.adv-list li>ol{width: 100%; align-items: center;}
.adv-list li>ol .left{width: 30%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; text-align: center;}
.adv-list li>ol .left>.h6{font-weight: 500; font-size: 1.625rem; margin-bottom: 0;}
.adv-list li>ol .left>span{font-size: 1rem; line-height: 1; color: #1445a4; font-weight: 500; padding: .25rem 0;}
.adv-list li>ol p{flex: 1; display: flex; align-items: center; justify-content: center; font-weight: 400; border-left: 1px solid #ccc; padding-left: 20px; margin-left: 5px;}

.adv-list li:last-child{border-bottom: none; margin-bottom: 0;}

.about ul{width: 100%; margin: 0;}
.about ul li{width: 100%; padding: 0;}
.about ul li>ol a.imgbox{width: 50%;}
.about ul li>ol a.imgbox::before{content: ''; width: 50px; height: 50px; background-color: #fff; position: absolute; right: 0; top: 50%; transform: translate(50%, -50%) rotate(45deg);}
.about ul li>ol .textbox{width: 50%; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2.5rem; background-color: #fff;}
.about ul li>ol .textbox a.h6{font-size: 1.5rem; font-weight: 500;}
.about ul li>ol .textbox p{font-weight: 400;}
.about ul li:nth-child(even)>ol{flex-direction: row-reverse;}
.about ul li:nth-child(even)>ol a.imgbox::before{right: auto; left:0; transform: translate(-50%, -50%) rotate(45deg);}

.our-pros .swiper{width: calc(100% + 20px); margin: 0 -10px; margin-top: 1.75rem;}
.our-pros .swiper .swiper-slide{height: auto; display: flex; padding: 10px;}
.our-pros .swiper .swiper-slide a.imgbox{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15); border-radius: 10px;}
.our-pros .swiper .swiper-slide a.imgbox .h6{margin: 0; width: 100%; flex: 1; display: flex; align-items: center; justify-content: space-between; padding: 1rem; transition: all .4s;}
.our-pros .swiper .swiper-slide a.imgbox .h6>span{font-size: 1.125rem; font-weight: 500;}
.our-pros .swiper .swiper-slide a.imgbox .h6>i{font-size: 1.5rem;}
.our-pros .swiper .swiper-slide a.imgbox:hover{box-shadow: 0 0 0 rgba(0,0,0,.15);}
.our-pros .swiper .swiper-slide a.imgbox:hover .h6{background-color: var(--bg-hover);}

.become-box{display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 1.5rem;}
.become-box .h5{color: var(--bg-hover2);}
.become-left{width: 50%; border-right:1px solid #ccc; padding-right: 2.5rem; display: flex; flex-direction: column; align-items: center;}
.become-box ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.become-box ul li{display: flex; flex-direction: column; margin-bottom: .75rem;}
.become-right{width: 50%; border-left:1px solid #ccc; padding-left: 2.5rem; display: flex; flex-direction: column; align-items: center;}

.company p,
.company .items li,
.company .items dd{font-size: 1rem; font-weight: 400;}
.company-nav ul{width: 100%; margin: 0; justify-content: center;}
.company-nav ul li{width: calc(100% / 6); border-right: 1px solid #ccc; display: flex; align-items: center; justify-content: center;}
.company-nav ul li>a{display: flex; flex-direction: column;}
.company-nav ul li>a>span.icon{width: 100%; height: 50px; overflow: hidden; display: block;}
.company-nav ul li>a>span.icon>img{width: auto; height: 50px; filter: drop-shadow(0 50px #000); position: relative; transform: translateY(-100%); transition: initial;}
.company-nav ul li>a>span.text{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; margin-top: 1rem; font-weight: 500; font-size: 1.1rem;}
.company-nav ul li>a:hover>span.icon>img,
.company-nav ul li.active>a>span.icon>img{filter: drop-shadow(0 50px var(--bg-hover));}
.company-nav ul li.active>a>span.text{color: var(--bg-hover);}
.company-nav ul li:last-child{border-right: none;}

.history-list{width: 100%; margin: 30px 0; position: relative; flex-direction: column;}
.history-list::before{content: ''; width: 2px; height: 100%; background-color: #aab2bd; position: absolute; left: 50%; top:15px; margin-left: -1px;}
.history-list li{width: 100%; margin-bottom: 30px; padding: 0; position: relative;}
.history-list li .history-year{min-width: 100px; background-color: #aab2bd; padding: .25rem; position: absolute; left: 50%; top: 10px; transform: translateX(-50%); text-align: center; color: #fff; font-size: 1.125rem; border-radius: 5px;}
.history-list li>ol{width: 40%; background-color: #fff; padding: 20px; position: relative; filter: drop-shadow(5px 5px 5px rgba(0,0,0,.15)); left: -50px; opacity: 0; transition: all .8s;}
.history-list li>ol::before{content: ''; width: 0; height: 0; border-left: 20px solid #fff; border-top: 20px solid transparent; border-bottom: 20px solid transparent; position: absolute; left: 100%; top: 0;}
.history-list li:nth-child(even){justify-content: flex-end;}
.history-list li:nth-child(even)>ol{left: auto; right: -50px;}
.history-list li:nth-child(even)>ol::before{ border-right: 20px solid #fff; border-left: none; left: auto; right: 100%;}
.history-list li:last-child{margin-bottom: 0;}
.history-list li:nth-child(1){margin-top: 0;}
.history-list li:nth-child(2){margin-top: -10rem;}
.history-list li:nth-child(3){margin-top: -6rem;}
.history-list li:nth-child(4){margin-top: -16rem;}
.history-list li:nth-child(5){margin-top: -4rem;}
.history-list li:nth-child(6){margin-top: -10rem;}
.history-list li:nth-child(7){margin-top: -6rem;}
.history-list li:nth-child(8){margin-top: -10rem;}
.history-list li:nth-child(9){margin: -10rem 0 0rem 0;}
.history-list li.active>ol{left: 0; opacity: 1;}
.history-list li.active:nth-child(even)>ol{left: auto; right: 0;}

.manufacturing .row .h6{font-weight: 600; font-size: 1.1rem; margin-bottom: .5rem;}
.manufacturing .row p{font-weight: 400;}

.quality-list{width: 100%; display: flex; flex-direction: column;}
.quality-list>dt{font-family: 1.125rem; font-weight: 500; line-height:30px; text-align: center; color: #000;}
.quality-list>dd{width: 100%; display: flex; flex-direction: column; padding: 0 0 30px 50px; position: relative;}
.quality-list>dd::before{content: ''; width: 2px; height: 100%; background-color: #cacfd3; position: absolute; left:15px; top: 0;}
.quality-list>dd>.h6{line-height: 30px; font-weight: 700; font-size: 1.25rem; margin-bottom: .25rem; position: relative;}
.quality-list>dd>.h6::before{content: '\F586'; width: 30px; height: 30px; background-color: #cacfd3; border-radius: 50%; position: absolute; left: -50px; 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; display: flex; align-items: center; justify-content: center; color: var(--bg-hover2);}
.quality-list>dd>p{font-weight: 400; color: #000;}
.quality-list>dd:last-child{padding-bottom: 0; margin-bottom: 0;}

@media (max-width:1199.98px){
	.company-nav ul li{width: 20%;}
	.our-pros .h3,
	.about-why .h3{font-size: 1.75rem;}
	.manufacturing .etw-phone3 li{width: calc(100% / 3);}
}
@media (max-width:991.98px){
	.nbanner{min-height: 250px;}
	.nbanner>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}
	.nbanner-box{width: 100%; max-width: 550px; background-color: rgba(0,0,0,.5); padding: 2.5rem; margin: 0 auto;}
	.projects-list>li{width: 50%;}
	.company-nav ul li>a>span.text{text-align: center; font-size: 1rem;}
	.our-pros .h3,
	.about-why .h3{font-size: 1.625rem;}
	.about ul li>ol a.imgbox,
	.about ul li>ol a.imgbox>img{width: 100%;}
	.about ul li>ol .textbox{width: 100%; padding: 1.875rem;}
}
@media (max-width:767.98px){
	.projects-list>li{width: 100%;}
	.company-nav ul li{width: calc(100% / 3); border: none;}
	.our-pros .h3,
	.about-why .h3{font-size: 1.5rem;}
	.about ul li>ol .textbox{padding: 1.25rem;}
	.become-left{width: 100%; padding: 0; border: none;}
	.become-right{width: 100%; padding: 0; border: none; margin-top: 1.5rem;}
	.history-list::before{display: none;}
	.history-list li{flex-direction: column; margin: 0 0 1rem 0 !important;}
	.history-list li .history-year{position: relative; left: initial; top: initial; transform: initial; width: fit-content;}
	.history-list li>ol{width: 100%;}
	.history-list li>ol::before{display: none;}
	.manufacturing .etw-phone3 li{width: 50%;}
}
@media (max-width:575.98px){
	.our-pros .h3,
	.about-why .h3{font-size: 1.25rem;}
	.adv-list li>ol .left{width: 45%;}
	.about ul li>ol .textbox{padding: 1rem;}
	.manufacturing .etw-phone3 li img{width: 100%;}
	.company-nav ul{width: calc(100% + 10px); margin: 0 -5px;}
	.company-nav ul li{padding: 5px; margin-bottom: 5px;}
	.company-nav ul li>a>span.text{font-size: .75rem;}


}
@media (max-width:370.98px){
	.manufacturing .etw-phone3 li,
	.company-nav ul li{width: 100%;}
}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 1.875rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.5rem; font-weight: 600; line-height: 1.2; margin-bottom:1rem; color:#1445a4}
.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:#1445a4;}
.contact dl dd a:hover{color:var(--bg-hover);}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-left: 0;}
.contact .feedback{padding: 1.5rem 1rem;}
.feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 600;}
.contact_map{margin-top: 2rem;}

.etw-inquery-btn{background: var(--bg-hover2) !important; color: #fff !important;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}

@media (max-width:767.98px){
	.feedback .webtitle{font-size:1.5rem; margin-bottom: 1rem;}
}
@media (max-width:575.98px){
	.feedback .webtitle{font-size:1.25rem;}
}
/* Contact Us-End */
/* Overview */
.overviewbanner{padding: 0;}
.overview-hover{width: 100%; max-width: 900px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: rgba(0,0,0,.5); display: flex; align-items: center; padding: 2.5rem;}
.overview-banner-box{text-align: center;}
.overview-banner-box .etw_hometitle .h3{color: #fff; font-weight: 600; margin-bottom: 1rem;}
.overview-banner-box p{max-width: 100%; margin: 0 auto; color: #fff; font-weight: 400;}

.overview-about .h3{font-weight: 500;}
.overview-about .h3::after{content: ''; display: block; width: 80px; height: 4px; background-color: var(--bg-hover); margin-top: .5rem;}
.overview-about ul{width: 100%; margin: 0;}
.overview-about ul>li{width: 100%; padding: 0; margin-bottom: .5rem; font-weight: 400; font-size: 1.03rem;}

.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem;}
.overview-title::before{content:""; width:100%; height:1px; background-image:linear-gradient(to right,transparent,var(--bg-hover),transparent); position:absolute; left:0; top:50%; transform:translateY(-50%)}
.overview-title>span{max-width:70%; text-align:center; display:inline-block; position:relative; padding:0 1.5rem; line-height:1.3;background-color:#fff; font-size:2rem; color: #000; font-weight: 500; font-family: var(--font-family2);}
.overview-more{display: flex; justify-content: center;}
.overview-more>a{padding: .5rem 1.25rem; background-color: var(--bg-hover2); color: #fff; font-weight: 500; border-radius: 30px;}
.overview-more>a:hover{background-color: var(--bg-hover); color: #000;}

.overview-company{box-shadow: inset 0 0 15px rgba(0,0,0,.15);}
.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company li{width:calc(50% - 20px); margin-top:30px; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.4rem; margin-bottom:1rem; color:#000; font-weight: 500;}
.overview-company li .overview-company-label::before{content:""; width:100%; height:1px; background-color:#ccc; position:absolute; left:0; bottom:2px}
.overview-company li .overview-company-label::after{content:""; width:50px; height:5px; background-color:var(--bg-hover);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#000; font-size:1rem; line-height: 30px;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-hover); margin-right: .5rem;}
.overview-company li:hover .overview-company-label::after{width:100%}

.overview-fac ul li span{color: #000; font-weight: 400;}

@media (max-width:1199.98px){
	.overview-title>span,
	.overview-about .h3{font-size: 1.75rem;}
}
@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.overviewbanner{min-height: 250px;}
	.overviewbanner>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}
	.overview-hover {width: 90%; padding: 1.25rem;}
	.overview-title>span,
	.overview-about .h3{font-size: 1.625rem;}
}
@media (max-width:767.98px){
	.overview-title>span,
	.overview-about .h3{font-size: 1.5rem;}
	.overview-banner-box .etw_hometitle .h3{margin-bottom: 0;}
	.overview-banner-box p{display: none;}
}
@media (max-width:575.98px){
	.overview-title>span,
	.overview-about .h3{font-size: 1.25rem;}
	.overview-company li{margin-top: 10px;}
	.overview-company li .overview-company-label{font-size: 1.125rem;}
	.home-apps ul li{width: 50%;}
}
@media (max-width:375.98px){
	.home-apps ul li{width: 100%;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{font-family: var(--font-family); font-size: 2rem; line-height: 1; margin: 1rem 0 1.875rem 0; text-align: center; color: var(--bg-main);}
.videos-hub{width: 100%; display: flex; flex-direction: column;}
.videos-hub-title{font-size:1.75rem; line-height: 1; display:flex; align-items: center; justify-content: center; color:#000; position:relative; z-index: 0; margin: 1rem 0 1.875rem 0; }
.videos-hub-title>span{background-color: #f8f9fa; padding: 0 1.875rem;}
.videos-hub-title::before{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent,var(--bg-main),transparent); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}
.videos-hub ul{width: calc(100% + 30px); margin: 0 -15px;}
.videos-hub ul li{width: 100%; padding: 0 15px; margin-bottom: 30px;}
.videos-hub ul li .imgbox::after{content: '\F4F4'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 5rem; height: 5rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background-image: radial-gradient(var(--bg-hover), var(--bg-hover2)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: #fff; padding-left: .4rem;}
.videos-hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videos-hub ul li>a:hover{box-shadow: 0 09 10px rgba(0,0,0,.15);}

.videos-company ul li>a .imgbox{width: 50%;}
.videos-company ul li>a .textbox{width: 50%; padding: 2rem; padding-left: 50px; flex-direction: column; justify-content: center;}
.videos-company ul li>a .textbox>.h6{font-size: 1.625rem; transition: all .4s; font-weight: 500;}
.videos-company ul li>a .textbox>p{font-size: 1rem; font-weight: 400; color: #666; transition: all .4s;}
.videos-company ul li>a:hover .textbox .h6{color: #000;}
.videos-company ul li:nth-child(even)>a{flex-direction: row-reverse;}
.videos-company ul li:nth-child(even)>a .textbox{padding: 2rem; padding-right: 50px;}

.videos-pros ul li{width:25%;}
.videos-pros ul li>a{flex-direction: column;}
.videos-pros ul li>a>.imgbox::after{width: 3.125rem; height: 3.125rem; font-size: 1.5rem; padding-left: .2rem;}
.videos-pros ul li>a>.textbox{flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; line-height: 22px; color: #000; padding: .75rem 1rem; transition: all .4s;}
.videos-pros ul li>a:hover>.textbox{color:var(--bg-hover)}

.video-details{width:100%;padding:1rem 0 2.5rem 0}
.video-details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right .h3{font-size: 1.875rem; color: #000; font-weight: 600;}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-hover); color:#000; border-color:var(--bg-hover)}
.etw_videolist_more{display: none;}

#video_sidebar{width:30%;background-color:#fff; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,.15);}
#etw_videolist .webtitle{font-size:1.3rem; font-weight:600; color:#000; text-transform:uppercase; background-color:var(--bg-hover);padding:1rem;text-align:center;font-style:italic;border-radius:10px 10px 0 0}
#etw_videolist ul{display:flex; flex-wrap: wrap; justify-content: space-between; padding:1.5rem; padding-bottom: 0;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center;}
#etw_videolist ul li a img{width:30%; height: auto;}
#etw_videolist ul li a span{width:70%;font-size:0.95rem; padding-left:1rem; font-weight:500;line-height: 1.2; transition: all .4s;}
#etw_videolist ul li a.dq span{color:var(--bg-hover);}
#etw_videolist ul li a:hover span{color: var(--bg-hover);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}

@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
	.videos-hub ul li:last-child{margin-bottom: 0;}
	.videos-company ul li>a .imgbox,
	.videos-company ul li>a .imgbox>img,
	.videos-company ul li>a .textbox{width: 100%;}
	.videos-company ul li>a .textbox{padding: 1.875rem;}
	#video_right .h3{font-size: 1.75rem;}

}
@media (max-width:767.98px){
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
	.videos-company ul li>a .textbox{padding: 1.25rem;}
	.videos-company ul li>a .textbox>.h6,
	#video_right .h3{font-size: 1.5rem;}
}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
	.videos-company ul li>a .textbox{padding: 1rem;}
	.videos-company ul li>a .textbox>.h6,
	#video_right .h3{font-size: 1.25rem;}
}
/* videos-End */
#tags{ padding:0rem 0 1rem 0; z-index:10; position:relative; max-width: 1200px; margin: 0 auto;}
#tags li{ padding-right:1rem; color:#999; display:inline; font-size:0.8rem;}
#tags li#tags_title{ display:block;}