@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;font-display:swap;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:"OpenSans";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/OpenSans/OpenSans-Light.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Light.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/OpenSans/OpenSans-Regular.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Regular.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/OpenSans/OpenSans-Medium.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Medium.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/OpenSans/OpenSans-SemiBold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-SemiBold.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/OpenSans/OpenSans-Bold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Bold.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")}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer{visibility: visible;}
/* Preloader stop */
/* public */
:root {
	--bg-main: #004a8c;
	--bg-hover: #1f92c8;
  --bg-WhiteBlue: #f5f7fa;
	--family-first: "OpenSans", sans-serif;
	--family-second: "Montserrat", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
}
.bg-WhiteBlue{background-color: var(--bg-WhiteBlue) !important;}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !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: .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 {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.75rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1.25rem; 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-hover);}
p:last-child{margin-bottom: 0;}
strong {font-weight: bold;}
b {font-weight: 600;}
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);}
u.inquiry{color: var(--bg-main);}
u.inquiry:hover{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;}
.imgbox{width:100%;display:flex; flex-wrap: wrap; 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%;}
.before_none{content: none;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex;}
.swiper .swiper-slide>ol,.swiper .swiper-slide>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.prev-button,.next-button{width: 50px; height: 50px; font-size: 1.25rem; color: var(--bg-main); display: flex; align-items: center; justify-content: center; position: absolute; left: -50px; top: 50%; transform: translateY(-50%);}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor: no-drop; opacity: .7;}
.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;}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
.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;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
.z-index-5{z-index: 5;}
ul{width: calc(100% + 30px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 15px;}
ul li>ol,ul li>a,ul li>figure{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}
ul li img:has(.img-abs){width:auto;}
ul.swiper-wrapper{width: 100%; margin: 0; flex-wrap: initial;}
ul.swiper-wrapper li{float: left; padding: 0;}
.etw_photo{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo ul{width: calc(100% + 20px); margin: 0 -10px;}
.etw_photo ul li{width:100%; padding: 10px; flex-direction: column;}
.etw_photo ul li a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; overflow: hidden; position: relative;}
.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .9rem; padding-top: .625rem;}
.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_photo_m1 ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw_photo_m1 ul li{padding: 5px;}
.etw_photo_m2{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%;}
}@media (max-width:991.98px){
	.etw_photo6 ul li{width: 25%;}
	.etw_photo5 ul li{width: calc(100% / 3);}
}@media (max-width:767.98px){
  .etw_photo4 ul li{width: 50%;}
	.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
}@media (max-width:575.98px){
	.etw_photo3 ul li,.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: 50%;}
	.etw_photo ul li span{font-size: .875rem;}
}@media (max-width:375.98px){
	.etw_photo ul li:has(span){width: 100%;}
}@media (max-width:370.98px){
	.etw_photo ul li{width: 100% !important; display: flex !important;}
}
ul.items{display: block; width: 100%; margin: 0 0 1rem 0;}
ul.items:last-child{margin-bottom: 0;}
ul.items li{width: 100%; display: block; position:relative; margin-bottom: 10px; padding: 0 0 0 1rem; line-height: 24px;}
ul.items li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
ul.items li>ol{width: 100%; display: block;}
ul.items li>ol>li{padding-left: 1.5rem;}
ul.items li>ol>li::before{content: "\F271"; 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; width: auto; height: auto; background: none; color: #777; font-size: 1rem; top: 4px;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 1.875rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub); width: 22px; height: 22px; background: initial; border:1px solid var(--bg-main); font-size: 12px; color: #555; display: flex; align-items: center; justify-content: center; top: 1px; transform: initial;}
ul.items_none li::before{content: none;}
/* 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: #f9f9f9;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}
.table .top td,.table1 .top td{background-color: #f0f0f0 !important; color: #000;; font-weight: 400; text-align: center; padding: .75rem; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #f0f0f0;}
.table1{width: 100%;}
.table1 td{border: 1px solid rgba(0, 0, 0, .125); vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .625rem;}
/* video_Btn */
.video_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video_btn::before{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video_btn.svg) no-repeat center center,linear-gradient(135deg,var(--bg-main),var(--bg-hover)); background-size: 50px, auto;  display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{ background-color: rgba(255, 255, 255, .9)}
.video_right{left: 100%;}
.video_right_top{left: 100%; top: 0;}
.video_smallbtn{width: 100%; height: 100%; align-items: flex-start; justify-content: flex-start; padding: 5px;}
.video_smallbtn::before{content: "\F62B"; opacity: .8; --w:2rem; width: var(--w); height: var(--w); color: var(--bg-hover); font-size: var(--w); background: radial-gradient(#fff 30%,transparent 31%); 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: flex-start;}
.video_smallbtn:hover::before{background: radial-gradient(#fff 30%,transparent 31%);}
.watch_video{left: auto; right: 10px; top: 10px; transform: initial; }
.watch_video::before{--w:40px; background-size: 24px, auto; position: relative; z-index: 2;}
.watch_video>span{background-color: var(--bg-hover); color: #fff; text-transform: uppercase; font-size: .75rem; line-height: 1; padding:.5rem; padding-left: 1.5rem; border-radius: 30px; margin-left: -1rem;}
/* More */
.more,.more_big{display: flex;}
.more>a,.more_big>a{width:fit-content; display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .875rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; text-transform: uppercase;}
.more>a>i{margin-left: .5rem; font-size: .7rem; 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; z-index: -1;}
.more>a:hover{color: var(--bg-hover);}
.more>a:hover>i{margin-left: 1rem;}
.more_big>a{padding: .75rem 1rem; text-transform: uppercase; background-color: var(--bg-hover); color: #fff;}
.more_big>a>i{margin-left: 1rem; font-size: .7rem;}
.more_big>a::after{height: 100%;}
.more_big>a:hover{color: #fff;}
.more_big>a:hover::after{left: 0; right: auto; width: 100%;}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: .9rem; font-weight: 400 !important; position: relative; border-radius: 5px; overflow: hidden; z-index: 0; background-color: var(--bg-main);}
.inquiry_quote>a>i,.inquiry_btn>a>i{margin-right: 1rem;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{background-color: var(--bg-hover);}
/* public-End */
/* etw_language */
.etw_language{width: 100%; position: absolute; right: 0; top: 0; min-height: 40px; display: flex; background-image: linear-gradient(to right, #d2d3d3, #f3f3f3, #dfdfdf);}
.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{width: auto; padding-top: 0; position: relative; z-index: 14; background: none;}
.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-hover);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 130px;}
.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); padding-top: 40px;}
.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;}
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; margin: 0;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; min-height:90px; margin-left: 2.5rem; 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: .95rem; font-family: var(--family-second); text-transform: uppercase; font-weight: 600; position: relative; z-index: 0; padding: 0;}
nav .navbar-nav .nav-item .nav-link::before{content: ''; width: 0; height: 5px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%) skewX(-45deg); z-index: 2; transition: all .3s;}
nav .navbar-nav .nav-item .dropdown-toggle::after{content: "\F229"; font-size: .75rem; transition:all 0.3s; margin-left:0.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; border: none;}
.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);}
nav .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; border-radius: 0 0 10px 10px; background-color: #fff; 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; position: relative;}
.dropdown-menu ul li:last-child{border-bottom: none;}
.dropdown-menu ul li .dropdown-item{color:#333; font-size:.95rem; position:relative; transition:all 0.5s; padding: .75rem 1rem; display: flex; flex-wrap: nowrap; align-items: center;overflow: hidden;}
.dropdown-menu ul li .dropdown-item>i{font-size: .75rem; margin-left: .5rem;}
.dropdown-menu ul li .dropdown-item:hover{background-color: #eee; color: var(--bg-main);}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-main);}
@media (max-width:991.98px){
	#header {padding-top: 0;}
	.header{position: relative;padding-top: 0;}
	.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; min-height: initial;}
	.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;font-family: var(--family-first);}
	.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:767.98px){
  .video_btn::before{--w: 50px;background-size: 30px, auto;}
}
@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;}
.etw_banner .swiper-horizontal>.swiper-pagination-bullets,.etw_banner .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%; bottom: 20px; display: flex; justify-content: center; z-index: 2;}
.etw_banner .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff; opacity: 1; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw_banner .swiper-pagination-bullet-active{opacity: 1; background-color: var(--bg-hover);}
.etw_banner .prev-button,.etw_banner .next-button{width: 30px; height: 50px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 5; cursor: pointer; font-size: 1.5rem; 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;}
.etw_banner .prev-button:hover,
.etw_banner .next-button:hover{background-color: var(--bg-hover);}
.banner_hover{position: absolute; inset: 0; display:flex; flex-direction: column; justify-content: center;}
.banner_title{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; width: 100%; max-width: 600px; display: flex; align-items: center; justify-content: center; text-align: center; background-image: linear-gradient(to right, transparent, rgba(0,0,0,.7), transparent); padding: 2.5rem;}
.banner_title>h2{color: #fff; font-weight: bold;}
/* Banner-end */
/* index */
section,.section,.section_item{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.section_item{padding: 3.125rem 0;}
.title1,.title2,.title3,.title4,.title5,.title6{font-family: var(--family-second); line-height: 1.2; color: #333; display: block; margin-bottom: 1rem; font-weight: 600;}
.title1{font-size: 2rem;}
.title2{font-size: 1.875rem;}
.title3{font-size: 1.625rem;}
.title4{font-size: 1.375rem;}
.title5{font-size: 1.25rem;}
.title6{font-size: 1rem;}
.hometop_svg{width: 1400px; height: 1400px; position: absolute; left: -580px; top: -191px; z-index: 1;}
.hometop .container{position: relative; z-index: 2;}
.hometop .title1,.home_apps .title1,.home_about .title1,.home_capabilities .title1{color: var(--bg-main); margin-bottom: .5rem;}
.hometop small{display: block; font-weight: bold; font-size: 1rem; line-height: 1; margin-bottom: 1.5rem;}
.home_pros{z-index: 3;}
.home_pros_list{width: 100%; margin: 0 0 1rem 0;}
.home_pros_list>li{width: 100%; padding: 0; display: block; margin-bottom: .625rem; font-size: .875rem; line-height: 1.4;}
.home_pros_list>li:last-child{margin-bottom: 0;}
.home_pros_list>li>a{width: auto; float: left; font-weight: bold; color: var(--bg-main); margin-right: .5rem;}
.home_pros_list>li>a:hover{color: var(--bg-hover);}
.section_bg2{background: url(../images/pros_bg02_1920.webp) no-repeat center center; background-size: cover;}
.section_bg4{background: url(../images/pros_bg04_1920.webp) no-repeat center center; background-size: cover;}
.section_bg2 .imgbox,.section_bg4 .imgbox{width: auto; background-color: #fff;}
.section_bg2 .textbox,.section_bg4 .textbox{background-color: #336ea3; padding: 2rem;}
.section_bg2 .textbox .title2,.section_bg2 .textbox p,.section_bg2 .textbox .more>a,.section_bg4 .textbox .title2,.section_bg4 .textbox p,.section_bg4 .textbox .more>a{color: #fff;}
.section_bg2 .textbox .title2:hover,.section_bg4 .textbox .title2:hover{color: #000f4c;}
.home_apps ul{width: 100%; margin: 0; padding: 1rem 0;}
.home_apps ul>li{width: 20%; padding: 1.25rem; border-right: 1px solid #e5e5e5;}
.home_apps ul>li:last-child{border-right: none;}
.home_apps ul>li>a{display: flex; flex-direction: column;}
.home_apps ul>li>a .imgbox{border-radius: 50%; border: 6px solid #e5e5e5;}
.home_apps ul>li>a .imgbox::before{padding-top: 100%;}
.home_apps ul>li>a .title4{flex: 1; display: flex; align-items: flex-start; justify-content: center; text-align: center; margin: 0; padding-top: 1rem; color: #333; transition: all .3s; font-size: 1rem; font-weight: 600;}
.home_apps ul>li>a:hover .imgbox>img{transform: scale(1.1);}
.home_apps ul>li>a:hover .title4{color: var(--bg-hover);}
.home_about{overflow: visible;}
.home_about::before{content: ""; width: 100%; height: 200%; position: absolute; left: 0; top: 0; background: url(../images/wave-1.svg) no-repeat center center; background-size: cover; opacity: .2; z-index: 1;}
.home_about .container1,.home_capabilities .container{position: relative; z-index: 2;}
.home_capabilities p{max-width: 900px; margin: 0 auto; text-align: center;}
@media (max-width:1199.98px){
section,.section{padding:3.125rem 0;}
.title1{font-size: 2rem;}
.title2{font-size: 1.875rem;}
.hometop_svg{width: 1000px; height: 1000px; left: -364px; top: -136px;}
.home_apps ul>li>ol .textbox{padding: 1.25rem;}
}@media (max-width:991.98px){
section,.section,.section_item{padding:2.5rem 0;}
.title1{font-size: 1.875rem;}
.title2{font-size: 1.75rem;}
.title3{font-size: 1.625rem;}
.hometop_svg{width: 700px; height: 700px; left: -255px; top: -95px;}
.home_apps ul>li>a .title4{font-size: 0.9rem;}
.hometop{border-bottom: 1px solid #eee;}
}@media (max-width:767.98px){
section,.section,.section_item{padding:1.875rem 0;}
.title1{font-size: 1.75rem;}
.title2{font-size: 1.625rem;}
.title3{font-size: 1.5rem;}
.title4{font-size: 1.375rem;}
.hometop_svg{width: 400px; height: 400px; left: -146px; top: -54px;}
.home_apps ul>li{width: calc(100% / 3);margin-bottom: 1rem;padding: 1rem;}
.home_apps ul>li:nth-child(3n){border-right: 0;}
.home_apps ul>li>ol .textbox{padding: 1.5rem;}
.banner_title{display: none;}
.section_bg2{background-position: center right;}
.section_item .sub_item:last-child{margin-bottom: 1rem;}
}@media (max-width:575.98px){
section,.section,.section_item{padding:1.25rem 0;}
.title1{font-size: 1.6rem;}
.title2{font-size: 1.5rem;}
.title3{font-size: 1.375rem;}
.title4{font-size: 1.25rem;}
.title5{font-size: 1.125rem;}
.hometop_svg{width: 300px; height: 300px; left: -110px; top: -10px;}
.home_apps ul>li{width: 50%;margin-bottom: 0.5rem;}
.home_apps ul>li:nth-child(3n){border-right: 1px solid #e5e5e5;}
.home_apps ul>li:nth-child(2n){border-right: 0;}
.home_apps ul>li>ol a.imgbox{width: 100%;}
.home_apps ul>li>ol a.imgbox::before{border: none !important; border-bottom-width: 32px !important; border-bottom-style: solid !important; border-bottom-color:#c7ccd1 !important; border-left: 32px solid transparent !important; border-right: 32px solid transparent !important; left: 50% !important; right: auto !important; top: auto; bottom: 0; transform: translateX(-50%) translateY(0);}
.home_apps ul>li>ol .textbox{width: 100%;}
.home_apps ul>li:nth-child(2)>ol a.imgbox::before,.home_apps ul>li:nth-child(3)>ol a.imgbox::before{border-bottom-color: var(--bg-main) !important;}
}@media (max-width:375.98px){
	section,.section,.section_item{padding:1rem 0;}
}
/* index-end */
.footer {padding: 3rem 0; position: relative; overflow: hidden; background-color: var(--bg-WhiteBlue);}
.footer_bg{width: 400px; position: absolute; left: 0; bottom: 0; mix-blend-mode: multiply; opacity: .1;}
.footer .container{position: relative; z-index: 2;}
.footer .title5{font-weight: bold; font-size: 1.2rem; color: var(--bg-main);}
.footer .title5>a{font-size: inherit; color: inherit;}
.footer .title5>a:hover{color: var(--bg-hover);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #333; font-size: .95rem;}
.footer_list li>a:hover{color: var(--bg-hover);}
.footer_title{display: flex; margin-bottom: 1rem; position: relative; padding: .8rem 1.25rem; max-width: 320px; align-items: center; justify-content: center;}
.footer_title::before,.footer_title::after{content: ""; width: 30px; height: 100%; border: 8px solid var(--bg-main); position: absolute; left:0; top: 0;}
.footer_title::before{border-right: 0;}
.footer_title::after{left:auto; right: 0; border-left: 0;}
.footer_title>span{text-transform: uppercase; font-size: 1.25rem; line-height: 1.1; font-weight: bold; color: var(--bg-main); text-align: center;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin: 0;}
.footer_contact>li{width: 100%; color: #333; display: block; margin: .3rem 0 0 0; font-size: .95rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: #333;}
.footer_contact>li i{font-size: 1rem; position: absolute; left: 0; top: 2px; color: var(--bg-main);}
.footer_contact>li a:hover{color: var(--bg-hover);}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 2rem;}
#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;}
.theme-send-inquiry-box{background: linear-gradient(to right, var(--bg-main),var(--bg-hover)) !important;border: none !important;}
.theme-box-name{background:transparent !important;border-left: none !important; padding-left: 0 !important;}
@media (max-width:767.98px){
.footer{padding: 1.25rem 15px;}
.footer_title>span{font-size: 1.1rem;}
.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; padding-right: 0;}
#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 */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 2rem; color: #000; font-weight: 600; margin-bottom: 1.25rem;}
.etw_hometitle h2:last-child,.etw_hometitle>div[itemprop="name"]:last-child{margin-bottom: 0;}
@media (max-width:1199.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.8rem;}
}@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.6rem;}
}@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.4rem;}
}@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.25rem;}
}
/* Products */
.nbanner_hover{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-image: linear-gradient(to right,transparent,rgba(0,0,0,.7), transparent); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; max-width: 650px; padding: 2.5rem; width: 100%;}
.nbanner_hover .title1,.nbanner_hover .etw_hometitle>div{color: #fff; font-size: 2rem;}
.nbanner_hover p{color: #fff;}
.pro_bar_top .container2{position: relative; z-index: 3;}
.pro_bar{width: 100%; display: flex; background-color: var(--bg-main);}
.pro_bar_title{flex: 1 0 0;display: flex; padding: 1.5rem; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.pro_bar_title>p{color: #fff; font-size: 1rem; line-height: 1.2; font-weight: 500;}
.pro_bar_text1{background-color: #005eb1; width: 30%;}
.pro_bar_text2{background-color: #0070d4; width: 30%;}
.pro_bar_text1,.pro_bar_text2{display: flex; padding: 1.25rem 1rem; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.pro_bar_text1>.icon,.pro_bar_text2>span{width: 100%; overflow: hidden;}
.pro_bar_text1>.icon>img,.pro_bar_text2>.icon>img{width: 50px;}
.pro_bar_text1>p,.pro_bar_text2>p{flex: 1; color: #fff; font-size: .875rem;}
.pro_bar_text1>p>strong,.pro_bar_text2>p>strong{width: 100%; text-align: center; display: block; font-size: 1rem;}
.pros_item{position: relative; z-index: 3;}
.pros_item a.title2{width: fit-content; font-size: 1.3rem; font-weight: 600;}
.pros_list>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.pros_list>li>a{flex-direction: column; background-image: radial-gradient(#fff 30%,#dcdcdc); padding: 1.5rem;}
.pros_list>li>a .imgbox{mix-blend-mode: multiply;}
.pros_list>li>a .title6{display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 0; padding-top: 1rem; transition: all .3s; font-weight: 500;}
.pros_list>li>a:hover .title6{color: var(--bg-hover);}
.pro_bar_bottom::before{content: ""; width: 100%; height: 50%; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0;}
.pro_bar_bottom .container{position: relative; z-index: 2;}
.pro_bar_bottom .textbox{background-color: #f7f7f7; position: relative; transform: translateX(30px); z-index: 3; padding: 2rem;}
.pro_bar_bottom .imgbox::before{content: ""; display: block; padding-top: 75%;}
.pro_bar_bottom .imgbox>video{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}
.pro_apps_bg{width: 41%; position: absolute; left: 0; top: 0;}
.pro_apps_bg>img{opacity: .2;}
.pro_apps ul>li{width: 50%;}
.pro_apps ul>li>a>img{filter: brightness(30%);}
.pro_apps ul>li>a>.title4{width: 100%; height: 100%; position: absolute; inset: 0; margin-bottom: 0; color: #fff; display:flex; align-items: center; justify-content: center; text-align: center; padding: 1.25rem; mix-blend-mode: exclusion;}
.pro_apps ul>li>a:hover>img{filter: brightness(90%);}
.inquiryform{background-color: var(--bg-main); background-image: linear-gradient(135deg,var(--bg-main),var(--bg-hover));}
.inquiryform::before{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background: url(../images/inquiryform_bg_1920.webp) no-repeat center center; background-size: cover; opacity: .2;}
.inquiryform .container3{position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center;}
.inquiryform .title2{color: #fff;}
.inquiryform p{max-width: 800px; color: #fff; opacity: .7; font-size: 1.125rem; margin-bottom: 1.5rem;}
.inquiryform .inquiryform_email{color: #fff; margin-bottom: 1.5rem; font-size: 1.125rem;}
.inquiryform .inquiryform_email>a:hover{color: #fff; text-decoration: underline;}
.inquiryform .inquirybtn{display: flex; justify-content: center;}
.inquiryform .inquirybtn>a{display: flex; background-color: #fff; border-radius: 30px; padding: .5rem 1.5rem; color: var(--bg-main);}
.inquiryform .inquirybtn>a:hover{background-color: var(--bg-hover); color: #fff;}
@media (max-width: 991.98px){.pro_bar_bottom .textbox{transform: none;}
.pro_bar_bottom .imgbox::before{padding-top: 0;}
}@media (max-width: 767.98px){.nbanner_hover{padding: 1.5rem;}
.nbanner_hover .title1,.nbanner_hover .etw_hometitle>div{font-size: 1.6rem;}
.nbanner_hover .watch_video{top: -50px;}
.pro_bar{flex-wrap: wrap;}
.pro_bar_title{width: 100%;flex: none;}
.pro_bar_text1, .pro_bar_text2{width: 50%;}
.pros_list>li>a .title6{font-size: 0.85rem;line-height: 1.2;}
.pro_apps ul>li>a>.title4{font-size: 1.1rem;line-height: 1.2;padding: 1rem;}
.nbanner{min-height: 200px;}
.nbanner picture img{width: auto !important;height: 200px;max-width: none !important;left: 50%;position: relative;transform: translateX(-50%);}
}@media (max-width: 575.98px){.pro_apps ul>li>a>.title4{font-size: 0.9rem;}
.pro_bar_text1, .pro_bar_text2{width: 100%;}
.pros_list>li{width: 100%;margin-top: 1rem;}
}
/* Hub */
.gear_hub_item{position: relative; z-index: 2;}
.gear_hub_item .title2{width: fit-content; color: var(--bg-main); margin-bottom: 1.5rem; font-size: 1.5rem;}
.gear_hub_item a.title2:hover{color: var(--bg-hover);}
.sub_item{width: 100%; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,.15); padding: 2rem; display: flex; flex-wrap: wrap; border-radius: 10px; margin-bottom: 3rem;}
.sub_item .sub_item_left{width: 70%; display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
.sub_item .sub_item_left .imgbox{width: 35%; padding: 0 2rem;}
.sub_item .sub_item_left .imgbox:hover>img{transform: scale(1.02);}
.sub_item .sub_item_left .textbox{width: 65%; justify-content: center;}
.sub_item .sub_item_left .textbox .title4{color: var(--bg-main); margin-bottom: .5rem; font-size: 1rem; font-weight: 500;}
.sub_item .sub_item_left .textbox .title5{color: var(--bg-hover); margin-bottom: 1.5rem;}
.sub_item .sub_item_left .textbox .subtext{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.5rem;}
.sub_item .sub_item_left .textbox .subtext>strong{font-size: 1.125rem; color: var(--bg-main); margin-bottom: .5rem; }
.sub_item .sub_item_left .textbox .subtext .hub_features{width: 100%; margin: 0; flex-direction: column;}
.sub_item .sub_item_left .textbox .subtext .hub_features>li{width: 100%; padding: 0; margin-bottom: .25rem; font-size: .9rem; line-height: 22px; padding-left: 1rem; position: relative;}
.sub_item .sub_item_left .textbox .subtext .hub_features>li::before{content: ""; width: 4px; height: 4px; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
.sub_item .sub_item_left .textbox .subtext .hub_features>li:last-child{margin-bottom: 0;}
.sub_item .sub_item_right{width: 30%; box-shadow: 0 0 10px rgba(0,0,0,.05); position: relative; z-index: 2; padding: 1.25rem;}
.sub_item .sub_item_right .sub_list{width: calc(100% + 16px); margin: 0 -8px; padding-bottom: 1.25rem;}
.sub_item .sub_item_right .sub_list>li{width: 50%; padding: 8px;}
.sub_item .sub_item_right .sub_list>li>a{flex-direction: column;}
.sub_item .sub_item_right .sub_list>li>a .title6{font-size: .75rem; font-weight: 400; color: var(--bg-main); padding-top: .625rem; text-align: center; margin-bottom: 0; transition: all .3s;}
.sub_item .sub_item_right .sub_list>li>a:hover .imgbox>img{transform: scale(1.05);}
.sub_item .sub_item_right .sub_list>li>a:hover .title6{color: var(--bg-hover);}
.hubcap .title2{text-align: center;}
.hubcap p{max-width: 700px; text-align: center; margin: 0 auto 1.5rem auto;}
@media (max-width: 991.98px){.sub_item .sub_item_right,.sub_item .sub_item_left{width: 100%;}
.sub_item .sub_item_right .sub_list{padding-bottom: 0;}
.sub_item .sub_item_left{margin-bottom: 2rem;}
.sub_item .sub_item_left .imgbox{padding: 0 1rem;}
.sub_item .sub_item_right .sub_list>li{flex: 1;}
.sub_item{margin-bottom: 2rem;}
}@media (max-width: 767.98px){.gear_hub_item .title2{font-size: 1.3rem;line-height: 1.2;}
.sub_item .sub_item_left .textbox .title5,.sub_item .sub_item_left .textbox .subtext{margin-bottom: 1rem;}
.sub_item .sub_item_right{padding-bottom: 0;}
.sub_item .sub_item_right .sub_list>li{width: 50%;margin-bottom: 1rem;flex: none;}
}@media (max-width: 575.98px){.sub_item .sub_item_left{margin-bottom: 1rem;}
.sub_item{padding: 1.5rem;margin-bottom: 1.5rem;}
.sub_item .sub_item_left .imgbox,.sub_item .sub_item_left .textbox{width: 100%;}
.sub_item .sub_item_left .imgbox{margin-bottom: 1.5rem;}
}@media (max-width: 479.98px){.sub_item .sub_item_right .sub_list>li{width: 100%;}
.sub_item .sub_item_right .sub_list>li:last-child{margin-bottom: 0;}
}
/* Small Hub */
.smallhub .etw_hometitle>h2{display: flex; flex-direction: column;}
.smallhub .etw_hometitle>h2>span{font-size: 1.25rem; text-transform: uppercase; color: var(--bg-hover);}
.smallhub_item .title2{display: flex; justify-content: center; position: relative; margin-bottom: 0; font-size: 1.4rem; font-weight: 600;}
.smallhub_item .title2::before{content: ""; width: 100%; height: 2px; background-image: linear-gradient(to right,transparent,var(--bg-main),var(--bg-hover),var(--bg-hover),var(--bg-main),transparent); position:absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}
.smallhub_item .title2>span{background-color: #fff; padding: 0 1.5vw;}
.smallhub_item .title3{font-size: 1.1rem; font-weight: 500;}
.smallhub_sub_item{width: 100%; display: flex; flex-wrap: wrap; padding: 50px 0; position: relative;}
.smallhub_sub_item::after{content: ""; width: 100%; height: 3px; background-image: linear-gradient(to right,var(--bg-hover),var(--bg-main),var(--bg-hover)); position: absolute; left: 0; bottom: 0;}
.smallhub_item:nth-child(1) .smallhub_sub_item:last-child::after,.smallhub_sub_item_bottom::after{content: none;}
.smallhub_sub_item a.imgbox{width: 33%; align-items: flex-start;}
.smallhub_sub_item .textbox{width: 67%; padding-left: 2%;}
.smallhub_sub_item .textbox table{width: 100%;}
.smallhub_sub_item .textbox table tr.top{background-color: var(--bg-F0);}
.smallhub_sub_item .textbox table tr.top td{color:#333; font-weight: 500;}
.smallhub_sub_item .textbox table td{padding: .5rem; border: 1px solid rgba(0,0,0,.125); text-align: center; font-size: .9rem;}
.smallhub_sub_item .textbox .more_btns{display: flex;}
.smallhub_sub_item .textbox .more_btns>div{margin-right: 2rem;}
.smallhub_sub_item .textbox .more_btns>div:last-child{margin: 0;}
.smallhub_sub_item .textbox .more_btns>div>a{border-radius: 6px; padding: .5rem; min-width: 140px; justify-content: center;}
.smallhub_sub_item .textbox .more_btns>div>a>i{margin: 0 .5rem 0 0;}
.smallhub_sub_item .textbox .more_btns>.more_big>a{flex-direction: row-reverse;}
.smallhub_bottom .shadow{box-shadow: 0 0 40px rgba(0,0,0,.2);}
.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; padding-left: 1.25rem; font-size:.875rem; font-weight:500; color: #333; position:relative; line-height:24px}
.card-link::before{content:"\F285"; font-size:.9rem; color:#000; position:absolute; left:0; top:1.3rem;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; padding-top: 0; padding-left: 1.5rem;}
.card:hover{background-color: var(--bg-Eee);}
.card-link[aria-expanded="true"]::before{transform: rotate(90deg);}
/* Details */
.details_top .etw_hometitle{margin-bottom: 1.5rem;}
.details_top .etw_hometitle>h2{display: flex; flex-direction: column;}
.details_top .etw_hometitle>h2>span{font-size: 1.25rem; text-transform: uppercase; color: var(--bg-hover);}
.pros_menu{width: 100%; background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.pros_menu ul{justify-content: center; width: 100%; margin: 0;}
.pros_menu ul>li{padding: 0 10px;}
.pros_menu ul>li>a{font-size: 1.125rem; font-weight: 600; color: #333; position: relative; padding: .5rem 1rem; text-align: center; transition: all .3s;}
.pros_menu ul>li>a::before{content: ""; width: 0; height: 3px; background-color: var(--bg-hover); position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%); transition: all .3s;}
.pros_menu ul>li>a:hover,.pros_menu ul>li.dq>a{color: var(--bg-hover);}
.pros_menu ul>li.dq>a::before{width: 100%;}
.tabfixed{position: sticky; left: 0; top: 130px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); z-index: 5;}
.pro_model .title5{font-size: 1rem;}
.details_swiper{position: relative;}
.details_swiper .prev-button,.details_swiper .next-button{left: -15px; z-index: 2; width: 30px; height: 30px;}
.details_swiper .next-button{left: auto; right: -15px;}
.left_pics{width: 100%; overflow: hidden;}
.left_pic>figure,.left_pic>figure>a{width: 100%; position: relative; overflow: hidden; display: flex; mix-blend-mode: multiply;}
.left_pic>figure>a:has(.img-abs)::before,.left_pic a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-wrap: nowrap; justify-content: center;}
.related_pic ul>li{width: 20%; padding: 0 5px;}
.related_pic ul>li a{width: 100%; cursor: pointer; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden; position: relative; opacity: .5;}
.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-hover); opacity: 1;}
.inquiryform_details .feedback{display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2;}
.inquiryform_details .feedback .title2,.inquiryform_details .feedback p,.inquiryform_details .inquiryform_email{color: var(--bg-main);}
.inquiryform_details .feedback p,.inquiryform_details .inquiryform_email{margin-bottom: 1rem;}
.inquiryform_details #floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none !important;}
.inquiryform_details #floatchatiframe2011 #feedback2017 .etw-inquery-control{border: none; border-bottom: 1px solid #ced4da; border-radius: 0; background-color: var(--bg-F9);}
.pros_tag_nav{display: flex; flex-wrap: wrap; justify-content: center;}
.pros_tag_nav .title5{margin: 0 2rem; position: relative; padding-bottom: 1rem; cursor: pointer; transition: all .3s;}
.pros_tag_nav .title5::after{content: ""; width: 0; height: 3px; background-color: var(--bg-hover); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 2; transition: all .3s;}
.pros_tag_nav .title5:hover,.pros_tag_nav .title5.active{color: var(--bg-hover);}
.pros_tag_nav .title5.active::after{width: 100%;}
.pros_tag_content{display: block;}
.pros_tag_content>div{display: none;}
.pros_tag_content>div:first-child{display: block;}
.related_pros>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.related_pros>li>a{flex-direction: column; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, .125); overflow: hidden; padding: 2rem 1rem; position: relative; background-color: #fff;}
.related_pros>li>a .imgbox{overflow: visible;}
.related_pros>li>a .title6{margin: 0; text-align: center; padding-top: 1rem; transition: all .3s; font-size: .95rem; line-height: 1.5; display: flex; flex-direction: column; align-items: center; font-weight: 500;}
.related_pros>li>a:hover .imgbox img{transform: scale(1.05);}
.related_pros>li>a:hover .title6{color: var(--bg-hover);}
.related_pros>li>a:hover::before{transform: translateY(-50%) scaleY(1);}
.related_pros2>li{width: 50%;}
.related_pros2>li>ol{flex-direction: row; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, .125); padding: .625rem; overflow: hidden; position: relative;}
.related_pros2>li>ol a.imgbox{width: 35%;}
.related_pros2>li>ol .textbox{width: 65%; padding-left: 1.5rem; justify-content: center;}
.related_pros2>li>ol .textbox>p{font-size: .9rem;}
.other_pros>li{width: calc(100% / 3);}
.other_pros>li>a{flex-direction: column; overflow: hidden; position: relative;}
.other_pros>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-hover); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.other_pros>li>a .title6{margin: 0; text-align: center; padding: 1rem 0; transition: all .3s; line-height: 1.5; display: flex; flex-direction: column; align-items: center;}
.other_pros>li>a:hover::before{width: 100%;}
.other_pros>li>a:hover .title6{color: var(--bg-hover);}
.details_apps .title2{font-weight: 400;}
.details_apps .pro_apps_bg{left: auto; top:auto; right: 0; bottom: 0;}
.details_apps ul>li{width: 20%;}
.details_apps ul>li>a>img{filter: brightness(30%);}
.details_apps ul>li>a>.title4{width: 100%; height: 100%; position: absolute; inset: 0; margin-bottom: 0; color: #fff; display:flex; align-items: center; justify-content: center; text-align: center; padding: 1.25rem; font-weight: 400; mix-blend-mode: exclusion;}
.details_apps ul>li>a:hover>img{filter: brightness(90%);}
.models_tag_nav{background-color: var(--bg-WhiteSmoke); border-bottom: none;}
.models_tag_nav .title6{display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; padding: 1rem 1.5rem; margin:0; transition: all .3s;}
.models_tag_nav .title6:hover,.models_tag_nav .dq{background-color: #fff; color: var(--bg-main);}
.models_tag_nav.tabfixed{box-shadow: initial;}
.models_tag_content{display: block; background-color: #fff; padding: 2rem;}
.models_tag_content ul.items{display: flex;}
.models_tag_content ul.items li{width: 25%; padding: 0 1rem;}
.models_tag_content .title4{font-size: 1.25rem; font-weight: 500;}
.figure_hover>a{background-color: #f0f8fd; display: flex; align-items: center; justify-content: center; text-align: center; padding: .625rem;}
.figure_hover strong{font-size: .875rem; padding-top: .625rem; font-weight: 500;}
.thumbs{margin-top: 1rem; position: relative; padding: 0 1.5rem;}
.thumbs .prev-button,.thumbs .next-button{width: 20px; height: 20px; left: 0;}
.thumbs .next-button{left: auto; right: 0;}
.thumbs-swiper .swiper-slide {opacity: 0.6; transition: opacity 0.3s; border: 1px solid #ccc;}
.thumbs-swiper .swiper-slide-thumb-active {opacity: 1; border-color: var(--bg-hover);}
.thumbs-swiper .swiper-slide:hover {opacity: 0.9;}
@media (max-width: 991.98px){.details_apps ul>li{width: calc(100% / 3);}
.pros_menu{display: none;}
.pro_model .etw_photo ul li{width: 50%;}
}@media (max-width: 767.98px){.related_pros>li{margin-top: 1rem;width: 50%;}
.related_pros>li>a{padding: 1rem;}
.related_pros>li>a .title6{font-size: 0.85rem;line-height: 1.2;}
.other_pros>li>a .title6{font-size: 0.9rem;line-height: 1.2;}
.details_apps ul>li>a>.title4{font-size: 1rem;}
.related_pros2>li>ol a.imgbox{width: 100%;}
.related_pros2>li>ol .textbox{width: 100%;padding: 1rem;}
.pros_tag_nav .title5{margin: 0 1rem;font-size: 1rem;padding-bottom: 0.5rem;margin-bottom: 0.5rem;}
.smallhub_sub_item{padding: 2rem 0;}
.smallhub_sub_item a.imgbox{width: 100%;margin-bottom: 1rem;}
.smallhub_sub_item .textbox{width: 100%;padding-left: 0;}
.smallhub_sub_item:last-child{padding-bottom: 0;}
.smallhub_sub_item:last-child::after{content: none;}
.models_tag_content ul.items li{width: 50%;}
}@media (max-width: 575.98px){.details_apps ul>li{width: 50%;}
.other_pros>li,.related_pros2>li{width: 100%;}
}@media (max-width: 479.98px){.models_tag_content ul.items li{width: 100%;}
}
/* Products_End */
/* About Us */
.apps_main .title2{font-size: 1.625rem;}
.apps_main .title3{font-size: 1.375rem;}
.recommended_pros .title5{color: var(--bg-hover); font-size: 1.125rem;}
.recommended_pros_list{width: calc(100% + 10px);margin: 0 -5px;}
.recommended_pros_list li{width: 100%; padding: 5px;}
.recommended_pros_list li>a{display: flex; font-size: .9rem;line-height: 22px; font-weight: 500; position: relative; padding-left: 1.25rem;}
.recommended_pros_list li>a::before{content: "\F285"; color: var(--bg-main); font-size: 14px; 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;}
.recommended_pros_list li>a:hover{color: var(--bg-hover);}
.company_top .textbox{max-width: 640px; padding-top: 0; padding: 2.5rem;}
.ourpros .title2{color: var(--bg-hover); text-align: center; text-transform: uppercase; margin-bottom: 1.5rem;}
.ourpros_swiper{position: relative; padding-bottom: 22px;}
.ourpros_swiper .swiper-slide{width: 278px;}
.ourpros_swiper .swiper-slide>a{flex-direction: column; background-image: radial-gradient(#fff 30%,#dcdcdc); padding: 1.5rem;}
.ourpros_swiper .swiper-slide>a .imgbox{mix-blend-mode: multiply;}
.ourpros_swiper .swiper-slide>a .title6{display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 0; padding-top: 1rem; transition: all .3s; font-weight: 500;}
.ourpros_swiper .swiper-slide>a:hover .title6{color: var(--bg-hover);}
.ourpros_swiper .prev-button,.ourpros_swiper .next-button{left: -50px; z-index: 2;}
.ourpros_swiper .next-button{left: auto; right: -50px;}
.ourpros_swiper .swiper-pagination{bottom: 0 !important; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.etw_photo_hover span{width: 100%; position: absolute; left: 0; bottom: 0; background-color: rgba(0,0,0,.4); color: #fff; font-size: .875rem; padding: 1rem;}
.etw_photo_hover li:hover span{color: #fff;}
.capabilities_top .textbox{max-width: 800px; padding-top: 0; padding: 2.5rem;}
.download_banner{min-height: 300px;}
.download_list>li{width: 25%;}
.download_list>li>a{display: flex; flex-direction: column;}
.download_list>li>a .imgbox::before{content: ""; position: absolute; inset: 0; background-color: rgba(0,0,0,.3);}
.download_list>li>a .imgbox::after{content: ""; width: 70px; height: 70px; border-radius: 50%; background: url(../images/icon-pdf_50.webp) no-repeat center center; background-size: 40px 40px; background-color: var(--bg-WhiteSmoke); position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%);}
.download_list>li>a .title6{margin-bottom: 0; padding-top: 1rem; font-weight: 600; font-size: .95rem;}
.download_list>li>a:hover .title6{color: var(--bg-hover);}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.contact ul>li{width: 100%; flex-wrap: nowrap; padding: 0; font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li.h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-hover);}
.contact ul>li strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact ul>li a{width: auto; color: var(--bg-hover);}
.contact ul>li a:hover{color:var(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#000;}
.contact ul>li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem 2rem; box-shadow: 6px 6px 0 #eee,-6px -6px 0 #eee;}
.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-hover) !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-hover) !important;}
/* Contact Us-End */
/* Overview */
.overview_banner{min-height: 350px;}
.overview_banner .nbanner_hover{top: 38%;}
.overview_text{overflow: visible; position: relative; transform: translateY(-50%); z-index: 4;}
.overview_text .textbox{max-width: 800px; margin: 0 auto; background-color: #fff; padding: 3rem; box-shadow: 0 0 20px rgba(0,0,0,.1); text-align: center; font-size: 1.1rem; font-weight: 300; color: #000;}
.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: 600; font-family: var(--family-second);}
.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:2px; 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: 1.2;}
.overview-company li .overview-company-value ul{width: 100%; margin: 0;}
.overview-company li .overview-company-value ul>li{width: 100%; display: flex; align-items: center; margin: 0 0 .875rem 0; line-height: 24px; position: relative; padding: 0; padding-left: 1.5rem;}
.overview-company li .overview-company-value ul>li>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_apps{background-image: linear-gradient(#fff 30%, var(--bg-F9) 31%);}
.overview_apps_list>li{width: calc(100% / 3);}
.overview_apps_list>li>a{width: 100%; display: flex; flex-direction: column; background-color: #fff;}
.overview_apps_list>li>a .textbox{padding: 1.25rem;}
.overview_apps_list>li>a .textbox .title6{font-size: 1.2rem;}
.overview_apps_list>li>a .textbox>ul{width: 100%; margin: 0; flex-direction: column;}
.overview_apps_list>li>a .textbox>ul>li{width: 100%; padding: 0; line-height: 24px; color: #555;}
.overview_apps_list>li>a:hover .imgbox>img{transform: scale(1.1);}
.overview_apps_list>li>a:hover .textbox .title6{color: var(--bg-hover);}
@media (max-width:991.98px){.company_top .textbox{padding: 2rem; max-width: 100%;}
.overview-company li{width:100%; margin-top:1rem;}
.company_top img{position: static;}
}@media (max-width:767.98px){.contact .feedback .webtitle{font-size: 1.6rem;}
.ourpros .title2{margin-bottom: 1rem;}
.company_top .textbox{max-width: 100%;padding: 0.5rem 2rem 2rem;}
.overview_text{transform: none;margin-top: -7rem;margin-bottom: 2rem;}
.overview_text .textbox{padding: 1.5rem;font-size: 1rem;}
.overview-company li:first-child{margin-top: 0;}
.overview_apps_list>li{width: 50%;}
.download_banner{min-height: 220px;}
.download_list>li{width: calc(100% / 3);}
.download_list>li>a .title6{font-size: 0.8rem;line-height: 1.2;}
.apps_main .title2{font-size: 1.6rem;line-height: 1.2;}
}@media (max-width:575.98px){
.overview_apps_list>li{width: 100%;}
.download_list>li{width: 50%;}
}
/* 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: var(--bg-hover);}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size:1.625rem; font-weight: 600; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family-second);}
.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff; 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{overflow: hidden; flex-direction: row;}
.videos_company ul li>a .imgbox{width: 50%;}
.videos_company ul li>a .textbox{width: 50%; padding: 2rem; padding-left: 3rem; flex-direction: column; justify-content: center;}
.videos_company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600; color: #333;}
.videos_company ul li>a .textbox>p{color: #555; line-height: 24px;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-hover);}
.videos_pros ul li{width:calc(100% / 3);}
.videos_pros ul li>a{flex-direction: column; overflow: hidden;}
.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>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between; padding-top: 1rem;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right h2{font-size: 1.875rem; color: #333; font-weight: bold;}
.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:#fff; border-color:var(--bg-hover)}
#video_right .feedback{background-color: #fff; box-shadow:5px -5px 0 #eee, -5px 5px 0 #eee; padding: 2.5rem;}
.etw_videolist_more{display: none;}
#video_sidebar{width:30%;}
#etw_videolist .title3{width: fit-content; font-size: 1.875rem; font-weight: bold; background-image: linear-gradient(to right,var(--bg-main) 34%,var(--bg-hover) 35%); background-clip: text;-webkit-background-clip: text; color:transparent; text-transform:uppercase; margin-bottom: 1rem;}
#etw_videolist ul{width: 100%; margin: 0; padding: 1rem; display:flex; flex-wrap: wrap; justify-content: space-between; background-color: #fff; box-shadow:5px -5px 0 #eee, -5px 5px 0 #eee;}
#etw_videolist ul li{width: 100%; padding: .5rem 0;}
#etw_videolist ul li a{width: 100%; display: flex; align-items: center; line-height: 24px; padding-left: 1rem; position: relative;}
#etw_videolist ul li a::before{content: "\F231"; 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; font-size: 12px; position: absolute; left: 0; top: 6px;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--bg-hover);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){.videos_company ul li>a .textbox{padding: 2rem;}
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
}
@media (max-width:767.98px){.videos_hub{margin-bottom: 1rem;}
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:2rem}
	.videos{padding: 2rem 0;}
	.videos_pros ul li>a>.textbox{font-size: 0.9rem;line-height: 1.2;}
	.videos_hub_title{font-size: 1.4rem;line-height: 1.2;margin: 1rem 0;}
	.videos .etw_hometitle>div[itemprop]{font-size: 1.8rem;line-height: 1.2;}
	.videos_pros ul li{width: 50%;}
	#video_right h2,#etw_videolist .title3{font-size:1.6rem;}
}
@media (max-width:575.98px){.videos .etw_hometitle>div[itemprop]{font-size: 1.6rem;}
	.videos_company ul li>a .imgbox,.videos_company ul li>a .textbox{width: 100%;}
  .videos_company ul li>a .textbox{padding: 1.25rem;}
  #video_right .feedback{padding: 1.25rem;}
}@media (max-width:450.98px){
.videos_pros ul li{width: 100%;}
}
/* videos-End */
@media (max-width:1199.98px) {
.section_bg2{background-image: url(../images/pros_bg02_1280.webp);}
.section_bg4{background-image: url(../images/pros_bg04_1280.webp);}
.inquiryform::before{background-image: url(../images/inquiryform_bg_1280.webp);}
}
@media (max-width:767.98px) {
.section_bg2{background-image: url(../images/pros_bg02_750.webp);}
.section_bg4{background-image: url(../images/pros_bg04_750.webp);}
.inquiryform::before{background-image: url(../images/inquiryform_bg_750.webp);}
}
