@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.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:"NotoSans";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/NotoSans/NotoSans-ExtraLight.woff2) format("woff2"),url(../fonts/NotoSans/NotoSans-ExtraLight.woff) format("woff")}
@font-face{font-family:"NotoSans";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/NotoSans/NotoSans-Light.woff2) format("woff2"),url(../fonts/NotoSans/NotoSans-Light.woff) format("woff")}
@font-face{font-family:"NotoSans";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/NotoSans/NotoSans-Regular.woff2) format("woff2"),url(../fonts/NotoSans/NotoSans-Regular.woff) format("woff")}
@font-face{font-family:"NotoSans";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/NotoSans/NotoSans-Medium.woff2) format("woff2"),url(../fonts/NotoSans/NotoSans-Medium.woff) format("woff")}
@font-face{font-family:"NotoSans";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/NotoSans/NotoSans-SemiBold.woff2) format("woff2"),url(../fonts/NotoSans/NotoSans-SemiBold.woff) format("woff")}
@font-face{font-family:"NotoSans";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/NotoSans/NotoSans-Bold.woff2) format("woff2"),url(../fonts/NotoSans/NotoSans-Bold.woff) format("woff")}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
	--bg-main: #0b59ab;
	--bg-hover: #0e9edb;
  --bg-blue1: #eff6fb;
  --bg-blue2: #eaf5fb;
  --bg-main-rgb: 11, 89, 171;
  --bg-hover-rgb: 14, 158, 219;
  --bg-color: #ee8204;
	--family-first: "NotoSans", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
}
.bi{width: 1rem; height: 24px; display: flex; overflow: hidden;}
.bi::before{content: ""; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(1rem 0 var(--bg-hover)); position: relative; transform: translateX(-100%);}
.bi-envelope-at::before{background-image: url(../images/icons/envelope-at.svg);}
.bi-phone-vibrate::before{background-image: url(../images/icons/phone-vibrate.svg);}
.bi-whatsapp::before{background-image: url(../images/icons/whatsapp.svg);}
.bi-arrow-right::before{background-image: url(../images/icons/arrow-right.svg);}
.bi-chevron-down::before{background-image: url(../images/icons/chevron-down.svg);}
.bi-chevron-right::before{background-image: url(../images/icons/chevron-right.svg);}
.bi-chevron-left::before{background-image: url(../images/icons/chevron-left.svg);}
.bi-person-bounding-box::before{background-image: url(../images/icons/person-bounding-box.svg);}
.bi-telephone::before{background-image: url(../images/icons/telephone.svg);}
.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);}
.bg-white-F9{background-image: linear-gradient(#fff,var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),#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; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {display: block; color: #333; line-height: 1.2; margin-bottom: 1rem;}
h2,.h2,.title1 {font-size: clamp(1.55rem, 3vw, 2rem);}
h3,.h3,.title2 {font-size:clamp(1.4rem, 3vw, 1.8rem);}
h4,.h4,.title3 {font-size: clamp(1.3rem, 3vw, 1.625rem);}
h5,.h5,.title4 {font-size: clamp(1.2rem, 3vw, 1.5rem);}
h6,.h6,.title5 {font-size: clamp(1rem, 3vw, 1.25rem);}
.title6{font-size: 1rem;}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover);}
p:last-child{margin-bottom: 0;}
strong {font-weight: bold;}
b {font-weight: 600;}
.font-weight-light {font-weight: 300 !important;}
.font-weight-medium {font-weight: 500 !important;}
.font-weight-semibold {font-weight: 600 !important;}
.font-weight-bold {font-weight: 700 !important;}
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{width: 100%; display:flex; flex-wrap: wrap;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
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::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex; float: left;}
.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: 0; top: 50%; transform: translateY(-50%);}
.next-button{left: auto; right: 0;}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor: no-drop; opacity: .7;}
.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;}
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.swiper-wrapper{width: 100%; margin: 0; flex-wrap: initial;}
ul.swiper-wrapper li{float: left;}
.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;}
.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .95rem; padding-top: .625rem;}
.etw_photo ul li a:hover{cursor: zoom-in;}
.etw_photo2 ul li{width:50%;}
.max_photo2 ul{justify-content: center;}
.max_photo2 ul li{max-width:50%; width: auto;}
.etw_photo3 ul li{width:calc(100% / 3);}
.max_photo3 ul{justify-content: center;}
.max_photo3 ul li{max-width:33%; width: auto;}
.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:991.98px){
	.etw_photo5 ul li{width: 25%;}
	.etw_photo6 ul li{width: 33%;}
}@media (max-width:767.98px){
	.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
	.etw_photo4 ul li{width: calc(100% / 2);}
}@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:480.98px){
.max_photo2 ul li{width:100%; max-width:100%;}
.max_photo3 ul li{width:100%; max-width:100%;}
}@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{display: block; position:relative; margin-bottom: 10px; padding: 0; line-height: 24px;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 1.25rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) "."; color: var(--bg-hover); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 0;}
ul.items_none li::before{content: none;}
ul.items1 li{padding-left: 1rem;}
ul.items1 li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); position: absolute; left: 0; top: 9px;}
ul.items1 li>ol>li::before{border-radius: 50%; background-color: rgba(0, 0, 0, .3);}
ul.items2 li{padding-left: 1.5rem; overflow: hidden;}
ul.items2 li::before{content: ""; width: 14px; height: 14px; border: 1px solid var(--bg-main); position: absolute; left: -14px; top: 5px; background-image: url(../images/icons/check2.svg); background-repeat: no-repeat; background-position: center center; filter: drop-shadow(14px 0 var(--bg-hover));}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #555; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: .625rem;}
.table-bordered td{border: none; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.table .top td{background-color: #eee !important; color: #000; padding: .75rem;}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
/* 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.webp) no-repeat center center; background-size: 100% 100%; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{opacity: .8;}
/* More */
.more,.more_big{display: flex;}
.more>a{width: fit-content; display: flex; align-items: center; text-transform: uppercase; font-size: .75rem; color: #999; transition: all .4s; font-weight: 400; line-height: 1;}
.more>a>i{width: .75rem; height: .75rem; font-size: .5rem; display: flex; align-items: center; justify-content: center; background-color: var(--bg-main); color: #fff; margin-left: .5rem; transition: all .3s;}
.more>a>i::before{content: ""; width: .5rem; height: .5rem; filter: drop-shadow(.5rem 0 #fff);}
.more>a:hover{color: var(--bg-hover);}
.more>a:hover>i{background-color: var(--bg-hover);}
.more_big>a{width:fit-content; display: flex; align-items: center; transition: all .4s; padding: .75rem 1rem; font-size: .75rem; font-weight: 300; color: #fff; line-height: 1; background-color: var(--bg-main); overflow: hidden; border-radius: .5rem; text-transform: uppercase; transition: all .5s ease-in-out;}
.more_big>a>i{margin-left: .5rem;}
.more_big>a:hover{color: #fff; background-color: var(--bg-hover);}
/* 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; background-color: var(--bg-main);  transition: all .3s ease-in-out;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{background-color: var(--bg-hover);}
/* public-End */
/* etw_language */
.etw_language{min-height: 30px; 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: .875rem; 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: 30px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-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: 80px;}
.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;}
.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:40px;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding-top: 10px;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0 0 0 3rem; max-width: 900px; justify-content: space-evenly;}
.navbar>li{padding: 0; min-height: 40px; margin: 0;}
.navbar>li>a{display: flex; justify-content: center; font-size: .95rem; font-weight: 500; color: #555; text-transform: uppercase; position: relative;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--bg-main);}
.navbar>li:hover>a::before{width: 100%;}
.navbar .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.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 10px 10px rgba(0,0,0,.15);  border-radius: 0 0 30px 0;}
.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>a{white-space: nowrap; padding: .75rem 1rem; font-size: .875rem; color: #555;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05); color: var(--bg-hover);}
.dropdown-menu>ul>li>a.active{color: var(--bg-hover);}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.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%; flex: none;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.navbar>li>a{position: relative; padding: .5rem 1rem; justify-content: flex-start;}
.navbar>li>a>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>li:hover>a,.navbar>li.active>a,.navbar>li.active>a{background-color: var(--bg-hover); color: #fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo {flex: 1;display: flex;padding:20px 0 10px 0;}
#etw_logo a>img{max-height:30px;}
.dropdown-menu{ box-shadow:none}
#menu-items,#menu-about{ width:100%}
}@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner{padding: 0;}
.etw_banner .swiper{width: 100%;}
.etw_banner .swiper .swiper-slide{height: auto; display: flex; position: relative; overflow: hidden;}
.etw_banner .swiper-pagination{width: 100%; display: flex; justify-content: center;}
.etw_banner .swiper-pagination .swiper-pagination-bullet{width: 12px !important; height: 12px !important; opacity: 1; background-color: #fff; border: 2px solid #fff; transition: all .3s;}
.etw_banner .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--bg-main) !important;}
.banner_hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.banner1::before{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(27, 150, 213, .7) 0%, rgba(27, 150, 213, .1) 100%); mix-blend-mode: multiply; opacity: .7;}
.banner1 img{width: 100%; object-fit: cover;}
.banner1 .banner_text{max-width: 650px; margin: 0 auto;}
.banner1 .banner_text>h2{display: flex; flex-direction: column; align-items: center; text-align: center; color: #fff; font-weight: bold;  text-transform: uppercase; line-height: 1.2; margin-bottom: 0;}
.banner1 .banner_text>h2>span{font-size: 1.25rem; color: #fff; margin-bottom: 1.5rem; font-weight: 400;}
.banner2{display: flex;}
.banner2 .imgbox{width: 65%;}
.banner2 .imgbox img{width: 100%; height: 100%; object-fit: cover;}
.banner2 .textbox{width: 35%; flex: 1; background-color: #2D72B4; padding: 2.5rem; justify-content: center; position: relative;}
.banner2 .textbox .banner_text{max-width: 500px;}
.banner2 .textbox .banner_text>h2{display: flex; flex-direction: column; color: #fff; font-weight: bold; font-size: 2rem; text-transform: uppercase; line-height: 1.2; margin-bottom: 0;}
.banner2 .textbox .banner_text>h2>span{font-size: 1.125rem; color: #fff; margin-bottom: 1rem; font-weight: 400;}
.banner_certification_list{width: auto; margin: 0; position: absolute; right: 1rem; bottom: 1rem; z-index: 9;}
.banner_certification_list>li{width: auto; padding: 10px;}
.banner_certification_list>li .imgbox{width: auto; height: 40px; transition: initial;}
.banner_certification_list>li img{filter: drop-shadow(0 40px #fff); position: relative; transform: translateY(-100%); opacity: 0.5; transition: initial;}
@media (max-width:1599.98px){
.banner2 .textbox{ padding-top:1.5rem;}
.banner2 .textbox .banner_text>h2{font-size:clamp(1.3rem, 2vw, 1.8rem); text-transform: uppercase; line-height: 1.2; margin-bottom: 0;}
.banner2 .textbox .banner_text>h2>span{font-size: 1.0rem;}
}@media (max-width:1199.98px){
.banner2 .imgbox{ width:50%}
.banner2 .imgbox picture {width: 100%; height: 100%; object-fit: cover;}
.banner2 .textbox{ padding-top:0.5rem;}
}@media (max-width:991.98px){
.banner1 .banner_text>h2>span{margin-bottom: 1rem;}
.banner2 .textbox{padding: 1.25rem;}
}@media (max-width:767.98px){
.banner1{flex-direction: column;}
.banner1 picture,.banner1 img {width: 100%; height: 100%; object-fit: cover;}
.banner1 .banner_text>h2>span{margin-bottom: .5rem;}
.banner2 .textbox{padding: 1.25rem;}
.banner2 .textbox .banner_text>h2>span{display: none;}
.banner2 .imgbox{ width:50%}
}@media (max-width: 575.98px){
.banner2{flex-direction: column-reverse;}
.banner2 .imgbox{width: 100%;}
.banner2 .textbox{width: 100%;}
.banner2 .textbox .banner_text>h2{text-align: center;}
}
/* Banner-end */
/* index */
section,.section,.section_item{width: 100%; padding:3.125rem 0; display: block; position: relative; overflow: hidden;}
.home_prosbig{position: relative; z-index: 2; background-image: linear-gradient(to right, #dcdcdc, #f0f0f0);}
.home_prosbig_left small{font-size: 1rem; line-height: 1.5; text-transform: uppercase; color: var(--bg-main); display: block; margin-bottom: .5rem;}
.home_prosbig_left .title1{font-weight: 600; margin-bottom: 0; font-size: clamp(1.3rem, 3vw, 1.625rem); color: #000; font-weight: 400; text-transform: uppercase;}
.home_prosbig_left .title1>span{font-weight: bold; display: block;}
.home_prosbig_right p{color: #555;}
.home_prosbig_list{width: calc(100% + 20px); margin: 0 -10px;}
.home_prosbig_list>li{width: 25%; padding: 10px;}
.home_prosbig_list>li>ol{flex-direction: column; background-color:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.home_prosbig_list>li>ol .imgbox{background-color: var(--bg-F0);}
.home_prosbig_list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.home_prosbig_list>li>ol .textbox{flex-direction: column; justify-content: center; padding: 1.25rem; background-color: #fff;}
.home_prosbig_list>li>ol .textbox a.title6{font-size: 1.125rem; line-height: 24px; color:#333; font-weight: bold; transition: all .3s;}
.home_prosbig_list>li>ol .textbox>p{ font-size: .875rem; height:72px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.home_prosbig_list>li>ol .textbox a.title6:hover{color: var(--bg-hover);}
.home_pros_list{width: 100%; margin: 0 ;}
.home_pros_list>li{width: calc(100% / 4); padding: 0; border-bottom: 2px solid rgba(0, 0, 0, .05); border-right: 2px solid rgba(0, 0, 0, .05);}
.home_pros_list>li>a{flex-direction: column; background-color: #fff; padding: 1.25rem;}
.home_pros_list>li>a .textbox{flex: 1; align-items: center; justify-content: center; text-align: center; padding-top: 1rem; font-size: .95rem; font-weight: 500; line-height: 1.2; color: #333;}
.home_pros_list>li>a:hover .textbox{color: var(--bg-hover);}
.home_pros_list>li:nth-child(4n){border-right: none;}
.home_pros_list>li:nth-last-child(-n+4){border-bottom: none;}
.home_apps::before{content: ""; width: 100%; height: 55%; background-color: var(--bg-F0); position: absolute; left: 0; top:0;}
.home_apps .container{position: relative; z-index: 2;}
.home_apps .title1{color: #333; display: flex; flex-direction: column; font-weight: bold; font-size: clamp(1.3rem, 3vw, 1.625rem); text-transform: uppercase; margin-bottom: 0;}
.home_apps .title1>span{font-size: 1rem; line-height: 1.5; color: var(--bg-main); font-weight: 400; margin-bottom: .5rem;}
.home_apps .home_apps_right p{color: #555;}
.home_apps_list>li{width: 25%;}
.home_apps_list>li>ol{flex-direction: column;}
.home_apps_list>li>ol .imgbox{box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.home_apps_list>li>ol .textbox{flex-direction: column; padding-top: 1rem;}
.home_apps_list>li>ol .textbox a.title6{font-weight: 600; font-size: 1.125rem; flex: 1;}
.home_apps_list>li>ol .textbox .more>a{text-transform: uppercase; font-size: .75rem; color: #999;}
.home_apps_list>li>ol .textbox .more>a>i{width: .75rem; height: .75rem; font-size: .5rem; display: flex; align-items: center; justify-content: center; background-color: var(--bg-main); color: #fff; margin-left: .5rem; transition: all .3s;}
.home_apps_list>li>ol .textbox .more>a:hover{color: var(--bg-hover);}
.home_apps_list>li>ol .textbox .more>a:hover>i{background-color: var(--bg-hover);}
.home_custom .title1{font-weight: bold; font-size: 1.25rem; text-align: center; text-transform: uppercase;}
.home_custom_text{display: block; margin: 0 auto 1rem auto !important; text-align: center; color: #555; max-width: 900px;}
.home_custom_list{width: calc(100% + 10px); margin: 0 -5px;}
.home_custom_list>li{width: calc(100% / 5); padding: 0 5px; margin-top: 10px;}
.home_about{background-image: linear-gradient(to right, #dcdcdc 0%, var(--bg-F9) 65%, var(--bg-main) 65%, var(--bg-main) 100%);}
.home_about::after{content: ""; width: 65%; height: 100%; position: absolute; left: 0; top: 0; opacity: .15;}
.home_about::after{background: url(../images/bg02.webp) no-repeat right bottom; background-size: 10% auto;}
.home_about .container{position: relative; z-index: 2;}
.home_about .title1{display: flex; flex-direction: column; font-size:clamp(1.3rem, 3vw, 1.625rem); font-weight: bold; text-transform: uppercase; position: relative;}
.home_about .title1>span{font-size: 1rem; text-transform: uppercase; color: var(--bg-main); font-weight: 400; margin-bottom: .5rem;}
.home_about .more_big>a>i{width: .75rem; height: .75rem;}
.home_about .more_big>a>i::before{filter: drop-shadow(.75rem 0 #fff);}
.home_certification_list{width: calc(100% + 20px); margin: 0 -10px .625rem -10px;}
.home_certification_list>li{width: calc(100% / 10); padding: 10px;}
.home_certification_list>li img{filter: grayscale(100%);}
@media (max-width:1199.98px){
	section,.section{padding:3rem 0;}
}@media (max-width:991.98px){
	section,.section,.section_item{padding:2.5rem 0;}
	.home_prosbig_list>li{width:50%}
	.home_pros_list>li{width: calc(100% / 3);}
.home_pros_list>li:nth-child(4n){border-right: 2px solid rgba(0, 0, 0, .05);}
.home_pros_list>li:nth-last-child(-n+4){border-bottom: 2px solid rgba(0, 0, 0, .05);}
.home_pros_list>li:nth-child(3n){border-right: none;}
.home_pros_list>li:nth-last-child(-n+3){border-bottom: none;}
.home_apps_list>li{width:50%;}
.home_apps{ margin-bottom: 2rem;}
.home_apps::before{ height: 100%;}
.home_custom_list>li{width: calc(100% / 3);}
.home_about::after,.home_about{ background: none;}
.home_about_left{ margin-top: 1rem;}
}@media (max-width:767.98px){
	section,.section,.section_item{padding:1.875rem 0;}
	.home_pros_list>li{width: calc(100% / 2);}
.home_pros_list>li:nth-child(3n){border-right: 2px solid rgba(0, 0, 0, .05);}
.home_pros_list>li:nth-last-child(-n+3){border-bottom: 2px solid rgba(0, 0, 0, .05);}
.home_pros_list>li:nth-child(2n){border-right: none;}
.home_pros_list>li:nth-last-child(-n+2){border-bottom: none;}
.home_prosbig_list > li > ol .textbox > p{ display: none;}
}@media (max-width:575.98px){
section,.section,.section_item{padding:1.25rem 0;}
.home_prosbig_list>li,.home_pros_list>li,.home_apps_list>li{width:50%;}
.home_apps_list>li>ol .textbox a.title6{font-size: .95rem;}
.home_custom_list>li{width: calc(100% / 2);}
}@media (max-width:375.98px){
section,.section,.section_item{padding:1rem 0;}
.home_prosbig_list>li,.home_pros_list>li,.home_apps_list>li{width:100%;}
.home_pros_list>li:nth-child(3n),.home_pros_list>li{border-right: none;}
.home_pros_list>li:nth-last-child(-n+2){border-bottom: 2px solid rgba(0, 0, 0, .05);}
.home_pros_list>li:nth-last-child(-n+1){border-bottom: none;}
}
/* index-end */
.footer {padding: 3.125rem 0 1.25rem 0; position: relative; overflow: hidden; background-color: #fff;}
.footer .container{position: relative; z-index: 2;}
.footer .h3{font-weight: 600; font-size: 1.25rem; color: #333; text-transform: uppercase;}
.footer .h3::after{content: ''; width: 50px; height: 2px; background-color: var(--bg-main); display: block; margin-top: .625rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.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); text-decoration: underline;}
.footer_logo{margin-bottom: 1rem; display: flex; justify-content: flex-start;}
.footer_logo img{max-height: 40px;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin: 0;}
.footer_contact>li{width: 100%; color: #333; margin: 0 0 .5rem 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{position: absolute; left: 0; top: 0;}
.footer_contact>li i::before{filter: drop-shadow(1rem 0 ); color: var(--bg-main);}
.footer_contact>li>ol{width: 100%; flex-direction: column;}
.footer_contact>li>ol>li{padding: 0; margin-bottom: 0;}
.footer_contact>li a:hover{color: var(--bg-hover);}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding: 0 0 1.25rem 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#666;display:inline-block;padding:0 4px;margin:4px;font-weight:300;line-height:22px;border:1px solid #666;font-size:.875rem;}
#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); border-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: var(--bg-hover) !important; border: none !important;}
.theme-box-name{background: var(--bg-main) !important; border-left: none !important;}
@media (max-width:991.98px){
.footer_logo img{max-height: 30px;}
}@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: 40px; padding: .625rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative; font-size: .875rem;}
#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{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: 1rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#999;}
#quicknav ul li:last-child{color:#333; 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:clamp(1.5rem, 3vw, 2rem); color: #000; font-weight: bold; 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.875rem;}
}@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.75rem;}
}@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.5rem;}
}@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.25rem;}
}
/* Products */
.nbanner::before{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; background-image: linear-gradient( to right,rgba(11,89,171,0), rgba(11,89,171,.8), rgba(11,89,171,0));}
.nbanner_hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 3;}
.nbanner_hover>div{display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.nbanner_hover .etw_hometitle{max-width: 730px;}
.nbanner_hover .etw_hometitle>h2{color: #fff; text-transform: uppercase;}
.nbanner_hover_list{width: 500px; margin: 0 auto;}
.nbanner_hover_list>li{width: 100%; padding: 0 0 0 1rem; color: #fff; display: block; line-height:1.3; margin-top: .5rem; text-align: left; position: relative;}
.nbanner_hover_list>li::before{content: ""; width: 6px; height: 6px; background-color: #fff; position: absolute; left: 0; top: 9px;}
.main{overflow: visible;}
.main .container{display: flex; flex-wrap: wrap; align-items: flex-start; position: relative; z-index: 2;}
.main_left{width: 24%; display: flex; flex-direction: column; position: sticky; top: 80px; background-color: #fff;}
.left_menu{width: 100%; margin: 0 0 1.5rem 0; border: 1px solid rgba(0, 0, 0, .05);}
.left_menu>li{width: calc(100% + 2px); padding: 0; margin: -1px; margin-bottom: .625rem;}
.left_menu>li:last-child{margin-bottom: 0;}
.left_menu>li>a{display: flex; background-color: var(--bg-F0); color: #333; font-size: .9rem; line-height: 30px; font-weight: 500; padding: .5rem 1rem; transition: all .3s ease-in-out;}
.left_menu>li>a:hover,.left_menu>li.active>a{color: var(--bg-hover);}
.left_menu_list{width: 100%;}
.main_left_list{width: 100%; margin: 0; display: flex; flex-direction: column; padding: .625rem; padding-bottom: 0;}
.main_left_list>li{width: 100%; padding: 0; flex-direction: column;}
.main_left_list>li:last-child{margin-bottom: 0;}
.main_left_list>li .title6{display: flex; padding: .625rem 1rem; line-height: 24px; font-size: .875rem; font-weight: 500; background-color: var(--bg-F9); margin-bottom: 0;}
.main_left_list>li.active .title6{color: var(--bg-hover);}
.list_in{width: 100%; margin: 0; flex-direction: column; padding: .625rem;}
.list_in>li{width: 100%; padding: 0; margin-bottom: 5px;}
.list_in>li:last-child{margin-bottom: 0;}
.list_in>li>a{font-size: .875rem; display: flex; align-items: center; position: relative; padding-left: 1rem;}
.list_in>li>a::before{content: ""; width: 6px; height: 6px; border: 1px solid #fff; outline: 1px solid #808080; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); transition: all .3s;}
.list_in>li>a:hover,.list_in>li.active>a{color: var(--bg-hover);}
.list_in>li>a:hover::before,.list_in>li.active>a::before{background-color: var(--bg-hover); outline-color: var(--bg-hover);}
.left_menu_pros .title1,.left_menu_apps .title1{background-color: var(--bg-main); background-image: linear-gradient(to right,var(--bg-main) 50%,var(--bg-hover)); margin-bottom: 0; padding: .75rem; text-align: center; color: #fff; font-size: 1.125rem; text-transform: uppercase; font-weight: bold; border-radius: .5rem .5rem 0 0;}
.left_menu_apps>ul{width: 100%; margin: 0; padding: 1.25rem; border: 1px solid rgba(0, 0, 0, .05);}
.left_menu_apps>ul>li{width: 100%; padding: 0; margin-bottom: .5rem;}
.left_menu_apps>ul>li:last-child{margin-bottom: 0;}
.left_menu_apps>ul>li>a{font-size: .875rem;}
.left_menu_apps>ul>li.active>a{color: var(--bg-hover);}
.left_pdf{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 10px;}
.left_pdf>a{width: calc(50% - 10px); margin-top: 30px; display: flex; flex-direction: column; align-items: center; background-color: var(--bg-F0); border-radius: .5rem; padding: .625rem; box-shadow: 2px 20px 20px -15px rgba(0, 0, 0, .3);}
.left_pdf>a>img{width: auto; height: 40px; margin-top: -1.875rem;}
.left_pdf>a>span{flex: 1; font-size: .8rem; text-align: center; line-height: 1.2; padding-top: .625rem;}
.main_right{width: 76%; padding-left: 3%;}
.main_right .section_item{padding: 1.875rem 0; overflow: visible;}
.pros_item{position: relative;}
.pros_item::after{content: ""; width: 100%; height: 1px; background-image: linear-gradient(to right, transparent,var(--bg-main), transparent); position: absolute; left: 0; bottom: 0;}
.pros_item .title2,.pros_solutions .title2{font-size: 1.5rem; letter-spacing: -1px; line-height: 30px; text-transform: uppercase; font-weight: bold; color: #333; margin-bottom: .5rem;}
.pros_item .more{justify-content: center; margin-top: 1.25rem;}
.pros_item .more>a{font-size: .875rem; color: var(--bg-main);}
.pros_item .more>a>i{width: .875rem; height: .875rem; margin: 0 .5rem 0 0;}
.pros_item .more>a:hover{color: var(--bg-hover);}
.pros_item_list{width: calc(100% + 10px); margin: 0 -5px;}
.pros_item_list>li{width: 25%; padding: 5px;}
.pros_item_list>li>a{flex-direction: column; background: linear-gradient(to bottom,#fff,#f7f7f7); padding: 1rem; border-bottom: 1px solid #ccc;}
.pros_item_list>li>a>img{mix-blend-mode: multiply;}
.pros_item_list>li>a>span{flex: 1; padding-top: 1rem; font-size: .875rem; color: #333; font-weight: 500; text-align: center;}
.pros_item_list>li>a:hover{background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.pros_item_list>li>a:hover>span{color: var(--bg-main);}
.pros_solutions_text{display: block; text-align: center;}
.pros_solutions_list>li{width: calc(100% / 3);}
.pros_solutions_list>li>a{flex-direction: column; box-shadow: 2px 30px 30px -30px rgba(0, 0, 0, .3);}
.pros_solutions_list>li>a .textbox{flex-direction: column; padding: .625rem; text-align: center; line-height: 1.2;}
.pros_bottom .title1{text-align: center; font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: bold; text-transform: uppercase; margin-bottom: .5rem;}
.pros_bottom small{display: block; margin: 0 auto 1.25rem auto; text-align: center; font-size: .95rem;}
.pros_bottom ul>li{width: calc(100% / 3); padding: 0 15px; margin-top: 40px;}
.pros_bottom ul>li>ol{flex-direction: column; align-items: center; justify-content: center; background-color: #fff; border-radius: .5rem; padding: 1rem; box-shadow: 0 0 10px rgba(0, 0, 0, .125), 2px 30px 30px -10px rgba(0, 0, 0, .2);}
.pros_bottom ul>li>ol .imgbox{width: 70px; padding: .625rem; border-radius: 50%; margin-top: -51px; background-color: #fff;}
.pros_bottom ul>li>ol .textbox{flex-direction: column; align-items: center; padding-top: 1rem;}
.pros_bottom ul>li>ol .textbox>strong{color: var(--bg-main); font-size: 1.5rem; line-height: 1;}
.pros_bottom ul>li>ol .textbox>p{flex: 1; padding-top: .625rem; text-align: center;}
@media (max-width: 1199.98px){
.nbanner{height: 180px; overflow: hidden; text-align: center;}
.nbanner .w-100,.nbanner img{ width:auto;width: auto !important;max-width:max-content;}
}@media (max-width: 991.98px){
.main_left{ display: none;}
.main_right{ width: 100%; padding-left: 0;}
}@media (max-width: 767.98px){
.nbanner_hover_list,.pros_solutions,.pros_bottom{ display: none;}
.nbanner{height:auto;}
.nbanner .w-100,.nbanner img{ max-width: 100%;}
.pros_item_list>li{width:33%;}
}@media (max-width: 575.98px){
.pros_item_list>li{width:50%;}
}@media (max-width: 375.98px){
.pros_item_list>li{width:100%;}
}
/* Hub */
.hub_banner .nbanner_hover .title1{max-width: 730px;color: #fff; font-weight: bold; text-transform: uppercase;}
.hub_main::before{content: none;}
.hub_item .etw_hometitle>h2{font-size: clamp(1.45rem, 3vw, 1.875rem); letter-spacing: -1px; text-transform: uppercase;}
.hub_item .etw_hometitle:has(small)>h2{margin-bottom: .5rem;}
.hub_item .etw_hometitle>small{display: block; font-size: 1rem; color: #999; margin-bottom: .5rem;}
.etw_hometitle_video{ display: flex; flex-direction: row; align-items: center;}
.etw_hometitle_video>h2{margin-bottom: 0;}
.etw_hometitle_video .video_btn{position: relative; left: initial; top: initial; transform: initial; margin: -20px 0 0 10px;}
.etw_hometitle_video .video_btn::before{--w:50px;}
.title4_style{display: flex; font-size: 1.125rem; letter-spacing: -1px; font-weight: 600; background-color: var(--bg-F9); border-left: 3px solid var(--bg-main);}
.title4_style>span{padding: .5rem 1rem; padding-right: 2rem; background-color: #eee; clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);}
.pdf_more{display: flex; margin-left: 1.25rem;}
.pdf_more>a{width: fit-content;  display: flex; flex-wrap: wrap; align-items: center;}
.pdf_more>a>img{width: auto; height: 36px;}
.hub_item_list{width: calc(100% + 20px); margin: 0 -10px;}
.hub_item_list>li{width: 50%; padding: 10px;}
.hub_item_list>li>ol{border: 1px solid rgba(0, 0, 0, .05); background-color: var(--bg-F9); flex-direction: row-reverse; padding: .625rem;}
.hub_item_list>li>ol a.imgbox{width: 40%; background-color: #fff; padding: .625rem;}
.hub_item_list>li>ol .textbox{width: 60%; padding-right: .625rem;}
.hub_item_list>li>ol .textbox a.title6{font-size: .875rem; font-weight: 600; color: var(--bg-main); display: flex; flex-direction: column-reverse; margin-bottom: 1rem;}
.hub_item_list>li>ol .textbox a.title6:hover{color: var(--bg-hover);}
.hub_item_list>li>ol .textbox>ul{width: 100%; margin: 0 0 11px 0; flex-direction: column;}
.hub_item_list>li>ol .textbox>ul>li{padding: 0; font-size: .8rem; line-height: 1.2; margin-bottom: 5px;}
.hub_item_list>li>ol .textbox>p{font-size: .8rem; line-height: 1.2;}
.hub_item_list2{width: 100%; margin: 0 ;}
.hub_item_list2>li{width: 100%; padding: 0; margin-bottom: 20px;}
.hub_item_list2>li>ol{border: 1px solid rgba(0, 0, 0, .05); background-color: var(--bg-F9); padding: 2rem;}
.hub_item_list2>li>ol a.imgbox{width: 30%; background-color: #fff; padding: .625rem;}
.hub_item_list2>li>ol .textbox{width: 70%; padding-left: 2rem; flex-direction: column; justify-content: center;}
.hub_item_list2>li>ol .textbox a.title6{font-size:clamp(1rem, 3vw, 1.125rem); font-weight: 600; color: var(--bg-main); display: flex; flex-direction: column-reverse; margin-bottom: 1rem;}
.hub_item_list2>li>ol .textbox a.title6:hover{color: var(--bg-hover);}
.hub_item_list2>li>ol .textbox>ul{width: 100%; margin: 0 0 1rem 0; flex-direction: column;}
.hub_item_list2>li>ol .textbox>ul>li{padding: 0; font-size: .875rem; line-height: 1.5; margin-bottom: 5px;}
.hub_item_list2>li>ol .textbox>ul>li:last-child{margin-bottom: 0;}
.hub_item_list2>li>ol .textbox>p{font-size: .875rem; line-height: 1.5;}
.card{border: none; border-radius: 0; background-color: transparent; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;}
.card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size:.95rem; color: #333; position:relative; line-height:24px}
.card-link::after{content:"\f107"; font-size:1.5rem; color:#555; position:absolute; right:1rem; top:1rem;transition:all 0.3s; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased;}
.card-body{padding:1rem; padding-top: 0;}
.card:hover{background-color: var(--bg-F0);}
.card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.faqs .card-link::after{content: none;}
.hub_banner2 .nbanner_hover .title1{max-width: 600px; color: #fff; font-weight: bold; text-transform: uppercase;}
.hub_banner2 .nbanner_hover p{color: #fff;}
.hub2_item_list{width: 100%; margin: 0;}
.hub2_item_list>li{width: 100%; flex-direction: column; padding: 0;}
.hub2_item_list>li>ol{display: block;}
@media (max-width: 1199.98px){
.hub_banner .nbanner_hover .title1{margin-bottom: 0;}
.nbanner_hover_list{display: none;}
}@media (max-width: 767.98px){
.hub_item_list>li{ width:100%}
.hub_item_list2>li>ol a.imgbox{width:50%; }
.hub_item_list2>li>ol .textbox{width:50%;}
.hub_item_list2>li>ol .textbox ul,.hub_item_list2 > li > ol .textbox > p{ display: none;}
.hub_item_list2 > li > ol{ padding: 1rem;}
}@media (max-width: 480.98px){
.hub_item_list > li > ol .textbox > ul,.hub_item_list > li > ol .textbox .more,.hub_item_list2>li>ol .textbox .more{ display:none;}
.hub_item_list > li > ol a.imgbox{ width:100%}
.hub_item_list > li > ol .textbox{ width:100%; padding:1rem 0 0 0;  text-align: center;}
.hub_item_list2>li>ol a.imgbox{width:100%; }
.hub_item_list2>li>ol .textbox{width:100%; padding:1rem 0 0 0;  text-align: center;}
}
/* Details */
.img_right{width: 40%; float: right; margin-left: 1.5rem;}
.details_top .etw_hometitle>h2,.details_top .etw_hometitle>div{font-size: clamp(1.5rem, 3vw, 1.75rem); display: flex; flex-direction: column; color: #333;}
.details_top .etw_hometitle>h2>span,.details_top .etw_hometitle2>span{color: var(--bg-color); font-size: 1.125rem; font-weight: 500; text-transform: uppercase;}
.details_top .etw_hometitle2>small{font-size: 1rem; line-height: 1.2; color: #999;}
.details_top .items>li{margin-bottom: 0;}
.left_pics{width: 100%; display: flex; flex-direction: column; position: relative; z-index: 2;}
.left_pic{width: 100%; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.left_pic img{mix-blend-mode: multiply;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; justify-content: center;}
.related_pic ul>li{max-width: 25%; padding: 5px; align-items: center; justify-content: center;}
.related_pic ul>li img{border: 1px solid #ccc;}
.related_pic ul>li.imgdq img{border-color: var(--bg-hover);}
.related_pic ul>li .video_btn::before{--w:30px;}
.related_pic5 ul>li{width: 20%; padding: 5px 2px; width:auto}
.related_pic6 ul>li{width: calc(100% / 6); padding: 5px 2px;}
.left_pics .related_pic5 ul>li{max-width: 20%;}
.left_pics .related_pic6 ul>li{max-width: calc(100% / 6); width:auto}
.table_left .top>td{background: none !important;}
.table_left tr>td:nth-child(odd){width: 18%;}
.details_pros_videos>li{width: calc(100% / 2); padding: 15px; margin-bottom: 5px;}
.details_pros_videos>li>ol{flex-direction: column; box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .2);}
.details_pros_videos>li>ol .imgbox{width: 100%;}
.details_pros_videos>li>ol .textbox{background-color: var(--bg-F9); padding: 1.5rem; flex-direction: column;}
.details_pros_videos>li>ol .textbox>.title6{font-weight: 600;}
.details_pros_videos>li>ol .textbox>p{flex: 1;}
.related_pros_title{display: flex; justify-content: space-between; align-items: center; margin-bottom: .625rem;}
.related_pros_title .title1{font-size: 1.25rem; font-weight: bold; letter-spacing: -1px; margin-bottom: 0;}
.related_pros_list{width: calc(100% + 10px); margin: 0 -5px;}
.related_pros_list>li{width: calc(100% / 3); padding: 0 5px; margin-top: 10px;}
.related_pros_list>li>a{border: 1px solid rgba(0, 0, 0, .05); background-color: #fff; padding: .625rem; font-size: .875rem; padding-right: 1.5rem; align-items: center; position: relative;}
.related_pros_list>li>a::after{content: "\f105"; font-size: inherit; color: inherit; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; position: absolute; right: .625rem; top: 50%; transform: translateY(-50%);}
.related_pros_list>li>a:hover{border-color: var(--bg-hover); color: var(--bg-hover);}
.inquiryform{background-color: var(--bg-F9); padding: 1.5rem !important;}
.inquiryform .title2{font-size: 1.25rem; font-weight: bold; }
.other_pros .title2{font-size: 1.25rem; font-weight: bold;}
.other_pros ul{width: calc(100% + 10px); margin: 0 -5px;}
.other_pros ul>li{width: 25%; padding: 10px;}
.other_pros ul>li>a{background-color: var(--bg-F9); padding: .625rem; box-shadow: 0 0 10px rgba(0, 0, 0, .125), 2px 30px 30px -20px rgba(0, 0, 0, .2);}
.other_pros ul>li>a .imgbox{filter: drop-shadow(5px 5px 5px rgba(0,0,0,.4)); overflow: visible;}
.other_pros ul>li>a .textbox{flex: 1; padding-top: .625rem; text-align: center; font-weight: 500; font-size: .875rem;}
.details_case_list{width: 100%; margin: 0;}
.details_case_list>li{width: 100%; padding: 0; margin-top: 30px;}
.details_case_list>li:first-child{margin-top: 10px;}
.details_case_list>li>ol .imgbox{width: 35%;}
.details_case_list>li>ol .textbox{width: 65%; flex-direction: column; justify-content: center; background-color: var(--bg-F9); padding: 1rem; padding-left: 2rem;}
.details_case_list>li>ol .textbox .title6{font-weight: 600;}
.details_case_list2{width: 100%; margin: 0;}
.details_case_list2>li{width: 100%; padding: 0; margin-top: 20px;}
.details_case_list2>li>ol{background-color: var(--bg-F9); padding: 1rem;}
.details_case_list2>li>ol .imgbox{width: 30%;}
.details_case_list2>li>ol .textbox{width: 70%; flex-direction: column; justify-content: center; padding-left: 2rem;}
.details_case_list2>li>ol .textbox .title6{font-weight: 600;}
@media (max-width: 767.98px){
.hub_main{padding-top: 1.25rem !important;}
.img_right{width:50%;}
.details_pros_videos>li{width: calc(100% / 2);}
.related_pros_list>li{width: calc(100% / 2);}
.other_pros ul > li{ width:50%}
.details_pros_videos > li > ol .imgbox{background:var(--bg-F9);}
}@media (max-width: 575.98px){
.img_right{width:100%; float: none; margin: 0 0 1rem 0;}
.related_pros_title .more{ display: none;}
.related_pros_list>li{width: calc(100% / 1);}
.other_pros .more{ display: none;}
.other_pros ul > li{ width:50%}
.details_case_list>li>ol .imgbox{width:100%; background:var(--bg-F9);}
.details_case_list>li>ol .textbox{padding: 10px;}
.details_case_list2>li>ol .imgbox{width:100%;}
.details_case_list2>li>ol .textbox{width:100%; padding: 10px 0 0 0;}
.details_pros_videos>li{width: 100%;}
.details_pros_videos>li>ol .imgbox,.details_pros_videos>li>ol .imgbox img,.details_pros_videos>li>ol .textbox{width: 100%;}
}
/* Products_End */

/* About Us */
.etw_hometitle3>div[itemprop="name"],.solutions .etw_hometitle3>div{font-size:clamp(1.45rem, 3vw, 1.8rem); text-transform: uppercase; color: var(--bg-main); line-height: 1.3;}
.solutions .etw_hometitle4>div{font-size:clamp(1.45rem, 3vw, 1.8rem); color: var(--bg-main); line-height: 1.3;}
.company_info_list>li{width: calc(100% / 3);}
.company_info_list>li>ol{background-color: var(--bg-WhiteSmoke); flex-direction: column; padding: 1.5rem; border-radius: 30px 0; box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .2);}
.company_info_list>li>ol>p{width: 100%; text-align: center; font-size: 1.125rem;}
.company_info_list>li>ol>ul.items{flex: 1;}
.company_info_list>li>ol>ul.items>li{font-size: .9rem;}
.company_info_list>li>ol>ul.items>li:last-child{margin-bottom: 0;}
.company_info_list>li>ol>ul.items1>li{display: flex; flex-direction: column;}
.company_info_list>li>ol>.more>a{font-size: .875rem;}

.certifications .etw_photo ul>li>ol{flex-direction: column;}
.certifications .etw_photo ul>li>ol>img{border: 1px solid rgba(0, 0, 0, .05);}
.certifications .etw_photo ul>li>ol>span{flex: 1; font-size: .875rem; padding-top: 1rem;}

.history_list>li{width: 25%;}
.history_list>li>ol{flex-direction: column;}
.history_list>li>ol .history_year{position: absolute; left: 0; top: 0; z-index: 2; background-color: var(--bg-main); padding: .3125rem .625rem; line-height: 1; font-size: .875rem; font-weight: 600; color: #fff;}
.history_list>li>ol .textbox{flex-direction: column; background-color: var(--bg-F9); font-size: .875rem; padding: 1rem;}

.company_nav ul{width: 100%; margin: 0; justify-content: space-evenly;}
.company_nav ul>li{width: calc(100% / 7); padding: 0 10px;}
.company_nav ul>li>a{flex-direction: column; align-items: center; box-shadow: inset 0 0 10px rgba(0, 0, 0, .2); border-radius: .5rem; overflow: visible;}
.company_nav ul>li>a .imgbox{max-width: 100px; border-radius: 50%; padding: 1.5rem; background-color: #fff; margin-top: -35px; box-shadow: inset 0 10px 10px rgba(0, 0, 0, .1);}
.company_nav ul>li>a .imgbox>img{position: relative; transform: translateX(0); transition: initial;}
.company_nav ul>li>a .textbox{flex: 1; padding: 1rem; padding-top: 0; align-items: center; justify-content: center; text-align: center; line-height: 1.2; font-size: .875rem; font-weight: 600;}
.company_nav ul>li>a:hover .imgbox>img,.company_nav ul>li.active>a .imgbox>img{filter: drop-shadow(100px 0 var(--bg-hover)); transform: translateX(-100px);}
.company_nav ul>li>a:hover .textbox,.company_nav ul>li.active>a .textbox{color: var(--bg-hover);}

.our_pros_list{width: calc(100% + 20px); margin: 0 -10px;}
.our_pros_list>li{width: 20%; padding: 0 10px; margin-top: 20px;}
.our_pros_list>li>a{background-color: #fff; flex-direction: column; border-radius: .5rem; box-shadow: inset 0 0 30px rgba(0, 0, 0, .2); transition: all .3s;}
.our_pros_list>li>a .imgbox{mix-blend-mode: multiply; padding: 1rem;}
.our_pros_list>li>a>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .875rem; font-weight: 600; padding: 1rem; padding-top: 0;}
.our_pros_list>li>a:hover{box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);}

.manufacturing_list>li{width: 25%;}
.manufacturing_list>li>ol{flex-direction: column;background-color: var(--bg-F0); padding: 1rem; box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .1);}
.manufacturing_list>li>ol .textbox{ padding-top: 1rem;}
.inspection_list{width: calc(100% + 16px); margin: 0 -8px;}
.inspection_list>li{width: 20%; padding: 8px;}
.inspection_list>li>ol{flex-direction: column; background-color: var(--bg-F0); box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .1);}
.inspection_list>li>ol .textbox{padding: 1rem; text-align: center; align-items: center; justify-content: center;}

.existing>li{width: 25%;}
.existing>li>ol{background-color: var(--bg-WhiteSmoke); border-radius: .5rem; box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .2); padding: 1rem; border-radius: 1rem 0; flex-direction: column; align-items: center; text-align: center;}
.existing>li>ol .title6{font-weight: bold; font-size: 1.125rem;}

.etw_hometitle_white>div[itemprop="name"]{color: #fff;}

.process_list>li{width: calc(100% / 3);}
.process_list>li>ol{background-color: var(--bg-F9); flex-direction: column;}
.process_list>li>ol .imgbox{width: 100%; background-color: var(--bg-F0);}
.process_list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.process_list>li>ol .textbox{width: 100%; flex-direction: column; padding: 1.5rem;}
.process_list>li>ol .textbox .tiprocess_listtle6{font-size: 1.125rem;}

.cases_list>li{width: 50%;}
.cases_list>li>ol{background-color: var(--bg-F9); box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.cases_list>li>ol .imgbox{width: 40%; background-color: #fff; padding: 1rem;}
.cases_list>li>ol .textbox{width: 60%; flex-direction: column; justify-content: center; padding: 1rem; padding-left: 1.5rem;}
.cases_list>li>ol .textbox .title6{font-size: 1.125rem;}

.exhibition-item{padding: 2.5rem; box-shadow: 0 0 10px rgba(0, 0, 0, .125),2px 20px 20px -15px rgba(0, 0, 0, .2);}
.exhibition_list{width: 100%; margin: 0 0 .5rem 0;}
.exhibition_list>li{width: 100%; padding: 0;}
.exhibition_list>li>strong{margin-right: .5rem;}
@media (max-width: 991.98px){
.our_pros_list > li{ width: 33%;}
.process_list>li{width: calc(100% / 2);}
.cases_list > li{ width:100%}
.company_info_list>li{width: calc(100% / 2);}
.history_list>li{width:50%;}
.company_nav ul>li{width: calc(100% / 4);}
.company_nav ul>li:nth-child(5),.company_nav ul>li:nth-child(6),.company_nav ul>li:nth-child(7){ margin-top:4rem;}
.manufacturing_list>li{width:50%;}
.inspection_list>li{width:33%;}
.existing>li{width:50%;}

}@media (max-width: 767.98px){
.process_list>li{width: calc(100% / 1);}
.company_info_list>li{width: calc(100% / 1);}
.history_list>li{width: 100%;}
.company_nav{ display: none;}
.inspection_list>li{width:50%;}
.inspection_list>li:last-child{width:100%;}
.existing>li{width:100%;}

}@media (max-width: 575.98px){
.our_pros_list > li{ width: 49%;}
.cases_list > li > ol .imgbox,.cases_list > li > ol .textbox{ width:100%}
.manufacturing_list>li{width:100%;}
.inspection_list>li{width:100%;}

}@media (max-width: 480.98px){
.our_pros_list > li{ width:100%;}
}
/* About Us-End */
/* Applications */
.apps_list{width: 100%; margin: 0;}
.apps_list>li{width: 100%; padding: 0; margin-top: 30px;}
.apps_list>li>ol{background-color: var(--bg-F9); box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.apps_list>li>ol a.imgbox{width: 40%;}
.apps_list>li>ol a.imgbox>img{width: 100%; height: 100%; object-fit: cover;}
.apps_list>li>ol .textbox{width: 60%; flex-direction: column; justify-content: center; padding: 1.5rem;}
.apps_list>li>ol .textbox .title5{font-weight: 600;}
.apps_list>li>ol .textbox>ul{width: 100%; margin: 0 0 .5rem 0;}
.apps_list>li>ol .textbox>ul>li{width: 100%; padding: 0; display: block; margin-bottom: .5rem; font-size: .875rem;}
.apps_list>li>ol .textbox>ul>li:last-child{color: var(--bg-main);}
.morecases .etw_photo ul>li>ol{flex-direction: column;}
.morecases .etw_photo ul>li>ol>.textbox{flex: 1; padding: .75rem; align-items: center; text-align: center; justify-content: center; font-size: .875rem; background-color: var(--bg-F9);}
.other_apps_list>li{width: 25%; padding: 15px;}
.other_apps_list>li>a{flex-direction: column; background-color: var(--bg-F9); border: 1px solid rgba(0, 0, 0, .05); border-radius: .5rem; overflow: hidden;}
.other_apps_list>li>a .imgbox{mix-blend-mode: multiply;}
.other_apps_list>li>a .textbox{padding: 1rem .5rem; align-items: center; justify-content: center; text-align: center; font-weight: 500;}
@media (max-width: 767.98px){
.apps_list > li > ol .textbox > ul{ display: none;}
.apps_list > li > ol .textbox .more_big{justify-content:flex-start !important;}
.other_apps_list > li{width:50%}
}@media (max-width: 575.98px){
.other_apps_list{width: calc(100% + 20px); margin: 0 -10px;}
.other_apps_list>li{width: 50%; padding: 10px;}

}@media (max-width: 480.98px){
.apps_list>li>ol a.imgbox{width:100%;}
.apps_list>li>ol .textbox{width:100%; text-align: center;}
.apps_list > li > ol .textbox .more_big{ display: none;}
}
/* Applications-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%; padding: 0; flex-wrap: nowrap; 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-main);}
.contact ul>li strong{color:#333; font-weight: 600; margin-right: .5rem;}
.contact ul>li>ol{flex: 1; display: flex; flex-direction: column;}
.contact ul>li a{width: fit-content; color: var(--bg-main);}
.contact ul>li a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact ul>li img{margin-left: 0;}

.contact .feedback{padding: 1.5rem;}
.contact .feedback .webtitle{font-size:1.875rem; color:#333; text-align: center; font-weight: 600;}
.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;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 0 10px;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: #808080 !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--bg-main) !important;}
/* Contact Us-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{color: var(--bg-main);}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size:clamp(1.2rem, 3vw, 1.5rem); font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family2);}
.videos_hub ul{width: calc(100% + 20px); margin: 0 -10px;}
.videos_hub ul li{width: 100%; padding: 10px;}
.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{flex-direction: row; 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: 500;}
.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-hover);}
.videos_pros ul li{width: 50%;}
.videos_pros ul li>a{flex-direction: row; border-radius: 10px; overflow: hidden;}
.videos_pros ul li>a>.imgbox{width: 35%;}
.videos_pros ul li>a>.imgbox .video_btn::before{--w:50px;}
.videos_pros ul li>a>.textbox{flex: 1; width: 65%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; line-height: 22px; color: #555; 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;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right h2{font-size: 1.625rem; color: var(--bg-main); 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)}
.etw_videolist_more{display: none;}
#video_right .feedback{background-color: #fff; padding: 1.5rem; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
#video_right .feedback #floatchatiframe2011{ max-width: 600px; margin: 0 auto;}
#video_right .feedback .title2{font-weight: 600;}
#video_sidebar{width:30%; background-color:#fff; border-radius:10px; overflow: hidden; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
#etw_videolist .title3{color: #fff; font-size: 1.25rem; font-weight: 600; text-transform:uppercase; display: flex; align-items: center; justify-content: center; text-align: center; background-color: var(--bg-main); background-image: linear-gradient(to right, var(--bg-main) 50%, var(--bg-hover)); padding: .75rem; margin-bottom: 0;}
#etw_videolist .webtitle{width: 100%; background-color: var(--bg-F0); padding: .5rem 1.5rem; font-weight: 600; color: #333;}
#etw_videolist ul{width: 100%; margin: 0; flex-direction: column; padding: 1rem 1.5rem;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li:last-child{margin-bottom: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.9rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\f105"; font-size: 1rem; line-height: 1; position: absolute; left: 0; top: 3px; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased;}
#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){
	#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{width: 100%;}
.videos_company ul li>a .textbox{width: 100%;}
}@media (max-width:767.98px){
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
	.video_btn::before{ width:50px; height: 50px;}
	.videos_pros ul li{width:100%;}
}@media (max-width:575.98px){
	#video_right h2{font-size:1.25rem;}
	.videos_pros ul li>a>.imgbox{width:100%;}
.videos_pros ul li>a>.textbox{width:100%;}
}
/* videos-End */
