@charset "utf-8";
/* font-awesome */
@import "../fonts/fontawesome/font-awesome.min.css";
/* bootstrap-icons */
@import "../fonts/bootstrap-icons/bootstrap-icons.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:"Inter";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Inter/Inter-Light.woff2) format("woff2"),url(../fonts/Inter/Inter-Light.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Inter/Inter-Regular.woff2) format("woff2"),url(../fonts/Inter/Inter-Regular.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Inter/Inter-Medium.woff2) format("woff2"),url(../fonts/Inter/Inter-Medium.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"),url(../fonts/Inter/Inter-SemiBold.woff) format("woff")}
@font-face{font-family:"Inter";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Inter/Inter-Bold.woff2) format("woff2"),url(../fonts/Inter/Inter-Bold.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-Light.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-Light.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-Regular.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-Regular.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-Medium.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-Medium.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff) format("woff")}
@font-face{font-family:"BarlowCondensed";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/BarlowCondensed/BarlowCondensed-Bold.woff2) format("woff2"),url(../fonts/BarlowCondensed/BarlowCondensed-Bold.woff) format("woff")}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* public */
:root {
	--bg-main: #023185;
	--bg-hover: #00B0E8;
	--family-first: "Inter", sans-serif;
	--family-second: "BarlowCondensed", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(#fff,var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),#fff);}
.bg-white-light{background-image: linear-gradient(#fff,#f8f9fa);}
.bg-light-white{background-image: linear-gradient(#f8f9fa,#fff);}
.bg-white-F9{background-image: linear-gradient(#fff,var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),#fff);}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:var(--family-first); font-weight: 300; 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: 600;}
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: .95rem;}
@media (max-width: 575.98px){
  h2,.h2 {font-size: 1.8rem;}
  h3,.h3,.title1 {font-size: 1.6rem;}
  h4,.h4,.title2 {font-size: 1.4rem;}
  h5,.h5,.title3 {font-size: 1.2rem;}
  h6,.h6,.title4 {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; flex-direction: column;}
.etw_photo ul li>a{flex-direction: column;}
.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; font-size: .875rem; line-height: 1.2; 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_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% / 3);}
}@media (max-width:575.98px){
	.etw_photo3 ul li,.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: 50%;}
	.etw_photo ul li span{font-size: .875rem;}
}@media (max-width: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; flex-wrap: nowrap;}
ul.items1 li{padding-left: 1.25rem;}
ul.items1 li::before{content: ""; width: 6px; height: 6px; background-color: rgba(0, 0, 0, .2); border-radius: 50%; position: absolute; left: 0; top: 9px;}

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; position: absolute; left: 0; 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-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: #fff !important; color: #000;; font-weight: 400; padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, .05); border-right: 1px solid #fff;}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.table_left tr td:nth-child(1),.table_left tr td:nth-child(3){background-color: #fff; color: #000;; font-weight: 400;}
.table_left .top td{background-color:#fff !important;}
.table1 td[rowspan]{background-color: #fff !important; color: #000;; font-weight: 400; text-align: center; border-right: 1px solid rgba(0, 0, 0, .05); border-bottom: 1px solid rgba(0, 0, 0, .05);}
.table1 .top td{background-color: #fff !important; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.table td[rowspan]{border-right: 1px solid rgba(0, 0, 0, .05);}
.table .top1 td{background-color: var(--bg-F9) !important; color: #000;; font-weight: 400; padding: 1rem;}
/* 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, radial-gradient(#5fb4df,var(--bg-hover)); background-size: 100% 100%, auto; transition: all .3s ease-in-out; overflow: hidden;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{ background-color: rgba(255, 255, 255, .9)}
/* More */
.more,.more_big{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; transition: all .3s; border: 1px solid var(--bg-main); padding: .625rem 1rem; font-size: .875rem; font-weight: 200; line-height: 1; color: var(--bg-main); overflow: hidden;}
.more>a>i{margin-left: -1rem; opacity: 0; transition: all .3s;}
.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_big>a{width:fit-content; display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .875rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem;}
.more_big>a>i{margin-left: 1rem;}
.more_big>a{padding: .75rem 1rem;}
.more_big>a::after{height: 100%;}
.more_big>a:hover{color: #fff;}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1.25rem; color: var(--bg-main); font-size: .875rem; font-weight: 300; position: relative; border-radius: 10px; overflow: hidden; z-index: 0; background-color: #fff; border: 1px solid var(--bg-main); text-transform: uppercase;  transition: all .3s ease-in-out;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{background-color: var(--bg-hover); border-color: var(--bg-hover); color: #fff;}
/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-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;}
@media (max-width:991.98px){
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li>span{color: #333; font-size: 1.875rem; margin-right: 2.5rem;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 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{float: left; padding: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:60px;}
#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;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; max-width: 700px; 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: 500; 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);}
@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; max-width: 100%;}
.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>div{width: 100%;}
.navbar>li:hover>a,.navbar>li.active>a{background-color: var(--bg-hover); color: #fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo {flex: 1;display: flex;}
#etw_logo a>img{max-height:50px;}
}@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
/* Banner */
.etw_banner{padding: 0;}
.etw_banner .swiper{width: 100%;}
.etw_banner .swiper .swiper-slide{height: auto; display: flex;}
.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: 1; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw_banner .swiper-pagination-bullet-active{opacity: 1; background-color: var(--bg-main);}
.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; text-align: center;}
.banner_text{margin: 0 auto; max-width: 900px; padding: 1rem 3rem; background-image: linear-gradient(to right, transparent, rgba(0,0,0,.5),transparent);}
.banner_text h2{color: #fff; font-size: 3rem;  margin-bottom: 1.5rem;}
.banner_text p{color: #fff; font-size: 1.125rem;}
.banner2 .banner_text h2{max-width: 640px; margin: 0 auto 1.5rem auto;}
@media (max-width: 1199.98px){
  .banner_text h2{font-size: 2.5rem;}
  .banner_text{padding: 1rem;}
}@media (max-width: 991.98px){
  .banner_text h2{font-size: 2rem;}
  .banner_text p{font-size: 1rem;}
}@media (max-width: 767.98px){
  .etw_banner .swiper-horizontal>.swiper-pagination-bullets, .etw_banner .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 10px;}
  .etw_banner .swiper .swiper-slide{height: 200px;}
  .etw_banner .swiper .swiper-slide img{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}
  .banner_text h2{font-size: 1.8rem; margin: 0 auto !important; max-width: 100% !important; text-align: center !important;}
  .banner_text p{display: none;}
}@media (max-width: 575.98px){
  .banner_text h2{font-size: 1.5rem;}
}
/* 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;}
.home_about .textbox{padding-left: 3rem;}
.home_about .textbox .title6{display: flex; align-items: center; color: var(--bg-hover); text-transform: uppercase; font-weight: 400; font-size: 1.125rem;}
.home_about .textbox .title6::before{content: ""; width: 30px; height: 2px; background-color: var(--bg-hover); margin-right: 1rem;}
.bg01{width: 260px; height: 120%; position: absolute; left: 10%; top: -25%; background: url(../images/bg01.webp) no-repeat center center; background-size: 100% 100%; opacity: .05; z-index: -1;}
.home_pros .title1{position: relative;}
.home_pros ul>li{width: calc(100% / 3);}
.home_pros ul>li>a{flex-direction: column; align-items: center; position: relative; overflow: hidden; border-radius: 1rem; background-color: var(--bg-F0);}
.home_pros ul>li>a .imgbox{mix-blend-mode: multiply;}
.home_pros ul>li>a .title6{width: fit-content; background-color: var(--bg-main); padding: .75rem 1rem; padding-right: 2rem; display: flex; align-items: center; justify-content: center; text-align: center; margin: 0; font-size: 1.125rem; font-weight: 600; position: relative; z-index: 2; transition: all .3s; color: #fff; position: absolute; left: 0; bottom: 7%; clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);}
.home_pros ul>li>a:hover{box-shadow: 0 0 15px rgba(0, 0, 0, .4);}
.index_contact{position: relative;}
.index_contact .title2{position: relative; z-index: 2;}
.index_contact img{margin-top: -8rem;}
.index_contact>ul{width: 45%; position: absolute; left: 0; top: 4rem; margin: 0;}
.index_contact>ul>li{width: 100%; padding: 0; margin-bottom: 1rem; display: flex; flex-direction: column;}
.index_contact>ul>li>strong{margin-bottom: .5rem;}
.index_contact>ul>li:last-child{margin-bottom: 0;}
@media (max-width:1199.98px){
	section,.section{padding:3.125rem 0;}
  .index_contact img{margin: -6rem 0 0 0; position: relative; transform: translateX(5rem);}
  .index_contact>ul{width: 60%;}
}@media (max-width:991.98px){
	section,.section,.section_item{padding:2.5rem 0;}
  .index_contact img{margin: 2rem 0 0 0; transform: translateX(10rem);}
  .index_contact>ul{width: 75%; top: 2.5rem;}
  .partners .etw_photo ul{width: calc(100% + 10px); margin: 0 -5px;}
  .partners .etw_photo ul>li{width: 20%; padding: 5px;}
}@media (max-width:767.98px){
	section,.section,.section_item{padding:1.875rem 0;}
  .home_about .textbox{padding-left: 0;}
  .home_pros ul>li{width: 50%;}
  .index_contact .title2{text-align: center; padding-bottom: 0 !important;}
  .index_contact img{display: none;}
  .index_contact>ul{width: 100%; top: initial; position: relative; margin-bottom: 1.5rem;}
}@media (max-width:575.98px){
	section,.section,.section_item{padding:1.25rem 0;}
  .home_pros ul{width: calc(100% + 20px); margin: 0 -10px;}
  .home_pros ul>li{width: 50%; padding: 10px;}
  .partners .etw_photo ul>li{width: calc(100% / 4);}
}@media (max-width:480.98px){
  .home_pros ul>li{width: 100%;}
  .partners .etw_photo ul>li{width: calc(100% / 3);}
}@media (max-width:375.98px){
	section,.section,.section_item{padding:1rem 0;}
  .partners .etw_photo ul>li{width: calc(100% / 2) !important;}
}
/* index-end */
.footer {padding: 3rem 0; position: relative; overflow: hidden;}
.footer::before{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background: url(../images/pro_detail.webp) no-repeat center center; background-size: cover; opacity: .3; z-index: -1;}
.footer::after{content: ""; width: 100%; height: 5px; background-image: linear-gradient(to right, var(--bg-main),var(--bg-hover)); position: absolute; left: 0; top: 0;}
.footer .container1{position: relative; z-index: 2;}
.footer .h3{width: fit-content; font-family: var(--font-family1); font-weight: 600; font-size: 1.2rem; color: #333;}
.footer .h3::after{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, var(--bg-main),var(--bg-hover)); display: block; margin-top: .5rem;}
.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{width: 100%; margin-bottom: .5rem; padding: 0 0 0 .75rem; line-height: 24px; position: relative;}
.footer_list li::before{content: ""; width: 4px; height: 4px; background-color: var(--bg-hover); position: absolute; left: 0; top: 10px;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{width: fit-content; display: block; color: #555; font-size: .875rem;}
.footer_list li>a:hover{color: var(--bg-hover);}
.footer_logo{margin-bottom: 1rem; display: flex; justify-content: flex-start;}
.footer_logo img{max-height: 40px;}
.footer_text{font-size: .9rem; line-height: 1.2;color: #333; margin-bottom: 1rem;}
.footer_contact{width: 100%; margin: 0;}
.footer_contact>li{width: 100%; color: #333; font-size: .95rem; line-height: 24px; padding: 0; padding-left: 1.8rem; position: relative; margin-bottom: .5rem;}
.footer_contact>li i{font-size: 1rem; position: absolute; left: 0; top: 2px; color: var(--bg-hover);}
.footer_contact>li a:hover{color: var(--bg-hover);}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding: 2rem 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;border:1px solid #333;font-size:.75rem;}
#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,#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: 2rem; color: #000; font-weight: bold; margin-bottom: 1.25rem;}
.etw_hometitle h2:last-child,.etw_hometitle>div[itemprop="name"]:last-child{margin-bottom: 0;}
@media (max-width:1199.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.875rem;}
}@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.75rem;}
}@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.5rem;}
}@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size: 1.25rem;}
}
/* Products */
.nbanner::before{content: ""; width: 100%; height: 100%; background-image: linear-gradient(to right,#000 30%, transparent 60%); position: absolute; left: 0; top: 0; z-index: 1; opacity: .6;}
.nbanner_hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center;}
.nbanner_hover .etw_hometitle>h2,.nbanner_hover .etw_hometitle>small{color: #fff;}
.nbanner_hover .etw_hometitle>small{max-width: 700px;}
.pros_list{width: calc(100% + 20px); margin: 0 -10px;}
.pros_list>li{width: calc(100% / 3); padding: 0 10px; margin-bottom: 20px;}
.pros_list>li>a{flex-direction: column; position: relative; overflow: hidden; background-image: linear-gradient(var(--bg-WhiteSmoke),#fff, #fff, var(--bg-WhiteSmoke)); border-radius: 1rem; padding: 1rem;}
.pros_list>li>a>.imgbox{mix-blend-mode: multiply;}
.pros_list>li>a .title5{flex: 1; padding-top: 1rem; display: flex; align-items: center; justify-content: center; text-align: center; margin: 0; font-size: 1.25rem; font-weight: 500; transition: all .3s; color: #333;}
.pros_list>li>a:hover{filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));}
.pros_list>li>a:hover .title5{color: var(--bg-hover);}
.pros_caps_list{width: calc(100% + 20px); margin: 0 -10px;}
.pros_caps_list>li{width: 50%; padding: 10px; position: relative;}
.pros_caps_list>li:first-child .imgbox{width: 105%; position: absolute; right: 10px; bottom: 10px;}
@media (max-width: 991.98px){
  .nbanner{height: 200px;}
  .nbanner img{height: 100%; object-fit: cover;}
  .pros_list>li{width: 50%;}
}@media (max-width: 767.98px){
  .pros_caps_list>li img{width: 100%;}
  .pros_caps_list>li:first-child .imgbox{position: relative; right: initial; bottom: initial;}
}@media (max-width: 575.98px){
  .nbanner_hover .etw_hometitle,.nbanner_hover .etw_hometitle>h2{margin-bottom: 0;}
  .nbanner_hover .etw_hometitle>small{display: none;}  
}@media (max-width: 480.98px){
  .pros_list>li{width: 100%;}
}
/* Hub */
.hubpros .container{display: flex; flex-wrap: wrap; align-items: flex-start;}
.hubpros_left{width: 25%; float: left; position: sticky; top: 90px;}
.hubpros_left>.title2{border-bottom: 1px solid var(--bg-hover); padding-bottom: 1rem; margin-bottom: 0;}
.hubpros_left>ul{width: 100%; margin: 0; flex-direction: column;}
.hubpros_left>ul>li{padding: 0; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.hubpros_left>ul>li>a{padding: .75rem 0; display: flex; align-items: center;}
.hubpros_left>ul>li>a>span{flex: 1;}
.hubpros_left>ul>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-hover); transition: all .3s ease-in-out;}
.hubpros_left>ul>li>a:hover,.hubpros_left>ul>li.active>a{color: var(--bg-hover);}
.hubpros_left>ul>li.active>a{font-size: 1rem; font-weight: 500;}
.hubpros_left>ul>li>a:hover::before,.hubpros_left>ul>li.active>a::before{width: 10px; margin-right: .5rem;}
.hubpros_right{width: 75%; float: right; padding-left: 2.5rem;}
.hubpros_list{width: 100%; margin: 0;}
.hubpros_list>li{width: 100%; padding: 0; margin-bottom: 30px;}
.hubpros_list>li:last-child{margin-bottom: 0;}
.hubpros_list>li>ol{flex-direction: row-reverse; padding: 2rem; box-shadow: 0 20px 20px rgba(0, 0, 0, .125); border-radius: 1rem; overflow: hidden;}
.hubpros_list>li>ol a.imgbox{width: 45%;}
.hubpros_list>li>ol .textbox{width: 55%; flex-direction: column; justify-content: center; padding-right: 1.5rem;}
.hubpros_list>li>ol .textbox a.title3{width: fit-content; display: flex; flex-direction: column-reverse; margin-bottom: 15px;}
.hubpros_list>li>ol .textbox a.title3>span{text-transform: uppercase; font-size: 1.125rem; color: var(--bg-hover);}
.hubpros_list>li>ol .textbox a.title3::before{content: ""; width: 80px; height: 2px; background-color: var(--bg-hover); margin-top: 1rem;}
.hubpros_list>li>ol .textbox>ul{border-bottom: 1px solid rgba(0, 0, 0, .05); margin-bottom: 1rem; padding-bottom: 5px;}
.hubpros_list>li>ol .textbox>ul>li{width: 50%; color: #333; font-weight: 500; flex-direction: column; padding: 0 15px; margin-bottom: 10px; font-size: .9rem;}
.hubpros_list>li>ol .textbox>ul>li>span{color: var(--bg-hover);}
.hubpros_list>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;}
.inquiryform_box{border-radius: 1rem; overflow: hidden; padding: 2.5rem; position: relative; box-shadow: 0 0 1rem rgba(0, 0, 0, .1); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.inquiryform_box::before{content: ""; width: 100%; height: 100%; position: absolute; inset: 0; background: url(../images/bg1.webp) no-repeat center center; background-size: cover; z-index: -1; opacity: .5;}
.inquiryform_title{flex: 1; padding-right: 1.5rem;}
.hub_caps small{display: block; margin: 0 auto 1rem auto; text-align: center; max-width: 900px;}
.hub_caps_list>li{width: 25%; }
.hub_caps_list>li>a{position: relative; overflow: hidden;}
.hub_caps_list>li>a::before{content: ""; width: 100%; position: absolute; inset: 0; background-image: linear-gradient(transparent 50%,#000); opacity: .7;}
.hub_caps_list>li>a .title6{width: 100%; margin: 0; position: absolute; left: 0; bottom: 0; z-index: 2; color: #fff; font-weight: 400; padding: 1rem; padding-top: 2rem; text-align: center; }
@media (max-width: 991.98px){
  .hubpros_list>li>ol .textbox>ul>li{width: 100%; flex-direction: row;}
  .hubpros_list>li>ol .textbox>ul>li>span{margin-left: .5rem;}
}@media (max-width: 767.98px){
  .hubpros_left{display: none;}
  .hubpros_right{width: 100%; padding: 0;}
  .hub_caps_list{width: calc(100% + 10px); margin: 0 -5px;}
  .hub_caps_list>li{padding: 5px;}
}@media (max-width: 575.98px){
  .hubpros_list>li>ol{flex-direction: column; padding: 1rem;}
  .hubpros_list>li>ol a.imgbox{width: 100%;}
  .hubpros_list>li>ol .textbox{width: 100%; padding-top: 1rem;}
  .hub_caps_list>li{width: 50%;}
}@media (max-width: 375.98px){
  .hub_caps_list>li{width: 100%;}
}
/* Details */
.left_pics{width: 100%; display: flex; flex-direction: row-reverse;}
.left_pic{width: 100%; flex: 1; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; padding: 5px;}
.left_pic img{mix-blend-mode: multiply;}
.related_pic{width: 90px; display: flex; flex-direction: column;}
.related_pic ul{width: 100%; flex: 1; margin: 0; flex-direction: column;}
.related_pic ul>li{width: 100%; flex: 1; padding: 5px;}
.related_pic ul>li img{border: 1px solid #ccc; object-fit: cover; cursor: pointer;}
.related_pic ul>li.imgdq img{border-color: var(--bg-hover);}
.related_pic .video_btn::before{--w:40px;}
.related_pic4 ul>li{flex: none;}
.left_pics2{flex-direction: column;}
.left_pics2 .left_pic{padding: 0;}
.left_pics2 .related_pic{width: 100%; margin-top: .625rem;}
.left_pics2 .related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-direction: row;}
.left_pics2 .related_pic ul>li{width: 20%;}
.left_pics2 .related_pic7 ul>li{width: calc(100% / 7);}
.left_pics2 .related_pic7 .video_btn::before{--w:30px;}
.details_top .etw_hometitle>h2{display: flex; flex-direction: column-reverse;}
.details_top .etw_hometitle>h2>span{color: var(--bg-hover); text-transform: uppercase; font-size: 1.125rem;}
.details_top .etw_hometitle:has(small)>h2{margin-bottom: .5rem;}
.details_top .etw_hometitle>small{display: block; font-size: 1.125rem; color: #999; padding-bottom: 1rem; border-bottom: 1px solid rgba(0, 0, 0, .05);}
.details_top .inquiry_boxs{display: flex; padding: 1rem 0; border-top: 1px solid rgba(0, 0, 0, .05); border-bottom: 1px solid rgba(0, 0, 0, .05);}
.key_spe>li{width: 50%; padding: 0 15px; margin-top: 1rem; flex-direction: column; font-family: var(--family-second); font-size: 1.125rem; color: #333; font-weight: bold; line-height: 1.75;}
.key_spe>li>span{color: var(--bg-hover); font-weight: 400; font-size: 1.5rem;}
.key_spe3>li{width: calc(100% / 3);}
.details_title,.details_left_title{display: flex; justify-content: center; align-items: center;}
.details_title::before,.details_title::after,.details_left_title::after{content: ""; flex: 1; max-width: 80px; height: 1px; background-color: var(--bg-main);}
.details_title>span{padding: 0 20px;}
.details_left_title{justify-content: flex-start;}
.details_left_title>span{padding-right: 20px;}
.inquirydetailsform>div{position: relative; border-radius: 2rem; overflow: hidden; padding: 2.5rem; box-shadow: inset 0 0 50px rgba(0, 0, 0, .1);}
.related_pros_title{display: flex; align-items: center; position: relative;}
.related_pros_title::after{content: ""; width: 100%; height: 1px; background-color: #ccc; position: absolute; left: 0; bottom: 0; z-index: -1;}
.related_pros_title .title2{flex: 1; display: flex; font-size: 1.5rem; font-weight: 500; color: #333;}
.related_pros_title .title2>span{width: fit-content; padding: 1rem 1.25rem; display: flex; cursor: pointer; border-radius: .5rem .5rem 0 0;}
.related_pros_title .title2>span.active{background-color: var(--bg-WhiteSmoke); color: var(--bg-main); border-bottom: 1px solid var(--bg-main);}
.related_pros_title .more>a{display: none;}
.related_pros_title .more>a.active{display: flex;}
.related_pros_list>li{width: calc(100% / 3); padding: 0 15px; margin-top: 20px;}
.related_pros_list>li>a{flex-direction: column; background-image: linear-gradient(#fff 55%,var(--bg-F9) 56%); padding: 1rem; padding-top: 0; border-radius: 1rem; overflow: hidden;}
.related_pros_list>li>a>img{mix-blend-mode: multiply;}
.related_pros_list>li>a .title6{padding-top: 1rem; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 0; font-size: 1.125rem; font-weight: 500; transition: all .3s;}
.related_pros_list>li>a:hover{box-shadow: 0 0 15px rgba(0, 0, 0, .2);}
.related_pros_list>li>a:hover .title6{color: var(--bg-hover);}
.related_pros_list2>li{width: 50%; padding: 0 15px; margin-top: 20px;}
.related_pros_list2>li>a{width: 100%; background-image: linear-gradient(to right, #fff 20%,var(--bg-F9) 21%);}
.related_pros_list2>li>a .imgbox{width: 50%;mix-blend-mode: multiply;}
.related_pros_list2>li>a .textbox{width: 50%; flex-direction: column; justify-content: center; padding: 1rem; padding-left: 1.5rem;}
.related_pros_list2>li>a .textbox .title6{display: flex; flex-direction: column; font-size: 1.25rem;}
.related_pros_list2>li>a .textbox .title6>span{font-size: 1rem;}
.related_pros_list2>li>a .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;}
.related_pros_content{display: block;}
.related_pros_content>div{display: none;}
.related_pros_content>div:first-child{display: block;}
.other_pros_list>li{width: calc(100% / 3); padding: 0 15px; margin-top: 20px;}
.other_pros_list>li>a{position: relative; overflow: hidden; border-radius: 10px;}
.other_pros_list>li>a .title5{margin: 0; width: fit-content; max-width: 90%; position: absolute; left: 0; bottom: 1rem; background-color: var(--bg-main); padding: .5rem 1rem; padding-right: 1.5rem; color: #fff; display: flex; flex-direction: column; clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%); font-weight: 500;}
.other_pros_list>li>a .title5>span{font-size: 1rem;}
.other_pros_list>li>a:hover{box-shadow: 0 0 15px rgba(0, 0, 0, .4);}
.table2 .table-bordered td{border: 1px solid rgba(0, 0, 0, .05);}
.table td.bg-white{font-size: .875rem; font-weight: 300 !important;}
.options_isuzu .row>div{display: flex; flex-direction: column;}
.options_isuzu .row>div>ul{width: 100%; flex: 1; margin: 0; flex-direction: column; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 1rem;}
.options_isuzu .row>div>ul>li{width: 100%; padding: 0; font-size: .875rem;}
.options_isuzu .row>div>ul>li>span{flex: 1;}
.options_isuzu .row>div>ul>li>span:last-child{text-align: right;}
#accordion .card{border: none; border-radius: 0; background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, .125);}
#accordion .card-header{background-color: inherit; padding: 0;border-bottom: none;}
#accordion .card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size:.95rem; font-weight: 400; color: #555; position:relative; line-height:24px}
#accordion .card-link::after{content:"\F282"; font-size:1.2rem; color:#999; position:absolute; right:1rem; top:1rem;transition:all 0.3s; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#accordion .card-body{padding:1rem; padding-top: 0; font-size: .95rem; color: #555;}
#accordion .card:hover{background-color: var(--bg-F9);}
#accordion .card:has([aria-expanded="true"]){background-color: var(--bg-F9);}
#accordion .card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.hubfaqs #accordion .card-link::after{content: none;}
.table_specifications .card{border: none; border-radius: 0; background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, .125);}
.table_specifications .card-header{background-color: inherit; padding: 0;border-bottom: none;}
.table_specifications .card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size:1rem; font-weight:400; color: #333; position:relative; line-height:24px}
.table_specifications .card-link:hover{color: var(--bg-main);}
.table_specifications .card-link::after{content:"\F282"; font-size:1.2rem; color:#000; position:absolute; right:1rem; top:1rem;transition:all 0.3s; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.table_specifications .card-body{padding:1rem; padding-top: 0;}
.table_specifications .card-link[aria-expanded="true"]{color: var(--bg-main);}
.table_specifications .card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
@media (max-width: 1199.98px){
  .showcase .etw_photo6 ul>li{width: calc(100% / 6) !important;}
}@media (max-width: 991.98px){
  .left_pics{flex-direction: column;}
  .left_pic{padding: 0;}
  .showcase .etw_photo ul>li{width: 20%;}
  .showcase .etw_photo ul.photo4>li{width: 25%;}
  .related_pic{width: 100%; flex-direction: column; margin-top: 5px;}
  .related_pic ul{width: calc(100% + 10px); flex: none; margin: 0 -5px; flex-direction: row;}
  .related_pic ul>li{width: 20%; flex: none;}
  .related_pic .video_btn::before{--w:30px;}
  .related_pros_list2>li{width: 100%;}
  .inquirydetailsform>div{padding: 1.5rem;}
}@media (max-width: 767.98px){
  .showcase .etw_photo ul>li{width: calc(100% / 3);}
  .showcase .etw_photo6 ul>li{width: calc(100% / 3) !important; flex-direction: column;}
  .showcase .etw_photo6 ul>li span{flex: 1;}
  .inquirydetailsform .title1{text-align: center;}
  .related_pros_title .title2>span{font-size: 1.125rem; padding: .75rem 1rem;}
  .related_pros_list,.related_pros_list2,.other_pros_list{width: calc(100% + 20px); margin: 0 -10px;}
  .related_pros_list>li,.related_pros_list2>li,.other_pros_list>li{width: 50%; padding: 0 10px; margin-top: 20px;}
  .related_pros_list2>li>a{flex-direction: column; padding: 1rem; background-image: linear-gradient(#fff 55%, var(--bg-F9) 56%); border-radius: .5rem;}
  .related_pros_list2>li>a .imgbox{width: 100%;}
  .related_pros_list2>li>a .textbox{width: 100%; padding: 1rem 0 0 0;}
  .related_pros_list2>li>a .textbox .title6{margin: 0; flex: 1; text-align: center; align-items: center;}
  .related_pros_list2>li>a .textbox>p{display: none;}
  .related_pros_list2>li>a:hover {box-shadow: 0 0 15px rgba(0, 0, 0, .2);}
}@media (max-width: 575.98px){
  .showcase .etw_photo ul>li,.showcase .etw_photo ul.photo4>li{width: 50%;}
  .related_pros_title .more{display: none;}
  .related_pros_list>li,.related_pros_list2>li,.other_pros_list>li,.other_pros_list>li img{width: 100%;}
}@media (max-width: 375.98px){
  .showcase .etw_photo6 ul>li{width: 50% !important;}
}
/* Products_End */
/* About Us */
.company .textbox1{background-color: var(--bg-F9); padding: 2.5rem;}
.history_list{width: 100%; margin: 0; position: relative;}
.history_list::before{content: ""; width: 10px; height: 100%; background-image: linear-gradient(var(--bg-hover),var(--bg-main)); position: absolute; left: 15%; top: 0; margin-left: -5px;}
.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: 4px 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%;}
.certifications small{display: block; text-align: center; margin-bottom: 1rem;}
.certifications .etw_photo ul>li>a>img{border: 1px solid rgba(0, 0, 0, .05);}
.why_choose>div{display: flex; flex-wrap: wrap; flex-direction: column;}
.why_choose>div:nth-child(even){flex-direction: column-reverse;}
.why_choose .textbox{background-color: #fff; padding: 1rem; box-shadow: 0 0 10px rgba(0, 0, 0, .125); position: relative; z-index: 0; overflow: hidden;}
.why_choose .textbox .img_hover{width: 50%; position: absolute; right: 0; bottom: 0; z-index: -1; opacity: .2;}
.company_nav ul{width: calc(100% + 20px); margin: 0 -10px;}
.company_nav ul>li{width: calc(100% / 7); padding: 0 10px; margin-top: 20px; filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));}
.company_nav ul>li>a{flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: .5rem; padding: 1rem; padding-top: 0; background-color: #fff; margin-top: 20px;}
.company_nav ul>li>a .imgbox{width: 80px; border-radius: 50%; background-color: #fff; margin-top: -40px; padding: 1rem;}
.company_nav ul>li>a .imgbox>img{opacity: .8;}
.company_nav ul>li>a .title5{flex: 1; font-size: 1.125rem; margin-bottom: 0;}
.company_nav ul>li.active>a .title5{color: var(--bg-hover);}
.ourpros_list>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.ourpros_list>li>a{position: relative; overflow: hidden; border-radius: 10px; background-color: var(--bg-F0);}
.ourpros_list>li>a>img{mix-blend-mode: multiply;}
.ourpros_list>li>a .title5{margin: 0; width: fit-content; max-width: 90%; position: absolute; left: 0; bottom: 1rem; background-color: var(--bg-main); padding: .5rem 1rem; padding-right: 1.5rem; color: #fff; display: flex; flex-direction: column; clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%); font-weight: 500;}
.ourpros_list>li>a .title5>span{font-size: 1rem;}
.ourpros_list>li>a:hover{box-shadow: 0 0 15px rgba(0, 0, 0, .4);}
.why_partner_list{width: calc(100% + 20px); margin: 0 -10px;}
.why_partner_list li{width: calc(100% / 3); padding: 10px;}
.why_partner_list li>ol{background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1rem; text-align: left; flex-direction: column;}
.why_partner_list li>ol .title6{font-size: 1.125rem; font-weight: 500;}
.why_partner_list li>ol p{font-size: .875rem;}
.partners_list>li{width: 50%; padding: 0 15px; margin-bottom: 30px;}
.partners_list>li>ol{background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 1.25rem; text-align: center;}
.advanced_list>li{width: calc(100% / 3);}
.advanced_list>li>ol{box-shadow: 0 0 10px rgba(0, 0, 0, .125); padding: 5px; background-color: #fff; flex-direction: column;}
.advanced_list>li>ol .textbox{padding: 15px 10px 10px 10px;}
.quality .etw_photo ul>li{flex-direction: column;}
.partners .etw_photo ul>li>img{box-shadow: 0 0 5px rgba(0, 0, 0, .1), 2px 10px 10px -8px rgba(0, 0, 0, .2);}
@media (max-width: 991.98px){
  .why_choose img{width: 100%;}
  .company_nav ul{justify-content: center;}
  .company_nav ul>li{width: calc(100% / 4); margin-bottom: 1rem;}
  .ourpros_list>li{width: 50%;}
  .ourpros_list>li img{width: 100%;}
}@media (max-width: 767.98px){
  .company .img-cover{position: relative; width: auto; height: auto;}
  .company .textbox1{padding: 1.5rem;}
  .certifications .etw_photo ul>li{width: 25%;}
  .why_choose>div{display: flex; flex-direction: row !important;}
  .why_choose .imgbox{width: 40%;}
  .why_choose .textbox{width: 60%;}
  .company_nav ul>li{width: calc(100% / 3);}
  .history_list::before{left: 20%;}
  .history_list>li .title5{width: 20%;}
  .history_list>li .textbox{width: 80%;}
  .ourpros_list>li,.why_partner_list li,.advanced_list>li{width: 50%;}
}@media (max-width: 575.98px){
  .certifications .etw_photo ul>li,.quality .etw_photo ul>li,.company_nav ul>li{width: 50%;}
  .why_choose .imgbox,.why_choose .textbox{width: 100%;}
  .ourpros_list{width: calc(100% + 20px); margin: 0 -10px;}
  .ourpros_list>li{padding: 0 10px; margin-top: 20px;}
}@media (max-width: 480.98px){
  .ourpros_list>li,.why_partner_list li,.partners_list>li,.advanced_list>li{width: 100%;}
}@media (max-width: 375.98px){
  .company_nav ul>li{width: 100%;}
  .service_photo .etw_photo ul>li{width: 50%;}
}
/* 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.h3{font-family: var(--family-second); font-size: 1.6rem; font-weight: 600; color: var(--bg-main); margin-bottom: 1rem;}
.contact ul>li{width: 100%; padding: 0; flex-wrap: nowrap; font-size:.95rem; line-height:24px; color: #555; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li strong{color:#333; font-weight: 500; margin-right: .5rem; text-wrap: 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 img{margin-left: 0;}
.contact .feedback{padding: 1.5rem; box-shadow: 5px 5px 0 #eee,-5px -5px 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: 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-btn,.etw-inquery-btn{background: #808080 !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover,.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{ font-size: 2rem; font-weight: 700; font-family: var(--family-second); line-height: 1; margin: 0 0 1.875rem 0; color: #333;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size:1.5rem; font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family-second);}
.videos_hub_title>span{margin-right: 1rem;}
.videos_hub_title::after {content: ""; flex: 1; max-width: 80px; height: 1px; background-color: var(--bg-main);}
.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; box-shadow: 0 5px 10px rgba(0,0,0,.15);}
.videos_hub ul li>a .imgbox .video_btn::before{--w:50px;}
.videos_hub:last-child{margin-bottom: 0;}
.videos_company ul li{width: calc(100% / 3);}
.videos_company ul li>a{flex-direction: column; overflow: hidden;}
.videos_company ul li>a .imgbox{width: 100%;}
.videos_company ul li>a .textbox{padding: 1rem; display: flex; align-items: center; justify-content: center; text-align: center;}
.videos_company ul li>a .textbox .title5{margin: 0; font-weight: 500; color: #555;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-hover);}
.videos_company ul li:first-child{width: 100%; margin-bottom: 20px;}
.videos_company ul li:first-child>a{flex-direction: row;}
.videos_company ul li:first-child>a .imgbox{width: 50%;}
.videos_company ul li:first-child>a .imgbox .video_btn::before{--w:60px;}
.videos_company ul li:first-child>a .textbox{width: 100%; padding: 2rem; flex-direction: column; align-items: flex-start; text-align: left;}
.videos_company ul li:first-child>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 500;}
.videos_company ul li:first-child>a .textbox>p{font-size: 1rem; font-weight: 400; color: #666; transition: all .4s;}
.videos_pros ul li{width: 25%;}
.videos_pros ul li>a{flex-direction: column; overflow: hidden;}
.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; font-weight: 500; color: #555; padding: .75rem 1rem; transition: all .4s; font-family: var(--family-second);}
.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.75rem; color: #333; font-weight: 500;}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #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-main); text-transform:uppercase; display: flex; flex-direction: column;}
#etw_videolist .title3::after{content: ""; width: 100%; height: 1px; background-color: #ccc; margin-top: 1rem;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between;}
#etw_videolist ul li{width: 100%; margin-bottom:.5rem; padding: 0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.95rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\F285"; font-size: .75rem; position: absolute; left: 0; top: 6px; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--bg-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,.videos_company ul li:first-child>a .imgbox,.videos_company ul li:first-child>a .textbox{width: 100%;}
  .videos_pros ul li{width: calc(100% / 3);}
	#video_sidebar{margin-top:1rem}
}@media (max-width:575.98px){
  .videos_company ul li,.videos_pros ul li{width: 50%;}
	#video_right h2{font-size:1.25rem;}
}@media (max-width:480.98px){
  .videos_company ul li,.videos_pros ul li{width: 100%;}
}
/* videos-End */
