 @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:"WorkSans";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/WorkSans/WorkSans-ExtraLight.woff2) format("woff2"),url(../fonts/WorkSans/WorkSans-ExtraLight.woff) format("woff")}
@font-face{font-family:"WorkSans";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/WorkSans/WorkSans-Light.woff2) format("woff2"),url(../fonts/WorkSans/WorkSans-Light.woff) format("woff")}
@font-face{font-family:"WorkSans";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/WorkSans/WorkSans-Regular.woff2) format("woff2"),url(../fonts/WorkSans/WorkSans-Regular.woff) format("woff")}
@font-face{font-family:"WorkSans";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/WorkSans/WorkSans-Medium.woff2) format("woff2"),url(../fonts/WorkSans/WorkSans-Medium.woff) format("woff")}
@font-face{font-family:"WorkSans";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/WorkSans/WorkSans-SemiBold.woff2) format("woff2"),url(../fonts/WorkSans/WorkSans-SemiBold.woff) format("woff")}
@font-face{font-family:"WorkSans";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/WorkSans/WorkSans-Bold.woff2) format("woff2"),url(../fonts/WorkSans/WorkSans-Bold.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-ExtraLight.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-ExtraLight.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")}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
	--bg-main: #1a2188;
	--bg-hover: #c11a29;
	--family-first: "WorkSans", sans-serif;
	--family-second: "BarlowCondensed", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
}
.bi{width: 1rem; height: 24px; display: flex; overflow: hidden;}
.bi::before{content: ""; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(1rem 0 var(--bg-hover)); position: relative; transform: translateX(-100%);}
.bi-envelope-at::before{background-image: url(../images/icons/envelope-at.svg);}
.bi-phone-vibrate::before{background-image: url(../images/icons/phone-vibrate.svg);}
.bi-whatsapp::before{background-image: url(../images/icons/whatsapp.svg);}
.bi-arrow-right::before{background-image: url(../images/icons/arrow-right.svg);}
.bi-chevron-down::before{background-image: url(../images/icons/chevron-right.svg); transform: rotate(90deg);}
.bi-chevron-right::before{background-image: url(../images/icons/chevron-right.svg);}
.bi-chevron-left::before{background-image: url(../images/icons/chevron-right.svg); transform: rotate(180deg) translateX(-100%);}
.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,#f9f9f9);}
.bg-F9-white{background-image: linear-gradient(#f9f9f9,#fff);}
.bg-F0-white{background-image: linear-gradient(#f0f0f0,#fff);}
.bg-white-F0{background-image: linear-gradient(#fff,#f0f0f0);}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 400; font-size: .95rem; line-height:1.5; background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6 {color: #333; font-family: var(--family-second); margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.75rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1.25rem; font-family: var(--family-first);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover);}
p:last-child{margin-bottom: 0;}
strong {font-weight: bold;}
b {font-weight: 600;}
img{display:block; max-width:100%; height:auto; margin:0 auto; transition: all .4s;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color: var(--bg-hover);}
u.inquiry{color: var(--bg-main);}
u.inquiry:hover{color: var(--bg-hover);}
figure,.figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a,.figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a:hover,.figure>a:hover{cursor: zoom-in;}
figure:last-child{margin-bottom: 0;}
.imgbox{width:100%;display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.before_none{content: none;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex; 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: 40px; height: 40px; 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%); z-index: 2;}
.next-button{left: auto; right: 0;}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor: no-drop; opacity: .7;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container3{max-width:930px; margin: 0 auto; padding: 0 15px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible;}
ul{width: calc(100% + 15px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 15px;}
ul li>ol,ul li>a,ul li>figure{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}
ul li img{width: 100%;}
ul li img:has(.img-abs){width:auto;}
ul.swiper-wrapper{width: 100%; margin: 0; flex-wrap: initial;}
ul.swiper-wrapper li{float: left; padding: 0;}
.etw_photo{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo ul{width: calc(100% + 20px); margin: 0 -10px;}
.etw_photo ul li{width:100%; padding: 10px;}
.etw_photo ul li>figure{width: 100%;}
.etw_photo ul li>figure>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; overflow: hidden; position: relative;}
.etw_photo ul li>figure>a>span,.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .95rem; padding-top: .625rem;}
.etw_photo ul li:hover span{color: var(--bg-hover);}
.etw_photo2 ul li{width:50%;}
.etw_photo3 ul li{width:calc(100% / 3);}
.etw_photo4 ul li{width:25%;}
.etw_photo5 ul li{width:20%;}
.etw_photo6 ul li{width:calc(100% / 6);}
.etw_photo7 ul li{width:calc(100% / 7);}
.etw_photo_m1 ul{width: calc(100% + 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%;}
}
@media (max-width:767.98px){
	.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 2);}
	.etw_photo3 ul li,.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: 50%;}
}
@media (max-width:575.98px){
	.etw_photo ul li span{font-size: .875rem;}
	.etw_photo ul li{width: 100% !important; display: flex !important;}
	.etw_photo ul li:has(span){width: 100%;}
	.etw_photo ul li img{ max-width:100%; margin: 0 auto;}
}
ul.items{display: block; margin: 0 0 1rem 0;}
ul.items:last-child{margin-bottom: 0;}
ul.items li{display: block; position:relative; margin-bottom: 10px; padding: 0; line-height: 24px;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 1.25rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) "."; color: var(--bg-hover); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 0;}
ul.items_none li::before{content: none;}
ul.items1 li{padding-left: 1rem;}
ul.items1 li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-hover); position: absolute; left: 0; top: 9px;}
ul.items1 li>ol>li::before{border-radius: 50%; background-color: rgba(0, 0, 0, .3);}
/* 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,var(--bg-hover); background-size: 70%; 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{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; text-transform: uppercase; line-height: 1; color: var(--bg-main); overflow: hidden; border: 2px solid #eee; padding: .5rem 1rem;}
.more>a>i{margin-left: -1rem; opacity: 0; transition: all .3s ease-in-out;}
.more>a:hover{background-color: var(--bg-hover); border-color: var(--bg-hover); color: #fff;}
.more>a:hover>i{margin-left: 1rem; opacity: 1;}
.more>a:hover>i::before{filter: drop-shadow(1rem 0 #fff);}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{width:fit-content; display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: 1rem; font-weight: 300; text-transform: uppercase; line-height: 1; color: #fff; overflow: hidden; background-color: var(--bg-main); padding: .75rem 1.5rem; border-radius: 1.875rem;}
.inquiry_quote>a::after,.inquiry_btn>a::after{content: ''; margin-left: -1rem; opacity: 0; transition: all .3s ease-in-out; width: 1rem; height: 1rem; background: url(../images/icons/arrow-right-white.svg) no-repeat  center center; background-size: contain;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{background-color: var(--bg-hover) !important;}
.inquiry_quote>a:hover::after,.inquiry_btn>a:hover::after{opacity: 1; margin-left: 1rem;}
/* public-End */
/* header */
#header{padding-top: 90px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{padding: 20px 0; float: left; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:50px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}
/* etw_language */
.etw_language{min-height: 40px; display: block;}
.etw_language ul{width:auto; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#000; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
nav{display: flex; flex-wrap: wrap; flex: 1;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; max-width: 900px; flex: 1; margin: 0; padding: 0 0 0 3rem; justify-content: space-around;}
.navbar>li{padding: 0; min-height: 50px;}
.navbar>li>a{text-transform: uppercase; display: flex; justify-content: center; color: #333; font-weight: 600; position: relative;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-hover); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--bg-hover);}
.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:.5rem 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;}
.dropdown-menu>ul>li{width: 100%; padding: 0; border-bottom: 1px dashed rgba(0, 0, 0, .05);}
.dropdown-menu>ul>li:last-child{border-bottom: none;}
.dropdown-menu>ul>li>a{white-space: nowrap; padding: .5rem 1rem; font-size: .875rem;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05);}
.dropdown-menu>ul>li>a.active{color: var(--bg-hover);}
.header_quote{display: flex; align-items: center;}
.header_quote>a{min-height: 40px; display: flex; align-items: center; padding: .25rem 1rem; background-color: var(--bg-main); color: #fff; text-transform: uppercase; font-size: .875rem;}
.header_quote>a:hover{background-color: var(--bg-hover);}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
nav{width: 100%; flex: none;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.navbar>li>a{position: relative; padding: 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;}
.dropdown-menu > ul > li > a{white-space:inherit}
#etw_logo {flex: 1;display: flex;}
#etw_logo a>img{max-height:50px;}
/* etw_language */
.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;}
}@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner{padding: 0;}
.etw_banner .swiper{width: 100%; mix-blend-mode: multiply;}
.etw_banner .swiper .swiper-slide{height: auto; display: flex;}
.etw_banner .prev-button,.etw_banner .next-button{width: 40px; height: 40px; position: absolute; left: -100%; top: 50%; transform: translateY(-50%); z-index: 5; cursor: pointer; font-size: 1rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out;}
.etw_banner .next-button{left: auto; right: -100%;}
.etw_banner:hover .prev-button{left: 0;}
.etw_banner:hover .next-button{left: auto; right: 0;}
.etw_banner .prev-button:hover,.etw_banner .next-button:hover{background-color: var(--bg-hover); color: #fff;}
.etw_banner .prev-button:hover>i::before,.etw_banner .next-button:hover>i::before{filter: drop-shadow(1rem 0 #fff);}
.banner_hover{width: 100%; padding: 20px 17%;}
.banner_hover h2{font-size: 2.5rem; font-weight: bold; color: #333; margin-bottom: 1.5rem;}
.banner_hover p{color: #777; font-size: 1.1rem;}
.banner1{background-color: #dcdcdc;}
.banner1 .container-fluid{display: flex; flex-direction: column;}
.banner1 .container-fluid>.row{flex: 1;}
.banner1 .imgbox{background-image: radial-gradient(#fff 30%,#f0f0f0);}
.banner1 .imgbox img{width: 100%; height: 100%; object-fit: contain;  mix-blend-mode: multiply;}
.banner1 .textbox{position: relative; display: flex; flex-direction: column; justify-content: center; z-index: 2;}
.banner1 .textbox::before{content: ""; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background-color: #dcdcdc; box-shadow: inset 0 0 20px rgba(0,0,0,.15);}
.banner2 .banner_hover{width: 100%; height: 100%; padding: 20px 10%; position: absolute; left: 0; top: 0; background-image: linear-gradient(to right,#000, transparent 50%); display: flex; align-items: center;}
.banner2 .banner_hover .banner_text{max-width: 600px;}
.banner2 .banner_hover h2{color: #fff;}
.banner2 .banner_hover p{color: rgba(255, 255, 255, .8);}
@media (max-width: 1199.98px){
.banner_hover{padding: 20px 30px;}
.banner_hover h2{font-size: 2rem;}
}@media (max-width: 991.98px){
.banner_hover h2{font-size: 1.7rem; margin-bottom: 0;}
.banner_hover p{display: none;}
.banner2 .banner_hover{padding: 20px 5%;}
.banner2 .banner_hover .banner_text{max-width: 400px;}
}@media (max-width: 767.98px){
.etw_banner .swiper .swiper-slide img{width: 100%; height: 100%;}
.banner1 .textbox,.banner2 .banner_hover{display: none;}
}@media (max-width: 575.98px){
.etw_banner .swiper  .swiper-pagination{display:flex; justify-content: center;}
.etw_banner .swiper .swiper-pagination-bullet-active{background-color: var(--bg-hover) !important;}
}@media (max-width: 480.98px){
.etw_banner{display: none;}
}
/* Banner-end */
/* index */
section,.section,.section_item{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.section_item{padding: 3.125rem 0;}
.title1,.title2,.title3,.title4,.title5,.title6{font-family: var(--family-second); line-height: 1.2; color: #333; display: block; margin-bottom: 1rem; font-weight: 600;}
.title1{font-size: clamp(1.25rem, 3vw, 2.25rem);}
.title2{font-size: clamp(1.15rem, 3vw, 2rem);}
.title3{font-size: clamp(1.1rem, 3vw, 1.75rem);}
.title4{font-size: clamp(1.05rem, 3vw, 1.5rem);}
.title5{font-size: clamp(1rem, 3vw, 1.25rem);}
.title6{font-size: 1rem;}
.home_title{text-align: center; margin-bottom: 0;line-height: 1; color: #333;}
.home_about .container3{flex-direction: column; justify-content: center; text-align: center;}
.home_about small{display: block; font-size: 1.1rem; text-transform: uppercase; font-weight: 300; color: var(--bg-main); margin-bottom: 1.25rem;}
.home_about .home_title{ margin-bottom: .5rem;}
.home_about p{margin-bottom: 1.25rem; font-size: 1.1rem; font-weight: 300;}
.home_apps ul>li{width: calc(100% / 7); padding: 0 15px;}
.home_apps ul>li>a{flex-direction: column;}
.home_apps ul>li>a .imgbox{border-radius: 50%; overflow: hidden;}
.home_apps ul>li>a .title6{text-align: center; padding-top: 1rem; margin-bottom: 0; font-size: 1.1rem; color: #333; font-weight: 400;}
.home_apps ul>li>a:hover .imgbox>img{transform: scale(1.1);}
.home_apps ul>li>a:hover .title6{color: var(--bg-hover);}
.home_pros::before,.home_pros::after{content: ""; width: 100%; height: 1px; background-image: linear-gradient(to right,#fff,#C4C4D1,#fff); position: absolute; left: 0; top: 0;}
.home_pros::after{top: auto; bottom: 0;}
.home_pros_list>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.home_pros_list>li>a{width: 100%; display: flex; flex-direction: column; border: 2px solid #eee; background-color: #fff;}
.home_pros_list>li img{ max-width: 400px; margin: 0 auto;}
.home_pros_list>li>a>.title6{flex: 1; margin-bottom: 0; padding: 1rem .5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-size: 1.125rem; line-height: 1.2; transition: all .3s; font-weight: 400;}
.home_pros_list>li>a:hover>.title6{color: var(--bg-hover);}
@media (max-width:1199.98px){
	section,.section{padding:3.125rem 0;}
}
@media (max-width:991.98px){
	section,.section,.section_item{padding:2.5rem 0;}
}
@media (max-width:767.98px){
	section,.section,.section_item{padding:1.875rem 0;}
	.home_pros_list>li{width: calc(100% /2);}
	.home_apps ul>li{width: calc(100% / 4);padding: 0.5rem 15px;}
	.home_apps{ display: none;}
}
@media (max-width:575.98px){
	section,.section,.section_item{padding:1.25rem 0;}
	.home_pros_list>li{width: calc(100% /1);}
	.home_apps ul>li{width: calc(100% / 3);}
}
@media (max-width:375.98px){
	section,.section,.section_item{padding:1rem 0;}
}
/* index-end */
.footer_logo{background-image: linear-gradient(to right,#f8f8ff,#f0f0f0,#f0f0f0,#f8f8ff); padding: 1.5rem 0;}
.footer_logo .title1{margin-bottom: 0;}
.footer_logo .title1>span{font-weight: bold; color: var(--bg-hover);}
.footer {position: relative; overflow: hidden; background-color: #f8f8ff; padding: 2.5rem 0; border-top: 1px solid var(--bg-hover);}
.footer .container{position: relative; z-index: 2;}
.footer .h3{font-family: var(--family-second); font-weight: 600; font-size: 1.25rem; color: #333;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{width: fit-content; display: flex; flex-direction: column; color: #555; font-size: .875rem; line-height: 22px;}
.footer_list li>a:hover{color: var(--bg-hover);}
.footer_contact{display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact ul{width: 100%; margin: 0;}
.footer_contact ul>li{padding: 0; padding-left: 1.8rem; position: relative; color: #333; display: block; font-size: .95rem; line-height: 24px; margin-bottom: .5rem; width: 100%;}
.footer_contact ul>li a{color: #333;}
.footer_contact ul>li i{position: absolute; left: 0; top: 0;}
.footer_contact ul>li a:hover{color: var(--bg-hover);}
.footer_contact ul>li:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center; margin-top: 2rem;}
#otherlink a{color:#333;display:inline-block;padding:0 4px; margin:0 4px; font-weight:300; line-height:22px; border:1px solid #333;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #000 !important;}
.theme-box-name{background:var(--bg-main) !important;}
@media (max-width:991.98px){
	.footer .container .col-lg-3{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
}@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.footer .container .col-lg-3{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
	.etw_root {padding: 1rem 0;}
	.footer .container .col-lg-3:last-child{ display: none;}
  #otherlink{margin: 0;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem; text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1.2rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.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: 2.5rem; color: var(--bg-main); font-family: var(--family-second); font-weight: bold; margin-bottom: 1.25rem;}
.etw_hometitle h2:last-child,.etw_hometitle>div[itemprop="name"]:last-child{margin-bottom: 0;}
@media (max-width:1199.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.875rem;}
}@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.75rem;}
}@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.5rem;}
}@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.25rem;}
}
/* Products */
.pros_banner{height: 300px; display: flex; flex-wrap: nowrap; justify-content: flex-end; flex-direction: row-reverse;}
.pros_banner picture{width: 66%;}
.pros_banner picture img{width: 100%; height: 100%; object-fit: cover;}
.pros_hover{width: fit-content; height: 100%; flex: 1; background-image: linear-gradient(to right,#f0f0f0,#fff); box-shadow: inset 0 0 50px rgba(0, 0, 0, .125); padding: 20px 3%; display: flex; align-items: center; justify-content: flex-end;}
.pros_hover>content{width: fit-content; max-width: 480px;}
.pros_hover .title1{font-size: 2.5rem; color: var(--bg-main); font-weight: bold;}
.pros_hover2{width: 33%;}
.pros_banner4{flex-direction: row-reverse;}
.pros_banner4 .pros_hover{width: auto; flex: 1; position: relative; padding: 20px 3%;}
.products_title .title1{font-size: clamp(1.3rem, 3vw, 2.5rem); color: var(--bg-main); margin-bottom: 0; max-width: 140px;}
.products_title p{font-size: clamp(1.05rem, 3vw, 1.25rem); font-weight: 300; color: var(--bg-main);}
.products_systems{width: 100%; margin: 0;}
.products_systems>li{width: 100%; padding: 0; margin-bottom: 40px;}
.products_systems>li:last-child{margin-bottom: 0;}
.products_systems>li>ol{background-color: #f8f9fa;}
.products_systems>li>ol a.imgbox{width: 40%; background-image: radial-gradient(#fff 50%,#dcdcdc); padding: 1.5rem;}
.products_systems>li>ol a.imgbox>img{mix-blend-mode: multiply; max-width: 500px; margin: 0 auto;}
.products_systems>li>ol .textbox{padding: 1.5rem; padding-left: 2.5rem; justify-content: center;}
.products_systems>li>ol .textbox a.title6{width: fit-content; font-size: clamp(1.05rem, 3vw, 1.375rem); font-weight: 500; color: var(--bg-main);}
.products_systems>li>ol .textbox a.title6:hover{color: var(--bg-hover);}
.products_systems>li>ol .textbox>p{height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.products_systems>li>ol .textbox>ul{width: calc(100% + 8px); margin: 0 -4px 12px -4px;}
.products_systems>li>ol .textbox>ul>li{width: fit-content; padding: 4px;}
.products_systems>li>ol .textbox>ul>li>a{padding: 5px 10px; background-color: #fff; font-size: .75rem; color: var(--bg-main); border-radius: 20px; box-shadow: 0 0 2px rgba(0, 0, 0, .125);}
.products_systems>li>ol .textbox>ul>li>a:hover{background-color: var(--bg-hover); color: #fff;}
.pros_apps small{max-width: 900px; margin: 0 auto; text-align: center; display: block;}
.pros_apps ul>li{width: 25%; padding: 15px; margin-top: 15px;}
.pros_apps ul>li a.imgbox::after{content: ""; width: 100%; height: 50px; background-color: var(--bg-main); opacity: .6; position: absolute; left: 0; bottom: 0; mix-blend-mode: multiply; transition: all .3s ease-in-out;}
.pros_apps ul>li .title6{width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; padding: 15px 10px; text-align: center; margin: 0; color: #fff; position: absolute; left: 0; bottom: 0; z-index: 2; font-size: 1.125rem; line-height: 1; font-weight: 400; transition: all .3s ease-in-out;}
.inquiryform .textbox{box-shadow: inset 0 0 50px rgba(0,0,0,.2); padding: 2.5rem; border-radius: 2rem; justify-content: center; align-items: center; position: relative;}
.inquiryform .textbox>p{text-align: center; max-width: 80%;}
.inquiryform .textbox>p,.inquiryform_mail{font-size: 1.25rem; font-weight: 300; color: #333; margin-bottom: 1rem;}
.inquiryform_mail span{color: #000;}
.card{border: none; border-radius: 0; background-color: transparent; border-bottom: 1px dashed rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;}
.card-link{width:100%; display:block; padding:1rem; padding-left: 2.5rem; font-size:.95rem; color: #555; position:relative; line-height:24px}
.card-link::after{content:""; width: 1.25rem; height: 1.25rem; opacity: .5; background-image: url(../images/icons/plus-lg.svg); background-repeat: no-repeat; background-size: 100% 100%; position:absolute; left:.5rem; top:1rem; transition:all 0.3s;}
.card-body{padding:1rem; padding-top: 0; font-size: .875rem; color: #999;}
.card-body p{font-size: .875rem;color: #999;}
.card-body p>a{color: var(--bg-hover);}
.card-body p>a:hover{color: var(--bg-main);}
.card:hover{background-color: #eee;}
.card-link[aria-expanded="true"]::after{background-image: url(../images/icons/dash-lg.svg); }
.card:hover .card-link::after{color: var(--bg-hover);}
.card-body .recommended_list{width: 100%; margin: 0; flex-direction: column;}
.card-body .recommended_list>li{width: 100%; padding: 0; margin-bottom: .5rem; position: relative; line-height: 24px; padding-left: 1rem;}
.card-body .recommended_list>li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-hover); position: absolute; left: 0; top: 9px;}
.card-body .recommended_list>li>a{width: fit-content; margin: 0 5px; color: var(--bg-hover);}
.card-body .recommended_list>li:last-child{margin-bottom: 0;}
.card-body .recommended_list>li>strong{margin-right: .5rem;}
.card-body .recommended_list>li>a:hover{color: var(--bg-main);}
@media (max-width: 1899.98px){
.pros_banner picture{width:62%;}
}@media (max-width: 1499.98px){
.pros_banner picture{width:60%;}
}@media (max-width: 1399.98px){
.pros_banner picture{width:56%;}
}@media (max-width: 1299.98px){
.pros_banner picture{width:52%;}
}@media (max-width: 1199.98px){
.pros_banner picture{width:57%;}
.pros_hover .title1{font-size: 2rem;}
}@media (max-width: 991.98px){
.pros_banner{height: 250px;}
.pros_banner picture{width: 65%;}
.pros_hover{width:45%;}
.products_systems>li>ol .textbox>p{ display: none;}
.pros_hover .title1{font-size: 1.8rem;}
}@media (max-width: 767.98px){
.pros_banner{height: auto;}
.pros_banner picture{width: 100%;}
.pros_hover .title1{font-size: 1.6rem;}
	.pros_hover{ display: none;}
	.pros_banner > img{ height: auto;}
	.products_systems > li > ol .textbox > ul,.inquiryform .textbox>p,.pros_apps{ display: none;}
}@media (max-width: 575.98px){
	.products_systems > li > ol a.imgbox{ width: 100%;}
	.pros_banner{ display: none;}
}
/* Hub */
.pros_hub_title .etw_hometitle>h2{color: #333; font-weight: 600;}
.pros_hub_title small{font-size: 1.125rem; color: #999;}
.hub_list{width: 100%; margin: 0;}
.hub_list>li{width: 100%; padding: 0; margin-top: 40px;}
.hub_list>li>ol{background-color: #f8f9fa; flex-direction: row-reverse;}
.hub_list>li>ol a.imgbox{width: 45%; background-image: radial-gradient(#fff 50%,#dcdcdc); padding: 1.5rem;}
.hub_list>li>ol a.imgbox>img{mix-blend-mode: multiply;}
.hub_list>li>ol .textbox{width: 55%; padding: 2.5rem; justify-content: center;}
.hub_list>li>ol .textbox a.title4{font-weight: 500; display: flex; flex-direction: column-reverse;}
.hub_list>li>ol .textbox a.title4>span{color: var(--bg-main); font-size: 1.25rem; margin-bottom: .5rem;}
.hub_list>li>ol .textbox p{font-weight: 300; color: #333;}
@media (max-width: 991.98px){
	.hub_list > li > ol .textbox p{ display: none;}
}@media (max-width: 575.98px){
	.hub_list > li > ol a.imgbox{ width: 100%;}
}
/* Details */
.details_top::before{content: ""; width: 100%; height: 120px; position: absolute; left:0; top: 0; background-image: linear-gradient(#f0f0f0,#fff); z-index: -1;}
.details_top .etw_hometitle>h2{display: flex; flex-direction: column; color: #333; font-weight: 600; font-size: 2rem;}
.details_top .etw_hometitle>h2>span{color: var(--bg-hover); font-size: 1.5rem;}
.details_top .etw_hometitle>small{font-size: 1rem; color: #999; line-height: 1.2;}
.details_top .inquiry_quote>a{border-radius: 0;}
.details_content{background-color: #fff; border-top: 3px solid var(--bg-hover);}
.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: 1rem; position: relative; z-index: 3;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; justify-content: center;}
.related_pic ul>li{width: 20%; padding: 5px; align-items: center; justify-content: center; cursor: pointer;}
.related_pic ul>li img{border: 1px solid #ccc;}
.related_pic ul>li.imgdq img{border-color: var(--bg-hover);}
.related_pic ul>li .video_btn::before{--w:40px; opacity: .7;}
.related_pic ul>li:hover .video_btn::before{opacity: 1;}
.related_pic6 ul>li{width: calc(100% / 6);}
.left_pic2{flex-direction: row;}
.left_pic2 .left_pic{flex: 1; padding: 5px 10px 0 0;}
.left_pic2 .related_pic{width: 90px; margin: 0;}
.left_pic2 .related_pic ul{width: 100%; margin: 0; flex-direction: column; justify-content: flex-start;}
.left_pic2 .related_pic ul>li{width: 100%; padding: 5px;}
.item_mod1{width: 100%; position: absolute; left: 0; bottom: 2rem;}
.item_mod1 ul{width: 100%; margin: 0;}
.item_mod1 ul>li{width: 50%; display: flex; flex-direction: column; padding: 0 15px;}
.item_mod1 ul>li>strong{color: var(--bg-hover);}
.sample .container-fluid{max-width: 1400px;}
.working_process .process_list{counter-reset: process; width: calc(100% + 10px); margin: 0 -5px;}
.working_process .process_list>li{width: 50%; padding: 5px;}
.working_process .process_list>li::before{counter-increment: process; content: counter(process)"."; font-weight: 600; margin-right: .5rem;}
.working_process .process_list3>li{width: calc(100% / 3);}
.working_process .etw_photo ul>li span{position: absolute; left: 0; bottom: 0; z-index: 2; padding: .5rem; background-color: rgba(0, 0, 0, .5); color: #fff;}
.machine_structure .structure_list{counter-reset: structure; width: calc(100% + 20px); margin: 0 -10px .5rem -10px;}
.machine_structure .structure_list>li{width: 50%; padding: 10px; line-height: 24px; flex-wrap: nowrap;}
.machine_structure .structure_list>li::before{counter-increment: structure; content: counter(structure); margin-right: .5rem; width: 24px; height: 24px; font-size: .875rem; border: 1px solid rgba(0, 0, 0, .125); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.machine_structure .structure_list>li>p{flex: 1;}
.machine_structure .structure_list1{counter-reset: structure; width: calc(100% + 10px); margin: 0 -5px .5rem -5px;}
.machine_structure .structure_list1 li{width: 100%; padding: 5px; line-height: 24px; flex-wrap: nowrap;}
.machine_structure .structure_list1 li::before{counter-increment: structure; content: counter(structure); margin-right: .5rem; width: 24px; height: 24px; font-size: .875rem; border: 1px solid rgba(0, 0, 0, .125); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.machine_structure .structure_list1 li>p{flex: 1;}
.features_list>li{width: 50%;}
.features_list>li>ol{background-color: #fff; padding: 1rem; align-items: center;}
.features_list>li>ol>strong{width: 40px; display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column; font-size: 1.8rem; font-weight: 600; color: #d5d5d5; opacity: .4; line-height: 1;}
.features_list>li>ol>p{flex: 1; padding-left: 1.5rem;}
.features_list3>li{width: calc(100% / 3);}
.features_list3>li>ol>p{flex-direction: column; display: flex;}
.features_list .red_txt strong{color: var(--bg-hover); opacity: .7;}
.features_list .red_txt p{color: #333;}
.configuration_list>li{width: calc(100% / 3);}
.configuration_list>li>ol{flex-direction: column; box-shadow: 0 0 15px rgba(0, 0, 0, .125); padding: .5rem;}
.configuration_list>li>ol>.textbox{padding: .5rem; padding-top: 1rem;}
.configuration_list>li>ol>.textbox .title5:last-child{margin-bottom: 0;}
.configuration_list>li>ol>.textbox>ul{width: 100%; margin: 0 0 .5rem 0; position: relative;}
.configuration_list>li>ol>.textbox>ul>li{width: 100%; padding: 0 0 0 .75rem; font-size: .875rem; line-height: 24px; position: relative;}
.configuration_list>li>ol>.textbox>ul>li::before{content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: var(--bg-hover); position: absolute; left: 0; top: 10px;}
.configuration_list>li>ol>.textbox>ul.collapse1:not(.show){height: 96px; text-overflow:ellipsis; display: -webkit-box !important; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto; overflow: hidden; margin-bottom: 0;}
.configuration_list>li>ol>.textbox>ul.collapse1:not(.show)::before {content: ''; position: absolute; background: linear-gradient(0deg, #fff, transparent); width: 100%; height: 35px; bottom: 0; left: 0; transition: .3s all ease-in-out; z-index: 1;}
.configuration_list>li>ol>.textbox>ul>li>ol{width: 100%; counter-reset: nub;}
.configuration_list>li>ol>.textbox>ul>li>ol>li{width: 100%; padding: 0 0 0 1rem; position: relative;}
.configuration_list>li>ol>.textbox>ul>li>ol>li::before{counter-increment: nub; content: counter(nub) "."; color: var(--bg-hover); position: absolute; left: 0; top: 0;}
.configuration_list>li>ol>.textbox>.config_more{display: flex; justify-content: center;}
.configuration_list>li>ol>.textbox>.config_more>a{width: 30px; height: 30px; line-height: 1; font-size: .875rem; border-radius: 50%; background-color: #e9e9f9; display: flex; align-items: center; justify-content: center;}
.configuration_list>li>ol>.textbox>.config_more>a>i{position: relative; transition: all .3s;}
.configuration_list>li>ol>.textbox>.config_more>a[aria-expanded="true"]>i{transform: rotateX(180deg);}
.configuration .more_btn{display: flex; justify-content: center;}
.configuration .more_btn>a{width: 30px; height: 30px; border-radius: 50%; line-height: 1; border: 1px solid rgba(0, 0, 0, .125); color: var(--bg-hover); background-color: #fff; display: flex; align-items: center; justify-content: center;}
.configuration .more_btn>a:hover{background-color: var(--bg-hover); color: #fff;}
#videos .etw_photo ul>li>ol{flex-direction: column;}
#videos .etw_photo ul>li span:has(i){display: flex; flex-direction: column;}
#videos .etw_photo ul>li span>i{font-style: normal; color: var(--bg-hover);}
.inquiryform_details::before{content:""; width: 100%; height: 100%; position: absolute; inset: 0; background: url(../images/world.svg) no-repeat center center; background-size: cover; opacity: .2; mix-blend-mode: multiply;}
.related_pros ul{width: 100%; margin: 0; padding-left: 1px;}
.related_pros ul>li{width: calc(100% / 3); margin-left: -1px; padding: 0;}
.related_pros ul>li>a{padding: 1.5rem; flex-direction: row; align-items: center; border: 1px solid rgba(0, 0, 0, .05);}
.related_pros ul>li>a .imgbox{mix-blend-mode: multiply;}
.related_pros ul>li>a .title6{flex: 1; display: flex; flex-direction: column; font-size: 1.125rem; font-weight: 500; color: #444; padding-top: 1rem; margin-bottom: 0;}
.related_pros ul>li>a:hover{background-color: var(--bg-F9); border-color: var(--bg-hover);}
.related_pros ul>li>a:hover .title6{color: var(--bg-hover);}
.related_pros2 ul>li{width: 50%;}
.related_pros2 ul>li>a .imgbox{width: 50%;}
.related_pros2 ul>li>a .title6{padding: 0 0 0 1.5rem;}
.other_pros ul>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.other_pros ul>li>a{overflow: hidden; position: relative;}
.other_pros ul>li>a .title6{width:100%; margin-bottom: 0; position: absolute; left: 0; bottom: 0; padding: 1.25rem; background-image: linear-gradient(transparent,rgba(0,0,0,.8)); color: #fff; font-size: 1.25rem; display: flex; flex-direction: column;}
.other_pros ul>li>a:hover img{transform: scale(1.1);}
@media (max-width: 991.98px){
	.configuration_list > li{width: calc(100% / 2);}
}@media (max-width: 767.98px){
	.features_list > li{ width: 100%;}
	.configuration_list > li{width: calc(100% / 1);}
	.inquiryform_details p{ display: none;}
	.related_pros .more,.other_pros .more,.inquiryform_details .col-lg-5 .title1{ display: none;}
	.related_pros ul > li,.other_pros ul > li{width: calc(100% / 2);}
	.related_pros ul > li:last-child,.other_pros ul > li:last-child{ display: none;}
	.configuration_list > li img{max-width: 400px; margin: 0 auto;}
}@media (max-width: 575.98px){
	.machine_structure .structure_list > li{ width: 100%;}
	.related_pros ul > li,.other_pros ul > li{width: calc(100% / 1);}
}
/* Products_End */
/* Applications */
/* .apps ul{width: 100%; margin: 0;} */
.apps ul>li{width: 50%;}
.apps ul>li>ol{flex-wrap: wrap; background-color: var(--bg-F9); box-shadow: 0 0 15px rgba(0, 0, 0, .125);}
.apps ul>li>ol a.imgbox{width: 45%;}
.apps ul>li>ol .textbox{padding: 1rem 1rem 1rem 2rem; justify-content: center;}
.apps ul>li>ol a.imgbox:hover>img{transform: scale(1.1);}
.apps_details_top .etw_hometitle>div{font-size: clamp(1.05rem, 3vw, 1.5rem);font-weight: 600; line-height: 1.2; display: flex; flex-direction: column; color: var(--bg-hover);}
.apps_details_top .etw_hometitle>div>span{font-size: clamp(1.2rem, 3vw, 2rem); font-weight: bold; color: #333;}
.apps_details_item .textbox>ul{width: 100%; margin: 0; flex-direction: column;}
.apps_details_item .textbox>ul>li{width: 100%; padding: 0; margin-bottom: .5rem; position: relative; line-height: 24px; padding-left: 1rem;}
.apps_details_item .textbox>ul>li::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-hover); position: absolute; left: 0; top: 9px;}
.apps_details_item .textbox>ul>li>a{width: fit-content; margin: 0 5px; color: var(--bg-hover);}
.apps_details_item .textbox>ul>li:last-child{margin-bottom: 0;}
.apps_details_item .textbox>ul>li>strong{margin-right: .5rem;}
.apps_details_item .textbox>ul>li>a:hover{color: var(--bg-main);}
.other_apps ul{width: calc(100% + 20px); margin: 0 -10px;}
.other_apps ul>li{width: 20%; padding: 0 10px; margin-top: 20px;}
.other_apps ul>li .title6{width: 100%; display: flex; align-items: center; justify-content: center; padding: 15px 10px; text-align: center; margin: 0; color: #fff; position: absolute; left: 0; bottom: 0; z-index: 2; font-size: 1.125rem; line-height: 1; font-weight: 500; transition: all .3s ease-in-out; background-color: rgba(0, 0, 0, .5);}
.other_apps ul>li a.imgbox:hover>img{transform: scale(1.1);}
.other_apps ul>li a.imgbox:hover .title6{font-size: .95rem;}
/* About Us */
.company .etw_hometitle>div{color: #333; font-size: clamp(1.2rem, 3vw, 2rem);}
.company_list{width: calc(100% + 20px); margin: 0 -10px;}
.company_list>li{width: 50%; padding: 10px;}
.company_list>li>a{background-image: radial-gradient(#fff 50%, #dcdcdc); border-radius: 1rem; overflow: hidden; padding: 1rem; flex-direction: column;}
.company_list>li>a>.imgbox{mix-blend-mode: multiply; overflow: visible;}
.company_list>li>a>.title6{margin: 0; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center;}
.company_list>li>a:hover>.imgbox>img{transform: scale(1.05);}
.company_list>li>a:hover>.title6{color: var(--bg-hover);}
.company_nav ul{width: 100%; margin: 0;}
.company_nav ul>li{width: calc(100% / 6); border-right: 1px solid rgba(0, 0, 0, .05); padding: 0;}
.company_nav ul>li:last-child{border: none;}
.company_nav ul>li>a{display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1rem;}
.company_nav ul>li>a .imgbox>img{max-width: 50px;}
.company_nav ul>li>a .title6{margin: 0; flex: 1; padding-top: 1rem; color: #555; font-size:clamp(1.02rem, 3vw, 1.25rem); font-weight: 500;}
.company_nav ul>li>a:hover .title6,.company_nav ul>li.active>a .title6{color: var(--bg-hover);}
.our_pros_list>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.our_pros_list>li>a{flex-direction: column; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .125);}
.our_pros_list>li>a .imgbox{padding: 1rem;}
.our_pros_list>li>a .title6{flex: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; font-weight: 500; margin: 0; padding: 1rem; font-family: var(--family-first); font-size: .875rem; color: #555;}
.our_pros_list>li>a:hover .imgbox>img{transform: scale(1.1);}
.our_pros_list>li>a:hover .title6{color: var(--bg-hover);}
.manu_process{counter-reset: nub;}
.manu_process li{width: 20%;}
.manu_process li>ol{position: relative; flex-direction: column;}
.manu_process li>ol>span{flex: 1; display: flex; justify-content: center; text-align: center; font-size: .875rem; color: #333; padding-top: .625rem; line-height: 1.2; font-weight: 600;}
.cases ul>li{width: 50%;}
.cases ul>li>ol{box-shadow: 0 0 15px rgba(0, 0, 0, .125); flex-direction: row-reverse;}
.cases ul>li>ol a.imgbox{width: 45%;}
.cases ul>li>ol .textbox{flex-direction: column; justify-content: center; padding: 1rem 1.4rem;}
.cases ul>li>ol .textbox>a.title5{display: flex; flex-direction: column; font-weight: 500;}
.cases ul>li>ol .textbox>a.title5>span{color: var(--bg-hover); font-size: 1rem; font-weight: 400;}
.cases ul>li>ol .textbox>p{font-size: .875rem; height:48px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.cases ul>li>ol .textbox>.more>a{font-size: .75rem;}
.cases ul>li>ol a.imgbox:hover>img{transform: scale(1.1);}
.cases_details .etw_hometitle>div{display: flex; font-size: clamp(1.2rem, 3vw, 2rem); flex-direction: column; line-height: 1.2;}
.cases_details .etw_hometitle>div>span{color: var(--bg-hover); font-weight: 500; font-family: 1.5rem;}
.othercases ul>li{width: 25%;}
.othercases ul>li>a{flex-direction: column; box-shadow: -5px -5px #eee,5px 5px #eee;}
.othercases ul>li>a .title6{ margin: 0; flex: 1; display: flex; align-items: center; justify-content: center; background-color: var(--bg-F9); padding: 1rem; text-align: center; color: #555;}
.othercases ul>li>a:hover .imgbox>img{transform: scale(1.05);}
.othercases ul>li>a:hover .title6{color: var(--bg-hover);}
@media (max-width: 991.98px){
	.apps ul>li{width:100%;}
	.apps ul>li>ol a.imgbox{width:30%;}
	.our_pros_list>li{width: 50%;}
	.our_pros_list > li > a .imgbox img{ max-width: 400px; margin:0 auto;}
	.our_pros .d-flex .title1{ margin-bottom: 0;}
	.apps_details_item{padding:0 0 2.5rem 0 !important;}
	.apps_details_top{padding:1.5rem 0 1rem 0 !important;}
	.company{padding:1rem 0 2.5rem 0 !important;}
	.company_nav ul>li{width: calc(100% / 4);}
	.manu_process li{width:25%;}
	.cases ul > li > ol .textbox > p,.othercases .more{ display: none;}
	.othercases ul > li{ width: 50%;}
	.othercases ul > li img{ max-width: 300px; margin: 0 auto;}
}@media (max-width: 767.98px){
	.our_pros .d-flex .more,.other_apps .d-flex .more{ display: none;}
	.other_apps ul>li{width:33.3%;}
	.manu_process li{width:33.3%;}
	.manu_process li img{ max-width: 200px; margin: 0 auto;}
	.cases ul>li{width:100%;}
	#accordion{ display:none;}
	.company #accordion{ display: block;}
}@media (max-width: 575.98px){
	.apps ul>li>ol a.imgbox{width:100%; }
	.apps ul>li>ol a.imgbox img{max-width:260px;}
	.apps ul > li > ol .textbox{text-align: center;}
	.apps ul > li > ol .textbox p{ display: none;}
	.apps ul > li > ol .textbox .more a{margin: 0 auto;}
	.our_pros_list>li{width:100%;}
	.other_apps ul>li{width:50%;}
	.company_list>li,.etw_photo2 ul li{width:100%;}
	.company_nav ul>li{width: calc(100% / 2);}
	.manu_process li{width:50%;}
	.cases ul > li > ol a.imgbox{ width: 100%;}
	.othercases ul > li{ width:100%;}
}@media (max-width: 375.98px){
	.manu_process li{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:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-hover);}
.contact ul>li strong{color:#333; font-weight: 500; margin-right: .5rem; white-space: nowrap;}
.contact ul>li a{color: var(--bg-hover);}
.contact ul>li a:hover{color:var(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#000;}
.contact ul>li .imgbox{justify-content: flex-start;}
.contact ul>li .imgbox>img{width: auto; margin: 0;}
.contact .feedback{padding: 1.5rem 2rem; box-shadow: -6px -6px 0 #eee,6px 6px 0 #eee;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family: var(--family-second);}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: #808080 !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;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* videos */
.videos .etw_hometitle>div[itemprop]{ font-size: 2rem; font-weight: 700; line-height: 1; margin: 0 0 1.875rem 0; color: #000;}
.videos .videostext{font-size: 1rem; font-weight: 400; margin-bottom: 1.25rem;}
.videos .videostext a{color: var(--bg-main); text-decoration: underline;}
.videos .videostext a:hover{color: var(--bg-hover); text-decoration: none;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size: clamp(1.2rem, 3vw, 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(--family-second);}
.videos_hub ul{width: calc(100% + 20px); margin: 0 -10px;}
.videos_hub ul li{width: 100%; padding: 10px;}
.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videos_hub ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos_hub:last-child{margin-bottom: 0;}
.videos_company ul li{width: 100%;}
.videos_company ul li>a{border-radius: 10px; overflow: hidden; background-color: var(--bg-F0);}
.videos_company ul li>a .imgbox{width: 50%;}
.videos_company ul li>a .textbox{width: 50%; padding: 2rem; padding-left: 3rem; flex-direction: column; justify-content: center;}
.videos_company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 500;}
.videos_company ul li>a .textbox>p{font-size: .95rem; font-weight: 400; color: #666; transition: all .4s;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-hover);}
.videos_pros ul li{width: 50%;}
.videos_pros ul li>a{border-radius: 10px; overflow: hidden; background-image: radial-gradient(#fff 50%,#dcdcdc);}
.videos_pros ul li>a>.imgbox{width: 45%; mix-blend-mode: multiply;}
.videos_pros ul li>a>.imgbox>.video_btn::before{--w:50px;}
.videos_pros ul li>a>.textbox{flex: 1; display: flex; justify-content: center; font-size: .95rem; line-height: 1.2; color: #333; padding: 1rem; padding-left: 1.5rem; transition: all .4s;}
.videos_pros ul li>a>.textbox>span{color: var(--bg-hover);}
.videos_pros ul li>a:hover>.imgbox>img{transform: scale(1.05);}
.videos_pros ul li>a:hover>.textbox{color:var(--bg-hover)}
.video_details>.container{display:flex;flex-wrap:wrap; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right h2{font-size: 1.625rem; color: #333; font-weight: 600;}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-hover); color:#fff; border-color:var(--bg-hover)}
.etw_videolist_more{display: none;}
#video_sidebar{width:30%; background-color:#fff;}
#etw_videolist{padding:1.5rem;}
#etw_videolist .title3{color: var(--bg-hover); text-transform:uppercase; display: flex; flex-direction: column;}
#etw_videolist .webtitle{background-color: var(--bg-F0); margin: 0 -1.5rem 1rem -1.5rem; padding: .5rem 1.5rem; font-size: 1rem; font-weight: 500; color: #333;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between;}
#etw_videolist ul li{width: 100%; margin-bottom:.8rem; 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; overflow: hidden;}
#etw_videolist ul li a::before{content: ""; width: 12px; height: 12px; position: absolute; left: 0; top: 6px; background: url(../images/icons/chevron-right.svg) no-repeat center center; background-size: contain;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--bg-hover);}
#etw_videolist ul li a.dq::before,#etw_videolist ul li a:hover::before{filter: drop-shadow(12px 0 var(--bg-hover)); left: -12px;}
#etw_videolist .video_more{margin: 0;}
.videohid{display: none;}
@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
	.videos_company ul li > a .imgbox{width: 100%;}
	.videos_company ul li > a .textbox{ padding: 2rem 1.5rem;}
}
@media (max-width:767.98px){
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
	.videos_pros ul li{ width: 100%;}
}
@media (max-width:575.98px){
	#video_right h2{font-size:1.25rem;}
	.videos_pros ul li > a > .imgbox{width: 100%;}
}
/* videos-End */
