@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.min.css";
/* bootstrap-icons */
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
/* Animate */
@import "animate.min.css";
@font-face{font-family:iconfont;src:url(../fonts/iconfont.ttf?t=1622274305876) format("truetype")}
.iconfont{cursor:pointer;font-family:iconfont !important;font-size:1.8rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;-webkit-animation:scaleout 2.5s infinite ease-in-out;animation:scaleout 2.5s infinite ease-in-out}


@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Montserrat/Montserrat-ExtraLight.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-ExtraLight.woff) format("woff")}
@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:"Oswald";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Oswald/Oswald-ExtraLight.woff2) format("woff2"),url(../fonts/Oswald/Oswald-ExtraLight.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Oswald/Oswald-Light.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Light.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Oswald/Oswald-Regular.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Regular.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Oswald/Oswald-Medium.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Medium.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Oswald/Oswald-SemiBold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-SemiBold.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Oswald/Oswald-Bold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Bold.woff) format("woff")}

:root {
	--bg-main: #01a4dc;
	--bg-hover: #db0000;
	--bg-blue1: #4fa5db;
	--bg-blue2: #294e96;
	--family-first: "Montserrat", sans-serif;
	--family-second: "Oswald", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-F2: #f2f2f2;
	--bg-F3: #f3f3f3;
	--bg-F4: #f4f4f4;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F6: #f6f6f6;
	--bg-F7: #f7f7f7;
	--bg-F8: #f8f8f8;
	--bg-F9: #f9f9f9;
	--bg-Gainsboro: #DCDCDC;
	--bg-Eee: #eeeeee;
}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-F2{background-color: var(--bg-F2) !important;}
.bg-F3{background-color: var(--bg-F3) !important;}
.bg-F4{background-color: var(--bg-F4) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F6{background-color: var(--bg-F6) !important;}
.bg-F7{background-color: var(--bg-F7) !important;}
.bg-F8{background-color: var(--bg-F8) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-Gainsboro{background-color: var(--bg-Gainsboro) !important;}
.bg-Eee{background-color: var(--bg-Eee) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(#fff,var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),#fff);}
.bg-white-light{background-image: linear-gradient(#fff,#f8f9fa);}
.bg-light-white{background-image: linear-gradient(#f8f9fa,#fff);}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 400; font-size: .9rem; line-height: 1.5; background-color:#fff; overflow-x:hidden}
li,ol,ul,dl {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #333; font-family: var(--family-second); margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.875rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem; font-family: var(--family-first);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-main);}
p:last-child{margin-bottom: 0;}
strong {font-weight: 600;}
b {font-weight: 500;}
img{display:block;max-width:100%;height:auto;margin:0 auto; transition: all .4s;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color: var(--bg-hover);}
figure,.figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a,.figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a:hover,.figure>a:hover{cursor: zoom-in;}
figure:last-child{margin-bottom: 0;}

.img-bg img{mix-blend-mode: multiply;}
.imgbox{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.textbox{width: 100%; display: flex; flex-wrap: wrap; flex: 1;}

.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex;}
.swiper .swiper-slide>ol{width: 100%; display: flex; flex-wrap: wrap;}
.swiper .prev-button,.swiper .next-button{cursor: pointer; transition: all .3s;}
.swiper .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{opacity: .5; cursor: no-drop;}

.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container3{max-width:930px; margin: 0 auto; padding: 0 15px;}
/* public */
ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}

.etw-photo{width: 100%; display: flex; flex-wrap: wrap;}
.etw-photo>figure{width: 100%; display: flex; flex-wrap: wrap;}
.etw-photo ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw-photo ul li{width:100%; padding: 5px;}
.etw-photo ul li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; overflow: hidden; position: relative;}
.etw-photo ul li>a>img{mix-blend-mode: multiply;}
.etw-photo ul li>a:hover>img{cursor: zoom-in;}
.etw-photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; padding: .5rem 0; font-size: .95rem; transition: all .3s; color: #333;}
.etw-photo ul li>a:hover>span{color: var(--bg-main);}
.etw-photo ul li img{mix-blend-mode: multiply;}

.etw-photo2 ul li{width:50%;}
.etw-photo3 ul li{width:calc(100% / 3)}
.etw-photo4 ul li{width:25%}
.etw-photo5 ul li{width:20%}
.etw-photo6 ul li{width:calc(100% / 6)}
.etw-photo7 ul li{width:calc(100% / 7)}

.etw-photo-m1 ul{width: calc(100% + 20px); margin: 0 -10px;}
.etw-photo-m1 ul li{padding: 10px;}
.etw-photo-m2 ul{width: calc(100% + 30px); margin: 0 -15px;}
.etw-photo-m2 ul li{padding: 15px;}

.etw-photo .no-gutters{width: 100%;}
.etw-photo .no-gutters>div{display: flex; flex-wrap: wrap;}

@media (max-width:1199.98px){
	.etw-photo6 ul li{width:20%;}
	.etw-photo7 ul li{width: calc(100% / 6);}
	.etw-photo6 ul li:nth-child(12):nth-last-child(1),
	.etw-photo6 ul li:nth-child(11):nth-last-child(2),
	.etw-photo6 ul li:nth-child(11):nth-last-child(1),
	.etw-photo7 ul li:nth-child(14):nth-last-child(1),
	.etw-photo7 ul li:nth-child(13):nth-last-child(2){display: none;}
}@media (max-width:991.98px){
	.etw-photo4 ul li{width:calc(100% / 3);}
	.etw-photo5 ul li,
	.etw-photo6 ul li{width:25%;}
	.etw-photo7 ul li{width: 20%;}
	.etw-photo6 ul li:nth-child(12):nth-last-child(1),
	.etw-photo6 ul li:nth-child(11):nth-last-child(2),
	.etw-photo6 ul li:nth-child(11):nth-last-child(1){display: flex;}
	.etw-photo4 ul li:nth-last-child(1):nth-child(4),
	.etw-photo4 ul li:nth-last-child(1):nth-child(7),
	.etw-photo4 ul li:nth-child(8):nth-last-child(1),
	.etw-photo4 ul li:nth-child(7):nth-last-child(2),
	.etw-photo5 ul li:last-child,
	.etw-photo5 ul li:nth-child(9):nth-last-child(2),
	.etw-photo7 ul li:nth-child(12):nth-last-child(3),
	.etw-photo7 ul li:nth-child(11):nth-last-child(4){display: none;}
	.etw-photo ul li img{width: 100%;}

}@media (max-width:767.98px){
	.etw-photo5 ul li,
	.etw-photo6 ul li{width: calc(100% / 3);}
	.etw-photo7 ul li{width: 25%;}
	.etw-photo5 ul li:nth-child(9):nth-last-child(1),
	.etw-photo5 ul li:nth-child(9):nth-last-child(2),
	.etw-photo7 ul li:nth-child(12):nth-last-child(3),
	.etw-photo7 ul li:nth-child(11):nth-last-child(4){display: flex;}
	.etw-photo5 ul li:nth-child(4):nth-last-child(2),
	.etw-photo6 ul li:nth-child(11):nth-last-child(1),
	.etw-photo6 ul li:nth-child(10):nth-last-child(2){display: none;}
}@media (max-width:575.98px){
	.etw-photo3 ul li,
	.etw-photo4 ul li,
	.etw-photo5 ul li,
	.etw-photo6 ul li{width: 50%;}
	.etw-photo7 ul li{width: calc(100% / 3);}
	.etw-photo4 ul li:nth-last-child(1):nth-child(4),
	.etw-photo5 ul li:nth-child(4):nth-last-child(2),
	.etw-photo6 ul li:nth-child(10):nth-last-child(2){display: flex;}
	.etw-photo3 ul li:nth-last-child(1):nth-child(5),
	.etw-photo4 ul li:nth-last-child(1):nth-child(3),
	.etw-photo5 ul li:nth-child(9):nth-last-child(1),
	.etw-photo5 ul li:nth-child(9):nth-last-child(2){display: none;}
	.video-btn::before{--w:40px !important;}
}
@media (max-width:375.98px){
	.etw-photo7 ul li{width: 50%;}
}
@media (max-width:370.98px){
	.etw-photo2 ul li,
	.etw-photo3 ul li,
	.etw-photo4 ul li,
	.etw-photo5 ul li,
	.etw-photo6 ul li,
	.etw-photo7 ul li{width:100% !important;}
}

.items{display: flex; width: 100%; flex-wrap: wrap; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: flex; flex-wrap: wrap; position:relative; margin-bottom: .75rem; padding: 0; line-height: 24px;}
.items li:last-child,.items dd:last-child{margin-bottom: 0;}
.items li::before,.items dd::before{content: ''; display:inline-block; font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; color: var(--bg-main);}
.items li strong,.items dd strong{margin-right: .5rem; font-weight: 600; color: #000;}
.items li:has(p) p{flex: 1;}
.items>.row{width: calc(100% + 30px); margin: 0 -15px;}
.items-icon1 li,.items-icon1 dd{padding-left: 1.5rem;}
.items-icon1 li::before,.items-icon1 dd::before{content: '\F271'; font-size: 1rem; position: absolute; left: 0; top: 4px; 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;}


/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #333; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-responsive>.table-bordered{border: 1px solid #fff;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.table-striped tbody tr:nth-of-type(odd){background: #f7f9fb;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top td{background-color: #eee !important; color: #000;; font-weight: 400; 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-hover); cursor: pointer;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-hover); text-decoration: none;}
.table .top td a{color: var(--bg-hover);}
.table .top td a:hover{color: var(--bg-main);}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.border-top{border-color: #f5f5f5 !important;}

/* video-Btn */
.video-btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video-btn::before{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background:url(../images/video1.png) no-repeat center center, linear-gradient(135deg,var(--bg-main),var(--bg-blue2)); background-size: 100% 100%; transition: all .3s ease-in-out;}
.video-bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}

.video-smallbtn{--w:60px; font-size: 1rem;}
.video-btn:hover::before{background-size: 100% 100%, 150% 150%;}
.video_left{left: 0;}
.video_relative{position: relative;}

/* More */
.more{display: flex;}
.more>a{width:fit-content;  display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .85rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem;}
.more>a::before{content: '\F138'; margin-right: .625rem; 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; transition: all .3s;}
.more>a::after{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out;}
.more>a:hover{color: var(--bg-main);}
.more>a:hover::before{margin-right: 1rem;}
.more>a:hover::after{width: 100%; left: 0; right: auto;}

/* Inquiry-Quote */
.inquiry-quote,.inquiry-btn{display: flex;}
.inquiry-quote>a,.inquiry-btn>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: 1rem; font-weight: 300; position: relative; border-radius: 30px; overflow: hidden; z-index: 0;}
.inquiry-quote>a::before,.inquiry-btn>a::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right,var(--bg-blue2),var(--bg-blue1),var(--bg-blue1),var(--bg-blue2)); background-size: 100% 100%; background-position: center center; z-index: -1; transition: all .3s ease-in-out;}
.inquiry-quote>a:hover,.inquiry-btn>a:hover{transform: translateY(3px); box-shadow: 0 10px 10px rgba(0,0,0,.2);}
.inquiry-quote>a:hover::before,.inquiry-btn>a:hover::before{background-size: 130% 100%;}

/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#333; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .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-main); 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:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 92px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible; border-top: 2px solid var(--bg-main);}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{
	from{opacity:0;transform:translate3d(0,-100%,0)}
	to{opacity:1;transform:none}
}

#etw_logo{float: left; padding: 20px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:50px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}

nav{display: block;}
nav .navbar{padding:0; justify-content:flex-end}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial; position: relative;}
.navbar-expand-lg .navbar-nav{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; margin: 0;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; margin-left: 3.125rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#333; min-height:50px; display:flex;align-items:center;justify-content:center; font-size: .85rem; text-transform: uppercase; font-weight: 500; position: relative; z-index: 0; padding: 0; overflow: hidden;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\F282"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border: none;}
.navbar-expand-lg .navbar-nav .nav-link::before{content: ''; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s ease-in-out;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link::before{width: 100%;}
nav .navbar-nav .nav-item.active .dropdown-toggle::after,
nav .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}
/* 导航下拉 */
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; background-color: #fff; overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 20px 20px rgba(0,0,0,.2);}
.dropdown-menu ul{width: 100%; margin: 0;}
.dropdown-menu ul li{width: 100%; padding: 0; border-bottom: 1px solid rgba(0,0,0,.05);}
.dropdown-menu ul li:last-child{border-bottom: none;}
.dropdown-menu ul li .dropdown-item{color:#000; font-weight: 400; font-size:.85rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem 1rem; align-items: center;}
.dropdown-menu ul li .dropdown-item:hover{background-color: #fff; color: var(--bg-main)}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-main);}
/* 产品下拉 */
.dropdown-menu1{max-width: 650px; left: auto; right: 0;}
.dropdown-menu1 ul{width: 100%; margin: 0;}
.dropdown-menu1 ul>li{width: calc(100% / 3); padding: 0; border: none; border-right: 1px dashed rgba(0,0,0,.1); border-bottom: 1px dashed rgba(0,0,0,.1);}
.dropdown-menu1 ul>li .dropdown-item{width:100%; display: flex; flex-direction: column; align-items: center; white-space:initial; padding: 1rem;}
.dropdown-menu1 ul>li .dropdown-item>img{max-width: 100%; height: auto; margin-bottom: 1rem;}
.dropdown-menu1 ul>li .dropdown-item>span{width: 100%; display: flex; justify-content: center; text-align: center; font-size: .9rem; line-height: 1.2;}
.dropdown-menu1 ul>li .dropdown-item::before{content: none;}
.dropdown-menu1 ul>li .dropdown-item:hover{background-color: #fff; color: var(--bg-main); box-shadow: 0 0 5px rgba(0,0,0,.15);}
.dropdown-menu1 ul li .dropdown-item.active>span{color: var(--bg-main);}

@media (max-width:1299.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 2.5rem;}
}
@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1.875rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1.5rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size: .95rem;}
}
@media (max-width:991.98px){
	#header {padding-top: 0;}
	.header{position: relative;}
	.header .container{display: flex; flex-wrap: wrap; align-items: center;}
	#etw_logo {flex: 1;display: flex;}
	#etw_logo a>img{max-height:50px;}

	.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
	nav{width: 100%;}
	nav .navbar{width: 100%; position:relative;right:initial;top:inherit;z-index:10}
	nav .navbar-collapse{flex: 1;}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	.navbar-expand-lg .navbar-nav .nav-item>div{width: 100%;}
	.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,.navbar-light .navbar-nav a.nav-link::after{display: none;}
	.nav-item span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2}
	.navbar-expand-lg .navbar-nav .nav-item:hover span.pro_icon,
	.navbar-expand-lg .navbar-nav .nav-item.active span.pro_icon{color: #fff;}
	.navbar-light .navbar-nav .nav-item.active .nav-link,
	.navbar-light .navbar-nav .nav-item:hover .nav-link,
	.navbar-light .navbar-nav .show>.nav-link{color:#fff; background-color: var(--bg-main);}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1rem; color: #000; background-color: #fff; border: none; border-radius: 0;}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: var(--bg-main); color: #fff;}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial;top:initial}
	.dropdown-toggle::after{display:none}
	.dropdown-menu{border-top: none;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
}
@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}

/* Banner */
.etw-banner{padding: 0;}
.etw-banner .swiper{width: 100%;}
.etw-banner .swiper .swiper-slide{height: auto; display: flex; justify-content: center;}
.etw-banner .swiper .swiper-slide>img{position: relative; z-index: 1;}
.etw-banner .swiper-horizontal>.swiper-pagination-bullets,.etw-banner .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%; bottom: 20px; display: flex; justify-content: center; z-index: 2;}
.etw-banner .swiper-pagination-bullet{width: 10px; height: 10px; background-color: var(--bg-main); opacity: 1; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw-banner .swiper-pagination-bullet:hover{opacity: 1;}
.etw-banner .swiper-pagination-bullet-active{background-color: var(--bg-blue2); opacity: 1;}
.etw-banner .prev-button,.etw-banner .next-button{width: 30px; height: 60px; border-radius: 0 10px 10px 0; background-color: rgba(0,0,0,0.5); position: absolute; left: 0; 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: 0; border-radius: 10px 0 0 10px;}
.etw-banner .prev-button:hover,
.etw-banner .next-button:hover{background-color: var(--bg-main);}
.banner_hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center;}
.banner1{background-color: rgba(229,229,229,1);}
.banner1 .banner_text{max-width: 500px;}
.banner1 .banner_text .h2{font-size: 2.25rem; line-height: 1.2; color: var(--bg-main);}
.banner1 .banner_text p{color: #333; font-size: 1rem;}

.banner2{background: linear-gradient(180deg,#f6f7fa,#f6f7fa);}
.banner2::after{content: ''; width: 100%; height: 250px; position: absolute; left:0; bottom: 0; background: linear-gradient(179deg, #fdfdfe 0%, #e8ecf2 100%);}
.banner2 .banner_text{max-width: 500px;}
.banner2 .banner_text .h2{font-size: 2.25rem; line-height: 1.2; color: var(--bg-main);}
.banner2 .banner_text p{color: #333; font-size: 1rem;}

@media (max-width:1299.98px){
	.etw-banner .swiper .swiper-slide .banner_hover{padding-left: 40px;}
	.banner1 .banner_text .h2,.banner2 .banner_text .h2{font-size: 2rem;}
}
@media (max-width:991.98px){
	.etw-banner .swiper .swiper-slide .banner_hover{position: relative; padding: 0 30px;}
	.banner1 .banner_text .h2,.banner2 .banner_text .h2{font-size: 1.75rem;}
	.banner1 .banner_text p,.banner2 .banner_text p{font-size: .875rem;}
}@media (max-width:767.98px){
	.etw-banner .swiper .swiper-slide .banner_hover{padding: 0 15px;}
	.banner1 .banner_text .h2,.banner2 .banner_text .h2{font-size: 1.5rem; margin-bottom: 0;}
	.banner1 .banner_text p,.banner2 .banner_text p{display: none;}
	.etw-banner .prev-button,.etw-banner .next-button{width: 20px; height: 30px; border-radius: 0 5px 5px 0; font-size: 1rem;}
	.etw-banner .next-button{border-radius: 5px 0 0 5px;}
	.etw-banner .swiper-horizontal>.swiper-pagination-bullets,.etw-banner .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 5px;}
}@media (max-width:575.98px){
	.banner1 .banner_text .h2,.banner2 .banner_text .h2{font-size: 1.25rem;}
}
@media (max-width:375.98px){
	.banner1 .banner_text .h2,.banner2 .banner_text .h2{font-size: 1rem;}
}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{color: #333; font-size: 2.25rem; font-weight: bold; line-height: 1.2; margin-bottom: 1rem; font-family: var(--family-second);}

.leftbox{width: 90%;}
.homeadv_title{display: flex; flex-direction: column; color: var(--bg-main);}
.homeadv_title small{display: block; font-size: 1rem; font-weight: 300; color: var(--bg-main); text-transform: uppercase;}
.homeadv_title .home-title{color: #333; margin-top: 5px;}
.homeadv_title .home-title>span{display: block; font-weight: 200;}
.homeadv ul{width: calc(100% + 30px); margin: 0 -15px;}
.homeadv ul>li{width: 50%; padding: 10px 15px;}
.homeadv ul>li>ol{width: 100%; border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 1.25rem;}
.homeadv ul>li>ol>a{width: 100%; display: flex;}
.homeadv ul>li>ol>a .imgbox{width: 25%;}
.homeadv ul>li>ol>a .imgbox::before{padding-top: 100%;}
.homeadv ul>li>ol>a .textbox{width: 75%; flex-direction: column; justify-content: center; padding-left: 1.5rem;}
.homeadv ul>li>ol>a .textbox>.h3{font-size: 1.05rem; line-height: 1.5; font-weight: 400; display: flex; flex-direction: column; margin-bottom: 0; transition: all .3s; font-family: var(--family-first);}
.homeadv ul>li>ol>a:hover .textbox>.h3{color: var(--bg-main);}
.homeadv ul>li>ol>a:hover .textbox>.h3::after{width: 100%;}
.homeadv .more>a{flex-direction:row-reverse; color: #000; padding: .5rem 0;}
.homeadv .more>a::before{margin: 0 0 0 .5rem; color: var(--bg-main);}
.homeadv .more>a::after{width: 100%; z-index: -1;}
.homeadv .more>a:hover{color: #fff; padding: .5rem 1rem;}
.homeadv .more>a:hover::before{color: #fff;}
.homeadv .more>a:hover::after{height: 100%;}

.homepros::before{content: ''; width: 100%; height: 20%; position: absolute; left: 0; top: 0; background-image: linear-gradient(to bottom, var(--bg-F8),#fff);}
.homepros .container{position: relative; z-index: 2;}
.homepros_title{display: flex; flex-direction: column; align-items: center; color:#333; margin-bottom: -10px;}
.homepros_title .home-title{color:#333; margin-bottom: 0;}
.homepros ul{width: calc(100% + 40px); margin: 0 -20px;}
.homepros ul>li{width: calc(100% / 3); padding: 0 20px; margin-top: 40px;}
.homepros ul>li>ol{flex-direction: column; position: relative; padding-bottom: 5rem;}
.homepros ul>li>ol .imgbox{background-image: radial-gradient(#fff 60%,#dcdcdc); padding: 1.875rem;}
.homepros ul>li>ol .imgbox>img{mix-blend-mode: multiply; filter: drop-shadow(0 10px 20px rgba(0,0,0,.6));}
.homepros ul>li>ol .textbox{width: 100%; position: absolute; left:-20px; bottom: 0; z-index: 2; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); padding: 1.25rem; border-left: 2px solid var(--bg-main);}
.homepros ul>li>ol .textbox>a.h6{font-size: 1.125rem; font-weight: 600; color: #333; margin-bottom: 0;}
.homepros ul>li>ol .textbox>a.h6:hover{color: var(--bg-main);}
.homepros ul>li>ol .textbox>a.h6>span{display: block; color: var(--bg-main); font-size: .95rem; margin-bottom: 5px;}
.homepros ul>li>ol .textbox>p{height: 0; line-height: 24px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-break: keep-all; overflow: hidden; transition: all .3s ease-in-out;}
.homepros ul>li>ol .textbox>.more>a{display: flex; align-items: center; padding: .5rem .75rem; background-color: var(--bg-blue2); flex-direction: row-reverse; color: #fff;}
.homepros ul>li>ol .textbox>.more>a::before{margin: 0 0 0 .5rem;}
.homepros ul>li>ol .textbox>.more>a::after{height: 100%; z-index: -1;}
.homepros ul>li>ol:hover .textbox>p{height: 96px; margin: .625rem 0 1rem 0;}

.homeapps_title{display: flex; flex-direction: column; align-items: center; text-align: center;}
.homeapps_title .home-title{color: #333; text-transform: uppercase; margin-bottom: 5px;}
.homeapps_title small{display: block; font-size: 1rem; font-weight: 300; margin-bottom: 1rem;}
.homeapps ul{width: 100%; margin: 0; justify-content: center;}
.homeapps ul>li{width: calc(100% / 7); margin-bottom: 20px; display: flex; justify-content: center;}
.homeapps ul>li>a{width:100%; display: flex; flex-direction: column; align-items: center; border-radius: 10px; padding: 1rem .625rem; background-color: #fff;}
.homeapps ul>li>a .imgbox{max-width: 40px;}
.homeapps ul>li>a .imgbox>img{filter: drop-shadow(0 40px var(--bg-blue2)); position: relative; transform: translateY(-100%);}
.homeapps ul>li>a .textbox{justify-content: center; padding-top: .625rem; text-align: center; font-size: .9rem; font-weight: 500; color: var(--bg-blue2);}
.homeapps ul>li>a:hover{background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1);}

.homecases_bg{position: absolute; inset: 0; background: url(../images/bj1.jpg) no-repeat center center; background-size: cover;}
.homecases_bg::before{content: ''; position: absolute; inset: 0; background-color: #fff; opacity: .9;}
.homecases .container{position: relative; z-index: 2;}
.homecases .swiper-slide{padding: .625rem;}
.homecases .swiper-slide>a{width: 100%; display: flex; flex-direction: column; position: relative; padding-bottom: 50px;}
.homecases .swiper-slide>a .textbox{width: 100%; height: 50px; overflow: hidden; flex-direction: column; flex-wrap: nowrap; position: absolute; left: 0; bottom: 0; border-left: 2px solid var(--bg-main); padding: 0 1.25rem; transition: all .3s ease-in-out; z-index: 3; box-shadow: 5px 5px 5px rgba(0,0,0,.2); background-color: #fff;}
.homecases .swiper-slide>a .textbox .h6{width: 100%; line-height: 50px; font-size: .95rem; font-weight: 600; transition: all .3s;}
.homecases .swiper-slide>a .textbox>dl{width: 100%; display: flex; flex-direction: column;}
.homecases .swiper-slide>a .textbox>dl>dd{color: #555; font-size: .875rem; margin-bottom: 0;}
.homecases .swiper-slide>a:hover .textbox .h6{color: var(--bg-main);}

.homecases .prev-button,.homecases .next-button{width: 40px; height: 40px; border: 1px solid var(--bg-main); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: #000; position: absolute; left: -70px; top: 50%; transform: translateY(-50%); cursor: pointer; transition: all .3s; background-color: #fff;}
.homecases .next-button{left: auto; right: -70px;}
.homecases .prev-button:hover,.homecases .next-button:hover{background-color: var(--bg-main); color: #fff;}
.homecases .more{justify-content: center; margin-top: 1.5rem;}
.homecases .more>a{padding: .75rem 1rem; flex-direction: row-reverse; background-color: var(--bg-blue2); color: #fff;}
.homecases .more>a::before{margin: 0 0 0 1.5rem;}
.homecases .more>a::after{height: 100%; z-index: -1;}

.homeabout small{max-width: 50%; margin: 0 auto .5rem auto; text-align: center; display: flex; flex-direction: column; align-items: center; font-size: 1rem; color: #333; font-weight: 500;}
.homeabout small::before{content: ''; width: 70px; height: 2px; background-color: var(--bg-main); margin-bottom: .5rem;}
.homeabout .home-title{max-width: 840px; text-align: center; margin: 0 auto 1.5rem auto;}
.homeabout .textbox{flex-direction: column; justify-content: center;}
.homeabout .textbox p{font-size: 1rem; font-size: 500; color: #444; line-height: 1.8;}
.homeabout .textbox dl{flex-direction: column;}
.homeabout .textbox dl>dd{line-height: 24px; color: #333; font-weight: 600; display: flex; align-items: center; margin-bottom: 1rem;}
.homeabout .textbox dl>dd>span{color: var(--bg-main); font-size: 1.125rem; margin-right: .5rem;}
.homeabout .imgboxs{width: 100%; margin: 1.5rem 0 0 -2.5rem;}
.homeabout .imgboxs .imgbox{width: 85%;}
.homeabout .imgboxs .imgbox2{margin-top: -3.75rem; border: 10px solid #fff;}
.homeabout .more{margin-top: .5rem;}
.homeabout .more>a{padding: .75rem 1rem; flex-direction: row-reverse; background-color: var(--bg-blue2); color: #fff;}
.homeabout .more>a::before{margin: 0 0 0 1.5rem;}
.homeabout .more>a::after{height: 100%; z-index: -1;}

.homecoop .prev-button,.homecoop .next-button{width: 30px; height: 30px; font-size: 1.25rem; position: absolute; left: -30px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; color: var(--bg-main); cursor: pointer; transition: all .3s ease-in-out;}
.homecoop .next-button{left: auto; right: -30px;}
.homecoop .prev-button:hover,.homecoop .next-button:hover{background-color: var(--bg-main); color: #fff;}

@media (max-width:1299.98px){
	.homecases_swiper{padding: 0 40px;}
	.homecases .prev-button, .homecases .next-button{left: 0;}
	.homecases .next-button{left: auto; right: 0;}

}
@media (max-width:1199.98px){
	section{padding:3.125rem 0;}
	.home-title{font-size: 2rem;}
	.homeapps ul>li{width: calc(100% / 6);}
	.homecoop .container{padding: 0 30px;}
	.homecoop .prev-button, .homecoop .next-button{left: 0;}
	.homecoop .next-button{left: auto; right: 0;}

}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.home-title{font-size: 1.75rem;}
	.homeapps ul>li{width: 20%;}

}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.home-title{font-size: 1.5rem;}
	.homeadv ul>li>ol>a .imgbox{width: 30%;}
	.homeadv ul>li>ol>a .textbox{width: 70%;}
	.homepros ul>li{width: 50%;}
	.homeapps ul>li{width: 25%;}




}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
	.home-title{font-size: 1.25rem;}
	.homeadv ul>li,
	.homepros ul>li{width: 100%;}
	.homeadv ul>li>ol{padding-bottom: .625rem;}
	.homeadv ul>li>ol>a .textbox>.h3{font-size: .9rem;}
	.homepros ul>li{margin-top: 20px;}
	.homepros ul>li>ol .textbox>a.h6{font-size: 1rem;}
	.homeapps ul>li{width: 50%; margin-bottom: 0;}
	.homecases_swiper{padding: 0 20px;}
	.homecases .prev-button, .homecases .next-button{width: 20px; height: 20px; font-size: .9rem;}



}
@media (max-width:375.98px){
	section{padding:1rem 0;}
	.home-title{font-size: 1.125rem;}



}
/* index-end */
.footer {padding: 3.125rem 0 1.875rem 0; position: relative; overflow: hidden; background-color: #ecf0f1;}
.footer .container{position: relative; z-index: 2;}

.footer .h3{width: fit-content; font-family: var(--family-second); font-weight: 600; font-size: 1.2rem; color: #333; text-transform: uppercase;}
.footer .h3::after{content: ''; width: 100%; height: 2px; background-color: var(--bg-main); display: block; margin-top: .5rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-main);}

.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block; margin-bottom: .625rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #555; font-size: .95rem;}
.footer_list li>a:hover{color: var(--bg-main); text-decoration: underline;}

.footer_contact{width: 100%; display:flex; flex-direction: column; box-shadow: 0 0 4rem 0 rgba(0,0,0,.15);; margin-top: -1.25rem; padding: 1.25rem;}
.footer_logo{margin-bottom: 1rem; display: flex; justify-content: center; padding-bottom: 1rem; border-bottom: 1px solid #ccc;}
.footer_logo img{max-height: 40px;}
.footer_contact dl{display: flex; flex-direction: column;}
.footer_contact dl>dd{font-size: .9rem; line-height: 24px; display: flex;}
.footer_contact dl>dd>i{line-height: 24px; margin-right: .5rem; font-size: 1.25rem; color: var(--bg-main);}
.footer_contact dl>dd:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding-top: 1.875rem;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-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:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important; position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center; background: #333; z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%; mix-blend-mode: multiply;}
#etw_top a{color:#fff;font-size:0.9rem;}
#etw_top:hover{background:var(--bg-hover);transform:translateY(-0.5rem)}
#etw_top:after{position:absolute;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:1;background:radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0,rgba(0,0,0,0) 80%)}
.theme-send-inquiry-box{background: linear-gradient(135deg, var(--bg-main),var(--bg-blue2)) !important;border: none !important;}
.theme-box-name{background:transparent !important;border-left: none !important; padding-left: 0 !important;}

@media (max-width:1199.98px){
	.footer{padding: 2.5rem 0 1.875rem 0;}
}
@media (max-width:991.98px){
	.footer{padding: 1.875rem 15px;}
	.footer_contact{margin: 0;}
}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.etw_root {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem; text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1.2rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.7);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-main); opacity: 1;}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:#fff; opacity: 1;}
@media (max-width:767.98px){
	#quicknav{display: none;}
}
/* #quicknav-End */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,
.etw_hometitle .h3{font-size: 2.25rem; color: #000; font-weight: 600;}
.etw_hometitle:last-child,
.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 !important;}
}
@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.75rem !important;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.5rem !important;}
}
@media (max-width:375.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.25rem !important;}
}
/* Products */
.prosbanner{padding-bottom: 0;}
.prosbanner::before{content: '';width: 100%; height: 100%; position: absolute; inset: 0; background-color: rgba(41,78,150,.6); backdrop-filter: blur(5px); z-index: 1;}
.proshover{position: relative; z-index: 2; }
.proshover .etw_hometitle{max-width: 960px; border: 1px solid #fff; border-bottom: none; padding: 1.25rem 2.5rem; margin-top: 1rem;}
.proshover .etw_hometitle h2{color: #fff;}

.prostext .h3{font-size: 1.75rem; text-transform: uppercase; line-height: 1.3; display: flex; flex-direction: column; letter-spacing: 2px;}
.prostext .h3::after{content: ''; width: 60px; height: 2px; background-color: var(--bg-main); margin-top: 1rem;}
.prostext p{font-size: 1.1rem; line-height: 1.875rem;}
.prosbtn{display: flex;}
.prosbtn>a{width: fit-content; padding: .5rem 1rem; color: #fff; text-transform: uppercase; background-color: var(--bg-blue2);}
.prosbtn>a:hover{background-color: var(--bg-main);}

.pros_item{padding: 3.75rem 0;}
.pros_item_title{display: flex; align-items: center; font-size: 1.625rem; font-weight: 600; font-family: var(--family-second); color: #333; margin-bottom: 1rem; position: relative;}
.pros_item_title>a:hover{color: var(--bg-main);}
.pros_item_title::after{content: ''; flex: 1; height: 1px; background-image: linear-gradient(to right,var(--bg-main),transparent 50%); margin-left: 2.5rem;}
.pros_item_text{display: block; font-size: 1rem; margin-bottom: 0;}

.pros_item ul{width: calc(100% + 30px); margin: 0 -15px;}
.pros_item ul>li{padding: 0 15px; margin-top: 30px;}
.pros_item ul>li>ol{flex-direction: column; background-color: #fff;}
.pros_item ul>li>ol .imgbox{background-image: radial-gradient(#fff 60%,#dcdcdc); padding: 1.875rem;}
.pros_item ul>li>ol .imgbox>img{mix-blend-mode: multiply; filter: drop-shadow(0 10px 20px rgba(0,0,0,.6));}
.pros_item ul>li>ol .textbox{flex-direction: column; padding: 1.875rem;}
.pros_item ul>li>ol .textbox a.h6{font-size: 1rem; font-weight: bold;}
.pros_item ul>li>ol .textbox>dl{display: flex; flex-direction: column; margin-bottom: 1rem; flex: 1;}
.pros_item ul>li>ol .textbox>dl>dd{margin-bottom: 0; font-size: .875rem; font-weight: 400;}
.pros_item ul>li>ol .textbox .more>a{border: 1px solid var(--bg-main); padding: .5rem 1rem;}
.pros_item ul>li>ol .textbox .more>a::before{content: none;}
.pros_item ul>li>ol .textbox .more>a::after{z-index: -1; height: 100%;}
.pros_item ul>li>ol .textbox .more>a:hover{color: #fff;}
.pros_item ul>li>ol:hover{box-shadow: 0 0 20px rgba(0,0,0,.15);}

.pros_first ul>li{width: calc(100% / 3);}
.pros_second ul>li{width: 50%;}
.pros_second ul>li>ol{background-color: var(--bg-F9);}
.pros_second ul>li>ol .imgbox{padding: 1.875rem 3rem;}
.pros_third ul{width: calc(100% + 20px); margin: 0 -10px;}
.pros_third ul>li{width: 25%; padding: 0 10px; margin-top: 20px;}
.pros_third ul>li>ol .imgbox{padding: 1rem;}
.pros_third ul>li>ol .textbox{padding: 1.25rem;}
.pros_third ul>li>ol .textbox>dl>dd{font-size: .8rem; line-height: 1.6;}
.pros_third .pros_third_more{justify-content: center; margin-top: 1.875rem;}
.pros_third .pros_third_more>a{min-width: 130px; color: #fff; padding: .75rem 1rem; background-color: var(--bg-blue2); flex-direction: row-reverse; justify-content: space-between; text-transform: uppercase;}
.pros_third .pros_third_more>a::before{margin: 0;}
.pros_third .pros_third_more>a::after{height: 100%; z-index: -1;}
.pros_third .pros_third_more>a:hover{min-width: 160px;}
.pros_fourth ul>li{width: 50%;}
.pros_fourth ul>li>ol{background-color: var(--bg-F9);}
.pros_fourth ul>li>ol .imgbox{padding: 1.875rem 3rem;}

.proscap{padding-bottom: 0;}
.proscap::before{content: ''; width: 100%; height: 100px; background-image: linear-gradient(var(--bg-F9),#fff); position: absolute; left: 0; top: 0;}
.proscap .container{position: relative; z-index: 2;}
.proscap_content{background-image: linear-gradient(to right,var(--bg-blue1),#fff); margin-top: 1.5rem;}
.proscap_bg::before{content: ''; width: 200%; height: 100%; background-color: #fff; position: absolute; left: 0; top:0;}
.proscap_swiper .swiper-slide>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.proscap_swiper .swiper-slide>a::after{content: ''; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background-image: linear-gradient(rgba(87, 87, 86, 0) 0%, rgba(0, 39, 67, 0.76) 75%); overflow: hidden; transition: all .3s ease-in-out;}
.proscap_swiper .swiper-slide>a>span{width: fit-content; max-width: 98%; padding: 1rem; padding-left: 1.5rem; position: absolute; left:0; bottom: 0; z-index: 2; color: #fff; font-size: .875rem; font-weight: 600;}
.proscap_swiper .swiper-slide>a>span::before{content: ''; width: 6px; height: 100%; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.proscap_swiper .swiper-slide>a:hover::after{width: 0;}
.proscap_swiper .swiper-slide>a:hover>span::before{width: 100%;}
.proscap_swiper .prev-button,.proscap_swiper .next-button{width: 40px; height: 40px; position: absolute; right: 32px; top: -45px; z-index: 3; mask-size: cover;}
.proscap_swiper .prev-button{background-color: var(--bg-main); mask: url(../images/jt_l.png) no-repeat center;}
.proscap_swiper .next-button{right: -8px; background-color: var(--bg-blue2); mask: url(../images/jt_r.png) no-repeat center;}
.proscap_swiper .prev-button:hover::after,.proscap_swiper .next-button:hover::after{background-color: var(--bg-hover);}

.proscap_swiper .prev-button.swiper-button-disabled,
.proscap_swiper .next-button.swiper-button-disabled{display: flex !important;}
.proscap_more{padding: 2rem 0; justify-content: flex-end;}
.proscap_more>a{display: flex; align-items: center; flex-direction: row-reverse; color: var(--bg-blue2); font-weight: 600; padding: 0 0 0 1rem;}
.proscap_more>a::before{width: 30px; height: 30px; margin: 0 0 0 1rem; color: #fff; display: flex; align-items: center; justify-content: center;}
.proscap_more>a::after{width: 30px; height: 100%; z-index: -1; background-color: var(--bg-blue2);}
.proscap_more>a:hover::after{left: auto; right: 0; width: 100%;}
.proscap_more>a:hover::before{margin: 0 0 0 1rem;}
.proscap_more>a:hover{color: #fff;}

.proscases{background-image: linear-gradient(to right,var(--bg-blue1),#fff);}
.proscases .container::before{content: ''; width: 200%; height: calc(100% + 150px); background-color: #fff; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.proscases_swiper{position: relative;}
.proscases_swiper .swiper-slide .imgbox{flex-direction: column;}
.proscases_swiper .swiper-slide .imgbox>span{width: 100%; padding-top: 1rem; color: #333; font-weight: 500; text-align: center; transition: all .3s;}
.proscases_swiper .swiper-slide:hover .imgbox>img{transform: scale(1.05);}
.proscases_swiper .swiper-slide:hover .imgbox>span{color: var(--bg-main);}

.proscases_swiper .prev-button,.proscases_swiper .next-button{font-size: 1.5rem; color: var(--bg-main); position: absolute; left: -50px; top: 50%; transform: translateY(-50%);}
.proscases_swiper .next-button{left:auto; right: -50px;}
.proscases_swiper .prev-button.swiper-button-disabled,
.proscases_swiper .next-button.swiper-button-disabled{display: flex !important;}

.inquiryform{background: url(../images/inquiryform_bj1.jpg) no-repeat center center; background-size: cover;}
.inquiryform::before{content: ''; position: absolute; inset: 0; background-color: var(--bg-blue2); mix-blend-mode: multiply; opacity: .7;}
.inquiryform .container{position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center;}
.inquiryform .h3{color: #fff; margin-bottom: .5rem;}
.inquiryform p{color: #fff; font-size: 1.25rem; font-weight: 400; margin-bottom: 1.25rem;}
.inquiryform_email{color: #fff; font-size: 1.125rem; font-weight: 300; margin-bottom: 1.5rem;}
.inquiryform_email>a:hover{color: #fff; text-decoration: underline;}
.inquirybtn{display: flex; justify-content: center;}
.inquirybtn>a{padding: .625rem 1.5rem; background-color: var(--bg-main); color: #fff; border-radius: 30px;}
.inquirybtn>a:hover{background-color: var(--bg-blue2);}
@media (max-width:1199.98px){
	.pros_item{padding: 3.125rem 0;}
	.inquiryform .h3{font-size: 1.8rem;}
	.prostext .h3{font-size: 1.7rem;}
	.proscases_swiper{padding: 0 30px;}
	.proscases_swiper .prev-button, .proscases_swiper .next-button{left: 0;}
	.proscases_swiper .next-button{left: auto; right: 0;}
}
@media (max-width:991.98px){
	.pros_item{padding: 2.5rem 0;}
	.inquiryform .h3{font-size: 1.7rem;}
	.prostext .h3{font-size: 1.6rem;}
	.pros_third ul>li{width: calc(100% / 3);}
	.pros_item ul>li>ol .textbox{padding: 1.25rem;}
}
@media (max-width:767.98px){
	.pros_item{padding: 1.875rem 0;}
	.prostext .h3,.pros_item_title,	.inquiryform .h3{font-size: 1.5rem;}
	.pros_first ul>li,
	.pros_third ul>li{width: 50%;}
}
@media (max-width:575.98px){
	.pros_item{padding: 1.25rem 0;}
	.proshover .etw_hometitle{padding: 1rem; align-items: center; text-align: center;}
	.prostext .h3,.pros_item_title,.inquiryform .h3{font-size: 1.25rem;}
	.prostext p,.inquiryform p{font-size: .875rem; line-height: 1.5;}
	.pros_first ul>li,
	.pros_second ul>li,
	.pros_third ul>li,
	.pros_fourth ul>li,
	.proscap_swiper .swiper-slide>a>img{width: 100%;}
}
@media (max-width:375.98px){
	.prostext .h3,.pros_item_title,.inquiryform .h3{font-size: 1rem;}
}

/* Hub */
.etw_hometitle1 h2{margin-bottom: .5rem;}
.etw_hometitle1 small{display: block; font-size: 1.25rem; color: var(--bg-main);}

.hubtext .h3{font-size: 1.75rem; text-transform: uppercase; line-height: 1.3; display: flex; flex-direction: column; letter-spacing: 2px;}
.hubtext .h3::after{content: ''; width: 60px; height: 2px; background-color: var(--bg-main); margin-top: 1rem;}
.hubtext p{font-size: .9rem; line-height: 1.5rem;}
.hubtext .textbox{width: 100%; background-color: #fff; padding: 0rem; position: relative; z-index: 3;}

.hub ul{width: calc(100% + 30px); margin: 0 -15px;}
.hub ul>li{width: 50%; padding: 0 15px; margin-bottom: 3.125rem;}
.hub ul>li>ol{flex-direction: column; background-image: linear-gradient(#fff,transparent); box-shadow: 0 50px 40px -10px rgba(0,0,0,.15);}
.hub ul>li>ol a.imgbox{width: 100%; padding: 1.875rem;}
.hub ul>li>ol a.imgbox>img{filter: drop-shadow(0 5px 5px rgba(0,0,0,.4));}
.hub ul>li>ol .textbox{width: 100%; flex-direction: column; justify-content: center; padding: 1.875rem; padding-top: 0;}
.hub ul>li>ol .textbox a.h6{width: fit-content; display: flex; flex-direction: column; font-size: 1.25rem; font-weight: 600; color: #333; margin-bottom: 1.25rem;}
.hub ul>li>ol .textbox a.h6::after{content: ''; width: 60px; height: 2px; background-color: var(--bg-main); margin-top: .625rem; transition: all .3s ease-in-out;}
.hub ul>li>ol .textbox>dl{flex: 1; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.hub ul>li>ol .textbox>dl>dd{position: relative; padding-left: 1rem; font-size: .875rem; line-height: 20px;}
.hub ul>li>ol .textbox>dl>dd::before{content: ''; width: 4px; height: 4px; background-color: rgba(0,0,0,.2); position: absolute; left: 0; top: 10px;}
.hub ul>li>ol .textbox>dl>dd:last-child{margin-bottom: 0;}
.hub ul>li>ol .textbox>p{flex: 1; font-size: .875rem; line-height: 20px;}
.hub ul>li>ol .textbox .more>a{flex-direction: row-reverse; font-size: .875rem; font-weight: 500; text-transform: uppercase;}
.hub ul>li>ol .textbox .more>a::before{content: "\F285"; margin: 0 0 0 .5rem;}
.hub ul>li>ol .textbox .more>a::after{display: none;}
.hub ul>li>ol .textbox .more>a:hover{color: var(--bg-blue2);}
.hub ul>li>ol .textbox .more>a:hover::before{margin-left: 1rem;}
.hub ul>li>ol .textbox a.h6:hover{color: var;}
.hub ul>li>ol .textbox a.h6:hover::after{width: calc(100%);}

.hub2 ul{width: calc(100% + 20px); margin: 0 -10px;}
.hub2 ul>li{width: 25%; padding: 10px; margin: 0;}
.hub2 ul>li>ol a.imgbox{padding: 1rem; background-image: radial-gradient(#fff 40%,rgba(0,0,0,.125));}
.hub2 ul>li>ol .textbox{padding: 1rem;}
.hub2 ul>li>ol .textbox a.h6{width: fit-content; display: flex; flex-direction: column; font-size: 1.25rem; font-weight: 600; color: #333; margin-bottom: 1.25rem;}



.hub_title{display: flex; justify-content: center; align-items: center; position: relative; font-size: 1.625rem; text-align: center; margin-bottom: 1.25rem; font-family: var(--family-second); font-weight: bold; color: #333;}
.hub_title::before{content: ''; width: 100%; height: 1px; background-image: linear-gradient(to right,transparent,var(--bg-main),transparent); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.hub_title>span{position: relative; z-index: 2; background-color: #fff; padding: 0 2vw;}
.hubtype_swiper{position: relative;}
.hubtype_swiper .swiper-slide>ol{flex-direction: column; border: 1px solid rgba(0,0,0,.05); transition: all .3s;}
.hubtype_swiper .swiper-slide>ol>figure{margin-bottom: 0;}
.hubtype_swiper .swiper-slide>ol .textbox{flex-direction: column;}
.hubtype_swiper .swiper-slide>ol .textbox .h6{flex: 1; margin-bottom: 0; display: flex; align-items: center; padding: 1rem; background-color: var(--bg-F9);}
.hubtype_swiper .swiper-slide>ol .textbox>dl{width: 100%; display: flex; flex-wrap: wrap; flex: 1; margin-bottom: 0;}
.hubtype_swiper .swiper-slide>ol .textbox>dl>dd{width: 50%; flex: 1; margin-bottom: 0; padding: 1rem; display: flex; align-items: center;}
.hubtype_swiper .swiper-slide>ol .textbox>dl>dd:last-child{border-left: 1px solid rgba(0,0,0,.05);}
.hubtype_swiper .swiper-slide>ol:hover{border-color: var(--bg-main);}
.hubtype_swiper .prev-button,.hubtype_swiper .next-button{position: absolute; left: -20px; top: 50%; transform: translateY(-50%); z-index: 2; width: 40px; height: 40px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: var(--bg-main);}
.hubtype_swiper .next-button{left: auto; right: -20px;}

.card{border: none; border-radius: 0; background-color: #fff; border-bottom: 1px dashed rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;}
.card-link{width:100%; display:block; padding:1rem 1.5rem; padding-right: 2.5rem; font-size:1rem; font-weight:500; color: #000; position:relative; line-height:24px}
.card-link:hover{color: var(--bg-main);}
.card-link::after{content:"\F282"; font-size:1.2rem; color:var(--bg-main); position:absolute; right:1rem; top:1rem;transition:all 0.3s; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.card-body{padding:1rem 1.5rem;}
.card:hover{background-color: rgba(0, 0, 0, .02);}
.card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.card1{border-bottom: none;}
.card1 .card-header{border-bottom: 1px dashed rgba(0, 0, 0, .125);}

.otherpros .container{max-width: 1400px;}
.otherpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherpros ul>li{width: 20%; padding: 0 15px; margin-top: 30px;}
.otherpros ul>li>a{width: 100%; display: flex; flex-direction: column; box-shadow: 0 10px 10px -2px rgba(0,0,0,.2);}
.otherpros ul>li>a .imgbox{background-image: radial-gradient(#fff 60%, #dcdcdc); padding: 1.25rem;}
.otherpros ul>li>a .imgbox>img{filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .3));}
.otherpros ul>li>a>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem; font-size: .875rem; font-weight: 600; color: #333;}
.otherpros ul>li>a:hover .imgbox>img{transform: scale(1.02); filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0));}
.otherpros ul>li>a:hover>span{color: var(--bg-main);}

@media (max-width:991.98px){
	.otherpros ul>li{width: calc(100% / 3);}
}
@media (max-width:767.98px){
	.hub ul>li{width: 100%;}
	.hub_title{font-size: 1.5rem;}
}
@media (max-width:575.98px){
	.hub_title{font-size: 1.25rem;}
	.hub ul>li>ol .textbox a.h6{font-size: 1rem;}
	.otherpros ul{width: calc(100% + 20px); margin: 0 -10px;}
	.otherpros ul>li{width: 50%; padding: 0 10px; margin-top: 20px;}
	.otherpros ul>li>a>span{font-size: .875rem; padding: .5rem; font-weight: 500;}
}
@media (max-width:375.98px){
	.hub_title{font-size: 1.125rem;}
	.otherpros ul>li{width: 100%;}
}
/* Details */
.details-items{padding: 3.75rem 0;}
.detailsbanner{padding: 0;}
.detailsbanner::before{content: ''; display: block; padding-top: 15.625%;}
.detailsbanner::after{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right,transparent,var(--bg-blue2),var(--bg-blue2),transparent); opacity: .8; mix-blend-mode: multiply;}
.detailsbanner_hover{width: 100%; position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column;}
.detailsbanner_hover .detailsbanner_title{display: flex; flex-direction: column; align-items: center; text-align: center;}
.detailsbanner_hover .detailsbanner_title>.h3{color: #fff; font-size: 2.25rem; font-weight: 600; font-family: var(--family-second); margin-bottom: 1rem;}
.detailsbanner_hover .detailsbanner_title>small{display: block; color: #fff; max-width: 60%; font-size: 1.125rem; font-weight: 300;}

.details .etw_hometitle{display: flex; align-items: center; text-align: center;}
.details .etw_hometitle>h2{font-family: var(--family-second); font-size: 1.875rem; font-weight: bold; color: #333; margin-bottom: 0;}
.imgbox1{width: 100%; display: flex;}
.imgbox1>figure{flex: 1;}
.imgbox1>figure>a{flex: 1; background-color: #fff; align-items: center; justify-content: center;}
.imgbox1>figure>a>img{width: 100%;}
.imgbox1>figure>a>span{width: 100%; position: absolute; left: 0; bottom: 0; text-align: center; padding: .625rem 1rem;}

.textbox0{display: flex; flex-direction: column; justify-content: center; padding: 2.5rem;}
.textbox0::before{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../images/bg-pattern.png) no-repeat center center var(--bg-F9); background-size: cover;}

.textbox1{display: flex; flex-direction: column; justify-content: center; padding: 2.5rem; padding-right: 15px;}
.textbox1::before{content: ''; width: 120%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../images/bg-pattern.png) no-repeat center center var(--bg-F9); background-size: cover;}
.textbox1 h6{font-size: 1.1rem; margin-bottom: 1rem;}
.textbox1 dl{margin-bottom: 1rem;}

.textbox2{padding: 2.5rem;}
.textbox2::before{left: auto; right: 0; width: 110%;}
.platform dd>span{color: var(--bg-main); margin-right: .5rem;}

.details-items .etw-photo ul>li{padding: 0 5px; margin-top: 10px;}
.etw-photo-text ul li>a.imgbox{background-color: #fff; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); flex-direction: column;}
.etw-photo-text ul li>a.imgbox>span,
.etw-photo-text ul li>a.imgboxs>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; padding: .625rem; font-size: .875rem;}
.etw-photo-text ul li>a.imgboxs{width: 100%; display: flex; background-color: #fff; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15); flex-direction: column;}

.h4-title{font-size: 1.35rem; line-height: 1.2; font-weight: 600; margin-bottom: 1rem; color: #333;}

.left_pics{width: 100%; display: flex; position: relative; overflow: hidden;background-color: #fff; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: flex;}
.left_pics>a>img{width: 100%; mix-blend-mode: multiply;}
.left_pics>a:has(.img-abs)::before,.left_pics>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.item_mod{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; text-align: center; padding: 1rem; color: #fff; font-size: 1.05rem;}
.related_pic{width: 100%; z-index: 3;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-wrap: nowrap;}
.related_pic ul>li{width: 20%; padding: 5px;}
.related_pic ul>li>a{width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden; position: relative;}
.related_pic ul>li>a:has(.img-abs)::before,.related_pic ul>li>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-blue2);}
.related_pic2{position: absolute; left: -45%; bottom: 20px;}
.related_pic3{position: absolute; left: -60%; bottom: 20px;}
.related_pic4{position: absolute; left: -80%; bottom: 10px;}
.related_pic5{position: absolute; left: -105%; bottom: 20px;}

.table1,.table2{width: 100%; color: #333; margin-bottom: 0;}
.table1 td,.table2 td{border: 1px solid rgba(0, 0, 0, .125); vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table1 .top,.table2 .top{background-color: #eee;}
.table1 .top>td,.table2 .top>td{border-bottom: none !important; padding: .75rem; font-weight: bold; text-align: center;}
.table1 tr:nth-child(2)>td,.table2 tr:nth-child(2)>td{border-top: none !important;}
.table2 tr td:nth-child(1){width: 38%;}

.relatedpros .h3{font-size: 1.875rem; font-weight: bold; color: #333; margin-bottom: 1rem;}
.relatedpros ul>li{width: 25%;}
.relatedpros ul>li>a{width: 100%; display: flex; flex-direction: column;}
.relatedpros ul>li>a>.imgbox{background-color: #fff; padding: 1rem; border: 2px solid rgba(0, 0, 0, .2);}
.relatedpros ul>li>a>.imgbox>img{filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .3));}
.relatedpros ul>li>a>.textbox{width: 100%; display: flex; justify-content: center; text-align: center; font-weight: 600; padding-top: 1rem; color: #333;}
.relatedpros ul>li>a:hover>.imgbox{border-color: var(--bg-main);}
.relatedpros ul>li>a:hover>.imgbox>img{transform: scale(1.02); filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0));}
.relatedpros ul>li>a:hover>.textbox{color: var(--bg-main);}

.inquiryform_details::before,.inquiryform_details::after{content: ''; width: 100%; height: 60%; position: absolute; left: 0; top: 0;}
.inquiryform_details::before{background: url(../images/inquiryform_bj1.jpg) no-repeat center center; background-size: cover;}
.inquiryform_details::after{background-color: var(--bg-blue2); mix-blend-mode: multiply; opacity: .7;}
.inquiryform_details .container{position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center;}
.inquiryform_details .feedback{background-color: #fff; padding: 2.5rem; width: 100%; max-width: 800px; border-left: 5px solid var(--bg-main); box-shadow: 0 30px 30px -5px rgba(0, 0, 0, .25)}
.inquiryform_details .h3{color: #333; margin-bottom: .5rem;}
.inquiryform_details p{color: #555; font-size: 1.25rem; font-weight: 400; margin-bottom: 1.25rem;}
.inquiryform_details_email{color: #555; font-size: 1.125rem; font-weight: 300; margin-bottom: 1.5rem;}
.inquiryform_details_email>a:hover{color: var(--bg-main); text-decoration: underline;}

.detailsabout{background: url(../images/bg3.jpg) no-repeat center center; background-size: cover;}
.detailsabout::before{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: var(--bg-blue1); mix-blend-mode: multiply;}
.detailsabout::after{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; opacity: .1;}
.detailsabout .container{position: relative; z-index: 3;}
.detailsabout_left{background-image: linear-gradient(to right, transparent,rgba(255,255,255,.3),transparent);}
.detailsabout small{color: #fff; display: block; font-size: 1.125rem; text-transform: uppercase; opacity: .8; margin-bottom: 5px;}
.detailsabout .h3{font-size: 1.875rem; color: #fff; margin-bottom: 1.25rem; display: flex; flex-direction: column;}
.detailsabout .h3::after{content: ''; width: 50px; height: 5px; background-color: var(--bg-main); margin-top: .625rem;}
.detailsabout p{color: #fff; font-size: 1rem; line-height: 1.7; margin-bottom: 1.25rem;}
.detailsabout .more>a{padding: .75rem 1rem; background-color: var(--bg-main); color: #fff;}
.detailsabout .more>a::after{height: 100%; background-color: var(--bg-blue2); z-index: -1;}
.otherpros_list{width: 100%; margin: 0; flex-direction: column;}
.otherpros_list>li{width: 100%; padding: 6px 0;}
.otherpros_list>li>a{color: #fff; width: fit-content; font-size: .8rem; display: flex; align-items: center; padding: 0; position: relative;}
.otherpros_list>li>a>span{width: 50px; height: 50px; border-radius: 50%; background-color: var(--bg-main); margin-right: 1rem; background-repeat: no-repeat; background-position: center center; background-size: 60%;}
.otherpros_list>li>a>span.icon_img1{background-image:url(../images/pros_icon01.png);}
.otherpros_list>li>a>span.icon_img2{background-image:url(../images/pros_icon02.png);}
.otherpros_list>li>a>span.icon_img3{background-image:url(../images/pros_icon03.png);}
.otherpros_list>li>a>span.icon_img4{background-image:url(../images/pros_icon04.png);}
.otherpros_list>li>a>span.icon_img5{background-image:url(../images/pros_icon05.png);}
.otherpros_list>li>a>span.icon_img6{background-image:url(../images/pros_icon06.png);}
.otherpros_list>li>a>em{font-style: normal; flex: 1;}
.otherpros_list>li>a:hover{color: var(--bg-main);}
.detailsabout .etw-photo ul>li>a.imgbox::before{padding-top: 100%;}
.detailsabout .etw-photo ul>li>a.imgbox>span{width: 100%; position: absolute; left: 0; bottom: 0; background-image: linear-gradient(transparent,rgba(0,0,0,1)); color: #fff; font-size: .875rem; line-height: 1.2; padding: 1rem .625rem;}

@media (max-width:1199.98px){
	.details-items{padding: 3.125rem 0;}
	.detailsbanner::before{padding-top: 25%;}
	.detailsabout .h3,
	.inquiryform_details .h3,
	.detailsbanner_hover .detailsbanner_title>.h3,
	.details .etw_hometitle>h2,
	.relatedpros .h3{font-size: 1.75rem;}
}
@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
	.detailsbanner::before{padding-top: 30%;}
	.otherpros_list{flex-direction: row;}
	.otherpros_list>li{width: 50%;}
	.otherpros_list>li>a,.related_pic ul>li>a>img{width: 100%;}
	.detailsapps .etw-photo2 ul li{width: calc(100% / 3);}
	.detailsabout .h3,
	.inquiryform_details .h3,
	.detailsbanner_hover .detailsbanner_title>.h3,
	.details .etw_hometitle>h2,
	.relatedpros .h3{font-size: 1.625rem;}
	.related_pic3{bottom: 0;}
	.related_pic2,
	.related_pic4{position: relative; left: initial; bottom: initial; margin-top: 10px;}
	.related_pic4 ul>li{width: 25%;}
	.related_pic2 ul{justify-content: center;}
	.video_left{left: 50%;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
	.detailsbanner::before{padding-top: 40%;}
	.detailsbanner_hover .detailsbanner_title>small{max-width: 85%; font-size: 1rem;}
	.textbox1{padding: 1.875rem ;}
	.textbox1::before{width: 100%;}
	.related_pic ul>li{width: calc(100% / 3);}
	.related_pic2,
	.related_pic3{position: relative; left: initial; bottom: initial;}
	.related_pic2 ul,
	.related_pic3 ul{justify-content: center;}
	.relatedpros ul>li{width: 50%;}
	.detailsabout p{font-size: .9rem;}
	.detailsapps .etw-photo2 ul li{width: 50%;}
	.detailsabout .h3,
	.inquiryform_details .h3,
	.detailsbanner_hover .detailsbanner_title>.h3,
	.details .etw_hometitle>h2,
	.relatedpros .h3{font-size: 1.5rem;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.detailsbanner::before{padding-top: 45%;}
	.detailsbanner_hover .detailsbanner_title>small{max-width: 100%; font-size: .875rem;}
	.textbox1{padding: 1.25rem ;}
	.related_pic2 ul li,
	.related_pic3 ul li{width: calc(100% / 3);}
	.inquiryform_details .feedback{padding: 1.5rem;}
	.inquiryform_details p{font-size: .9rem; margin-bottom: .5rem;}
	.otherpros_list>li{width: 100%;}
	.detailsabout .h3,
	.inquiryform_details .h3,
	.detailsbanner_hover .detailsbanner_title>.h3,
	.details .etw_hometitle>h2,
	.relatedpros .h3{font-size: 1.25rem;}
}
@media (max-width:400.98px){
	.imgbox1 .etw-photo2 ul li{width: 100%;}
}
@media (max-width:375.98px){
	.detailsbanner_hover .detailsbanner_title>.h3{margin-bottom: 0;}
	.detailsbanner_hover .detailsbanner_title>small{display: none;}
	.related_pic2 ul li{width: 50%;}
	.relatedpros ul>li>a>.textbox{font-size: .75rem; padding-top: .5rem;}
}
@media (max-width:370.98px){
	.relatedpros ul>li{width: 100%;}
}
/* Products End */

/* About Us */
.white{color: #fff !important;}
.nbanner{padding: 0; min-height: 300px; display: flex; flex-direction: column;}
.nbanner::after{content: ''; width: 100%; height: 100%; position: absolute; inset: 0; background-color: var(--bg-blue2); opacity: .6; mix-blend-mode: multiply; z-index: 1;}
.nbanner_hover{width: 100%; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 2;}
.nbanner_hover .etw_hometitle .h3,
.nbanner_hover .h3{color: #fff; font-size: 2.25rem; text-align: center;}


.company{padding: 0; font-size: .95rem;}
.company-items{padding: 3.75rem 0; position: relative;}
.certificates_swiper{position: relative;}
.certificates_swiper .swiper-slide>figure>a{flex-direction: column;}
.certificates_swiper .swiper-slide>figure>a>span{flex: 1; padding: .625rem; font-size: .875rem; text-align: center; color: #333;}
.certificates_swiper .prev-button,.certificates_swiper .next-button{width: 40px; height: 40px; border-radius: 50%; position: absolute; left: -50px; top: 40%; transform: translateY(-50%); font-size: 1.5rem; color: var(--bg-blue2); display: flex; align-items: center; justify-content: center;}
.certificates_swiper .next-button{left: auto; right: -50px;}
.certificates_swiper .prev-button:hover,.certificates_swiper .next-button:hover{background-color: var(--bg-blue2); color: #fff;}

.partners .etw-photo ul>li .imgbox{background-color: var(--bg-F9); background-image: linear-gradient(135deg,#ecf0f1,var(--bg-F9)); border-radius: 10px;}

.history_swiper{position: relative;}
.history_swiper::after{content: ''; width: 100%; height: 1px; background-color: var(--bg-blue1); position: absolute; left: 0; top: 15px;}
.history_swiper .swiper-slide>ol{flex-direction: column-reverse; padding: 1rem; padding-top: 0;}
.history_swiper .swiper-slide>ol .textbox{background-color: #fff; padding: 1rem; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.history_swiper .swiper-slide>ol .time{width: 100%; display: flex; flex-direction: column-reverse; align-items: center; justify-content: center; line-height: 30px;}
.history_swiper .swiper-slide>ol .time::before{content: ''; width: 0; height: 0; border-bottom: 20px solid #fff; border-left: 30px solid transparent; border-right: 30px solid transparent; margin-top: .5rem; filter: drop-shadow(0 -10px 10px rgba(0, 0, 0, .125));}
.history_swiper .swiper-slide>ol .time>span{width: auto; background-color: var(--bg-main); color: #fff; padding: 0 1rem; border-radius: 20px;}
.history_swiper .prev-button,.history_swiper .next-button{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 1rem; line-height: 1; color: var(--bg-main); border-radius: 50%; position: absolute; left: -50px; top: 50%; transform: translateY(-50%);}
.history_swiper .next-button{left: auto; right: -50px;}
.history_swiper .prev-button:hover,.history_swiper .next-button:hover{background-color: var(--bg-main); color: #fff;}

.cultural ul>li{width: 50%;}
.cultural ul>li>ol{align-items: center; background-color: var(--bg-F9); border-radius: 10px; padding: 1.2rem;}
.cultural ul>li>ol .icon{width: 100px; height: 100px; background-color: #01a4dc; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 10px;}
.cultural ul>li>ol .icon>img{width: 70px; filter: drop-shadow(0 100px #fff); position: relative; transform: translateY(-100px);}
.cultural ul>li>ol .textbox{padding-left: 30px; flex-direction: column;}
.cultural ul>li>ol .textbox .h6{font-size: 1.1rem; font-weight: 500; margin-bottom: .5rem;}
.cultural ul>li>ol .textbox p{font-size: .8rem;}

.company_nav{padding-top: 0;}
.company_nav ul{width: 100%; margin: 0;}
.company_nav ul>li{width: calc(100% / 6); position: relative; padding:0 1.25rem;}
.company_nav ul>li::after{content: ''; width: 1px; height: 100%; background-image: linear-gradient(transparent,rgba(0,0,0,.125),transparent); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.company_nav ul>li:last-child::after{display: none;}
.company_nav ul>li>a{width: 100%; display: flex; flex-direction: column;}
.company_nav ul>li>a .icon{width: 100%; overflow: hidden;}
.company_nav ul>li>a .icon>img{width: 60px; height: 60px; opacity: .8; transition: initial;}
.company_nav ul>li>a .text{width: 100%; flex: 1; padding-top: .625rem; display: flex; justify-content: center; text-align: center; font-size: .875rem; font-weight: 600; color: #333; transition: all .3s;}
.company_nav ul>li>a:hover .icon>img,
.company_nav ul>li.active>a .icon>img{filter: drop-shadow(0 60px var(--bg-main)); position: relative; transform: translateY(-100%);}
.company_nav ul>li>a:hover .text,
.company_nav ul>li.active>a .text{color: var(--bg-main);}

.ourpros .container{max-width: 1400px;}
.ourpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.ourpros ul>li{width: 20%; padding: 0 15px; margin-top: 30px;}
.ourpros ul>li>a{width: 100%; display: flex; flex-direction: column; box-shadow: 0 10px 10px -2px rgba(0,0,0,.2);}
.ourpros ul>li>a .imgbox{background-image: radial-gradient(#fff 60%, #dcdcdc); padding: 1.25rem;}
.ourpros ul>li>a .imgbox>img{filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .3));}
.ourpros ul>li>a>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem; font-size: .875rem; font-weight: 600; color: #333;}
.ourpros ul>li>a:hover .imgbox>img{transform: scale(1.02); filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0));}
.ourpros ul>li>a:hover>span{color: var(--bg-main);}

/* Service */
.service-title{display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 1.25rem;}
.service-title::before{content: ''; width: 100%; height: 1px; background-image: linear-gradient(to right,transparent, var(--bg-blue1), transparent);position: absolute; left: 0; top: 50%;transform: translateY(-50%);}
.service-title>span{position: relative; padding: 0 30px; background-color: #fff;}

.imgboxs .imgbox{flex-direction: column;}
.imgboxs .imgbox>span{padding: .625rem 1.5rem; font-weight: 500; color: #333; font-size: 1.125rem; border-radius: 50%; box-shadow: 0 10px 10px rgba(0, 0, 0, .125); transform: translateY(-50%); position: relative; z-index: 2; background-color: #fff;}
.vs-icon{display: flex; align-items: center;}
.vs-icon img{opacity: .2; max-width: 50%;}


.advantages_list>li{width: calc(100% / 3);}
.advantages_list>li>ol{background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.25rem; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.advantages_list>li>ol>b{width: 100%; margin-bottom: .5rem; font-weight: 600;}

.customization .imgbox{border:1px solid #ccc; border-radius: 20px;}

/* Case Studies */
.cases figure>a>img{width: 100%;}
.cases .items dd{display: block; width: 100%; margin-bottom: .5rem; font-size: .9rem;}
.cases .items dd>strong{margin-right: 3px;}

.faqshub .card{background-color: var(--bg-F9);}
.faqshub .card:hover{background-color: #fff;}

.whyus .textbox{box-shadow: 0 0 10px rgba(0, 0, 0, .125); background-color: #fff; padding: 1.5rem; flex-direction: column; }
.whyus .textbox h6{color: #333; font-weight: 600; font-size: 1.1rem; display: block; margin-bottom: .5rem;}
.whyus .textbox .icon{width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; background-color: var(--bg-main); margin-right: 1.25rem;}
.whyus .textbox .icon>img{width: 50px;}

.advantages .h5-title{font-size: 1.1rem; font-weight: bold; color: #333; margin-bottom: .5rem;}
.img_swiper .swiper-pagination{display: flex; justify-content: center; align-items: center;}
.img_swiper .swiper-pagination>span{width: 10px; height: 10px; flex: none; padding: 0; background-color: #fff; opacity: 1;}
.img_swiper .swiper-pagination-bullet-active{background-color: var(--bg-blue1) !important; opacity: 1;}

@media (max-width:1199.98px){
	.company-items{padding: 3.125rem 0;}
	.nbanner_hover .etw_hometitle .h3, .nbanner_hover .h3{font-size: 2rem !important;}
}
@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}
	.company_nav ul>li{width: calc(100% / 3);}
	.company_nav ul>li:nth-child(3)::after{content: none;}
	.ourpros ul>li{width: calc(100% / 3);}
	.nbanner_hover .etw_hometitle .h3, .nbanner_hover .h3{font-size: 1.8rem !important;}
}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
	.cultural ul>li{width: 100%;}
	.company_nav ul>li{padding: .625rem;}
	.advantages_list>li{width: 50%;}
	.nbanner_hover .etw_hometitle .h3, .nbanner_hover .h3{font-size: 1.6rem !important;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.cultural ul>li>ol .icon{width: 70px; height: 70px;}
	.cultural ul>li>ol .icon>img{width: 50px;}
	.cultural ul>li>ol .textbox{padding-left: 20px;}
	.company_nav ul>li{width: 50%;}
	.company_nav ul>li:nth-child(3)::after{content: '';}
	.company_nav ul>li:nth-child(2)::after,.company_nav ul>li:nth-child(4)::after{content: none;}
	.ourpros ul{width: calc(100% + 20px); margin: 0 -10px;}
	.ourpros ul>li{width: 50%; padding: 0 10px; margin-top: 20px;}
	.ourpros ul>li>a>span{font-size: .9rem; padding: .5rem;}
	.imgboxs .imgbox>span{font-size: .875rem;}
	.advantages_list>li{width: 100%;}
	.nbanner{min-height: 200px;}
	.nbanner_hover .etw_hometitle .h3, .nbanner_hover .h3{font-size: 1.4rem !important;}
}
@media (max-width:375.98px){
	.nbanner_hover .etw_hometitle .h3, .nbanner_hover .h3{font-size: 1.25rem !important;}
}
@media (max-width:370.98px){
	.company_nav ul>li,.ourpros ul>li{width: 100%;}
	.company_nav ul>li::after{content: none !important;}
}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact dl{display: flex; flex-direction: column; padding-top: 1rem;}
.contact dl .h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.contact dl dd{font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact dl dd strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact dl dd a{color: var(--bg-main);}
.contact dl dd a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact dl dd b{font-weight: 400; color:#000;}
.contact_img{display: flex; flex-wrap: wrap;padding-top: .625rem;}
.contact_img .imgbox{width: 48%; flex-direction: column; max-width: 116px; margin-right: 2%;}

.contact .feedback{padding: 1.5rem 1rem;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family: var(--family-second);}
.contact_map{margin-top: 2rem;}

#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-blue2) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-blue2) !important;}
/* Contact Us-End */
/* Overview */
.overviewbanner .etw_hometitle{max-width: 50%; margin: 0 auto;}
.overviewbanner .etw_hometitle>.h3{font-size: 2rem; font-weight: 600;}

.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem;}
.overview-title>span{text-align:center; display:inline-block; position:relative; line-height:1.3; font-size:1.8rem; color: #000; font-weight: 400; font-family: var(--family-second);}

.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.2rem; 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:0}
.overview-company li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-main);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#333; font-size: .95rem; line-height: 1.5;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{display: flex; align-items: center; margin-bottom: .875rem; line-height: 24px; position: relative; padding-left: 1.5rem;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-main); font-size: 1rem; position: absolute; left: 0; top: 0;}
.overview-company li:hover .overview-company-label::after{width:100%}
.overview-company li .overview-company-value dl dd>a:hover{color: var(--bg-main);}


@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
}
@media (max-width:767.98px){
	.overview-title>span{font-size: 1.8rem;}
}
@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{ font-size: 2rem; font-weight: 700; line-height: 1; margin: 0 0 1.875rem 0; color: #000;}
.videos .videostext{font-size: 1rem; font-weight: 400; margin-bottom: 1.25rem;}
.videos .videostext a{color: var(--bg-main); text-decoration: underline;}
.videos .videostext a:hover{color: var(--bg-hover); text-decoration: none;}

.videos-hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos-hub-title{font-size:1.5rem; font-weight: bold; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family-first);}

.videos-hub ul{width: calc(100% + 20px); margin: 0 -10px;}
.videos-hub ul li{width: 100%; padding: 10px;}
.videos-hub ul li .imgbox::after{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background:url(../images/video1.png) no-repeat center center, linear-gradient(135deg,var(--bg-main),var(--bg-blue2)); background-size: 100% 100%; transition: all .3s ease-in-out; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.videos-hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videos-hub ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos-hub:last-child{margin-bottom: 0;}

.videos-company ul li{width: 100%;}
.videos-company ul li>a{border-radius: 10px; overflow: hidden;}
.videos-company ul li>a .imgbox{width: 50%;}
.videos-company ul li>a .textbox{width: 50%; padding: 2rem; flex-direction: column; justify-content: center;}
.videos-company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600;}
.videos-company ul li>a .textbox>p{font-size: .95rem; font-weight: 400; color: #666; transition: all .4s;}
.videos-company ul li>a:hover .textbox .h6{color: var(--bg-main);}

.videos-pros ul li{width: 50%;}
.videos-pros ul li>a{border-radius: 10px; overflow: hidden;}
.videos-pros ul li>a>.imgbox{width: 30%;}
.videos-pros ul li>a>.imgbox::after{--w:40px;}
.videos-pros ul li>a>.textbox{flex: 1; width: 70%; display: flex; align-items: center; font-size: .95rem; line-height: 24px; font-weight: 500; color: #333; padding: .75rem 1rem; padding-left: 1.5rem; transition: all .4s;}
.videos-pros ul li>a:hover>.textbox{color:var(--bg-main)}

.video-details{width:100%;padding:0 0 3.125rem 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: #333; font-weight: 700; font-family: var(--family-second);}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #333; color:#333; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}

#video_sidebar{width:30%; background-color:#fff; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,.15);}
#etw_videolist .webtitle{font-size:1.5rem; font-weight:bold; color:var(--bg-blue2); padding:1rem; border-radius:10px 10px 0 0; font-family: var(--family-second);}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between; padding:0 1.5rem;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center;}
#etw_videolist ul li a img{width:30%; height: auto;}
#etw_videolist ul li a span{width:70%;font-size:0.95rem; padding-left:1rem;line-height: 1.2; transition: all .4s;}
#etw_videolist ul li a.dq span{color:var(--bg-main);}
#etw_videolist ul li a:hover span{color: var(--bg-main);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}

@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
	.videos-company ul li>a .imgbox,.videos-company ul li>a .imgbox>img{width: 100%;}

}
@media (max-width:767.98px){
	#etw_videolist ul li,.videos-pros ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}

}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
}
/* videos-End */
/* Discontinued */
.review_list{justify-content: center;}
.review_list>li{width: 25%;}
.review_list>li>ol{flex-direction: column; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.review_list>li>ol a.textbox{padding: .75rem; justify-content: center; text-align: center; font-size: .9rem; font-weight: 600; background-color: #fff;}
.review_list>li>ol:hover a.textbox{color: var(--bg-main);}
/* Discontinued-End */
