@charset "utf-8";
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
@import "../fonts/fontawesome/font-awesome.min.css";
@font-face{font-family:"Montserrat"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/Montserrat-VariableFont_wght.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
  --fs-body:.875rem;
	--fs-h6:1.125rem;
	--fs-h5:1.25rem;
	--fs-h4:1.375rem;
	--fs-h3:1.5rem;
	--fs-h2:clamp(1.625rem,3.5vw,1.875rem);
	--fs-h1:clamp(1.75rem,3.5vw,2.5rem);
	--lh-heading:1.2;
	--lh-body:1.6;
	--bg-main: #0b4a8f;;
	--hover-color: #0c77bd;
  --accent-color: #45E545BF;
  --color-text: #53606c;
	--family-first: "Montserrat", sans-serif;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
}
.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(var(--bg-white),var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),var(--bg-white));}
.bg-white-light{background-image: linear-gradient(var(--bg-white),var(--bg-light));}
.bg-light-white{background-image: linear-gradient(var(--bg-light),var(--bg-white));}
.bg-white-F9{background-image: linear-gradient(var(--bg-white),var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),var(--bg-white));}
* {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: var(--fs-body); line-height: var(--lh-body); background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {display: block; color: #000; line-height: var(--lh-heading); margin-bottom: .625rem;}
h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child,.h6:last-child,.title1:last-child,.title2:last-child,.title3:last-child,.title4:last-child,.title5:last-child,.title6:last-child{margin-bottom: 0;}
h1,.h1,.title1 {font-size: var(--fs-h1);}
h2,.h2,.title2 {font-size: var(--fs-h2);}
h3,.h3,.title3 {font-size: var(--fs-h3);}
h4,.h4,.title4 {font-size: var(--fs-h4);}
h5,.h5,.title5 {font-size: var(--fs-h5);}
h6,.h6,.title6{font-size: var(--fs-h6);}
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(--hover-color);}
strong{font-weight: 700;}b{font-weight: 600;}
img{display:block; width:100%; height: auto;}
a{text-decoration:none; -webkit-tap-highlight-color:transparent; transition:all 0.2s; color:inherit;}
a[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color);}
inquiry-trigger{color: var(--hover-color);}
inquiry-trigger:hover{text-decoration: underline;}
figure{width: 100%; display:flex; flex-wrap: wrap; margin: 0;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
p{line-height: var(--lh-body);}p:last-child{margin-bottom: 0;}
/* 图片放大 */
figure a{pointer-events: none;}
figure.jsclickready a:not(.original-link) {pointer-events: auto !important; cursor: pointer !important;}
/* END */
.imgbox{width:100%; aspect-ratio: 16/9; display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; z-index: 2;}
.imgbox-1-1{aspect-ratio: 1/1;}.imgbox-2-1{aspect-ratio: 2/1;}.imgbox-16-9{aspect-ratio: 16/9;}.imgbox-4-3{aspect-ratio: 4/3;}.imgbox-3-4{aspect-ratio: 3/4;}
.imgbox img{width: 100%; height: 100%; object-fit: contain; transition: all .3s ease-in-out;}
.object-fit-cover{object-fit: cover !important;}
.object-fit-contain{object-fit: contain !important;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column; line-height: var(--lh-body);}
.container,.container1,.container2,.container3{width: 100%; max-width:1130px; margin: 0 auto;padding: 0 15px;}
.container1{max-width:1030px;}.container2{max-width:930px;}.container3{max-width:830px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
.dropdown{z-index: 5;}
.flex-100{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}

ul.list,.row-cols,.etw-photo{display: flex; flex-wrap: wrap;}
ul.list>li,.row-cols>*,.etw-photo>*{margin: 0; padding: 0; display: flex; flex-direction: column;}
ul.list>li>*,.row-cols>*>ol,.row-cols>*>a{flex: 1; width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
.etw-photo>*,.etw-photo>*>figure,.etw-photo>*>figure>a{flex-direction: column;}
.etw-photo span,.etw-photo .textbox{float: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem;}
ul.list.p-5,.row-cols.p-5,.etw-photo.p-5{margin-left: -5px !important; margin-right: -5px !important; padding: 0 !important;}
ul.list.p-5>*,.row-cols.p-5>*,.etw-photo.p-5>*{padding: 5px !important;}
.p-8{margin-left: -8px !important; margin-right: -8px !important;}
.p-8>*{padding: 8px !important;}
.p-10{margin-left: -10px !important; margin-right: -10px !important;}
.p-10>*{padding: 10px !important;}
.p-15{margin-left: -15px !important; margin-right: -15px !important;}
.p-15>*{padding: 15px !important;}
.p-20{margin-left: -20px !important; margin-right: -20px !important;}
.p-20>*{padding: 20px !important;}
@media (max-width: 767.98px){
.p-15,.p-20{margin-left: -8px !important; margin-right: -8px !important;}
.p-15>*,.p-20>*{padding: 8px !important;}
}@media (max-width: 575.98px){
.p-8,.p-10,.p-15,.p-20{margin-left: -5px !important; margin-right: -5px !important;}
.p-8>*,.p-10>*,.p-15>*,.p-20>*{padding: 5px !important;}
ul.list>li{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}@media (max-width: 374.98px){
.row-cols>*,.etw-photo>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* items */
ul.items{width: 100%; display: block; margin-bottom: 1rem;}
ul.items:last-child{margin: 0;}
ul.items li{display: block; position:relative; padding-left: 1rem; font-size: .875rem; line-height: 24px; margin-bottom: .25rem;}
ul.items li:last-child{margin-bottom: 0;}
ul.items li::before{content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 0; top: 10px;}

ul.items_nub{display: block; width: 100%; counter-reset: nub;}
ul.items_nub li{display: block; position: relative; line-height: 24px; font-size: .875rem; padding-left:1.5rem; margin-bottom: .25rem;}
ul.items_nub li:last-child{margin-bottom: 0;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) "."; font-size: .75rem; line-height: 24px; font-weight: 700; color: var(--bg-main); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 1px;}
ul.items_none li::before{content: none;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table:last-child{margin-bottom: 0;}
.table{border: 1px solid rgba(0, 0, 0, .03);}
.table thead{background-color: rgba(0, 0, 0, .05);}
.table thead td{color: #000; font-weight: 500;}
.table td{vertical-align: middle; color: #333; font-size: .875rem; line-height: 1.2; padding: .625rem; border: none;}
.table tbody tr:nth-of-type(odd){background-color: var(--bg-white);}
.table tbody tr:nth-of-type(even){background-color: var(--bg-light);}
.table-hover tbody tr:hover{background-color: var(--bg-F0) !important;}
.table inquiry-trigger{color: var(--hover-color); font-weight: 500;}
.table-left{width: 100%; border: none; border-top: 1px solid #cfd5da;border-bottom: 1px solid #cfd5da;}
.table-left td{vertical-align: middle; color: #000; font-size: .85rem; line-height: 1.2; padding: .625rem; border: none; border-bottom: 1px solid #e7ebee;}
.table-left td[rowspan],.table-left tr:not(:has(td[rowspan])) td:first-child {color: #000; font-weight: 600;}
.table-left tr:has(td[rowspan]) + tr td:first-child {color: #000;  font-weight: normal;}
/* 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;}
.watch_btn{left: 1rem; top: auto; bottom: 1rem; transform: initial; z-index: 9;}
.watch_btn::before{--w: 40px; z-index: 2; opacity: 1 !important;}
.watch_btn>span{background-color: var(--bg-main); line-height: 1; border-radius: 20px; color: #fff; padding: .5rem 1rem .5rem 2rem; margin-left: -1.5rem; font-size: .875rem; }
/* More */
.more{display: flex;}
.more>a,.more>span{width:fit-content; display: flex; align-items: center; transition: all .4s;  font-size: .75rem; font-weight: 600; line-height: 1; color: var(--bg-main); padding-bottom: .5rem; border-bottom: 1px solid var(--bg-main); position: relative; z-index: 0; overflow: hidden;}
.more>a>i,.more>span>i{margin-left: .5rem;}
.more>a:hover,.more>span:hover{color: var(--hover-color); border-bottom-color: var(--hover-color);}
.more-big>a{padding: .5rem 1rem; border: 1px solid var(--hover-color);}
.more-big>a::after{width: 0; height: 100%;}
.more-big>a:hover{color: var(--bg-white);}
.more-big>a:hover::after{width: 100%;}
.more-big>a:hover>i::before{filter: var(--drop-shadow-white);}
/* Request a Quote */
.quote-btn{display: flex; gap: 1rem;}
.quote-btn>a{display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem 1.5rem; color: white; font-size: .8125rem; font-weight: 700; letter-spacing: 0.05em; position: relative; overflow: hidden; z-index: 0; background-color: var(--bg-main); line-height: 1; transition: all .3s ease-in-out;}
.quote-btn>a:hover{background-color: var(--hover-color);}
.quote-btn>.watch_btn{position: relative; left: auto; right: auto; top: auto; bottom: auto; background-color: var(--bg-main); padding: 0 15px 0 5px;}
.quote-btn>.watch_btn::before{content: "\F21B"; border-radius: 0; background: none; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: white;}
.quote-btn>.watch_btn>span{border-radius: 0;padding: 0; margin: 0; font-size: .875rem; font-weight: 700; background: none;}
.quote-btn>.watch_btn:hover{background-color: var(--hover-color);}
/* public-End */
/* etw_language */
.etw_language{min-height: 30px; display: flex; justify-content: center; width: 100%; position: absolute; left: 0; top: 0; border-top: 1px solid var(--line-color); border-bottom: 1px solid var(--line-color);}
.etw_language ul{width: 100%; max-width: 1130px; padding: 0 15px; margin: 0 auto; display:flex; flex-wrap:wrap; align-items: center; justify-content: space-between;}
.etw_language ul .etw_language_text{font-size: .75rem; color: #777;}
.etw_language ul>li{display:flex;flex-wrap:wrap; justify-content: flex-end; position: relative; padding: 0; flex: 1;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .875rem;  color: #333;}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#777; display:flex; justify-content:center; align-items:center; height: 30px; position: relative; text-align: center; font-size: .75rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: var(--line-color); 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(--hover-color); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
.etw_language_text{display: none;}
  .iconfont{width: 1.8rem !important; aspect-ratio: 1/1; background: url(../images/icons/earth-globe-tool.svg) no-repeat center center; background-size: contain; padding: 0 !important;  margin-right: 2.5rem; cursor: pointer;} 
	.etw_language{width: fit-content; border: none; padding-top: 0; position: relative; z-index: 14; min-height: initial;}
	.etw_language::before{display: none;}
	.etw_language ul{width: fit-content; max-width: initial; padding: 0; margin: 0;}
	.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;flex-direction: column;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 90px;}
.header{width: 100%; padding-top: 30px; position:fixed; left:0; top:0; z-index:12; background-color: #fff; visibility: visible;}
.nav-fixed{box-shadow: 4px 4px 100px rgba(0,0,0,.15);-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: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; width: auto; max-height:34px;}
#etw_logo a .logo-text{flex: 1; display: flex; flex-direction: column;text-transform: uppercase; padding-left: .625rem;}
#etw_logo a .logo-text>strong{font-size: 1rem; color: #0b4a8f; line-height: 1; font-weight: 800;letter-spacing: .15em;}
#etw_logo a .logo-text>small{margin-top: 6px; color: var(--color-muted); font-size: 6px; font-weight: 650; letter-spacing: .19em;}

nav{display: flex; flex-wrap: wrap; flex: 1; padding-top: 15px;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important; align-items: stretch;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center;}
.navbar>li{padding: 0 1.5rem; display: flex; flex-wrap: wrap;}
.navbar>li>a{display: flex; color: #333; font-weight: 600; font-size: .875rem; min-height: 40px; position: relative; display: flex; align-items:center; justify-content: center; text-align: center;}
.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: 0; bottom: 0; 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>li.order-lg-first{margin: 0 auto 0 0;}
.navbar>li.order-lg-last>a>i{display: none;}
@media (min-width: 992px){
.navbar>li.order-lg-last{margin: 0 0 0 auto; align-items: center; padding: 0;}
.navbar>li.order-lg-last>a{background-color: var(--bg-main); border-radius: 0; min-height: 30px; font-weight: 500; padding: 0 1rem; color: white; }
.navbar>li.order-lg-last>a>i{display: block; margin-left: .5rem; font-size: 1rem;}
.navbar>li.order-lg-last>a:hover{background-color: var(--hover-color);}
.navbar>li.order-lg-last>a::before{content: none;}
}
.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;}
.dropdown-menu>ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.dropdown-menu>ul>li{width: 100%; padding: 0; border-bottom: 1px dashed rgba(0, 0, 0, .05); display: flex;}
.dropdown-menu>ul>li:last-child{border-bottom: none;}
.dropdown-menu>ul>li>a{width: 100%; white-space: nowrap; padding: .5rem 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);}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative; padding: 0;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.navbar-toggler{width: 80%; height: 100%; padding: 0; background: url(../images/icons/menu_icon.svg) no-repeat center center; background-size: 100% 100%;}
.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; padding: 0;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 0; padding: 0;}
.navbar>li>a{width: 100%; position: relative; padding: 0 1rem; align-items: center; font-size: .875rem; 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-main); 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: 1.25rem;}
}@media (max-width:375.98px){
.etw_language ul>li>span {font-size: 1.5rem; margin-right: 1rem;}
}
/* Banner */
.etw-banner{width: 100%; position: relative; padding: 0;}
.etw-banner .banner-picture{width: 100%; height: 600px; overflow: hidden; position: relative;}
.banner-picture picture,.banner-picture img{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}
.banner-hover{width: 57.8125%; position: absolute; left: 0; bottom: 0; z-index: 9; display: flex; justify-content: flex-end; padding-right: 2.5rem;}
.carousel-caption{width: 100%; max-width: 1000px; text-align: left; position:relative; right: auto; bottom: auto; left: auto; top: auto; z-index: 5; transition: initial; display: flex; flex-direction: column; padding: 2.5rem 2.5rem 1.25rem 2.5rem; }
.carousel-caption>.caption-title{font-size: clamp(1.625rem, 3.5vw, 2.25rem); color: #000; font-weight: 540; line-height: 1.18; margin-bottom: 1rem;-webkit-text-stroke: 4px #fff; paint-order: stroke fill;}
.caption-desc{color: #333; font-size: 1rem; font-weight: 600;-webkit-text-stroke: 1px #fff; paint-order: stroke fill;}
@media (max-width: 1440.98px){
.etw-banner .banner-picture{height: 450px;}  
}@media (max-width: 1199.98px){
.etw-banner .banner-picture{height: 320px;} 
}@media (max-width: 991.98px){
.etw-banner .banner-picture{height: 235px;} 
.carousel-caption{padding: 1.25rem;}
.carousel-caption>.caption-title{margin: 0;}
}@media (max-width: 767.98px){
.etw-banner .banner-picture{height: 150px;} 
.carousel-caption>.caption-title{display: none;}
}
/* index */
section,.section,.section-item{width: 100%; padding:4rem 0; display: block; position: relative;}
.section{padding: 3rem 0;}
.section-item{padding: 2rem 0;}

.home-pros-title{display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; margin-bottom: 1.25rem;}
.home-pros-title>.title2{max-width: 45%; margin-bottom: 0; font-weight: 500; color: #333;}
.home-pros-title>p{flex: 1; padding-left: 2rem; max-width: 50%; font-size: .875rem; color: #777;}

.home-pros ul.list>li>a{flex: 1; flex-direction: column; background-color: white; box-shadow: 0 0 20px rgba(29, 49, 67, .1); position: relative; transition: all .3s ease;}
.home-pros ul.list>li>a .imgbox{aspect-ratio: 16/10; background-image: radial-gradient(#fff 60%, #f3f6f8);}
.home-pros ul.list>li>a .imgbox>img{mix-blend-mode: multiply;}
.home-pros ul.list>li>a .textbox{flex: 1; flex-direction: column; padding: 1.5rem;}
.home-pros ul.list>li>a .textbox .title6{display: flex; flex-direction: column;margin-bottom: 1.25rem; color: #000; font-weight: 500;}
.home-pros ul.list>li>a .textbox>p{font-size: 13px; color: #6b7280; margin-bottom: 1.25rem;}
.home-pros ul.list>li>a .more>span{color: var(--bg-main); font-weight: 600; border-bottom: 1px solid var(--bg-main); padding-bottom: .5rem;}
.home-pros ul.list>li>a .more>span>i{margin-left: .5rem; transition: all .3s ease;}
.home-pros ul.list>li>a:hover{transform: translateY(-.5rem);}
.home-pros ul.list>li>a:hover .more>span{color: var(--hover-color);}
.home-pros ul.list>li>a:hover .more>span>i{margin-left: 1rem;}

.home-industries{background-color: #f3f6f8;}
.home-industries-title{display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; margin-bottom: 1.25rem;}
.home-industries-title>.title2{max-width: 50%; margin-bottom: 0; font-weight: 300; color: #333;}
.home-industries-title>.title2>strong{font-weight: 600;}
.home-industries-title>p{flex: 1; padding-left: 2rem; max-width: 35%; font-size: .875rem; color: #777;}

.home-industries ul.list>li>a{flex: 1; flex-direction: column; align-items: center; background-color: white; padding: 1rem;}
.home-industries ul.list>li>a .imgbox{max-width: 160px; aspect-ratio: 2/1; transition: initial;}
.home-industries ul.list>li>a .imgbox>img{object-fit: contain;}
.home-industries ul.list>li>a .textbox{flex: 1; flex-direction: column; padding-top: 1rem;}
.home-industries ul.list>li>a .textbox .title6{display: flex; color: #333; font-size: .9375rem; font-weight: 500; transition: all .3s ease-in-out;}
.home-industries ul.list>li>a .textbox>p{flex: 1; font-size: .8125rem; line-height: 18px; color: #999;}
.home-industries ul.list>li>a:hover{transform: translateY(-4px); box-shadow: 0 14px 34px rgba(23, 39, 53, .08);}
.home-industries ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}

.home-about .textbox{width: 125%;}
.home-about .textbox>.title2{color: #000; font-weight: 600; margin-bottom: 1.25rem;}
.home-about .textbox>p{color: #555; font-size: 1rem; margin-bottom: 2rem;}
.home-about .textbox>.more>a{padding-bottom: .5rem; border-bottom: 1px solid var(--bg-main); color: var(--bg-main);}
.home-about .textbox>.more>a>i{transition: inherit;}
.home-about .textbox>.more>a:hover{color: var(--hover-color); border-bottom-color: var(--hover-color);}
.home-about .textbox>.more>a:hover>i{margin-left: .75rem;}

@media (max-width:1199.98px){
section{padding: 3rem 0;}




.home-about .textbox{width: 100%;}

}@media (max-width:991.98px){
section,.section{padding: 2.5rem 0;}



}@media (max-width:767.98px){
section,.section,.section-item{padding:2rem 0;}
.home-pros-title,.home-industries-title{flex-direction: column; align-items: flex-start; justify-content: flex-start;}
.home-pros-title>.title2,.home-industries-title>.title2{max-width: 100%;}
.home-pros-title>p,.home-industries-title>p{max-width: 100%; padding: 1.25rem 0 0 0;}


}@media (max-width:575.98px){
section,.section,.section-item{padding:1.5rem 0;}

.home-industries ul.list>li {-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}


}@media (max-width: 425.98px){
.home-industries ul.list>li {-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}@media (max-width:375.98px){
section,.section,.section-item{padding:1.25rem 0;}



}
/* index-end */
.footer {padding: 3rem 0 1.5rem 0; position: relative; overflow: hidden; background-image: url(../images/footer_bg.webp); background-position: center center; background-repeat: no-repeat; background-size: cover;}
.footer::before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #002b7a; mix-blend-mode: multiply;}
.footer .container{position: relative; z-index: 2;}
.footer-logo{display: flex; flex-direction: column;}
.footer-logo a{width: fit-content;}
.footer-logo a>img{width: auto; height: 30px;}
.footer-logo span{display: flex; flex: 1; color: white; font-size: .8rem; line-height: 1.5; padding-top: 1rem; font-weight: 500;}

.footer .h3{font-weight: 600; font-size: 1rem; color: white; margin-bottom: 1rem;}
.footer a.h3:hover{color: white;}
.footer_list{display:flex; flex-wrap: wrap;  margin: 0;}
.footer_list li{width: 100%; display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li>a{display: block; color:rgba(255,255,255,.8); font-size: .8rem; line-height: 1.5; position: relative; transition: all .3s ease-in-out;}
.footer_list li>a:hover{color: white;}

.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: rgba(255,255,255,.8); margin: 0 0 .5rem 0; font-size: .8rem; line-height: 1.5; padding: 0; position: relative;}
.footer_contact>li:last-child{margin-bottom: 0;}
.footer_contact>li a{color: inherit;}
.footer_contact>li a:hover{color: white; text-decoration: underline;}
.footer_contact>li>span{float: left; margin-right: .25rem;}
.footer_contact>li>ol{display: block; overflow: hidden;}
.footer_contact>li>ol>li{display: block; margin-bottom: .25rem;}
.footer_contact>li>ol>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 2rem 0 0 0; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.2);}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:white;display:inline-block;padding:4px 8px;margin:4px;font-weight:300;line-height:1.2;border:1px solid white;font-size:.75rem; opacity: .8;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:white; border-color: white; 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:.875rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #333 !important; border: none !important; display: flex; padding: 0;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: var(--bg-main) !important; border-left: none !important; padding: 0 10px !important;}
.theme-send-inquiry-box .theme-box-i{width: 42px; display: flex; padding: 0 !important; align-items: center; justify-content: center;}
.theme-send-inquiry-box .theme-box-i .icon-envelope::before{content: "\f32c";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;}
@media (max-width:767.98px){
.footer {padding: 1.5rem 0 2.5rem 0;}
.footercop {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0; flex: none;}
#quicknav ul{width:100%;display:flex; flex-wrap: wrap; min-height: 40px; padding: .5rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; position: relative; font-size: .75rem; text-transform:capitalize;}
#quicknav ul li::after{content: "\F285"; color: inherit; font-size: inherit; margin: 0 2px; 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;}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--hover-color);}
#quicknav ul.quicknav li,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: var(--bg-white); opacity: 1;}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:var(--bg-white); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* Products */
.pros-banner{padding: 0 2rem;}
.pros-banner .banner-picture{height: 200px;}
.pros-banner .banner-picture::after{content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 255, 255, .62) 0%, rgba(255, 255, 255, .34) 34%, rgba(255, 255, 255, .08) 66%, rgba(14, 25, 34, .10) 100%);}
.pros-banner-hover{width: 100%; position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2.5rem;}
.pros-banner-hover .title1{max-width: 740px; color: #000; font-weight: 600; line-height: 1.1;font-size: clamp(1.625rem, 3.5vw, 2.125rem); margin: 0; text-align: center; -webkit-text-stroke: 4px #fff; paint-order: stroke fill;}

.pros-header small{display: flex; font-size: .75rem; color: var(--bg-main); font-weight: bold; margin-bottom: .625rem;}
.pros-header .title2{color: #000; font-weight: 500; line-height: 1.2;}
.pros-header p{font-size: .875rem; color: #53606c;}
.pros-header .figure-imgbox{box-shadow: 10px 10px 0 var(--hover-color);}
.pros-header .sub-icon{width: 80px;}
.pros-header .sub-icon01{width: auto; }
.pros-header .sub-icon01 img{display: block; width: fit-content; max-width: 100%; height: auto;}

.pros-content,.hub-content,.hub2-content,.hub3-content,.ind-content{background-color: #f3f6f8;}
.pros-content ul.list>li{margin-bottom: 2rem;}
.pros-content ul.list>li:last-child{margin-bottom: 0;}
.pros-content ul.list>li>ol{background-color: white; padding: 1.25rem;}
.pros-content ul.list>li>ol a.imgbox{width: 39%; aspect-ratio: 16/10; overflow: visible;}
.pros-content ul.list>li>ol .textbox{flex: 1; justify-content: center; padding: 0 2.1875rem 0 3.4375rem;}
.pros-content ul.list>li>ol .textbox>a.title3{font-weight: 500; color: #333; margin-bottom: 1rem;}
.pros-content ul.list>li>ol .textbox>p{color: #555; font-size: .875rem;}
.pros-content ul.list>li>ol:hover .imgbox>img{transform: scale(1.02);}
.pros-content ul.list>li>ol .textbox>a.title3:hover{color: var(--hover-color);}

.pros-apps .title2{display: flex; flex-direction: column; margin-bottom: 0;}
.pros-apps .title2>small{display: flex; font-size: .875rem; color: var(--bg-main); font-weight: 700; letter-spacing: .05em;}
.pros-apps .title2>b{display: flex; margin-top: .625rem;}
.pros-apps ul.list{border: 1px solid var(--line-color); box-shadow: 0 15px 45px rgba(22, 45, 65, .07);}
.pros-apps ul.list>li{border-bottom: 1px solid var(--line-color); position: relative; transition: all .3s ease-in-out;}
.pros-apps ul.list>li::after{content: ""; width: 1px; height: 80%; background-color: var(--line-color); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.pros-apps ul.list>li>a{display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.875rem 1.25rem;position: relative;}
.pros-apps ul.list>li>a .iconbox{width: 50px; aspect-ratio: 1/1; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.pros-apps ul.list>li>a .iconbox>img{filter: drop-shadow(50px 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.pros-apps ul.list>li>a .title6{margin: 1rem 0 0 0; display: flex; justify-content: center; text-align: center; font-size: .875rem; font-weight: 500;}
.pros-apps ul.list>li:hover{background-color: #f3f6f8;}
.pros-apps ul.list>li:hover>a{transform: translateY(-.5rem);}
.pros-apps ul.list>li:nth-child(10)::after{content: none;}
@media (min-width: 576px) and (max-width: 767.98px){
.pros-apps ul.list>li:nth-child(10){border-bottom: none;}
.pros-apps ul.list>li:nth-child(3n)::after{content: none;}
}@media (min-width: 768px) and (max-width: 991.98px){
.pros-apps ul.list>li:nth-child(n+9):nth-child(-n+10){border-bottom: none;}
.pros-apps ul.list>li:nth-child(4)::after,.pros-apps ul.list>li:nth-child(8)::after{content: none;}
}@media (min-width: 992px){
.pros-apps ul.list>li:nth-child(n+6):nth-child(-n+10){border-bottom: none;}
.pros-apps ul.list>li:nth-child(5)::after{content: none;}
}@media (max-width: 575.98px){
.pros-apps ul.list>li{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
.pros-apps ul.list>li:nth-child(9),.pros-apps ul.list>li:nth-child(10){border-bottom: none;}
.pros-apps ul.list>li:nth-child(2n)::after{content: none;}
.pros-apps ul.list>li>a{padding: 1rem;}
}
.pros-knowledge .container{max-width:1030px}
.knowledge-heading{display:flex; flex-direction: column; margin-bottom:2rem;max-width:860px;}
.knowledge-heading>span{margin-bottom:.75rem; color:var(--bg-main); font-weight: 700; font-size: .75rem;}
.knowledge-heading>.title3{letter-spacing:-.03em; font-weight: 500; margin-bottom: 1rem;}
.knowledge-heading>p{color:var(--color-text); font-size: .875rem;}
.knowledge-topic{display: flex; flex-direction: column; padding:30px 0; border-top:1px solid var(--line-color)}
.knowledge-topic:last-child{padding-bottom:0;}
.knowledge-topic .title4{margin:0 0 12px 0; color: #000;; font-weight:540; letter-spacing:-.02em; line-height:1.3}
.knowledge-topic>p{max-width:930px; color:var(--color-text); font-size:.875rem; line-height: 24px;}
.knowledge-steps{counter-reset: nub;}
.knowledge-steps li{display: block; position: relative; line-height: 24px; font-size: .875rem; padding-left:1.25rem; margin-bottom: .5rem;}
.knowledge-steps li:last-child{margin-bottom:0;}
.knowledge-steps li::before{counter-increment: nub; content: counter(nub) "."; font-size: .875rem;line-height: 24px; color: var(--bg-main); font-weight: 700; display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 0;}
.knowledge-list{display:flex; flex-wrap: wrap; font-size: .875rem; line-height: 24px; color:var(--color-text); margin: 0 -10px;}
.knowledge-list>li{margin-bottom: .5rem; padding: 0 10px 0 24px; position: relative;}
.knowledge-list>li::before{content: ""; width: 4px; height: 4px; background-color: var(--bg-main); border-radius: 50%; position: absolute; left: 10px; top: 10px;}
.knowledge-steps li strong,.knowledge-list>li strong{color: #333; font-weight: 600;}
.selection-factors{display:flex; flex-wrap: wrap; justify-content: space-between; max-width:930px; margin:22px 0 0 0; border-top:1px solid var(--line-color)}
.selection-factors>li{-ms-flex: 0 0 calc(50% - 20px); flex: 0 0 calc(50% - 20px); max-width: calc(50% - 20px); display: flex;}
.selection-factors>li>ol{display: flex; flex-wrap: wrap; padding: 15px 0; border-bottom:1px solid var(--line-color)}
.selection-factors>li>ol>b{width: 90px; color:var(--bg-main); font-size:.875rem; font-weight:600;}
.selection-factors>li>ol>p{flex: 1; padding-left: 1.25rem; color:var(--color-text); font-size:.875rem;}

.brief{background-color: #edf3f7;}
.brief .container{max-width: 1230px;}
.brief .title3{display: flex; flex-direction: column; margin: 0;}
.brief .title3>small{font-size: .75rem; color: var(--bg-main); font-weight: 700;}
.brief .title3>b{font-weight: 500; margin-top: .625rem; line-height: 1.1;}
.brief p{font-size: .875rem;}
.brief .cat-btn{width: 100%;}
.brief .cat-btn>a{width: 100%; max-width: 200px; background-color: var(--bg-main); color: white; padding: 1rem; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.3;}
.brief .cat-btn>a:hover{background-color: var(--hover-color);}
@media (max-width: 767.98px){
.pros-banner .banner-picture{height: 150px;}
.pros-content ul.list>li>ol .textbox{padding: 0 0 0 1.5rem;}
}@media (max-width: 575.98px){
.pros-content ul.list>li>ol a.imgbox{width: 100%;}
.pros-content ul.list>li>ol .textbox{padding: 1.25rem 0 0 0;}
.selection-factors>li {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}
/* Hub */
.hub-banner{padding: 0 2rem;}
.hub-banner .banner-picture{height: 200px;}
.hub-banner .banner-picture::after{content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 255, 255, .62) 0%, rgba(255, 255, 255, .34) 34%, rgba(255, 255, 255, .08) 66%, rgba(14, 25, 34, .10) 100%);}
.hub-banner-hover{width: 100%; position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2.5rem;}
.hub-banner-hover .title1{max-width: 740px; color: #000; font-weight: 600; line-height: 1.1;font-size: clamp(1.625rem, 3.5vw, 2.125rem); margin: 0; text-align: center; -webkit-text-stroke: 4px #fff; paint-order: stroke fill;}

.hub-content ul.list>li>ol,.cta-item>a{flex-direction: column; background-color: white; box-shadow: 0 8px 26px rgba(23, 43, 60, .07); position: relative; overflow: hidden;}
.hub-content ul.list>li>ol .imgbox{overflow: visible;}
.hub-content ul.list>li>ol .textbox,.cta-item>a .textbox{flex: 1; padding: 1.5rem; flex-direction: column; justify-content: space-between;}
.hub-content ul.list>li>ol .textbox a.title6,.cta-item>a .textbox .title6{flex: 1; display: flex; flex-direction: column; font-size: 1rem; font-weight: 600; color: #333; margin-bottom: 1rem;}
.hub-content ul.list>li>ol .textbox a.title6{margin-bottom: 2.5rem;}
.hub-content ul.list>li>ol .textbox a.title6>span,.cta-item>a .textbox .title6>span{font-size: .75rem; color: var(--hover-color); display: flex; margin-bottom: .25rem;}
.hub-content ul.list>li>ol .textbox p,.cta-item>a .textbox p{font-size: 13px; color: var(--color-text); height:80px; line-height: 20px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word;}
.hub-content ul.list>li>ol:hover,.cta-item>a:hover{transform: translateY(-.5rem);}
.hub-content ul.list>li>ol:hover .imgbox>img{transform: scale(1.05);}
.hub-content ul.list>li>ol .textbox>a.title6:hover,.cta-item>a:hover .textbox .title6{color: var(--hover-color);}
.cta-item>a .imgbox{background-color: #dce8f0;}
.cta-item>a .imgbox svg {width: 118px; height: 70px; fill: none; stroke: var(--bg-main); stroke-width: 1.8;  stroke-linecap: round;  stroke-linejoin: round;}

.sleeve-knowledge-layout .container{max-width:1040px;}
.sleeve-knowledge-heading{display:flex; flex-direction: column; margin-bottom:2rem;}
.sleeve-knowledge-heading>span{margin-bottom:.75rem; color:var(--bg-main); font-weight: 700; font-size: .75rem;}
.sleeve-knowledge-heading>.title3{letter-spacing:-.03em; font-weight: 500; margin-bottom: 1rem;}
.sleeve-knowledge-heading>p{color:var(--color-text); font-size: .875rem; line-height: 24px;}
.sleeve-knowledge-heading ul.list{counter-reset: nub;}
.sleeve-knowledge-heading ul.list>li>span{display: flex; align-items: center; justify-content: center; text-align: center; padding: .75rem; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15); font-size: .875rem; color: #000; font-weight: 500; position: relative;}
.sleeve-knowledge-heading ul.list>li>span::before{counter-increment: nub; content: counter(nub) ""; width: 1.5rem; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--bg-main); display: flex; align-items: center; justify-content: center; line-height: 1.5rem; color: white;  position: absolute; left: -.75rem; top: -.75rem;}

.knowledge-line{padding:30px 0; border-top:1px solid var(--line-color);}
.knowledge-line:last-child{padding-bottom: 0;}
.knowledge-line .title3{max-width:860px; margin-bottom:14px; letter-spacing:-.02em; font-weight: 500;}
.knowledge-line p{color:var(--color-text); font-size:.875rem; line-height: 24px;}
.plain-feature-list{display: flex; flex-direction: column;}
.plain-feature-list li{display: block; position:relative; color:var(--color-text); font-size: .875rem; line-height: 24px; margin-bottom: .5rem; padding-left: 1rem;}
.plain-feature-list li:last-child{margin-bottom: 0;}
.plain-feature-list li::before{content:""; position:absolute; top: 11px; left:0; width:7px; height:2px; background:var(--bg-main);}
.plain-feature-list strong{color:#333; font-weight:600;}

.hub2-content ul.list>li{margin-bottom: 2rem;}
.hub2-content ul.list>li:last-child{margin-bottom:0;}
.hub2-content ul.list>li>ol{ border-left: 5px solid var(--line-color); padding: 1.5rem; background-color: white;}
.hub2-content ul.list>li:nth-child(odd)>ol{border-left-color: var(--bg-main);}
.hub2-content ul.list>li>ol a.imgbox{width: 38%;}
.hub2-content ul.list>li>ol .textbox{flex: 1; justify-content: center; padding-left: 2rem;}
.hub2-content ul.list>li>ol .textbox a.title5{font-weight: 500; color: #333; margin-bottom: 1rem;}
.hub2-content ul.list>li>ol .textbox a.title5:hover{color: var(--bg-main);}
.hub2-content ul.list>li>ol .textbox p{color: #53606c;}
@media (max-width: 767.98px){
.hub-banner .banner-picture{height: 150px;}
}@media (max-width: 575.98px){
.hub2-content ul.list>li>ol{padding: 1.25rem;}
.hub2-content ul.list>li>ol a.imgbox{width: 100%;}
.hub2-content ul.list>li>ol .textbox { padding: 1.25rem 0 0 0;}
}
/* Details */
.details-banner{padding: 0 2rem;}
.details-banner .banner-picture{height: 200px;}
.details-banner .banner-picture::after{content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 255, 255, .62) 0%, rgba(255, 255, 255, .34) 34%, rgba(255, 255, 255, .08) 66%, rgba(14, 25, 34, .10) 100%);}
.details-banner-hover{width: 100%; position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2.5rem;}
.details-banner-hover .title1{max-width: 740px; color: #000; font-weight: 600; line-height: 1.1;font-size: clamp(1.625rem, 3.5vw, 2.125rem); margin: 0; text-align: center; -webkit-text-stroke: 4px #fff; paint-order: stroke fill;}

.left_pics{width: 100%; display: flex; flex-wrap: wrap;}
.left_pic{width:100%; display: flex; box-shadow: 0 2px 24px 0 rgba(0, 0, 0, .15); position: relative; overflow: hidden;}
.left_pic::before{content: ""; width: 88px; height: 4px; background-color: var(--bg-main); position: absolute; right: 0; top: 0; z-index: 9;}
.left_pic>figure{width: 100%; display: flex;}
.left_pic>figure>a{width: 100%; aspect-ratio: 4/3; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.left_pic>figure>a>img{width: 100%; height: 100%; object-fit: contain;}
.related_pic{width: 100%; display: flex; margin-top: 10px;}
.related_pic ul{width: calc(100% +  10px); margin: 0 -5px; display: flex;}
.related_pic ul>li{width: 20%; padding: 0 5px; display: flex; flex-direction: column;}
.related_pic ul>li>*{width: 100%; display: flex; flex: 1; flex-direction: column; cursor: pointer;}
.related_pic ul>li a{flex: 1; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc;}
.related_pic ul>li a>img{width: 100%; height: 100%; object-fit: contain;}
.related_pic ul>li.imgdq a{border-color: var(--hover-color);}
.related_pic6 ul>li{width: calc(100% / 6);}
.related_pic .video_btn::before{--w:40px;}

.details-header .leftbox{-ms-flex: 0 0 530px; flex: 0 0 530px; max-width: 530px;}
.details-header .rightbox{-ms-flex: 0 0 calc(100% - 530px); flex: 0 0 calc(100% - 530px); max-width: calc(100% - 530px); padding-left: 2.5rem;}
.details-header h2{display: flex; flex-direction: column; color: #000; font-weight: 500; line-height: 1.12; margin-bottom: 1rem; font-size: clamp(1.625rem, 3.5vw, 1.875rem);     letter-spacing: -.018em;}
.details-header h2>span{color: var(--bg-main); font-size: .75rem; font-weight: 700; letter-spacing: .1em; display: flex; margin-bottom: .5rem;}
.details-header p{font-size: .875rem; color: #000; margin-bottom: 1.25rem;}
.key-items{display: block; margin-bottom: 1.25rem;}
.key-items li{display: block;}
.key-items li span{display: block; font-size: .8125rem; color: #000; padding: 5px 0;}
.key-items li strong{font-weight: 600;}

.title-center{display: flex; align-items: center; justify-content: center; color: #000; margin-bottom: 1rem;}
.title-center::before,.title-center::after{content: ""; width: 20px; height: 2px; background-color: var(--hover-color); margin: 0 1rem;}
.title-left-center{display: flex; color: #000; font-weight: 500; line-height: 1; margin-bottom: 1rem; border-left: 3px solid var(--hover-color); padding-left: 1rem;}

.details-highlights ul.list>li>span{display: flex; padding: 1.25rem; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15); font-size: .8125rem; color: #000; font-weight: 500; border-left: 1px solid var(--bg-main);}

.details-apps-left{padding: 1.5rem !important; background-color: #f4f6f8;}
.details-apps-right{padding: 1.5rem !important; background-color: #e9eef2;}
.features-items{display: block;}
.features-items li{color: #000; font-size: .85rem; margin-bottom: 1rem;}

.related-pros ul.list>li>a{display:flex;flex-direction:column; padding:.75rem 2.5rem .75rem 1.125rem;background-color:#ffffff;border:1px solid var(--line-color); color:#111; font-size:13px; font-weight:600; transition:all 0.3s ease; line-height: 1.3; position: relative; overflow: hidden;}
.related-pros ul.list>li>a span{display:block; font-size:11px; color:#333;font-weight:450;transition:color 0.3s ease; margin-top: .25rem;}
.related-pros ul.list>li>a::after{content: "\F285"; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 1.25rem; aspect-ratio: 1/1; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--bg-main); color: white; font-size: .625rem; padding-left: 2px; position: absolute; right: 1.125rem; top: 50%; transform: translateY(-50%); transition: all .2s ease-in-out;}
.related-pros ul.list>li>a:hover{border-color:var(--bg-main);background-color:#f8fbff;box-shadow:0 4px 12px rgba(0,75,135,0.08);}
.related-pros ul.list>li>a:hover,.related-pros ul.lis>li>a:hover>span{color:var(--bg-main)}
.related-pros ul.list>li>a:hover::after{right: 1rem;}

.inqueryform{background-color: #EEF3F7; margin-top: 3rem;}
.inqueryform .container{position: relative; z-index: 2;}
.inqueryform-left{padding-left: 1.5rem; border-left: 3px solid var(--bg-main);}
.inqueryform .title4{color: #000; margin-bottom: 1.25rem;}
.inqueryform p{color: #000; opacity: .8; font-size: .8125rem}
.inqueryform .feedback{background-color: white; padding: 2rem; min-height: 354px; box-shadow: 0 18px 42px rgba(24, 44, 62, .22); position: relative; transform: translateY(-42px);}
.inqueryform .feedback .title4{display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 1.25rem;}
.inqueryform .feedback .title4::after{content: ""; width: 46px; height: 2px; background-color: var(--bg-main); margin-top: 12px;}
.inqueryform #floatchatiframe2011 #feedback2017 .etw-inquery-btn{width: 100%; height: 44px;}

.related-pros-nav{display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 1rem;}
.related-pros-nav .title6{margin: 0; cursor: pointer; transition: all .3s ease-in-out;}
.related-pros-nav span{font-weight: 700; color: #999; margin: 0 1rem;}
.related-pros-nav .title6:hover,.related-pros-nav .title6.active{color: #555;}
.related-content{display: block; min-height: 318px;}
.related-content>div{display: none;}
.related-content>div:first-child{display: block;}
.comp-pros ul.list{padding-left: 1px;}
.comp-pros ul.list>li{border: 1px solid var(--line-color); margin-left: -1px;}
.comp-pros ul.list>li>a{flex-direction: column; overflow: hidden; position: relative; padding: 1.5rem;}
.comp-pros ul.list>li>a .imgbox{aspect-ratio: initial; height: 220px; overflow: visible;}
.comp-pros ul.list>li>a .imgbox>img{object-fit: contain;}
.comp-pros ul.list>li>a .title6{flex: 1; margin: 0; display: flex; justify-content: center; text-align: center; font-size: .8125rem; font-weight: 570; color: #333; padding-top: 1rem;}
.comp-pros ul.list>li>a:hover{background-color: #f8fafb;}
.comp-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.comp-pros ul.list>li>a:hover .title6{color: var(--hover-color);}

.other-pros ul.list{padding-left: 1px;}
.other-pros ul.list>li{border: 1px solid var(--line-color); margin-left: -1px;}
.other-pros ul.list>li>a{flex-direction: column; overflow: hidden; position: relative; padding: 1.5rem;}
.other-pros ul.list>li>a .imgbox{aspect-ratio: initial; height: 220px; overflow: visible;}
.other-pros ul.list>li>a .imgbox>img{object-fit: contain;}
.other-pros ul.list>li>a .title6{flex: 1; margin: 0; display: flex; justify-content: center; text-align: center; font-size: .8125rem; font-weight: 570; padding-top: 1rem; color: #333;}
.other-pros ul.list>li>a:hover{background-color: #f8fafb;}
.other-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.other-pros ul.list>li>a:hover .title6{color: var(--hover-color);}

.recommend-pros ul.list>li>ol{background-color: var(--bg-light); padding: 1.5rem; gap: 30px;}
.recommend-pros ul.list>li>ol a.imgbox{width: 25%; aspect-ratio: 4/3; background-color: white;}
.recommend-pros ul.list>li>ol .textbox{flex-direction: column; justify-content: center;}
.recommend-pros ul.list>li>ol .textbox .title5{display: flex; flex-direction: column; font-weight: 500; margin-bottom: 1rem;}
.recommend-pros ul.list>li>ol .textbox .title5>span{font-size: .75rem; font-weight: 700; color: var(--bg-main); margin-bottom: .25rem;}
.recommend-pros ul.list>li>ol .textbox p{color: #53606c;}

.process-list{counter-reset: nub;}
.process-list>li>span{display: flex; align-items: center; justify-content: center; text-align: center; padding: .75rem; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15); font-size: .875rem; color: #000; font-weight: 500; position: relative; background-color: white;}
.process-list>li>span::before{counter-increment: nub; content: counter(nub) ""; width: 1.5rem; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--bg-main); display: flex; align-items: center; justify-content: center; line-height: 1.5rem; color: white;  position: absolute; left: -.75rem; top: -.75rem;}

.optional ul.items li>ol>li{padding: 0;}
.optional ul.items li>ol>li::before{content: none;}
@media (max-width: 991.98px){
.details-header .leftbox{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.details-header .rightbox{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0 15px;}
.inqueryform{margin: 0; padding: 1.5rem .5rem !important;}
.inqueryform .feedback{transform: translateY(0);}
.related-content{min-height: initial;}
.comp-pros ul.list>li>a{padding: 1rem;}
.comp-pros ul.list>li>a .imgbox{height: auto; aspect-ratio: 1/1;}
.recommend-pros ul.list>li>ol a.imgbox{width: 40%;}
}@media (max-width: 767.98px){
.recommend-pros ul.list>li>ol a.imgbox{width: 100%;}
}@media (max-width: 575.98px){
.details-apps-right{padding: .625rem !important;}
.inqueryform .feedback{padding: 1rem;}
}
/* Products_End */
/* Industries */
.ind-banner .banner-picture{height: 150px;}
.ind-banner-hover{padding: 1.25rem; align-items: center;justify-content: center;}

.ind-content ul.list>li>ol{background-color: white; border-radius: .5rem; overflow: hidden; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.03); position: relative; padding: 1.5rem 1.5rem 1.25rem; border-top: 3px solid transparent;}
.ind-content ul.list>li>ol a.titlebox{width: 100%; display: flex; align-items: center;}
.ind-content ul.list>li>ol a.titlebox .iconbox{width: 40px; aspect-ratio: 1/1;border-radius: .5rem; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-right: 1rem; background-color: rgba(37, 99, 235, 0.07); transition: all .3s ease-in-out;}
.ind-content ul.list>li>ol a.titlebox .iconbox>img{width: 24px; filter: drop-shadow(40px 0 var(--hover-color)); position: relative; transform: translateX(-40px);}
.ind-content ul.list>li>ol a.titlebox .title5{flex: 1; font-size: 1rem; line-height: 1.3; font-weight: 700; color: #000; position: relative; transition: all .3s ease-in-out;}
.ind-content ul.list>li>ol .textbox{flex: 1; padding-top: 1rem;}
.ind-content ul.list>li>ol .textbox>p{font-size: .8125rem; color: #475569;}
.ind-content ul.list>li>ol .textbox>.more>a{border-bottom: none; padding: 0; align-items: center; line-height: 1.2;}
.ind-content ul.list>li>ol .textbox>.more>a>i{transition: all .3s ease-in-out; line-height: 1;}
.ind-content ul.list>li>ol:hover .textbox>.more>a>i{margin-left: .75rem;}
.ind-content ul.list>li>ol a.titlebox:hover .title5{color: var(--hover-color);}
.ind-content ul.list>li>ol:hover{box-shadow:0 12px 36px rgba(15, 23, 42, 0.1), 0 4px 12px rgba(37, 99, 235, 0.05); border-top-color: var(--hover-color);}
.ind-content ul.list>li>ol:hover a.titlebox .iconbox{background-color: var(--hover-color);}
.ind-content ul.list>li>ol:hover a.titlebox .iconbox>img{filter: drop-shadow(40px 0 #fff);}
/* Industries_End */
/* Customers */
.hover-color{color: var(--bg-main);}
.customer-main .title3{font-weight: 600;}

.custom-item{font-size: .875rem; line-height: 1.6; color: #333;}
.custom_pics{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap; justify-content: space-around;}
.custom_pics a{aspect-ratio: 16/10;}
.custom_pic{width: 70%; padding: 5px; display: flex;}
.custom_pic>figure>a>img{width: 100%; height: 100%; object-fit: cover;}
.custom_sub_pics{width: 30%; display: flex;}
.custom_sub_pics>ul{width: 100%; display: flex; flex-direction: column;}
.custom_sub_pics>ul>li{width: 100%; padding: 5px; display: flex;}
.case-meta{display:flex;flex-wrap:wrap;gap:0.4375rem;margin-bottom:0.75rem}
.case-tag{display:inline-flex; align-items:center; gap:0.25rem; padding:0.1875rem 0.5625rem; background:#edf2f7; color:var(--bg-main); border-radius:4px; font-size:0.75rem;font-weight:600;}
.case-tag i{font-size:0.8125rem}

.custom_pics6 .custom_pic{flex-direction: column; padding: 0;}
.custom_pics6 a{aspect-ratio: 16/9;}
.custom_pics6 .custom_pic>figure{padding: 5px;}
.custom_pics6 .custom_pic_bottom{padding: 0 5px;}
.custom_pics6 .custom_pic>.row-cols{flex: 1;}
.custom_pics6 .custom_sub_pics>ul>li{flex: 1;}
.case-highlight{margin-top:0.625rem;padding:0.5rem 0.75rem;border-left:3px solid var(--bg-main);background:#f5f8fb;font-size:0.8125rem;color:var(--bg-main);font-weight:600;font-family:'Montserrat',sans-serif}
.coop .row-cols>li>img{border: 1px solid var(--line-color);}

.our-pros ul.list>li>a{flex-direction: column; position: relative;}
.our-pros ul.list>li>a:hover{transform: translateY(-.25rem);}
.our-pros ul.list>li>a .imgbox{aspect-ratio: 16/10;}
.our-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.our-pros ul.list>li>a .textbox{padding: 1.125rem .25rem 0 .25rem;}
.our-pros ul.list>li>a .textbox .title6{font-size: 1rem; font-weight: 600; color: #1b3a5c; line-height: 1.45; margin-bottom: 0;}
.our-pros ul.list>li>a:hover .textbox .title6{color: var(--bg-main);}
.our-pros ul.list>li>a .textbox .more{margin-top: 1rem;}
.our-pros ul.list>li>a .textbox .more>span{font-size: .8125rem; color: #5a7a9a; border-bottom: none; padding-bottom: 0; font-weight: 500;}
.our-pros ul.list>li>a .textbox .more>span>i{transition: all .3s ease-in-out;}
.our-pros ul.list>li>a:hover .textbox .more>span{color: var(--bg-main);}
.our-pros ul.list>li>a:hover .textbox .more>span>i{margin-left: .75rem;}

.industries-content h2{display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.industries-content h2::after{content: ""; width: 50px; height: 3px; background-color: var(--hover-color); margin-top: .5rem;}
.industries-content p{font-size: .875rem; line-height: 1.7; color: #333;}
.recommended-pros ul.list>li>a{background-color: white; flex-direction: column; padding: .625rem; position: relative;}
.recommended-pros ul.list>li>a .title6{display: flex; flex-direction: column; margin: .625rem 0 0 0; padding: 5px; line-height: 1.6; font-weight: 600; font-size: 1rem;}
.recommended-pros ul.list>li>a .title6>strong{font-size: .75rem; color: var(--hover-color); margin-bottom: .25rem;}
.recommended-pros ul.list>li>a:hover{box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.03); transform: translateY(-.5rem);}
.recommended-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.recommended-pros ul.list>li>a:hover .title6{color: var(--bg-main);}

.other-inds ul>li>a{align-items: center; border: 1px solid var(--line-color); padding: .625rem; border-radius: .25rem; overflow: hidden;}
.other-inds ul>li>a .iconbox{width: 40px; aspect-ratio: 1/1; border-radius: .25rem; background-color: rgba(37, 99, 235, 0.07); display: flex; align-items: center; justify-content: center; overflow: hidden; transition: all .3s ease-in-out;}
.other-inds ul>li>a .iconbox>img{width: 30px; filter: drop-shadow(40px 0 var(--hover-color)); position: relative; transform: translateX(-40px);}
.other-inds ul>li>a .title6{flex: 1; margin: 0; font-size: .75rem; font-weight: 700; padding-left: .625rem;}
.other-inds ul>li>a:hover,.other-inds ul>li.active>a{background-color: rgba(37, 99, 235, 0.07); border-color: transparent; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.03);}
.other-inds ul>li>a:hover .iconbox,.other-inds ul>li.active>a .iconbox{background-color: white;}
.other-inds ul>li>a:hover .title6,.other-inds ul>li.active>a .title6{color: var(--bg-main);}
/* Customers_End */
/* About Us */
.title-bottom{display: flex; flex-direction: column; margin-bottom: 1rem;}
.title-bottom::after{content: ""; width: 60px; height: 3px; background-color: var(--hover-color); margin-top: .5rem;}
.about-header .title2{display: flex; flex-direction: column; color: var(--bg-main); font-weight: 700;}
.about-header p{font-size: 1rem; font-weight: 300; color: #333; line-height: 1.6;}

.about-main-pros .container{max-width: 1400px;}
.about-main-pros ul.list>li>ol{display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid var(--line-color); border-top: 3px solid var(--bg-main); border-radius: .5rem; padding: 1.5rem; background-color: white;}
.about-main-pros ul.list>li>ol .textbox{flex: 1; flex-direction: column;}
.about-main-pros ul.list>li>ol .textbox>strong{font-size: 1.07rem; font-weight: 600; color: var(--bg-main); margin-bottom: .625rem;}
.about-main-pros ul.list>li>ol .textbox>p{flex: 1; font-size: .875rem; color: #53606c; text-align: left;}
.about-main-pros ul.list>li>ol .textbox>.more{justify-content: center;}
.about-quality{background-color: #F8FAFB; padding: 1.5rem; border-radius: .25rem;}
.about-quality p{font-size: .875rem; color: #53606c; line-height: 26px;}
.global{display: flex; flex-direction: column; background-color: white; border-radius: .5rem; overflow: hidden; box-shadow: 5px 0 10px 0 rgba(0, 0, 0, .1); border-left: 4px solid var(--hover-color); padding: 1.5rem;}
.global strong{text-transform: uppercase; font-weight: 300; color: #6c757d; line-height: 1.6;}
.global p{font-size: .875rem; color: #53606c; margin-top: .5rem;}

.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;list-style: none;}
.card-header::-webkit-details-marker {display: none;}
.card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size: .9375rem; color: #000; position:relative; line-height:24px}
.card-link::after{content:"\f64d"; width: 1.5rem; aspect-ratio: 1/1;  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; position: absolute; right: 1rem; top: 1rem; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--bg-main);}
.card-body{padding:1rem; padding-top: 0; font-size: .8125rem; color: #333;}
.card:hover{background-color: var(--bg-light);}
.card[open] .card-link::after{content: "\f63b";}
/* 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; display: flex; flex-wrap: nowrap; font-size: .875rem; line-height:24px; color: #555; font-weight: 400; margin-bottom: .25rem;}
.contact ul>li:first-child{margin-bottom: 1rem;}
.contact ul>li:first-child>strong{font-size:1.25rem; font-weight: 700; line-height: 1.2; margin:0; color: #000;}
.contact ul>li strong{color:#333; font-weight: 600; margin-right: .5rem;}
.contact ul>li a{color: var(--bg-main);}
.contact ul>li a:hover{color:var(--hover-color); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#222;}
.contact ul>li>ol{flex: 1;}
.contact ul>li img{margin-left: 0;}
.contact .feedback{padding: 1.5rem; background-color: white;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700;}
.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-main) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 10px; border-radius: 0; font-size: .875rem; border-color: rgba(0, 0, 0, .05);}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s; border-radius: 0 !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--hover-color) !important;}
/* Contact Us-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{margin-bottom:1rem !important;}
.videos_hub ul li>a,.videos_hub ul li>ol{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; background-color: #fff; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15); cursor: pointer;}
.videos_hub ul li>a .imgbox,.videos_hub ul li>ol .imgbox{width: 100%; aspect-ratio: 16/9;}
.videos_hub ul li>a .imgbox img,.videos_hub ul li>ol .imgbox img{height: 100%; object-fit: cover;}
.videos_hub ul li>a .imgbox .video_btn::before,.videos_hub ul li>ol .imgbox .video_btn::before{--w:60px;}
.videos_hub ul li>a .textbox,.videos_hub ul li>ol .textbox{flex: 1; flex-direction: column; padding: 1rem; align-items: center; text-align: center; justify-content: center; font-size: .875rem; line-height: 1.35; color: #333; font-weight: 500;}
.videos_hub ul li>a:hover{position: relative; transform: translateY(-10px);}
.videos_hub ul li>a:hover .textbox,.videos_hub ul li>ol:hover .textbox{color: var(--bg-main);}
.videos_hub:last-child{margin-bottom: 0;}
.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%; aspect-ratio: 16/9;}
#video_right h2{color: #333; font-weight: 600; font-size: var(--fs-h4);}
.video_more{display:flex;margin-top: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-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}
#video_right .feedback{background-color: white; padding: 1.5rem 2rem; margin-top: 2rem; box-shadow: 0 0 10px rgba(0,0,0,.15);}
#video_sidebar{width:30%; box-shadow: 0 0 5px rgba(0, 0, 0, .1); overflow: hidden; background-color: white;}
#video_sidebar .title4{color: var(--bg-main); font-size: var(--fs-h5); font-weight: 600; display: flex; align-items: center; margin-bottom: 0; padding: 1rem; border-bottom: 1px solid var(--bg-main);}
#etw_videolist .webtitle{font-size: .875rem; color: #333; font-weight: 700; padding: .5rem 1rem; background-color: var(--bg-light);}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: .75rem 1rem;}
#etw_videolist ul li{width: 100%; padding: 0; margin-bottom: .25rem;}
#etw_videolist ul li:last-child{margin-bottom:0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size: .8125rem; color: #333; padding-left:1rem; line-height: 21px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\F285"; font-size: .625rem; position: absolute; left: 0; top: 0; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none;  line-height: 21px; 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); font-weight: 600;}
#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);}
}@media (max-width:767.98px){
#etw_videolist ul li{width: 100%;}
#video_sidebar{margin-top:1rem}
.videos_company ul li>a{flex-direction: column;}
.videos_company ul li>a .imgbox{width: 100%;}
.videos_company ul li>a .textbox{padding: 1.25rem;}
.videos_hub ul li>a .imgbox{width: 100%;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */
