@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.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:"Roboto";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Light.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Regular.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Medium.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Roboto/Roboto-SemiBold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-SemiBold.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Bold.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-Light.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-Light.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-Regular.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-Regular.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-Medium.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-Medium.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-Bold.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-Bold.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Teko/Teko-Light.woff2) format("woff2"),url(../fonts/Teko/Teko-Light.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Teko/Teko-Regular.woff2) format("woff2"),url(../fonts/Teko/Teko-Regular.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Teko/Teko-Medium.woff2) format("woff2"),url(../fonts/Teko/Teko-Medium.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Teko/Teko-SemiBold.woff2) format("woff2"),url(../fonts/Teko/Teko-SemiBold.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Teko/Teko-Bold.woff2) format("woff2"),url(../fonts/Teko/Teko-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: #0170c0;
	--bg-hover: #00736e;
	--family-first: "Roboto", sans-serif;
	--family-second: "BarlowCondensed", sans-serif;
	--family-third: "Teko", 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-main)); position: relative; transform: translateX(-100%);}
.bi-person-bounding-box::before{background-image: url(../images/icons/person-bounding-box.svg);}
.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);}

.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%;}
html{background: url(../images/body-image.webp) repeat;}
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; width: 100%; height: auto; max-width: 1600px; margin: 0 auto; box-shadow: 0 0 50px rgba(0,0,0,.2);}
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; font-family: var(--family-second); margin-bottom: 1rem; font-weight: 600;}
h2,.h2,.title1 {font-size: clamp(1.2rem, 3vw, 2rem); font-family: var(--family-third);}
h3,.h3,.title2 {font-size: clamp(1.2rem, 3vw, 1.8rem); font-family: var(--family-third);}
h4,.h4,.title3 {font-size: clamp(1.15rem, 3vw, 1.6rem);}
h5,.h5,.title4 {font-size: clamp(1.1rem, 3vw, 1.4rem);}
h6,.h6,.title5 {font-size: clamp(1rem, 3vw, 1.2rem);}
.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;}
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:1200px; margin: 0 auto;}
.container1{width: 100%; max-width:1100px; margin: 0 auto; padding: 0 15px;}
.container2{width: 100%; max-width:900px; margin: 0 auto; padding: 0 15px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible;}
ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol,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; flex-direction: column;}
.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .95rem; 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_photo5 ul li,.etw_photo6 ul li{width: 25%;}
	.etw_photo ul li ol{ display: block; text-align: center;}
}@media (max-width:767.98px){
	.etw_photo ul li,.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
}@media (max-width:575.98px){
	.etw_photo ul li,.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{width: 100%; display: block; margin: 0 0 1rem 0;}
ul.items li{display: block; position:relative; margin-bottom: 10px; padding: 0; line-height: 24px;}
ul.items:last-child,ul.items li:last-child{margin-bottom: 0;}
ul.items li>ol{width: 100%; display: flex; flex-direction: column;}
ul.items li>ol>li{margin-bottom: 0 !important; padding: 0 0 0 1rem;}
ul.items li>ol>li::before{border-radius: 50%; background-color: rgba(0, 0, 0, .3);}
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-hover); position: absolute; left: 0; top: 9px;}
ul.items2 li,ul.items3 li{padding-left: 1.25rem;}
ul.items2 li::before,ul.items3 li::before{content: ""; width: 12px; height:24px; background-position: center center; background-repeat: no-repeat; background-size: contain; position: absolute; left: 0; top: 0;}
ul.items2 li::before{background-image: url(../images/White-Checkmark.svg);}
ul.items3 li::before{background-image: url(../images/Blue-Checkmark.svg);}
/* 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; border-right: 1px solid #fff;}
.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; position: relative; z-index: 0; transition: all .4s; font-size: .875rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem;}
.more>a>i{margin-left: .5rem;}
.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-main);}
.more>a:hover::after{width: 100%; left: 0; right: auto;}
.more_big>a{width:fit-content; display: flex; align-items: center; transition: all .4s; padding: .75rem 1rem; font-size: .875rem; font-weight: 300; color: #fff; line-height: 1; background-color: var(--bg-main); overflow: hidden; border-radius: 6px; text-transform: uppercase;}
.more_big>a>i{margin-left: -.875rem; opacity: 0; transition: all .3s;}
.more_big>a:hover{color: #fff; background-color: var(--bg-hover);}
.more_big>a:hover>i{margin-left: .5rem; opacity: 1;}
.more_big>a:hover>i::before{filter: drop-shadow(1rem 0 #fff);}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: .875rem; font-weight: 300; position: relative; border-radius: 30px; overflow: hidden; z-index: 0; background-color: var(--bg-main);  transition: all .3s ease-in-out; text-transform: uppercase;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{background-color: var(--bg-hover);}
/* public-End */
/* etw_language */
.etw_language{min-height: 34px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-main);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#555; display:flex; justify-content:center; align-items:center; height: 34px; 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{width: 100%; position:sticky; 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;}
.header{width: 100%;}
.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; font-family: var(--family-first); font-size: 2.5rem; color: #0170c0; font-weight: bold; line-height: 1; text-wrap: nowrap;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding-top: 6px;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0; justify-content: flex-end;}
.navbar>li{padding: 0; min-height: 40px; margin-left:2.3rem;}
.navbar>li:first-child{margin: 0;}
.navbar>li>a{text-transform: uppercase; display: flex; justify-content: center; color: #666; 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;width: 100%;}
.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;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05);color: var(--bg-main);}
.dropdown-menu>ul>li>a.active{color: var(--bg-main);}
#menu-items,#menu-about{width:100%}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container1{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: 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{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;}
#etw_logo a>img{max-height:50px;}
}@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
	.inquiry_quote > a, .inquiry_btn > a{ font-size: 0.8rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner{padding: 0; overflow: visible;}
.etw_banner::after{content: ""; width: 47px; height: 63px; background: url(../images/scrolldown.webp) no-repeat center center; position: absolute; left: 50%; bottom: -40px; z-index: 3; transform: translateX(-50%);}
.etw_banner .banenr-switch-prev,.etw_banner .banenr-switch-next{width: 30px; height: 50px; position: absolute; left: -40px; top: 50%; transform: translateY(-50%); z-index: 5; background-color: rgba(0, 0, 0, .5); cursor: pointer; font-size: 1.25rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out; border: none;}
.etw_banner .banenr-switch-next{left: auto; right: -40px;}
.etw_banner .banenr-switch-prev:hover,.etw_banner .banenr-switch-next:hover{background-color: var(--bg-main);}
.etw_banner:hover .banenr-switch-prev{left: 0;}
.etw_banner:hover .banenr-switch-next{right: 0;}
.banner_hover{width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.banner_hover .container1{display: flex; align-items: center;}
.banner_hover .banner_text{width: 100%; max-width: 600px; background-color: rgba(221, 218, 218, 0.7); padding: 1.5rem;}
.banner_hover .banner_text h2{color: #000; font-weight: bold; font-size: clamp(1.2rem, 3vw, 2rem); font-family: var(--family-second); text-transform: uppercase; margin-bottom: 1.25rem;}
.banner_hover .banner_text p{margin-bottom: 0; font-size: clamp(0.9rem, 3vw, 1.25rem); font-weight: 300; color: #000;}
/* Banner-end /
/* index */
section,.section,.section_item{width: 100%; padding:3.125rem 0; display: block; position: relative; overflow: hidden;}
.home_pros .title1{color: var(--bg-main); text-align: center;}
.home_pros p{display: block; max-width: 900px; margin: 0 auto; text-align: center;}
.home_pros_list{justify-content: center;}
.home_pros_list>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.home_pros_list>li>a{display: flex; flex-direction: column; align-items: center; padding: 1rem;}
.home_pros_list>li>a .imgbox{width: 80px;}
.home_pros_list>li>a .imgbox>img{width: 80px; height: auto; filter: drop-shadow(80px 0 #333); position: relative; transform: translateX(-100%);}
.home_pros_list>li>a .textbox{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 1rem; font-weight: 600; color: #333; font-size: 1.125rem; text-transform: uppercase; transition: all .3s;}
.home_pros_list>li>a:hover{background-color: #fff;}
.home_pros_list>li>a:hover .imgbox>img{filter: drop-shadow(80px 0 var(--bg-main));}
.home_pros_list>li>a:hover .textbox{color: var(--bg-main);}
.home_custom .title1{display: flex; flex-direction: column; align-items: center; text-align: center; font-size: 1.5rem;}
.home_custom .title1>span{font-size: 2rem; color: var(--bg-main);}
.home_custom small{display: block; text-align: center; margin: 0 auto; max-width: 850px; font-size: .95rem;}
.home_custom ul{width: calc(100% + 20px); margin: 0 -10px;}
.home_custom ul>li{width: calc(100% / 3); padding: 0 10px; margin-top: 20px;}
.home_custom ul>li>a{flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--bg-main);}
.home_custom ul>li>a .textbox{width: 100%; justify-content: center; align-items: center; text-align: center; padding:1rem; line-height: 1.2; color: #333; font-size: 1rem; text-transform: uppercase; background-color:#fff; position: relative; z-index: 0; transition: all .3s; }
.home_custom ul>li>a:hover .textbox{color: var(--bg-main);}
.home_apps .title1{color: var(--bg-main); text-align: center;}
.home_apps .title2{color: rgba(0, 0, 0, .4); text-transform: uppercase; font-size: 1.8rem; line-height: 1; margin-bottom: -.5rem;}
.home_apps_list{width: calc(100% + 20px); margin: 0 -10px;}
.home_apps_list>li{width: 20%; padding: 0 10px; margin-bottom: 20px;}
.home_apps_list>li>a{position: relative;}
.home_apps_list>li>a>.imgbox::before{padding-top: 100%;}
.home_apps_list>li>a .textbox{width: calc(100% - .625rem); overflow: hidden; position: absolute; left: 0; top: .625rem; z-index: 2; padding: 1.25rem;}
.home_apps_list>li>a .textbox::before{content: ""; width: 150%; height: 200%; border-radius: 0 0 40% 0; background-color: rgba(255,255,255,.8); position: absolute; right: 0; bottom: 0;}
.home_apps_list>li>a .textbox .title6{color: #333; font-size: 1rem; font-weight: bold; margin-bottom: .625rem; position: relative; z-index: 2; text-transform: uppercase;}
.home_apps_list>li>a .textbox .imgbox{width: 50px; height: 0;}
.home_apps_list>li>a .textbox .imgbox>img{width: 50px; height: 50px; filter: drop-shadow(50px 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.home_apps_list>li>:hover .textbox .title6{color: var(--bg-main);}
.home_apps_list>li>a:hover .textbox .imgbox{height: 50px;}
.home_about{background: url(../images/bkgrnd.webp) no-repeat center center; background-size: 100% 100%;}
.home_about .title1{max-width: 390px; display: flex; flex-direction: column; line-height: 1.1; margin-bottom: 1.5rem;font-size: clamp(.2rem, 3vw, 2rem);}
.home_about .title1>span{font-size: 1.25rem; text-transform: uppercase; font-weight: 400; color: var(--bg-main); font-family: var(--family-first); margin-bottom: .5rem;}
.home_about .title1::after{content: ""; width: 80px; height: 10px; border-top: 2px solid var(--bg-main); border-bottom: 2px solid var(--bg-main); margin-top: 1rem;}
.home_about p{margin-bottom: 1.5rem;}
.home_about_list{width: calc(100% + 10px); flex-wrap: wrap; margin: 0 -5px;}
.home_about_list>li{width: calc(100% / 3); padding: 5px;}
.home_about_list>li:nth-child(1),.home_about_list>li:nth-child(2){width: 50%;}
.home_about_list>li:nth-child(3){width: 40%;}
.home_about_list>li:nth-child(4){width: 60%;}
.home_about_list>li:nth-child(5){width: 45%;}
.home_about_list>li:nth-child(6){width: 55%;}
.home_about_list>li .imgbox::before{padding-top: 55%;}
.home_about_list>li:nth-child(4) .imgbox::before,.home_about_list>li:nth-child(6) .imgbox::before{content: none;}
.customers>div{display: flex; flex-wrap: wrap; align-items: center;}
.customers .title1{margin-bottom: 0;}
.customers .title1::after{content: none;}
.customers_right{width: 100%; flex: 1; padding-left: 2rem;}
.customers_right ul{width: calc(100% + 20px); margin: 0 -10px;}
.customers_right ul>li{width: calc(100% / 6); padding: 10px;}
.customers_right ul>li>.imgbox{background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: .625rem;}
@media (max-width:1199.98px){
	section,.section{padding:3.125rem 0 !important;}
}@media (max-width:991.98px){
	section,.section,.section_item{padding:2.5rem 0 !important;}
	.home_pros_list>li{width: 33%;}
	.home_custom ul>li{width: calc(100% / 2);}
	.home_apps_list > li{width:33%;}
}@media (max-width:767.98px){
	section,.section,.section_item{padding:1.875rem 0 !important;}
	.banner_hover .banner_text,.home_pros_list,.home_about_list,.customers{ display: none;}
}@media (max-width:575.98px){
	section,.section,.section_item{padding:1.25rem 0 !important;}
	.home_pros_list>li{width:100%;}
	.home_custom ul>li{width: calc(100% / 1);}
	.home_apps_list > li{width:100%;}
}@media (max-width:375.98px){
	section,.section,.section_item{padding:1rem 0 !important;}
}
/* index-end */
.footer {padding: 3rem 0 0 0; position: relative; overflow: hidden; background-color: #fff;}
.footer::before{content: ""; width: 100%; height: 5px; background-color: #eee; position: absolute; left: 0; top: 0;}
.footer::after{content: ""; width: 12vw; aspect-ratio:1 / 1.2; position: absolute; left: 0; top: -5px; background: url(../images/cableLeft.webp) no-repeat center top; background-size: contain; opacity: .6;}
.footer .container{position: relative; z-index: 2;}
.footer .h3{font-family: var(--family-third); font-weight: 500; text-transform: uppercase; font-size: 1.5rem; line-height: 1; color: #333;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: #0191cd;}
.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: #555; font-size: .875rem;}
.footer_list li>a:hover{color:#0191cd; opacity: 1;}
.footer_logo{margin-bottom: 1rem; display: flex; justify-content: flex-start;}
.footer_logo img{max-height: 40px;}
.footer_text{font-size: .9rem; line-height: 1.2;color: #333; margin-bottom: 1rem;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin: 0;}
.footer_contact>li{width: 100%; color: #555; margin: 0; font-size: .875rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: inherit;}
.footer_contact>li i{position: absolute; left: 0; top: 0;}
.footer_contact>li a:hover{color: var(--bg-main);;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.875rem 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333; opacity: .7; display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;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-main); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#fff;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: var(--bg-main) !important; border: none !important;}
.theme-box-name{background: #333 !important; border-left: none !important;}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.etw_root {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative; 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:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.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: 1.8rem; color: #333; font-weight: 600; margin-bottom: 0;}
.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_pros_hover{width: 100%; position: absolute; inset: 0; display: flex; align-items: center;}
.nbanner_pros_hover .textbox{width: fit-content; padding: 2rem; background-color: rgba(221, 218, 218, 0.7);}
.nbanner_pros_hover .etw_hometitle>h2{color: #000; font-size: clamp(1.25rem, 3vw, 2.25rem); font-weight: 500; line-height: 1.2;}
.nbanner_pros_hover p{max-width: 600px; font-size: 1.125rem; color: #000;}
.pros_custom>div{display: flex; flex-direction: column; align-items: center;}
.pros_custom .title1{display: flex; flex-direction: column; align-items: center; text-align: center; font-size: clamp(1rem, 3vw, 1.25rem); font-weight: 300; padding-left: 1.875rem; color: #485e69; font-family: var(--family-first); margin-bottom: 1.5rem;}
.pros_custom .title1>span{display: flex; flex-direction: column; align-items: center; font-weight: 600; color: var(--bg-main);}
.pros_custom .title1>span::after{content: ""; width: 50%; background-image: linear-gradient(to right, var(--bg-main), var(--bg-hover)); display: block; height: 5px; margin: 1rem 0;}
.pros_custom_list{width: 100%; position: relative;}
.pros_custom_list::before{content: ""; width: 100%; height: 6px; background-image: linear-gradient(to right, #2d6b9e, #1b3745); background-color: #0170c0; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.pros_custom_list>ul{width: 100%; margin: 0; position: relative; z-index: 2;}
.pros_custom_list>ul::before,.pros_custom_list>ul::after{content: ""; width: 26px; height: 26px; border-radius: 50%; position: absolute; left: -25px; top: 50%; transform: translateY(-50%); background-color: #2d6b9e;}
.pros_custom_list>ul::after{left: auto; right: -25px; background-color: #1b3745;}
.pros_custom_list>ul>li{width: calc(100% / 7); position: relative; padding: 0;}
.pros_custom_list>ul>li>ol{flex-direction: column; align-items: center; padding: 3.125rem 0; position: relative;}
.pros_custom_list>ul>li>ol .imgbox{width: 66px; height: 66px; background-color: #0170c0; border: 6px solid #b3dfe4; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 1.25rem; color: #fff; font-weight: bold;}
.pros_custom_list>ul>li>ol .textbox{width: 100%; height: 100%; position: absolute; left: 0; top: 0; padding: 0; display: flex; flex-direction: row; justify-content: center; text-align: center; font-size: .9rem; color: #333; font-weight: bold; text-transform: uppercase;}
.pros_custom_list>ul>li:nth-child(even)>ol .textbox{align-items: flex-end; align-self: start;}
.pros_items{width: 100%; overflow: hidden; margin-bottom: 3rem; position: relative; display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: space-between;}
.pros_items:last-child{margin-bottom: 0;}
.pros_items:nth-child(2){flex-direction: row;}
.pros_items_left{width: 48%; display: flex;}
.pros_items_right{width: 48%; display: flex;}
.pros_items_right .textbox>.title5{font-size: 1.625rem; color: #333;}
.pros_items_right .textbox>p{font-size: 1rem; margin-bottom: 2rem;}
.pros_items_right .textbox>ul{width: calc(100% + 20px); margin: 0 -10px 1.5rem -10px;}
.pros_items_right .textbox>ul>li{width: 50%; padding: 0 15px; margin-bottom: .5rem; line-height: 24px;}
.pros_items_right .textbox>ul>li>a{display: flex; align-items: center; font-size: .8rem; font-weight: 600; padding-right: 1.5rem; position: relative; color: #555;}
.pros_items_right .textbox>ul>li>a::after{content: ""; width: 1rem; height: 1rem; background: url(../images/icons/chevron-right.svg); background-size: contain; position: absolute; right: 0; top:0;}
.pros_items_right .textbox>ul>li>a:hover{color: var(--bg-main);}
.pros_customers ul{width: 100%; margin: 0; padding: 1rem; border: 1px solid rgba(0, 0, 0, .05); background-color: #fff; border-radius: 100px; justify-content: center;}
.pros_customers ul>li{width: calc(100% / 6); padding: 0 1rem;}
.inquiryformhub>div{display: flex; flex-direction: column; align-items: center;}
.inquiryformhub .title1{font-weight: 500; text-align: center;}
.inquiryformhub p{margin-bottom: 1rem; text-align: center;}
.inquiryformhub .inquiry_btn>a{box-shadow: inset 0 0 20px rgba(0, 0, 0, .2); align-items: center;}
.inquiryformhub .inquiry_btn>a>i{margin-left: .5rem;}
.inquiryformhub .inquiry_btn>a>i::before{filter: drop-shadow(1rem 0 #fff);}
@media (max-width: 1199.98px){
	.pros_custom_list > ul > li > ol .textbox{ font-size: 0.8rem; line-height: 1.05rem;}
}@media (max-width: 991.98px){
	.pros_items_right .textbox > p{ display: none;}
}@media (max-width: 767.98px){
	.pros_custom_list{ display: none;}
	.nbanner_pros_hover p{font-size:0.9rem;}
	.pros_items_left{width:100%;}
	.pros_items_right{width:100%; margin-top: 1.2rem;}
	.pros_customers ul > li {width: calc(100% / 5);}
	.pros_custom .title1{ font-size: 0.9rem;}
}@media (max-width: 575.98px){
	.nbanner_pros_hover .textbox,.pros_customers{ display: none;}
	.inquiryformhub{ margin-top: 1rem;}
}@media (max-width: 375.98px){
	.pros_items_right .textbox > ul > li{ width: 100%;}
}
/* Hub */
.hub_banner_hover{max-width: 550px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2.5rem; background-color: rgba(221, 218, 218, 0.7);}
.hub_banner_hover>.title1,.hub_banner_hover .etw_hometitle>h2{color: #000; text-transform: uppercase; line-height: 1.1;}
.hub_banner_hover>p{color: #000; font-size: 1.05rem;}
.hub_banner2 .hub_banner_hover{left: 65%;}
.nbanner::before{content: ""; width: 100%; height: 10px; background-color: #d6dbdb; position: absolute; left: 0; bottom: 0; z-index: 1;}
.nbanner::after{content: ""; width: 50%; height: 40px; background-color: #fff; position: absolute; left: 0; bottom: -1px; z-index: 2; clip-path: polygon(0 0, calc(100% - 40px) 0%, 100% 100%, 0% 100%);}
.nbanner_hover{width: 100%; height: 100%; display: flex; padding-bottom: 40px; align-items: center; position: absolute; inset: 0;}
.nbanner_hover .etw_hometitle>h2,.nbanner_hover .title1{color: #fff; font-size: 2.5rem; font-weight: 500; line-height: 1.2;}
.nbanner_hover p{max-width: 600px; font-size: 1.125rem; color: #fff; opacity: .8;}
.pros_custom>li{width: 25%;}
.pros_custom>li>a,.pros_custom>li>ol{flex-direction: column;}
.pros_custom>li>a .textbox,.pros_custom>li>ol .textbox{flex: 1; padding: .75rem 0; align-items: center; justify-content: center; text-align: center; font-size: .95rem; font-weight: 500; border-bottom: 1px solid rgba(0, 0, 0, .2);}
.hubpros_list>li{width: calc(100% / 3);}
.hubpros_list>li>a{border: 1px solid rgba(0, 0, 0, .2); padding: 1.25rem; flex-direction: column; background-color: #fff;}
.hubpros_list>li>a .textbox{flex: 1; flex-direction: column;}
.hubpros_list>li>a .textbox .title6{font-size: 1.25rem; padding: 1.25rem 0; margin-bottom: 1.25rem; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.hubpros_list>li>a .textbox p{margin-bottom: 1.25rem; flex: 1; font-size: .9rem; color: #999;}
.hubpros_list>li>a .textbox .more>span{display: flex; align-items: center; line-height: 1;}
.hubpros_list>li>a .textbox .more>span>i{margin-left: .5rem;}
.hubpros_list>li>a:hover .textbox .title6,.hubpros_list>li>a:hover .textbox .more>span{color: var(--bg-main);}
.hubpros_list>li>a:hover{box-shadow: 0 0 10px rgba(1,112,192,.5);}
@media (max-width: 1199.98px){
	.hub_banner_hover{max-width: 650px;width:70%}
}@media (max-width: 991.98px){
	.pros_whyus .imgbox{ display: none;}
	.pros_whyus{padding-top:1rem !important;}
}@media (max-width: 767.98px){
	.hub_banner_hover{width:80%}
	.hub_banner_hover > p{ font-size: 0.91rem;}
	.pros_custom > li{ width: 50%;}
	.hubpros_list > li {width: calc(100% / 2);}
	.hub_banner_hover .etw_hometitle{ margin-bottom: 0.5rem;}
}@media (max-width: 575.98px){
	.hub_banner_hover{display: none;}
	.pros_custom > li{ width: 100%;}
	.hubpros_list > li {width: calc(100% / 1);}
}
/* Details */
.details_banner_hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center;}
.details_banner_hover>div{width: fit-content; background-color: rgba(221, 218, 218, 0.25); margin-left: 12.5vw; padding: 2rem;}
.details_banner_hover .title1,.details_banner_hover .etw_hometitle>h2{color: #000; text-transform: uppercase; line-height: 1.1;}
.details_banner_hover p{max-width: 550px; color: #000; font-size: 1.05rem;}
.details_banner2 .details_banner_hover>div{background-color: rgba(221, 218, 218, 0.9);}
.details_banner2 .details_banner_hover p{max-width: 430px;}
.details_top{overflow: visible;}
.details_top>div{display: flex; flex-wrap: wrap; align-items: flex-start;}
.details_left{width: 22%; background-color: var(--bg-F9); border-left: 1px solid var(--bg-main);}
.details_left .title2{display: flex; align-items: center; line-height: 1; background-color: #fff; padding: .625rem 1rem; color: var(--bg-main); text-transform: uppercase; margin-bottom: 2px; position: relative;}
.details_left .title2::before{content: ''; width: 6px; height: 6px; background-color: var(--bg-main); border-radius: 50%; position: absolute; right: 30%; top: 50%; transform: translateY(-50%);}
.details_left .title2::after{content: ""; width: 30%; height: 1px; background-color: var(--bg-main); position: absolute; right:0; top: 50%; transform: translateY(-50%);}
.details_left>ul{width: 100%; margin: 0; padding: .625rem;}
.details_left>ul>li{width: 100%; padding: 0;}
.details_left>ul>li>a{display: flex; padding: .5rem; font-weight: 600; font-size: 1rem; border-bottom: 1px solid var(--bg-main);}
.details_left>ul>li>a:hover,.details_left>ul>li.active>a{color: var(--bg-main);}
.details_left>ul>li>ol{width: 100%; padding: .625rem; display: flex; flex-direction: column; border-bottom: 1px solid var(--bg-main);}
.details_left>ul>li>ol>li{width: 100%; padding: 6px 0;}
.details_left>ul>li>ol>li>a{font-size: .875rem;}
.details_left>ul>li>ol>li>a:hover,.details_left>ul>li>ol>li.active>a{color: var(--bg-main);}
.details_right{width: 78%; padding-left: 2.5rem;}
.details_right .textbox{border: 1px solid #002650;}
.details_right .etw_hometitle{border-bottom: 1px solid #002650; padding: 1.25rem; margin-bottom: 0;}
.details_right .etw_hometitle>h2{font-size: clamp(1.2rem, 3vw, 1.8rem); font-weight: 500; text-transform: uppercase; color:#002650;}
.details_right .etw_hometitle>small{font-size: 1rem; color: #999;}
.details_right .textbox2{width: 100%; padding: 1.25rem 3rem; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.details_right .details_btns{display: flex; align-items: center; justify-content: space-evenly;}
.details_right .details_btns .pdf_btn{margin-left: 1rem;}
.details_right .details_btns .pdf_btn>a{display: flex; align-items: center; justify-content: center; border: 1px solid rgba(0, 0, 0, .3); padding: .5rem 1rem; border-radius: 30px; line-height: 1;}
.details_right .details_btns .pdf_btn>a>img{height: 16px; margin-right: .5rem;}
.details_right .details_btns .pdf_btn>a:hover{color: var(--bg-main); border-color: var(--bg-main);}
.left_pics{width: 100%; display: flex; flex-direction: column;}
.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: 5px;}
.related_pic ul{width: 100%; margin: 0; padding: 2px; justify-content: center;}
.related_pic ul>li{width: calc(100% / 6); padding: 2px; 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);}
.series .title2{font-size: 1.5rem; font-weight: 500; margin-bottom: 0;}
.series ul.items li{ margin-bottom: 1rem;}
.series ul.items li:last-child{margin-bottom: 0;}
.title3_size{font-size: clamp(1.1rem, 3vw, 1.55rem); font-weight: 500; font-family: var(--family-third);}
.sample .etw_photo ul>li{flex-direction: column;}
.sample .etw_photo ul>li>ol,.etw_photo ul li>inquiry{width: 100%; flex: 1; display: flex; flex-direction: column; border: 1px solid rgba(0, 0, 0, .2);}
.sample .etw_photo ul li>inquiry>a{width: 100%; display: flex; flex-direction: column;}
.sample .etw_photo ul li>inquiry>a>u.inquiry{width: 100%; display: flex; flex-direction: column; flex: 1; text-decoration: none;}
.sample .etw_photo ul>li>ol span,.sample .etw_photo ul li>inquiry>a>u.inquiry>span{flex: 1; padding: .625rem .5rem; font-size: .875rem; line-height: 1.2; display: flex; align-items: center; justify-content: center; color: #555;}
.sample .etw_photo ul li>inquiry>a:hover>u.inquiry>span{color: var(--bg-main);}
.sample .title5 u.inquiry{text-decoration: none; color: #333;}
.sample .title5 u.inquiry:hover{color: var(--bg-main);}
.ys_list{width: calc(100% - 16px); margin: 0 -8px;}
.ys_list>li{width: calc(100% / 5); padding: 0 8px; margin-bottom: 30px;}
.ys_list>li>ol{display: flex; flex-direction: column; background-color: #fff; padding: 1rem; box-shadow: 0 0 10px rgba(0, 0, 0, .05), 2px 30px 30px -20px rgba(0, 0, 0, .2);}
.ys_list>li>ol .ys_list_up{width: 100%; display: flex; align-items: center;}
.ys_list>li>ol .ys_list_up .imgbox{width: 40px;}
.ys_list>li>ol .ys_list_up .title6{flex: 1; padding-left: 1rem; margin-bottom: 0;}
.ys_list>li>ol .textbox{flex: 1; padding-top: 1rem;}
.ys_list>li>ol .textbox>p{font-size: .9rem;}
.inquiryformdetails>div{background-color: #fff; padding: 2rem; box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-bottom: 2px solid var(--bg-main);}
.our_pros .title2{font-weight: 400;}
.our_pros_list{width: calc(100% + 10px); margin: 0 -5px;}
.our_pros_list>li{width: 25%; padding: 5px;}
.our_pros_list>li>a{border: 1px solid rgba(0, 0, 0, .1); padding: .625rem;}
.our_pros_list>li>a .imgbox{width: 30px;}
.our_pros_list>li>a .imgbox>img{transition: initial;}
.our_pros_list>li>a .textbox{flex: 1; justify-content: center; padding-left: 1.25rem; font-size: .9rem; line-height: 1.2;}
.our_pros_list>li>a:hover{border-color: var(--bg-main);}
.our_pros_list>li>a:hover .imgbox>img{filter: drop-shadow(30px 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.card{border: none; border-radius: 0; background-color: #fff; 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: #777; position:relative; line-height:24px}
.card-link::after{content:"\F282"; font-size:1.2rem; color:#777; position:absolute; right:1rem; top:1rem;transition:all 0.3s; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.card-body{padding:1rem; padding-top: 0;}
.card:hover{background-color: var(--bg-F0);}
.card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.material_list>li{width: 100%;}
.material_list>li>ol{background-color: #fff; padding: 1.25rem; border: 1px solid rgba(0, 0, 0, .2);}
.material_list>li>ol .imgbox{width: 35%; background-color: var(--bg-WhiteSmoke);}
.material_list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.material_list>li>ol .textbox{flex: 1; padding-left: 2rem; flex-direction: column; justify-content: center;}
.material_list>li>ol .textbox .title6{font-size: 1.25rem;}
@media (max-width: 1199.98px){
	.ys_list > li {
  width: calc(100% / 3);}
}@media (max-width: 991.98px){
	.details_left{ display: none;}
	.details_right{ width: 97%;}
	.details_right .textbox2{padding: 1.25rem 1.5rem;}
	.our_pros_list > li {width:33%;}
}@media (max-width: 767.98px){
	.details_banner_hover p{ font-size: 0.9rem;}
	.details_banner_hover .title1{margin-bottom:0.3rem;}
	.ys_list > li {width: calc(100% / 2);}
	.our_pros_list > li {width:50%;}
	.material_list > li > ol .imgbox{width:100%;}
	.material_list > li > ol .textbox{margin-top: 1rem;}
}@media (max-width: 575.98px){
.details_banner_hover{ display: none;}
	.our_pros_list > li {width:100%;}
	.ys_list > li {
  width: calc(100% / 1);}
}
/* Products_End */
/* About Us */
.custom_workflow ul{justify-content:center;}
.custom_workflow ul>li{width: 25%; position: relative; padding-right: 25px;}
.custom_workflow ul>li::after{content: "\f061"; 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%); font-size: 1rem; line-height: 1; color: var(--bg-main);}
.custom_workflow ul>li>ol{box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1rem; border-radius: .5rem; display: flex; align-items: center; justify-content: center; text-align: center;}
@media (min-width: 768px){
.custom_workflow ul>li.order-1,.custom_workflow ul>li.order-2,.custom_workflow ul>li.order-3,.custom_workflow ul>li.order-4{padding: 10px 25px 25px 10px;}
.custom_workflow ul>li.order-4::after{content: "\f063"; right: auto; top: auto; left: 40%; bottom: 0; transform: translateX(-50%) translateY(0); font-size: 1rem; color: var(--bg-main);}
.custom_workflow ul>li.order-md-5::after,.custom_workflow ul>li.order-6::after{content: "\f060";}
.custom_workflow ul>li.order-md-7{padding: 10px;padding-right: 25px;}
.custom_workflow ul>li.order-md-7::after{content: none;}
}
@media (max-width: 767.98px){
.custom_workflow ul{justify-content: flex-start;}
.custom_workflow ul>li{width: calc(100% / 3);}
.custom_workflow ul>li.order-1,.custom_workflow ul>li.order-2{padding: 10px 25px 25px 10px;}
.custom_workflow ul>li.order-3{padding: 10px 10px 25px 10px;}
.custom_workflow ul>li.order-3::after{content: "\f063"; right: auto; top: auto; left: 50%; bottom: 0; transform: translateX(-50%) translateY(0); font-size: 1rem; color: var(--bg-main);}
.custom_workflow ul>li.order-sm-4::after,.custom_workflow ul>li.order-sm-6::after{content: "\f060";}
.custom_workflow ul>li.order-sm-7{padding: 10px;}
.custom_workflow ul>li.order-sm-7::after{content: none;}
.custom_workflow ul>li.order-7{padding: 25px 25px 10px 10px;}
.custom_workflow ul>li.order-7::after{content: "\f063"; right: auto; top: 0; left: 50%; transform: translateX(-50%); font-size: 1rem; color: var(--bg-main);}
}
@media (max-width: 575.98px){
.custom_workflow ul>li{width: 100%; padding: 10px 10px 25px 10px !important;}
.custom_workflow ul>li::after{content: "\f063" !important; right: auto; top: auto;left: 50%; bottom: 0; transform: translateX(-50%) translateY(0) rotate(0deg);}}
.custom_workflow ul>li.order-7{padding: 10px !important;}
.custom_workflow ul>li.order-7::after{content:none !important;}
.workflow{width: 100%; background-color: var(--bg-F0); padding: 2.5rem 0; position: relative; top: 0;}
.workflow>div{display: flex; flex-wrap: wrap; align-items: center;}
.workflow_left{width: 18%;}
.workflow_right{width: 82%; padding-left: 1.25rem;}
.workflow_right ul{width: calc(100% + 10px); margin: 0 -5px;}
.workflow_right ul>li{width: 20%; padding: 5px; padding-right: 17px; position: relative; display: flex; flex-direction: column;}
.workflow_right ul>li::after{content: "\f061"; 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%); font-size: .75rem; line-height: 1; color: var(--bg-main);}
.workflow_right ul>li>ol{flex: 1; box-shadow: 0 0 10px rgba(0, 0, 0, .125); background-color: #fff; padding: .625rem; border-radius: .5rem; display: flex; align-items: center; justify-content: center; text-align: center; font-size: .875rem; font-weight: 500; color: #666;}
.workflow_right ul>li.order-1,.workflow_right ul>li.order-2,.workflow_right ul>li.order-3,.workflow_right ul>li.order-4{padding: 5px 17px 17px 5px;}
.workflow_right ul>li.order-5{padding: 5px; padding-bottom: 17px;}
.workflow_right ul>li.order-5::after{content: "\f063"; right: auto; top: auto; left: 50%; bottom: 0; transform: translateX(-50%) translateY(0); font-size: .75rem; color: var(--bg-main);}
.workflow_right ul>li.order-lg-6::after,.workflow_right ul>li.order-lg-7::after,.workflow_right ul>li.order-8::after,.workflow_right ul>li.order-lg-9::after{content: "\f060";}
.workflow_right ul>li.order-lg-10{padding: 5px;}
.workflow_right ul>li.order-lg-10::after{content: none;}
.tabfixed {padding:.5rem 0; z-index: 9; position: sticky; top: 80px;}
.tabfixed .workflow_left{display: none;}
.tabfixed .workflow_left .title3_size{font-size: 1.25rem !important;}
.tabfixed .workflow_right{width: 100%;}
.tabfixed .workflow_right ul>li{width: calc(100% / 10); padding: 5px;}
.tabfixed .workflow_right ul>li::after{content: none;}
.tabfixed .workflow_right ul>li>ol span{display: none;}
.tabfixed .workflow_right ul>li>ol{padding: 5px; font-size: .8rem; line-height: 1.1;}
.tabfixed .workflow_right ul>li:nth-child(6){order: 6 !important;}
.tabfixed .workflow_right ul>li:nth-child(7){order: 7 !important;}
.tabfixed .workflow_right ul>li:nth-child(8){order: 8 !important;}
.tabfixed .workflow_right ul>li:nth-child(9){order: 9 !important;}
.tabfixed .workflow_right ul>li:nth-child(10){order: 10 !important;}
.tabfixed .workflow_right ul>li.dq>ol{color: var(--bg-main);}
.pro_model .title3{padding-left: 1.875rem; position: relative;}
.pro_model .title3::before{content: "\f0a4"; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 1.25rem; line-height: 1; color: var(--bg-main); margin-top: -2px;}
.pro_model .video_btn::before{--w:50px;}
.certifications .etw_photo ul>li img{border: 1px solid rgba(0, 0, 0, .05);}
.certifications .etw_photo ul>li .textbox{flex-direction: column; align-items: center; text-align: center; font-size: .875rem;}
.certifications .etw_photo ul>li .textbox>span{font-size: .875rem; font-weight: 500;}
.company .etw_hometitle>div{display: flex; flex-direction: column; align-items: center; text-align: center; font-size: 1.25rem;}
.company .etw_hometitle>div>span{color: var(--bg-main); font-size: 1.8rem;}
ul.items_pdf li{padding-left: 2rem; background: url(../images/pdf_icon02.webp) no-repeat left center; background-size: auto 1rem; margin-bottom: 5px;}
ul.items_pdf li>a:hover{color: var(--bg-main);}
.history_list{width: 100%; margin: 0; flex-direction: column; position: relative;}
.history_list::before{content: ""; width: 8px; height: 100%; background-image: linear-gradient(var(--bg-main),var(--bg-hover)); position: absolute; left: 20%; top: 0;}
.history_list>li{width: 100%; padding: 0; margin-top: 1rem;}
.history_list>li>ol{display: flex; flex-wrap: wrap; align-items: flex-start;}
.history_list>li>ol .history_time{width: 20%; display: flex; justify-content: flex-end; align-items: center; position: relative; filter: drop-shadow(0 0 10px rgba(0, 0, 0, .125));}
.history_list>li>ol .history_time::before{content: ""; width: 1rem; height: 1rem; border:3px solid var(--bg-main); border-radius: 50%; background-color: #fff; position: absolute; right: -12px; top: 50%; transform: translateY(-50%);}
.history_list>li>ol .history_time::after{content: ""; width: 0; height: 0; border-left: 1rem solid #fff; border-top: 1rem solid transparent; border-bottom: 1rem solid transparent;}
.history_list>li>ol .history_time>span{width: fit-content; background-color: #fff; padding: .5rem 1rem; line-height: 1; font-weight: 600;}
.history_list>li>ol .history_box{width: 80%; padding: .5rem 0 .5rem 2rem}
.company_nav ul{width: 100%; margin: 0; justify-content: space-around;}
.company_nav ul>li{width: fit-content; padding:10px; display: flex; justify-content: center;}
.company_nav ul>li>a{width: fit-content; display: flex; flex-direction: column; align-items: center;}
.company_nav ul>li>a .imgbox{width: 60px; opacity: .7;}
.company_nav ul>li>a .imgbox>img{transition: initial; position: relative;}
.company_nav ul>li>a .textbox{flex: 1; text-align: center; padding-top: 1rem; font-weight: 500;}
.company_nav ul>li>a:hover .imgbox>img,.company_nav ul>li.active>a .imgbox>img{filter: drop-shadow(60px 0 var(--bg-main)); transform: translateX(-100%);}
.company_nav ul>li>a:hover .textbox,.company_nav ul>li.active>a .textbox{color: var(--bg-main);}
.customers_list>li{width: calc(100% / 2);}
.customers_list>li>ol{box-shadow: 0 0 10px rgba(0, 0, 0, .125), 2px 20px 20px -10px rgba(0, 0, 0, .2); padding: 3px;}
.customers_list>li>ol .imgbox{width: 35%; background-color: var(--bg-WhiteSmoke); padding: 1rem;}
.customers_list>li>ol .imgbox>img{mix-blend-mode: multiply;}
.customers_list>li>ol .textbox{width: 65%; padding: 1.5rem; justify-content: center;}
.somepartners ul>li .imgbox{background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: .5rem;}
.keysuppliers ul>li .imgbox{background-color: var(--bg-WhiteSmoke); box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: .5rem;}
.keysuppliers ul>li .imgbox>img{mix-blend-mode: multiply;}
.ourpros_list>li{width: calc(100% / 3);}
.ourpros_list>li>a{flex-direction: column; box-shadow: 2px 30px 30px -20px rgba(0, 0, 0, .125);}
.ourpros_list>li>a .textbox{flex: 1; padding: .75rem .5rem; align-items: center; justify-content: center; text-align: center; }
.ourpros_list>li>a:hover .textbox{color: var(--bg-main);}
.our_customization>li{width: 50%;}
.our_customization>li>ol{background-color: var(--bg-F9);}
.our_customization>li>ol .imgbox{width: 50%;}
.our_customization>li>ol .imgbox>img{width: 100%; height: 100%; object-fit: cover;}
.our_customization>li>ol .textbox{width: 50%; padding: 1rem; padding-left: 1.5rem; flex-direction: column; justify-content: center;}
.our_customization>li>ol .textbox>.title6{font-size: 1.125rem;}
.our_customization>li>ol .textbox>p{font-size: .875rem;}
.our_customization2>li{width: 25%;}
.our_customization2>li>ol{background-color: var(--bg-F9); flex-direction: column; box-shadow: 2px 10px 10px -8px rgba(0, 0, 0, .2);}
.our_customization2>li>ol .imgbox{width: 100%;}
.our_customization2>li>ol .imgbox>img{width: 100%; height: 100%; object-fit: cover;}
.our_customization2>li>ol .textbox{width: 100%; padding: 1.5rem; flex-direction: column; flex: 1;}
.our_customization2>li>ol .textbox>.title6{font-size: 1.125rem;}
.our_customization2>li>ol .textbox>p{font-size: .875rem; flex: 1;}
@media (max-width: 991.98px){
	.our_customization2 > li{width:33.3%}
	.customers_list > li{width: calc(100% / 1);}
	.workflow{ display: none;}
}@media (max-width: 767.98px){
	.our_customization2 > li{width:50%}
	.ourpros_list > li {width: calc(100% /2);}
	.certifications .etw_photo ul > li a{ display: block;}
	.history_list::before{width:3px;left: 20.5%;}
}@media (max-width: 575.98px){
	.our_customization2 > li{width:100%}
	.ourpros_list > li {width: calc(100% /1);}
	.customers_list > li > ol .imgbox{width:100%;}
}
/* 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%; 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:clamp(1.15rem, 3vw, 1.8rem); font-weight: 600; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.contact ul>li strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact ul>li a{color: var(--bg-main);}
.contact ul>li a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#000;}
.contact ul>li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem;}
.contact .feedback .webtitle{font-size:clamp(1.2rem, 3vw, 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;}
#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]{ font-size:clamp(1.2rem, 3vw, 2rem); font-weight: 700; line-height: 1; margin: 0 0 1.875rem 0; color: #000;}
.videos .videostext{font-size: 1rem; font-weight: 400; margin-bottom: 1.25rem;}
.videos .videostext a{color: var(--bg-main); text-decoration: underline;}
.videos .videostext a:hover{color: var(--bg-hover); text-decoration: none;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size:1.625rem; 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 li{width: 100%; padding: 15px;}
.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videos_hub ul li>a:hover .textbox{color: var(--bg-main);}
.videos_pros ul li{width:calc(100% / 3);}
.videos_pros ul li>a{flex-direction: column; border-radius: 10px; overflow: hidden; box-shadow: 2px 20px 20px -10px rgba(0, 0, 0, .2);}
.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: #333; padding: .75rem 1rem; transition: all .4s;}
.video_details>.container1{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.75rem; color: #333; font-weight: 500;}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #333; color:#333; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}
#video_sidebar{width:30%; background-color:#fff; border-radius:10px;}
#etw_videolist{padding:1rem;}
#etw_videolist .title3{color: var(--bg-main); text-transform:uppercase; display: flex; flex-direction: column;}
#etw_videolist .title3::after{content: ""; width: 100%; height: 1px; background-color: #ccc; margin-top: 1rem;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.95rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\F285"; font-size: .75rem; position: absolute; left: 0; top: 6px; 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;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--bg-main);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
	body{font-size: 0.9rem;}
}@media (max-width:767.98px){
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
	.videos_pros ul li{width:calc(100% / 2);}
	.video_btn::before{ --w: 50px;}
	.videos_pros ul li > a > .textbox{ font-size: 0.9rem;}
}@media (max-width:575.98px){
	#video_right h2{font-size:1.25rem;}
	.videos_pros ul li{width:calc(100% / 1);}
}
/* videos-End */
