@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.min.css";
/* bootstrap-icons */
/* @import "../fonts/bootstrap-icons/bootstrap-icons.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:"Montserrat";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Light.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Lato/Lato-Light.woff2) format("woff2"),url(../fonts/Lato/Lato-Light.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Lato/Lato-Regular.woff2) format("woff2"),url(../fonts/Lato/Lato-Regular.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Lato/Lato-Bold.woff2) format("woff2"),url(../fonts/Lato/Lato-Bold.woff) format("woff")}
@font-face{font-family:"Lato";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Lato/Lato-Black.woff2) format("woff2"),url(../fonts/Lato/Lato-Black.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Teko/Teko-Light.woff2) format("woff2"),url(../fonts/Teko/Teko-Light.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Teko/Teko-Regular.woff2) format("woff2"),url(../fonts/Teko/Teko-Regular.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Teko/Teko-Medium.woff2) format("woff2"),url(../fonts/Teko/Teko-Medium.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Teko/Teko-SemiBold.woff2) format("woff2"),url(../fonts/Teko/Teko-SemiBold.woff) format("woff")}
@font-face{font-family:"Teko";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Teko/Teko-Bold.woff2) format("woff2"),url(../fonts/Teko/Teko-Bold.woff) format("woff")}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
	--bg-main: #04519f;
	--bg-hover: #00aaff;
  --bg-gray: #565859;
	--family-first: "Montserrat", sans-serif;
	--family-second: "Lato", sans-serif;
  --family-third: "Teko", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
}
.bi{width: 1rem; height: 24px; display: flex; overflow: hidden;}
.bi::before{content: ""; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(1rem 0 var(--bg-main)); position: relative; transform: translateX(-100%);}
.bi-envelope-at::before{background-image: url(../images/icons/envelope-at.svg);}
.bi-phone-vibrate::before{background-image: url(../images/icons/phone-vibrate.svg);}
.bi-whatsapp::before{background-image: url(../images/icons/whatsapp.svg);}
.bi-arrow-right::before{background-image: url(../images/icons/arrow-right.svg);}
.bi-chevron-down::before{background-image: url(../images/icons/chevron-down.svg);}
.bi-chevron-right::before{background-image: url(../images/icons/chevron-right.svg);}
.bi-chevron-left::before{background-image: url(../images/icons/chevron-left.svg);}
.bi-wechat::before{background-image: url(../images/icons/wechat.svg);}

.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(#fff,var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),#fff);}
.bg-white-light{background-image: linear-gradient(#fff,#f8f9fa);}
.bg-light-white{background-image: linear-gradient(#f8f9fa,#fff);}
.bg-white-F9{background-image: linear-gradient(#fff,var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),#fff);}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#444; font-family:var(--family-first); font-weight: 400; font-size: .95rem; line-height:1.5; background-color:#fff; overflow-x:hidden; overflow-y: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {display: block; color: #333; line-height: 1.2; font-family: var(--family-second); margin-bottom: 1rem; font-weight: bold;}
h2,.h2 {font-size: 2.5rem;}
h3,.h3,.title1 {font-size: 2rem;}
h4,.h4,.title2 {font-size: 1.75rem;}
h5,.h5,.title3 {font-size: 1.5rem;}
h6,.h6,.title4 {font-size: 1.25rem;}
.title5{font-size: 1.125rem;}
.title6{font-size: 1rem;}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-hover);}
p:last-child{margin-bottom: 0;}
strong {font-weight: bold;}
b {font-weight: 600;}
img{display:block; max-width:100%; height:auto; margin:0 auto; transition: all .4s;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color: var(--bg-hover);}
u.inquiry{color: var(--bg-main);}
u.inquiry:hover{color: var(--bg-hover);}
figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a:hover{cursor: zoom-in;}
figure:last-child{margin-bottom: 0;}
.imgbox{width:100%;display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex; float: left;}
.swiper .swiper-slide>ol,.swiper .swiper-slide>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.prev-button,.next-button{width: 50px; height: 50px; font-size: 1.25rem; color: var(--bg-main); display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.next-button{left: auto; right: 0;}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor: no-drop; opacity: .7;}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor: no-drop; opacity: .7;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;}
.img-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1130px; margin: 0 auto; padding: 0 15px;}
.container2{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container3{max-width:930px; margin: 0 auto; padding: 0 15px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible;}
ul{width: calc(100% + 30px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 15px;}
ul li>ol,ul li>a,ul li>figure{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}
ul.swiper-wrapper{width: 100%; margin: 0; flex-wrap: initial;}
ul.swiper-wrapper li{float: left;}
.etw_photo{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo ul{width: calc(100% + 20px); margin: 0 -10px;}
.etw_photo ul li{width:100%; padding: 10px;}
.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .95rem; padding-top: .625rem;}
.etw_photo ul li a:hover{cursor: zoom-in;}
.etw_photo2 ul li{width:50%;}
.etw_photo3 ul li{width:calc(100% / 3);}
.etw_photo4 ul li{width:25%;}
.etw_photo5 ul li{width:20%;}
.etw_photo6 ul li{width:calc(100% / 6);}
.etw_photo_m1 ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw_photo_m1 ul li{padding: 5px;}
.etw_photo_m2{width: calc(100% + 30px); margin: 0 -15px;}
.etw_photo_m2 ul li{padding: 15px;}
.etw_photo .no-gutters{width: 100%;}
.etw_photo .no-gutters>div{display: flex; flex-wrap: wrap;}
@media (max-width:1199.98px){
	.etw_photo6 ul li{width: 20%;}
}@media (max-width:991.98px){
.etw_photo6 ul li{width: 25%;}
.etw_photo5 ul li{width: 33.3%;}
}@media (max-width:767.98px){
.etw_photo3 ul li{width: 50%;}
.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
}@media (max-width:575.98px){
.etw_photo ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw_photo ul li{padding: 5px;}
.etw_photo ul li span{font-size: .875rem;}
.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: 50%;}
.etw_photo3 ul li{width:calc(100% / 2);}
}@media (max-width:375.98px){
	.etw_photo ul li:has(span){width: 100%;}
}@media (max-width:370.98px){
	.etw_photo ul li{width: 100% !important; display: flex !important;}
}
ul.items{width: 100%; margin: 0 0 1rem 0;}
ul.items:last-child{margin-bottom: 0;}
ul.items li{width: 100%; position:relative; margin-bottom: 10px; padding: 0; line-height: 24px; display: block;}
ul.items li>strong{float: left; margin-right: .5rem; font-weight: 600;}
ul.items1 li{padding-left: 2rem;}
ul.items1 li::before{content: ""; width: 1.25rem; height: 1.25rem; font-size: 1.25rem; background: url(../images/icons/check2-square.svg) no-repeat center center; background-size: contain; position: absolute; left: 0; top: 4px;}
ul.items2 li{padding-left: 1.25rem;}
ul.items2 li::before{content: ""; width: 6px; height: 6px; border-radius: 50%; background-color: #000; opacity: .2; position: absolute; left: 0; top: 9px;}
ul.flex-column li{display: flex; flex-direction: column;}
ul.items_nub{counter-reset: nub;}
ul.items_nub li{padding-left: 1.875rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub); width: 22px; height: 22px; background: initial; border:1px solid var(--bg-main); font-size: 12px; color: #555; display: flex; align-items: center; justify-content: center; top: 1px; transform: initial;}
ul.items li>ol{width: 100%;}
ul.items_none li::before{content: none;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table{color: #333; margin-bottom: 0;}
.table td,.table th{vertical-align: middle; font-size: .875rem; line-height: 1.2; padding: 1rem;}
.table td:has(inquiry){text-align: center;}
.table-bordered{border: 1px solid #fff;}
.table-bordered td{border: none; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.table-striped tbody tr:nth-of-type(odd){background: #f7f9fb;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}
.table .top td{background-color: #eee !important; color: #000;; font-weight: 500; padding: 1rem;}
.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: "\F4F4"; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video_btn.webp) no-repeat center center; background-size: 100% 100%; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{opacity: .8;}
/* More */
.more,.more_big{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .875rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem; text-transform: uppercase; font-family: var(--family-first) !important;}
.more>a>i{margin-left: .5rem;}
.more>a::after{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a:hover{color: var(--bg-main);}
.more>a:hover::after{width: 100%; left: 0; right: auto;}
.more_big>a{width:fit-content; display: flex; align-items: center; transition: all .4s; padding: .75rem 1rem; font-size: .875rem; font-weight: 400; color: #fff; line-height: 1; background-color: var(--bg-main); overflow: hidden; border-radius: 6px; text-transform: uppercase;}
.more_big>a>i{margin-left: -1rem; opacity: 0; transition: all .3s ease-in-out;}
.more_big>a:hover{color: #fff; background-color: var(--bg-hover);}
.more_big>a:hover>i{margin-left: .5rem; opacity: 1;}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: 1rem; font-weight: 300; position: relative; border-radius: 30px; overflow: hidden; z-index: 0; background-color: var(--bg-main);  transition: all .3s ease-in-out;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{background-color: var(--bg-hover);}
/* public-End */
/* etw_language */
.etw_language{min-height: 34px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .875rem; text-transform: uppercase; color: var(--bg-hover);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#333; display:flex; justify-content:center; align-items:center; height: 34px; position: relative; text-align: center; font-size: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding:0.85rem 2rem 0 0; position: relative; z-index: 14;width:60px; float: right;}
	.etw_language::before{display: none;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; padding: 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;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#333; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 80px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{float: left; padding: 20px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:40px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding-top: 6px;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; max-width: 1000px; flex: 1; margin: 0; padding: 0 0 0 3rem; justify-content: space-around;}
.navbar>li{padding: 0; min-height: 40px;}
.navbar>li>a{display: flex; justify-content: center; color: #555; font-weight: 600; line-height: 1.8; font-size: .95rem; font-family: var(--family-second); position: relative;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--bg-main);}
.navbar>li:hover>a::before{width: 100%;}
.navbar .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:.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);}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
#etw_logo{ padding: 15px 0 10px 0;}
.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px;margin:1.1rem 2% 0 0;}
nav{width: 100%; flex: none;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.navbar>li>a{position: relative; padding: .5rem 1rem; justify-content: flex-start;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2;font-family: var(--family-first);}
.navbar>li:hover>a,.navbar>li.active>a{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;}
}@media (max-width:575.98px){
}
/* Banner */
.etw_banner{padding: 0;}
.etw_banner .swiper{width: 100%;}
.etw_banner .swiper .swiper-slide{height: auto; display: flex;}
.etw_banner .swiper-horizontal>.swiper-pagination-bullets,.etw_banner .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%; bottom: 20px; display: flex; justify-content: center; z-index: 2;}
.etw_banner .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff; opacity: .5; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw_banner .swiper-pagination-bullet-active{width: 10px; opacity: 1;}
.etw_banner .prev-button,.etw_banner .next-button{width: 50px; height: 50px; border-radius: 50%; border: 2px solid #fff; position: absolute; right: 30px; bottom: 100px; z-index: 5; cursor: pointer; font-size: 1.25rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out;}
.etw_banner .next-button{left: auto; right: 30px; bottom: 160px;}
.etw_banner .prev-button:hover,.etw_banner .next-button:hover{background-color: var(--bg-main); border-color: var(--bg-main);}
.banner_hover{position: absolute; inset: 0; display:flex; flex-direction: column; justify-content: center; z-index: 2;}
.banner_text>h2{font-family: var(--family-third); font-weight: 500; font-size: clamp(2rem, 3vw, 3rem);}
.banner1 .banner_text{max-width: 650px; margin-top: -5rem; background-color: rgba(0,0,0,.3); padding: 2rem;}
.banner1 .banner_text>h2{ margin-bottom: 0; color: #fff;}
.banner1 .banner_text>p{color: #fff;}
.banner2 .banner_text{max-width: 700px; margin: 0 auto; text-align: center;}
.banner2 .banner_text>h2{color: #fff;}
.banner3{background-color: var(--bg-F0);}
.banner3 .banner_left{width: 70%; position: relative; display: flex; align-items: center;}
.banner3 .banner_left picture{width: 100%; mix-blend-mode: multiply;}
.banner3 .banner_hover{width: 30%; position: relative; background: var(--bg-main); position: relative; justify-content: center; align-items: flex-end; padding: 2rem 3rem 2rem 2rem;}
.banner3 .banner_text{max-width: 400px;}
.banner3 .banner_text>h2{ margin-bottom: 0; color: #fff;}
.banner3 .banner_text>p{color: #fff; font-size: 1.1rem;}
@media (max-width:1099.98px){
.banner3 .banner_text > p{ font-size: 1rem;}
}
@media (max-width:991.98px){
.etw_banner .swiper .swiper-slide{min-height: 250px;}
.etw_banner .swiper .swiper-slide picture,.etw_banner .swiper .swiper-slide img{width: 100%; height: 100%; object-fit:cover;}
.banner1 .banner_text{max-width: 450px; padding: 1rem; margin: 0 auto; text-align: center;}
.banner2 .banner_text{max-width: 450px;}
.banner3 .banner_hover{padding: 1rem;}
.banner3 .banner_text > p{ display: none;}
}
@media (max-width:576px){
.etw_banner .swiper .swiper-slide{min-height: 250px;}
.banner3 .banner_left{ margin: 0 auto;}
}
/* Banner-end */
/* index */
.family-third-400{font-family: var(--family-third); font-weight: 400;}
.family-third-500{font-family: var(--family-third); font-weight: 500;}
.family-third-600{font-family: var(--family-third); font-weight: 600;}
section,.section,.section_item{width: 100%; padding:3.125rem 0; display: block; position: relative; overflow: hidden;}
.home_title{text-align: center; color: var(--bg-main); margin-bottom: .5rem; font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.5rem); color: #333;}
.home_small{display: block; text-align: center; margin: 0 auto; max-width: 1000px; font-size: .95rem;}
.home_what .home_what_top{padding: 0 2rem; margin-bottom: 1rem; display: flex;}
.home_what .home_what_top .title1{display: flex; flex-direction: column; font-size: clamp(1.8rem, 3vw, 2.5rem);}
.home_what .home_what_top .title1::before{content:""; width: 100px; height: 3px; background-color: var(--bg-main); margin-bottom: .5rem;}
.home_what .home_what_top p{flex: 1; padding-left: 2rem;}
.home_what ul{width: 100%; margin: 0 auto; max-width: 960px;}
.home_what ul>li{width: calc(100% / 3); padding: 0;}
.home_what ul>li>ol{padding: 2rem 1rem; align-items: center; justify-content: center; text-align: center; flex-direction: column;}
.home_what ul>li>ol .imgbox{margin-bottom: 1.5rem;}
.home_what ul>li>ol .title5{font-size: clamp(1.15rem, 3vw, 1.25rem); font-weight: 500; color: #000; display: flex; flex-direction: column; align-items: center;}
.home_what ul>li>ol .title5::after{content: ""; width: 80px; height: 2px; background-color: var(--bg-main); margin-top: 1rem;}
.home_pros ul{width: calc(100% + 20px); margin: 0 -10px;}
.home_pros ul>li{width: 25%; padding: 0 10px; margin-top: 20px;}
.home_pros ul>li>a{border: 1px solid #ccc; overflow: hidden; padding: 1rem;}
.home_pros ul>li>a>span{flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-family: var(--family-second); font-size: 1rem; font-weight: bold; padding-top: 1rem;}
.home_pros ul>li>a:hover{box-shadow: 0 0 15px rgba(4,81,159,.7);}
.homeapps::before,.homeapps::after{content: ""; width: 100%; height: 20%; border-radius: 50%; position: absolute; left: 0; top: -10%; background-color: #fff;}
.homeapps::after{top: auto; bottom: -10%;}
.homeapps>div{position: relative; z-index: 2;}
.homeapps .home_title{color: #333;}
.homeapps ul{width: calc(100% + 10px); margin: 0 -5px;}
.homeapps ul>li{width: calc(100% / 7); padding: 0 5px; margin-top: 30px;}
.homeapps ul>li>a{padding: 1rem 0; flex-direction: column;}
.homeapps ul>li>a .icon{width: 100%; overflow: hidden;}
.homeapps ul>li>a .icon>img{width: auto; height: 50px; filter: drop-shadow(0 50px var(--bg-main)); position: relative; transform: translateY(-100%);}
.homeapps ul>li>a .textbox{flex: 1; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding-top: 1rem; font-weight: 500; font-size: .95rem; line-height: 1.2; font-family: var(--family-second);}
.homeapps ul>li>a:hover{box-shadow: 0 0 10px rgba(4,81,159,.2); background-color: #fff;}
.homeapps ul>li>a:hover .textbox{color: var(--bg-main);}
.home_about .home_title{text-align: left; color: #333; display: flex; flex-direction: column;}
.home_about .home_title::before{content: ""; width: 80px; height: 3px; background-color: var(--bg-main); margin-bottom: .5rem;}
.home_about .title2{font-size: 2.2rem;}
.home_about .more>a::after{width: 100%;}
.home_about .more>a:hover::after{width: 0;}
@media (max-width:1199.98px){
section,.section,.section_item{padding:2.5rem 0;}
}
@media (max-width:991.98px){
section,.section,.section_item{padding:1.875rem 0;}
.home_what .home_what_top{ display: block}
.home_what .home_what_top p{ padding-left: 0;}
.homeapps ul>li{width: calc(100% / 4);}
.home_about_swiper{ margin-top: 1rem;}
.home_pros ul > li{width:33.3%}
.home_what{ padding-top: 2rem;}
.home_about{ padding: 2rem 0;}
.home_what .home_what_top{padding: 0;}
.container .container2{ padding: 0;}
}
@media (max-width:767.98px){
section,.section,.section_item{padding:1.25rem 0;}
.home_what ul > li{width: calc(100% / 2);}
.home_pros ul > li{width:50%}
.homeapps::before, .homeapps::after{ display: none;}
}
@media (max-width:575.98px){
.homeapps{ display: none;}
.home_what ul > li > ol{ padding:1rem 0rem;}
.home_pros ul{width: calc(100% + 10px); margin: 0 -5px;}
.home_pros ul > li{padding: 0 5px; margin-top: 10px;}
.home_pros ul>li>a .imgbox{aspect-ratio: 4/3;}
.home_about{ padding-top: 0;}
.home_about_swiper .swiper-slide{aspect-ratio: 16/10;}
}
@media (max-width:374.98px){
.home_pros ul>li{width: 100%;}
}
/* index-end */
.footer {padding: 3rem 0 1.5rem 0; position: relative; overflow: hidden; background-color: #fff; border-top: 2px solid var(--bg-main);}
.footer::before{content: ""; width: 100%; height: 100%; background: url(../images/bg01.webp) no-repeat left center; background-size: auto 100%; position: absolute; left: 0; top: 0; opacity: .2; mix-blend-mode: multiply;}
.footer .container{position: relative; z-index: 2;}
.footer .h3{width: fit-content; font-family: var(--family-second); font-weight: bold; font-size: 1.125rem; color: #333;}
.footer .h3::after{content: ''; width: 50px; height: 2px; background-color: var(--bg-main); display: block; margin-top: .5rem;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer .h3>a:hover{color: var(--bg-hover);}
.footer .footer_logotext{font-size: 1rem;}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #333; font-size: .95rem; line-height: 24px;}
.footer_list li>a:hover{color: var(--bg-main);}
.footer_list li.more>a{padding: 0; color: var(--bg-main); text-transform: uppercase; font-size: .75rem;}
.footer_list li.more>a::before{content: none;}
.footer_list li.more>a::after{width: 100%;}
.footer_list li.more>a:hover{color: var(--bg-hover);}
.footer_list li.more>a:hover::after{width: 0;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin: 0;}
.footer_contact>li{width: 100%; color: #333; margin: 0 0 .5rem 0; font-size: .95rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative;}
.footer_contact>li a{color: #333;}
.footer_contact>li i{font-size: 1rem; position: absolute; left: 0; top: 2px; color: var(--bg-main);}
.footer_contact>li a:hover{color: var(--bg-main);}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative; z-index:2; padding: 2.5rem 0 0 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #333 !important; border: none !important;}
.theme-box-name{background: var(--bg-main) !important; border-left: none !important;}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.etw_root {padding: 1rem 0; margin-top: 1rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative; font-size: .875rem;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: #fff; padding-right: 0;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-hover); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* #quicknav-End */
.etw_hometitle{display: flex; flex-direction: column; margin-bottom: 1rem;}
.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: clamp(1.5rem, 3vw, 2rem); color: #333; font-weight: 500; margin-bottom: 1.25rem; font-family: var(--family-third);}
.etw_hometitle h2:last-child,.etw_hometitle>div[itemprop="name"]:last-child{margin-bottom: 0;}

/* Products */
.nbanner{display: flex; flex-wrap: wrap; background-color: var(--bg-main);}
.nbanner_left{width: 50%; overflow: hidden; position: relative;}
.nbanner_left picture{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}
.nbanner_left img{width: 100%; height: 100%; object-fit: cover;}
.nbanner_left::before{content: ""; display: block; padding-top: 35%;}
.nbanner_right{width: 50%; padding: 1.5rem 2.5rem; padding-left: 3.5%; display: flex; flex-direction: column; justify-content: flex-end;}
.nbanner_right .textbox{max-width: 500px; flex: none;}
.nbanner_right .title1{color: #fff; font-family: var(--family-third); font-weight: 400; font-size: 2.2rem;}
.nbanner_right .title1 span{display: block;}
.nbanner_right p{color: rgba(255,255,255,.8); font-size: .85rem; line-height: 1.5;}
.etw_hometitle_pros>h2{margin-bottom: .5rem; line-height: 1;}
.etw_hometitle_pros>small{font-size: clamp(1.05rem, 3vw, 1.125rem); color: #999;}
.pros_casting{width: 100%; margin: 0;}
.pros_casting>li{width: 100%; padding: 0; font-size: .875rem; font-weight: 400; line-height: 24px; margin-bottom: 5px;}
.pros_casting>li:last-child{margin-bottom: 0;}
.pros_list{width: calc(100% + 20px); margin: 0 -10px; margin-top: 1.5rem;}
.pros_list>li{width: 50%; padding: 0 10px;}
.pros_list>li>a{width: 100%; display: flex; padding: 1rem; align-items: center; justify-content: space-between; position: relative; border-top: 1px solid #666;}
.pros_list>li>a>i{width: 1.25rem; height: 1.25rem; border-radius: 50%; margin-right: 1rem; background-color: #5179a4; display: flex; align-items: center; justify-content:center; overflow: hidden;}
.pros_list>li>a>i::before{content: ""; width: 1.25rem; height: 1.25rem; background: url(../images/icons/plus.svg) no-repeat center center; background-size: contain; overflow: hidden; filter: drop-shadow(1.25rem 0 #fff); position: relative; transform: translateX(-1.25rem);}
.pros_list>li>a>span{flex: 1; font-weight: 400; line-height: 1.2; font-size: clamp(1rem, 3vw, 1.125rem); font-weight: 400; color: #555;padding-right: 0.5rem;}
.pros_list>li>a>.imgbox{width: 60px; mix-blend-mode: multiply;}
.pros_list>li>a:hover{background-color: var(--bg-F9);}
.pros_list>li>a:hover>span{color: var(--bg-hover);}
.pros_materials>li{width: 50%;}
.pros_materials>li>a{background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .125);}
.pros_materials>li>a .title6{width: 120px; padding: 1rem; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; transition: all .3s; background-color: var(--bg-F9); margin-bottom: 0;}
.pros_materials>li>a .textbox{float: 1; padding: 1.5rem; position: relative;}
.pros_materials>li>a .textbox>p{margin-bottom: 0; color: #555}
.pros_materials>li>a:hover{box-shadow: 0 0 10px rgba(4,81,159,.7);}
.more_icon{position: absolute; right: 0; bottom: 0; width: 40px; height: 30px; font-size: 1.125rem; color: var(--bg-main); background-color: var(--bg-F9); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 15px rgba(0, 0, 0, .125); transition: all .3s;}
.pros_materials>li>a:hover .textbox>.title6{color: var(--bg-main);}
.pros_materials>li>a:hover .more_icon{background-color: var(--bg-main); color: #fff;}
.pros_apps_list{width: calc(100% + 10px); margin: 0 -5px;}
.pros_apps_list>li{width: calc(100% / 8); padding: 5px;}
.pros_apps_list>li>a{background-color: var(--bg-F9); border-bottom: 1px solid var(--bg-main); padding: 1rem .5rem; background-color: var(--bg-F9); position: relative; z-index: 0; overflow: hidden; flex-direction: column; justify-content: center; align-items: center;}
.pros_apps_list>li>a>img{z-index: -1; opacity: .1;}
.pros_apps_list>li>a .icon{width: 100%; overflow: hidden;}
.pros_apps_list>li>a .icon>img{height: 50px; filter: drop-shadow(0 50px var(--bg-main)); position: relative; transform: translateY(-100%);}
.pros_apps_list>li>a .textbox{flex: 1; line-height: 1.2; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding-top: 1rem; font-weight: 400; font-size: .9rem; font-weight: 500;}
.pros_apps_list>li>a:hover{box-shadow: 0 0 10px rgba(4,81,159,.5); background-color: #fff;}
.pros_apps_list>li>a:hover .textbox{color: var(--bg-main);}
.pros_apps_list2>li{width: calc(100% / 7);}
.pros_whychoose::before{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background: url(../images/bg01.webp) no-repeat right bottom; background-size: auto; opacity: .1;}
.pros_whychoose>div{position: relative; z-index: 2;}
.pros_whychoose ul{width: calc(100% + 20px); margin: 0 -10px;}
.pros_whychoose ul>li{width: 25%; padding: 0 10px; margin-top: 50px;}
.pros_whychoose ul>li>ol{width: 100%; background-color: #fff; padding: 1rem; padding-top: 0; border-radius: .5rem; box-shadow: 0 0 5px rgba(0, 0, 0, .125); flex-direction: column; align-items: center;}
.pros_whychoose ul>li>ol .icon{width: 80px; background-color: #fff; border-radius: 50%; overflow: hidden; padding: 1rem; box-shadow: 0 -2px 2px rgba(0, 0, 0, .1); margin-top: -40px;}
.pros_whychoose ul>li>ol .textbox{width: 100%; padding-top: 1rem; flex-direction: column; align-items: center; text-align: center;}
.pros_whychoose ul>li>ol .textbox>.title5{font-size: 1rem;}
.pros_whychoose ul>li>ol .textbox>p{flex: 1; font-size: .875rem; font-weight: 400; color: #999;}
.pros_whychoose ul>li>ol:hover{box-shadow: 0 0 5px rgba(4,81,159,.5);}
.pros_whychoose ul>li>ol:hover .icon{box-shadow: 0 -2px 2px rgba(4,81,159,.5);}
@media (max-width: 991.98px){
.nbanner{min-height: 200px;}
.nbanner_left{width: 60%;}
.nbanner_right{width: 40%; padding: 1.5rem;}
.nbanner_right p{display: none;}
.pros_apps_list > li { width: calc(100% / 4);}
}@media (max-width: 767.98px){
.nbanner_left{width: 100%;}
.nbanner_right{display: none;}
.pros_whychoose ul > li{width:50%}
.pros_list > li{ width:100%}
.pros_materials > li{ width:100%}
.pros_apps_list > li { width: calc(100% / 3);}
}@media (max-width: 575.98px){
.pros_whychoose,.pros_apps,.case_none{ display: none;}
.pros_materials > li > a .title6{ width:100%}
}
/* Hub */
.pros_hub_list>li{width: 50%;}
.pros_hub_list>li>ol{flex-direction: row; border-radius: 50px 0; overflow: hidden; box-shadow: 0 0 30px rgba(0, 0, 0, .125);}
.pros_hub_list>li>ol a.imgbox{width: 40%;}
.pros_hub_list>li>ol .textbox{width: 60%; flex-direction: column; justify-content: space-between; padding: 1rem; padding-left: 1.5rem;}
.pros_hub_list>li>ol .textbox>.title6{font-size: 1.125rem;}
.pros_hub_list>li>ol .textbox>p{height:72px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.pros_hub_list>li>ol .textbox>.more{display: flex; justify-content: flex-end; margin: 0 -1rem -1rem 0;}
.pros_hub_list>li>ol .textbox>.more>a{padding: .5rem 1.5rem; border-radius: 40px 0 0 0; box-shadow: 0 0 30px rgba(0, 0, 0, .125);}
.pros_hub_list>li>ol .textbox>.more>a::after{height: 100%;}
.pros_hub_list>li>ol .textbox>.more>a:hover{color: #fff;}
.card{border: none; border-radius: 0; background-color: transparent; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;}
.card-link{width:100%; display:block; padding:1rem; padding-left: 2.5rem; font-size:.95rem; color: #333; font-weight: 400; position:relative; line-height:24px}
.card-link::after{content:""; width: 1.5rem; height: 1.5rem; position:absolute; left:.5rem; top:1rem;transition:all 0.3s; background: url(../images/icons/plus-lg.svg) no-repeat center center; background-size: contain;}
.card-body{padding:1rem; padding-top: 0; padding-left: 2.5rem; font-size: .95rem;}
.card-body p,.card-body ul li{font-size: inherit;}
.card:hover{background-color: var(--bg-WhiteSmoke);}
.card-link[aria-expanded="true"]::after{background: url(../images/icons/dash-lg.svg) no-repeat center center; background-size: contain;}
.faqshub .card-link{padding:1rem;}
.faqshub .card-link::after{content: none;}
.faqshub .card-body{padding:1rem; padding-top: 0;}
/* Details */
.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;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; justify-content: center;}
.related_pic ul>li{width: 20%; padding: 0 5px; align-items: center; justify-content: center;}
.related_pic ul>li img{border: 1px solid #ccc;}
.related_pic ul>li.imgdq img{border-color: var(--bg-main);}
.related_pic6 ul>li{width: calc(100% / 6);}
.related_pic4 ul>li{width: 25%;}
.related_pic4 ul{width: 80%; margin: 0 auto;}
.related_pic4 ul>li{padding: 2px;}
.related_pic5 ul{width: 70%; margin: 0 auto;}
.related_pic5 ul>li{padding: 2px;}
.left_pics2{flex-direction: row-reverse;}
.left_pics2 .left_pic{ flex: 1; padding-left: 20px;}
.left_pics2 .related_pic{margin: 0; width: 90px;}
.left_pics2 .related_pic ul{width: 100%; margin: 0; flex-direction: column;}
.left_pics2 .related_pic ul>li{width: 100%; padding: 0; margin-bottom: 10px;}
.left_pics2 .related_pic ul>li:last-child{margin-bottom: 0;}
.left_pics3{flex-direction: row-reverse;}
.left_pics3 .left_pic{padding-left: 20px; flex: 1;}
.left_pics3 .related_pic{margin: 0; width: 170px;}
.left_pics3 .related_pic ul{width: calc(100% + 2px); margin: 0 -4px;}
.left_pics3 .related_pic ul>li{width: 50%; padding: 2px;}
.left_pics3 .related_pic ul>li:last-child{margin-bottom: 0;}
.details_top .etw_hometitle{border-left: 2px solid var(--bg-main); padding-left: 1.5rem;}
.details_top .etw_hometitle h2{line-height: 1.2; margin-bottom: .5rem; font-size: 1.7rem;}
.details_top .etw_hometitle small{display: block; font-size: .95rem; line-height: 1.2; color: #999;}
.maximum_list>li{width: 50%; padding: 0 15px;}
.maximum_list>li>ol{flex-direction: row; align-items: center;}
.maximum_list>li>ol>img{width: auto; height: 38px; opacity: .5;}
.maximum_list>li>ol>p{flex: 1; padding-left: 1rem; display: flex; flex-direction: column; color: #333; font-weight: 400; font-size: .8rem;}
.maximum_list>li>ol>p>span{font-weight: bold; color: var(--bg-main);}
.section_item_box{width: 100%; overflow: hidden; background-color: #fff; padding: 2rem; box-shadow: 0 0 20px rgba(0, 0, 0, .125); margin-bottom: 2rem; border-bottom: 1px solid var(--bg-main);}
.section_item_box:last-child{margin-bottom: 0;}
.title4_style{display: flex; justify-content: center; align-items: center; position: relative; padding-bottom: 1rem; margin-bottom: 1.5rem; font-family: var(--family-third); font-weight: 500; font-size: 1.6rem;}
.title4_style::before,.title4_style::after{content: ""; width: 100%; max-width: 600px; height: 1px; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.title4_style::before{background-image: linear-gradient(to right,#eee 0%,#eee 30%,var(--bg-main) 30%, var(--bg-main) 45%,transparent 45%,transparent 55%,var(--bg-main) 55%,var(--bg-main) 70%,#eee 70%,#eee 100%);}
.title4_style::after{width: 7px; height: 7px; background-color: var(--bg-main); border-radius: 50%; bottom: -3px;}
.title4_style_left{display: flex; align-items: center; position: relative; padding-bottom: 1rem; margin-bottom: 1.5rem; font-family: var(--family-third); font-weight: 500; font-size: 1.6rem;}
.title4_style_left::before,.title4_style_left::after{content: ""; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0;}
.title4_style_left::before{background-image: linear-gradient(to right,var(--bg-main) 0,var(--bg-main) 18%,#eee 18%,#eee 100%);}
.title4_style_left::after{width: 7px; height: 7px; background-color: var(--bg-main); border-radius: 50%; bottom: -3px;}
.inquiryform>div{background-image: linear-gradient(to right,#fff, var(--bg-WhiteSmoke), var(--bg-WhiteSmoke), #fff); padding: 2rem; border-radius: 2rem 0; min-height: 415px;}
.inquiryform .title3{font-family: var(--family-third); font-weight: 500; font-size: 2rem;}
.inquiryform .inquiryform_title{padding-top: 4.5rem;}
.title4_style_left .more_big>a{border: 1px solid rgba(0, 0, 0, .05); background-color: #fff; color: var(--bg-main);}
.title4_style_left .more_big>a>i{width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; margin-top: -5px;}
.title4_style_left .more_big>a>i::before{font-size: 1.125rem;}
.title4_style_left .more_big>a:hover{background-color: var(--bg-main); border-color: var(--bg-main); color: #fff;}
.related_pros .title3{font-family: var(--family-third); font-weight: 500; color: #333;}
.related_pros_list{width: calc(100% + 10px); margin: 0 -5px;}
.related_pros_list>li{width: 20%; padding: 5px;}
.related_pros_list>li>a{align-items: center; border: 1px solid rgba(0, 0, 0, .05); padding: .5rem; padding-right: 1rem; position: relative; font-size: .875rem; font-weight: 400; color: #333;}
.related_pros_list>li>a::after{content: "\f105"; font-size: 1rem; position: absolute; right: .35rem; top: 50%; transform: translateY(-50%); font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased;}
.related_pros_list>li>a:hover{color: var(--bg-main); border-color: var(--bg-main); background-color: #fff;}
@media (max-width: 991.98px){
.nbannerdetails{display: none;}
.inquiryform .inquiryform_title{padding-top:0;}
.inquiryform{ padding:2px 0 1rem 0;}
.related_pros_list>li{width:25%;}
.related_pic ul,.related_pic ul li img{width: 100%;}

}@media (max-width: 767.98px){
.related_pros_list>li{width:33.3%;}
.section_item_box{padding: 1rem;}
}@media (max-width: 575.98px){
.maximum_list{ margin-bottom: 0 !important;}
.maximum_list>li{width:100%; padding: 0rem 1rem 1rem 1rem;}
.related_pros_list>li{width:50%;}
}@media (max-width: 375.98px){
.related_pros_list>li{width:100%;}

}
/* Products_End */
/* Applications */
.hubapps>div{display: flex; flex-wrap: wrap; align-items: flex-start;}
.hubapps_left{width: 25%; background-color: var(--bg-F9); position: sticky; top:80px;}
.hubapps_left .title1{font-size: 1.5rem; padding: 1.25rem; margin-bottom: 0;}
.hubapps_left ul{width: 100%; margin: 0; flex-direction: column;}
.hubapps_left ul>li{width: 100%; padding: 0; border-top: 1px solid var(--bg-main);}
.hubapps_left ul>li>a{display: flex; flex-direction: row-reverse; padding: .75rem 1rem; align-items: center; background-color: var(--bg-F9)}
.hubapps_left ul>li>a>.textbox{flex: 1;}
.hubapps_left ul>li>a>.icon{width: 40px; mix-blend-mode: multiply; opacity: .7; overflow: hidden;}
.hubapps_left ul>li>a>.icon>img{filter: drop-shadow(40px 0 var(--bg-main)); position: relative; transform: translateX(-40px);}
.hubapps_left ul>li>a:hover{background-color: #eee;}
.hubapps_left ul>li.active>a>.textbox{color: var(--bg-hover);}
.hubapps_right{width: 75%; padding-left: 3%;}
.hubapps_right .hubapps_title {display: flex; width: 100%; align-items: center; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.hubapps_right .hubapps_title .imgbox{width: auto;}
.hubapps_right .hubapps_title .imgbox>img{height: 50px; filter: drop-shadow(0 50px var(--bg-main)); position: relative; transform: translateY(-50px);}
.hubapps_right .hubapps_title .etw_hometitle{margin-bottom: 0; flex: 1; padding-left: 1.5rem;}
.hubapps_right .hubapps_title .etw_hometitle>div,.hubmaterials .etw_hometitle>div{margin-bottom: .5rem; font-size: 1.8rem; line-height: 1; font-weight: 500;}
.hubapps_right .hubapps_title .etw_hometitle>small{font-size: .9rem; color: #999;}
.hubapps_right .title4{font-size: 1.3rem; margin-top: 1.5rem;}
.ourpros ul{width: calc(100% + 20px); margin: 0 -10px;}
.ourpros ul>li{width: 20%; padding: 0 10px; margin-top: 20px;}
.ourpros ul>li>a{border: 1px solid #ccc; overflow: hidden; padding: 1rem; background-color: #fff;}
.ourpros ul>li>a>span{flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-family: var(--family-second); font-size: 1rem; font-weight: bold; padding-top: 1rem; line-height: 1.3;}
.ourpros ul>li>a:hover{box-shadow: 0 0 15px rgba(4,81,159,.7);}
.table td{border: 1px solid rgba(0, 0, 0, .05);}
.img_right{width: 50%; float: right; margin:0 0 .5rem 1.5rem; position: relative; z-index: 2;}
@media (max-width: 991.98px){
.ourpros ul>li{width: 33.3%;}
}@media (max-width: 767.98px){
}@media (max-width: 575.98px){
.ourpros ul{width: calc(100% + 10px); margin: 0 -5px;}
.ourpros ul>li{width: 50%; padding: 0 5px; margin-top: 10px;}
}@media (max-width: 374.98px){
.ourpros ul>li{width:100%;}
}
/* Applications End */
/* Crusher Parts */
.hub_crusher_list{width: 100%; margin: 0;}
.hub_crusher_list>li{width: 100%; padding: 2rem; margin-top: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, .2); border-radius: 2rem 0;}
.hub_crusher_list>li>a .imgbox{width: 38%; border-radius: 2rem 0;}
.hub_crusher_list>li>a  .textbox{padding-left: 2rem; flex-direction: column; justify-content: center;}
.hub_crusher_list>li>a  .textbox .title6{display: flex; flex-direction: column; font-size:clamp(1rem, 3vw, 1.5rem); font-weight: 500; color: #333; transition: all .3s;}
.hub_crusher_list>li>a  .textbox .title6::after{content: ""; width: 80px; height: 2px; background-color: var(--bg-main); margin-top: 1rem;}
.hub_crusher_list>li>a  .textbox p{color: #555; max-height:96px; line-height: 24px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-word; hyphens: auto;}
.hub_crusher_list>li>a  .textbox .more{justify-content: flex-end;}
.hub_crusher_list>li>a  .textbox .more>span{background-color: var(--bg-main); padding: .75rem 1rem; color: #fff; text-transform: uppercase; font-weight: 300; transition: all .3s; display: flex; align-items: center;}
.hub_crusher_list>li>a  .textbox .more>span>i{display: flex; line-height: 1rem; font-size: 1rem; margin-left: .5rem; margin-top: -3px;}
.hub_crusher_list>li>a .textbox .title6:hover{color: var(--bg-hover);}
.hub_crusher_list>li>a .textbox .more>span:hover {background-color: var(--bg-hover);}
.table3 tr>td:nth-child(1),.table3 tr>td:nth-child(3),.table3 tr>td:nth-child(5){text-align: center;}
.table3 tr>td:has(inquiry){text-align: left;}
.related_crusher .title2{font-family: var(--family-third); font-weight: 500;}
.related_crusher ul>li{width: 25%;}
.related_crusher ul>li>a{flex-direction: column; padding: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, .125);}
.related_crusher ul>li>a .title6{flex: 1; margin-bottom: 0; padding-top: 1rem; align-items: center; justify-content: center; text-align: center; transition: all .3s;}
.related_crusher ul>li>a:hover{box-shadow: 0 0 10px rgba(4,81,159,.5);}
.related_crusher ul>li>a:hover .title6{color: var(--bg-main);}
@media (max-width: 767.98px){
.hub_crusher_list>li{padding: 1.25rem;}
.hub_crusher_list > li > a .textbox .title6::after{ display: none;}
.hub_crusher_list > li > a .textbox p{max-height: 48px; -webkit-line-clamp: 2;}
.hub_crusher_list > li > a .textbox .more > span{ font-size: 0.9rem;padding: .5rem 0.8rem;}
.related_crusher ul>li{width: 50%;}
}@media (max-width: 575.98px){
.hub_crusher_list>li{padding: 1rem;}
.hub_crusher_list>li>a .imgbox{width: 45%;}
.hub_crusher_list>li>a .textbox{padding-left: 1.5rem;}
.hub_crusher_list>li>a .textbox .more>span{font-size: .75rem;}
.related_crusher ul{width:calc(100% + 20px); margin: 0 -10px;}
.related_crusher ul>li{padding: 10px;}

}@media (max-width: 475.98px){
.hub_crusher_list>li>a .imgbox{width: 100%;}
.hub_crusher_list>li>a .textbox{width: 100%; padding: 1rem 0 0 0;}
}@media (max-width: 374.98px){
.related_crusher ul>li{width: 100%;}
}
/* About Us */
.nbanner_hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, .5); display: flex; align-items: center; justify-content: center;}
.nbanner_hover>div{display: flex; flex-direction: column; align-items: center;}
.nbanner_hover .etw_hometitle>div{color: #fff; text-transform: uppercase;}
.company_nav ul{width: 100%; margin: 0; justify-content: center;}
.company_nav ul>li{width: calc(100% / 6); padding: 0; border-right: 1px solid rgba(0, 0, 0, .05);}
.company_nav ul>li:last-child{border-right: none;}
.company_nav ul>li>a{padding: 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.company_nav ul>li>a .imgbox{width: 50px;}
.company_nav ul>li>a .imgbox>img{opacity: .7;}
.company_nav ul>li>a .title6{flex: 1; margin: 0; padding-top: 1rem; font-weight: 400; text-align: center;}
.company_nav ul>li.active>a .imgbox>img{filter: drop-shadow(50px 0 var(--bg-main)); position: relative; transform: translateX(-50px); opacity: 1;}
.company_nav ul>li.active>a .title6{color: var(--bg-main);}

.history_list{width: 100%; margin: 0; position: relative;}
.history_list::before{content: ""; width: 6px; height: 100%; background-image: linear-gradient(var(--bg-hover),var(--bg-main)); position: absolute; left: 15%; top: 0; margin-left: -3px;}
.history_list>li{width: 100%; padding: 0; margin-bottom: 2rem; align-items: flex-start;}
.history_list>li .title5{width: 15%; display: flex; justify-content: flex-end; position: relative; z-index: 2; padding-right: 20px; filter: drop-shadow(0 0 10px rgba(0,0,0,.15));}
.history_list>li .title5>span{width: fit-content; background-color: #fff; padding: .35rem 1rem; border-radius: 5px; line-height: 1;}
.history_list>li .title5::before{content: ""; width: 0; height: 0; border-left: 10px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; position: absolute; right: 11px; top: 50%; transform: translateY(-50%); z-index: 2;}
.history_list>li .title5::after{content: ""; width: 20px; height: 20px; border: 3px solid var(--bg-hover); border-radius: 50%; background-color: #fff; position: absolute; right: -10px; top: 50%; transform: translateY(-50%);}
.history_list>li .textbox{width: 85%; padding-left: 5%; flex-direction: row; align-items: center;}
.history_list>li .textbox .imgbox{width: 25%; margin-right: 2rem;}
.history_list>li .textbox p{flex: 1;}
.manufacturing .etw_photo ul>li{flex-direction: column;}
.manufacturing .etw_photo ul>li>p{flex: 1; padding-top: .625rem;}
.certifications ul>li img{border: 1px solid rgba(0, 0, 0, .125);}
@media (max-width: 991.98px){
.company_nav ul>li{width: calc(100% / 4);}
.company_nav{ padding:1.5rem 0;}
}@media (max-width: 767.98px){
.company_nav ul>li{width: calc(100% / 3);}
.history_list>li .textbox .imgbox{width: 40%;}
.sm-imgbox .etw_photo2 ul>li{width: 100%;}

}@media (max-width: 575.98px){
.company_nav ul>li>a{padding: 10px;}
.history_list>li{flex-direction: column;}
.history_list::before{width: 2px; left: 0;}
.history_list>li .title5{width: 100px; padding: 0 0 0 10px; justify-content: flex-start;}
.history_list>li .title5::before{border-left:none; border-right: 10px solid #fff; right: auto; left: 0;}
.history_list>li .title5::after{width: 10px; height: 10px; border-width: 2px; right: auto; left: -7px; z-index: 2;}
.history_list>li .textbox{width: 100%; padding-left: 15px;}
.history_list>li .textbox .imgbox{width: 40%; max-width: 200px; margin-right: 1rem;}
.main_machining_equipment .etw_photo ul>li,.main_machining_equipment .etw_photo ul>li img{width: 100%;}
}@media (max-width: 499.98px){
.history_list>li .textbox{display: flex; flex-direction: column;}
.history_list>li .textbox .imgbox{width: 100%; margin: 0 0 1rem 0;}
}@media (max-width: 374.98px){
.company_nav ul>li{width: calc(100% / 1); border: none;}
.pb-1-375{ padding-bottom: 1rem;}
}
/* 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: bold; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.contact ul>li strong{color:#333; font-weight: 600; margin-right: .5rem;}
.contact ul>li a{color: var(--bg-main);}
.contact ul>li a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact .feedback{padding: 1.5rem; box-shadow: 6px 6px 0 #eee, -6px -6px #eee;}
.contact .feedback .webtitle{font-size:1.5rem; color:#333; text-align: center; font-weight: 700; font-family: var(--family-second);}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-hover) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 0 10px;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: #808080 !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--bg-main) !important;}
/* Contact Us-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{ font-size: 2rem; font-weight: 700; line-height: 1; margin: 0 0 1.875rem 0; color: #000;}
.videos .videostext{font-size: 1rem; font-weight: 400; margin-bottom: 1.25rem;}
.videos .videostext a{color: var(--bg-main); text-decoration: underline;}
.videos .videostext a:hover{color: var(--bg-hover); text-decoration: none;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size:1.625rem; font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family2);}
.videos_hub ul{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: 50%;}
.videos_company ul li>a{flex-direction: column; border-radius: 10px; overflow: hidden;}
.videos_company ul li>a .imgbox{width: 100%;}
.videos_company ul li>a .textbox{width: 100%; padding: 2rem; flex-direction: column;}
.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: 1rem; 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:calc(100% / 3);}
.videos_pros ul li>a{flex-direction: column; border-radius: 10px; overflow: hidden;}
.videos_pros ul li>a>.imgbox::after{width: 3.125rem; height: 3.125rem; font-size: 1.5rem; padding-left: .2rem;}
.videos_pros ul li>a>.textbox{flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; line-height: 22px; color: #000; padding: .75rem 1rem; transition: all .4s;}
.videos_pros ul li>a:hover>.textbox{color:var(--bg-hover)}
.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%}
#video_right h2{font-size: 1.875rem; color: var(--bg-main); font-weight: bold;}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #000; color:#000; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-hover); color:#fff; border-color:var(--bg-hover)}
.etw_videolist_more{display: none;}
#video_sidebar{width:30%; background-color:#fff; border-radius:10px;}
#etw_videolist{padding:1rem;}
#etw_videolist .title3{color: var(--bg-hover); text-transform:uppercase; display: flex; flex-direction: column;}
#etw_videolist .title3::after{content: ""; width: 100%; height: 1px; background-color: #ccc; margin-top: 1rem;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between;}
#etw_videolist ul li{width: 100%; margin-bottom:1rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center;}
#etw_videolist ul li a span{width:100%;font-size:0.95rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a span::before{content: ""; font-size: .75rem; position: absolute; left: 0; top: 6px; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#etw_videolist ul li a.dq span{color:var(--bg-hover);}
#etw_videolist ul li a:hover span{color: var(--bg-hover);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){
	#video_right{width:100%}
	#video_sidebar{width:100%;margin-top:2rem}
	#etw_videolist ul li{width: calc(50% - 1rem);}
}@media (max-width:767.98px){
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
}@media (max-width:575.98px){
	#video_right h2{font-size:1.25rem;}
	.d-none-575{ display: none;}
}
/* videos-End */
