@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:"OpenSans";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/OpenSans/OpenSans-Light.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Light.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/OpenSans/OpenSans-Regular.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Regular.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/OpenSans/OpenSans-Medium.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Medium.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/OpenSans/OpenSans-SemiBold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-SemiBold.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/OpenSans/OpenSans-Bold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-Bold.woff) format("woff")}
@font-face{font-family:"OpenSans";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/OpenSans/OpenSans-ExtraBold.woff2) format("woff2"),url(../fonts/OpenSans/OpenSans-ExtraBold.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:100;src:local(''),url(../fonts/Exo2/Exo2-Thin.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Thin.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Exo2/Exo2-ExtraLight.woff2) format("woff2"),url(../fonts/Exo2/Exo2-ExtraLight.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Exo2/Exo2-Light.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Light.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Exo2/Exo2-Regular.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Regular.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Exo2/Exo2-Medium.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Medium.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Exo2/Exo2-SemiBold.woff2) format("woff2"),url(../fonts/Exo2/Exo2-SemiBold.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Exo2/Exo2-Bold.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Bold.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Exo2/Exo2-ExtraBold.woff2) format("woff2"),url(../fonts/Exo2/Exo2-ExtraBold.woff) format("woff")}
@font-face{font-family:"Exo2";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Exo2/Exo2-Black.woff2) format("woff2"),url(../fonts/Exo2/Exo2-Black.woff) format("woff")}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
:root {
	--bg-main: #ef3424;
	--bg-hover: #99180d;
  --bg-blue1: #3490dc;
  --bg-blue2: #007AFF;
	--family-first: "OpenSans", sans-serif;
	--family-second: "Exo2", sans-serif;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-F2: #f2f2f2;
	--bg-F3: #f3f3f3;
	--bg-F4: #f4f4f4;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F6: #f6f6f6;
	--bg-F7: #f7f7f7;
	--bg-F8: #f8f8f8;
	--bg-F9: #f9f9f9;
	--bg-Gainsboro: #DCDCDC;
	--bg-Eee: #eeeeee;
}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-F2{background-color: var(--bg-F2) !important;}
.bg-F3{background-color: var(--bg-F3) !important;}
.bg-F4{background-color: var(--bg-F4) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F6{background-color: var(--bg-F6) !important;}
.bg-F7{background-color: var(--bg-F7) !important;}
.bg-F8{background-color: var(--bg-F8) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-Gainsboro{background-color: var(--bg-Gainsboro) !important;}
.bg-Eee{background-color: var(--bg-Eee) !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);}
.and{font-size: var(--family-first);}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#666; font-family:var(--family-first); font-weight: 400; font-size: .95rem; line-height:1.5; background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul,dl {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6 {color: #333; font-family: var(--family-second); margin-bottom: 1rem;}
h2,.h2 {font-size: clamp(1.3rem, 4vw, 2.5rem);}
h3,.h3 {font-size: clamp(1.2rem, 4vw, 2rem);}
h4,.h4 {font-size: clamp(1.1rem, 4vw, 1.75rem);}
h5,.h5 {font-size: clamp(1rem, 4vw, 1.5rem);}
h6,.h6 {font-size: clamp(.875rem, 4vw, 1.25rem); font-family: var(--family-first);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: #333; 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-main);}
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);}
figure,.figure{width: 100%; display:flex; flex-wrap: wrap;}
figure>a,.figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a:hover,.figure>a:hover{cursor: zoom-in;}
figure:last-child{margin-bottom: 0;}

.imgbox{width:100%;display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; transition:all 0.4s; z-index: 2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}

.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex;}
.swiper .swiper-slide>ol{width: 100%; display: flex; flex-wrap: wrap;}
.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;}
.position-relative{position: relative;}

@media (min-width:576px){
	.img-sm-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-sm-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
	.position-sm-relative{position: relative;}
}
@media (min-width:768px){
	.img-md-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-md-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
	.position-md-relative{position: relative;}

}
@media (min-width:992px){
	.img-lg-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-lg-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
	.position-lg-relative{position: relative;}

}
@media (min-width:1200px){
	.img-xl-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-xl-cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
	.position-xl-relative{position: relative;}
}
.row-cols{margin: 0 -5px; display: flex; flex-wrap: wrap;}
.row-cols>*{margin: 0; padding: 5px; display: flex;}
.row-cols>*>ol,.row-cols>*>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
.p-8{margin: 0 -8px;}
.p-8>*{padding: 8px;}
.p-10{margin: 0 -10px;}
.p-10>*{padding: 10px;}
.p-15{margin: 0 -15px;}
.p-15>*{padding: 15px;}
.p-20{margin: 0 -20px;}
.p-20>*{padding: 20px;}
@media (max-width: 575.98px){
.p-8,.p-10,.p-15,.p-20{margin: 0 -5px;}
.p-8,.p-10,.p-15,.p-20>*{padding: 5px;}  
}@media (max-width: 374.98px) {
.row-cols>*{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}
/* public */
.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;}

ul{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
ul li{display: flex; flex-wrap: wrap; padding: 10px;}
ul li>ol{width: 100%; display: flex; flex-wrap: wrap; transition: all .4s ease-in-out;}

.etw_photo{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo>figure{width: 100%; display: flex; flex-wrap: wrap;}
.etw_photo ul{width: calc(100% + 10px); margin: 0 -5px;}
.etw_photo ul li{width:100%; padding: 5px;}
.etw_photo ul li>a{width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; overflow: hidden; position: relative;}
.etw_photo ul li>a>span,.etw_photo ul li span{width: 100%; flex: 1; display: flex; justify-content: center; text-align: center; padding: .5rem 0; font-size: .95rem;}
.etw_photo ul li:hover span{color: var(--bg-hover);}
.etw_photo2 ul li{width:50%;}
.etw_photo3 ul li{width:calc(100% / 3)}
.etw_photo4 ul li{width:25%}
.etw_photo5 ul li{width:20%}
.etw_photo6 ul li{width:calc(100% / 6)}
.etw_photo_m1 ul{width: calc(100% + 20px); margin: 0 -10px;}
.etw_photo_m1 ul li{padding: 10px;}
.etw_photo_m2 ul li{padding: 15px;}
.etw_photo_m2{width: calc(100% + 30px); margin: 0 -15px;}
.etw_photo .no-gutters{width: 100%;}
.etw_photo .no-gutters>div{display: flex; flex-wrap: wrap;}
.etw_photo_hover ul li>a>span{width: 100%; position:absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent,rgba(0,0,0,.8)); color: #fff; padding: 1rem;}
.etw_photo_hover .imgbox::before{content: none;}

@media (max-width:1199.98px){
	.etw_photo6 ul li{width: 20%;}
	.etw_photo ul li:nth-child(11):nth-last-child(2),
	.etw_photo ul li:nth-child(12):nth-last-child(1){display: none;}
}@media (max-width:991.98px){
	.etw_photo5 ul li,.etw_photo6 ul li{width: 25%;}
	.etw_photo ul li:nth-child(11):nth-last-child(2),
	.etw_photo ul li:nth-child(12):nth-last-child(1){display: flex;}
	.etw_photo ul li:nth-child(9):nth-last-child(1),
	.etw_photo ul li:nth-child(9):nth-last-child(2),
	.etw_photo ul li:nth-child(10):nth-last-child(1){display: none;}
}@media (max-width:767.98px){
	.etw_photo4 ul li,.etw_photo5 ul li,.etw_photo6 ul li{width: calc(100% / 3);}
	.etw_photo ul li:nth-child(9):nth-last-child(1),
	.etw_photo ul li:nth-child(9):nth-last-child(2){display: flex;}
	.etw_photo ul li:nth-child(7):nth-last-child(2),
	.etw_photo ul li:nth-child(8):nth-last-child(1){display: none;}
}@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:nth-child(7):nth-last-child(2),
	.etw_photo ul li:nth-child(8):nth-last-child(1),
	.etw_photo ul li:nth-child(10):nth-last-child(1){display: flex;}
	.etw_photo ul li:nth-child(3):nth-last-child(1),
	.etw_photo ul li:nth-child(5):nth-last-child(1),
	.etw_photo ul li:nth-child(9):nth-last-child(1){display: none;}
	.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,dl.items{width: 100%; display: flex; flex-wrap: wrap; margin: 0 0 1rem 0;}
ul.items:last-child,dl.items:last-child{margin-bottom: 0;}
ul.items li,dl.items dd{width: 100%; display: flex; flex-wrap: wrap; position:relative; margin-bottom: 10px; padding: 0; line-height: 24px;}
ul.items li:last-child,dl.items dd:last-child{margin-bottom: 0;}
ul.items li::before,dl.items dd::before{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;}
ul.items li strong,dl.items dd strong{margin-right: .25rem;}
ul.items li:has(p) p,ul.items li:has(p) span,dl.items dd:has(p),dl.items dd:has(span){flex: 1;}
ul.items1 li,dl.items1 dd{padding-left: 1.5rem;}
ul.items1 li::before,dl.items1 dd::before{content: ''; width: 16px; height: 24px; background: url(../images/check.png) no-repeat center center; background-size: contain; position: absolute; left: 0; top: 0;}
/* 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: .625rem;}
.table-responsive>.table-bordered{border: 1px solid #fff;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.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: 400; text-align: center; padding: .75rem; border-bottom: 1px solid #fff; border-right: 1px solid #fff;}
.table a,.table a:not([href]):not([class]){color: var(--bg-hover); cursor: pointer;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-hover); text-decoration: none;}
.table .top td a{color: var(--bg-hover);}
.table .top td a:hover{color: var(--bg-main);}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.border-top{border-color: #f5f5f5 !important;}
/* 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-image: radial-gradient(var(--bg-main) 20%,var(--bg-hover)); color: #fff; font-size: 2.5rem; padding-left: 5px; display: flex; align-items: center; justify-content: center; 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; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{ background-color: rgba(255, 255, 255, .9)}
.video_left{left: 0;}
.video_right{left: 100%;}
/* More */
.more{display: flex;}
.more>a{width:fit-content;  display: flex; flex-direction: row-reverse; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .875rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem;}
.more>a::before{content: '\F285'; margin-left: .625rem; 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; transition: all .3s;}
.more>a::after{content: ''; width: 0; height: 1px; background-image: linear-gradient(135deg,var(--bg-hover),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;}
/* inquiry_quote */
.inquiry_quote,.inquiry_btn{display: flex; align-items: center;}
.inquiry_quote>a,.inquiry_btn>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: 1rem; position: relative; overflow: hidden; z-index: 0;}
.inquiry_quote>a::before,.inquiry_btn>a::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(135deg,#390400,var(--bg-main)); background-size: 100% 100%; background-position: right center; z-index: -1; transition: all .3s ease-in-out;}
.inquiry_quote>a:hover,.inquiry_btn>a:hover{transform: translateY(3px); box-shadow: 0 10px 10px rgba(0,0,0,.2);}
.inquiry_quote>a:hover::before,.inquiry_btn>a:hover::before{background-size: 200% 100%;}
.font-weight-light {font-weight: 300 !important;}
.font-weight-normal {font-weight: 400 !important;}
.font-weight-bold {font-weight: 700 !important;}

.inquiry_quote .video_btn{position: relative; left: initial; top:initial; transform: initial; display: flex; align-items: center; margin-left: 2rem;}
.inquiry_quote .video_btn::before,.proshub .imgbox>.video_btn::before{--w:40px; font-size: 1.5rem; padding-left: 2px;}
.inquiry_quote .video_btn>span,.proshub .imgbox>.video_btn>span{flex: 1; background-image: linear-gradient(135deg, var(--bg-hover), var(--bg-main)); border-radius: 30px; color: #fff; padding: .25rem .5rem .25rem 2rem; box-shadow: 0 0 5px rgba(0, 0, 0, .1); text-transform: uppercase; font-size: .75rem; margin-left: -1.5rem; z-index: -1;}
.proshub .imgbox>.video_btn{transform: initial; left: initial; top: initial;}

@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){}
@media (max-width:575.98px){}
@media (max-width:375.98px){}
/* public-End */
/* etw_language */
.etw_language{min-height: 35px; 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:#333; display:flex; justify-content:center; align-items:center; height: 35px; 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:#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: 85px;}
.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: 26px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; height:33px;}
#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: block; padding-top: 5px;}
nav .navbar{padding:0; justify-content:flex-end}
nav .navbar-collapse{flex-grow:0; width:100%; border:none; height:100%; align-items:initial; position: relative;}
.navbar-expand-lg .navbar-nav{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; margin: 0;}
.navbar-expand-lg .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; margin-left: 2rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-link{width:100%; min-height:45px; display:flex;align-items:center; justify-content:center; font-size: 1rem; font-weight: 500; position: relative; z-index: 0; padding: 0; overflow: hidden; font-family: var(--family-second); color: #333;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\F282"; 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; border: none;}
.navbar-expand-lg .navbar-nav .nav-link::before{content: ''; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left:50%; bottom: 0; transform: translateX(-50%); transition: all .4s ease-in-out;}
.navbar-light .navbar-nav .nav-item.active .nav-link{color: var(--bg-main);}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .show>.nav-link{color:var(--bg-main);}
nav .navbar-nav .nav-item.active .dropdown-toggle::after,
nav .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link::before{width: 100%;}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.pro_icon{display:none}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1rem; background-image: linear-gradient(135deg,var(--bg-hover), var(--bg-main)); color: #fff;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link>i{font-size: 1.5rem; margin-left: .5rem;}
/* 导航下拉 */
.dropdown-menu{left:0; top:150%; border:none; margin:0 !important; padding:0 !important; border-radius: 0 !important; border: none !important; 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);}
.dropdown-menu ul{width: 100%; margin: 0;}
.dropdown-menu ul li{width: 100%; padding: 0; border-bottom: 1px dashed #ccc;}
.dropdown-menu ul li:last-child{border-bottom: none;}
.dropdown-menu ul li .dropdown-item{color:#666; font-size:.95rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem 1rem; align-items: center;}
.dropdown-menu ul li .dropdown-item:hover{color: var(--bg-main);}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-main);}

@media (max-width:1299.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 1.5rem;}
}
@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 0.9rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-left: 0.5rem;}
	.navbar-expand-lg .navbar-nav .nav-link{font-size: .85rem;}
}
@media (max-width:991.98px){
	#header {padding-top: 0;}
	.header{position: relative;}
	.header .container{display: flex; flex-wrap: wrap; align-items: center;}
	#etw_logo {flex: 1;display: flex;}
	#etw_logo a>img{max-height:50px;}

	.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%;}
	nav .navbar{width: 100%; position:relative;right:initial;top:inherit;z-index:10}
	nav .navbar-collapse{flex: 1;}
	.navbar-expand-lg .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	.navbar-expand-lg .navbar-nav .nav-item>div{width: 100%;}
	.navbar-expand-lg .navbar-nav .nav-link{border-bottom:1px solid #ddd;padding:0 1rem; min-height: 40px; position:relative;font-size:1rem;justify-content:flex-start; color: #000;}
	.navbar-light .navbar-nav a.nav-link::before,.navbar-light .navbar-nav a.nav-link::after{display: none;}
	.nav-item 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}
	.navbar-expand-lg .navbar-nav .nav-item:hover span.pro_icon,
	.navbar-expand-lg .navbar-nav .nav-item.active span.pro_icon{color: #fff;}
	.navbar-light .navbar-nav .nav-item.active .nav-link,
	.navbar-light .navbar-nav .nav-item:hover .nav-link,
	.navbar-light .navbar-nav .show>.nav-link{color:#fff; background-color: var(--bg-main);}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1rem; color: #000; background-color: #fff; border: none; border-radius: 0; background-image: none;}
	.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: var(--bg-main); color: #fff;}
	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial;top:initial}
	.dropdown-toggle::after{display:none}
	.dropdown-menu{border-top: none;}
	.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:0;display:block}
}@media (max-width:575.98px){
#etw_logo {padding: 15px 0;}
	#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 img,.etw_banner_img{width: 100%;}
.banner_hover{width: 50%; height: 100%; position: absolute; right: 0; top: 0; z-index: 3; display: flex; background-image: linear-gradient(to left, rgba(0,0,0,.9),transparent);}
.banner_hover .banner_text {width: 600px; position: absolute; right: 0; top: 15%; padding-right: 40px; display: flex; flex-direction: column;}
.banner_hover .banner_text .h2{display: flex; flex-direction: column; color: #fff; font-size: clamp(1.25rem, 4vw, 1.875rem); font-weight: bold; text-transform: uppercase;}
.banner_hover .banner_text .h2::after{content: ""; width: 240px; height: 8px; background-color: var(--bg-hover); margin-top: .5rem;}
.banner_hover .banner_text p{color: #fff; font-weight: bold; text-transform: uppercase; margin: 1.5rem 0 0 0;}
.banner_img{width: 30%; padding: 0 20px; float: right; transform: translateY(-50%); position: relative; z-index: 3;}
@media (max-width:1199.98px){
.banner_hover{width: 70%;}
.banner_img{width: 40%;}
}@media (max-width:991.98px){
.etw_banner .dropdown{min-height: 250px; z-index: 1;}
.etw_banner .dropdown picture,.etw_banner .dropdown img{width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;}
.banner_hover{width: 90%;}
.banner_img{width: 50%;}
}@media (max-width:767.98px){
.banner_hover{width: 100%;}
.banner_hover .banner_text {width: 100%; padding: 1.25rem; top: 50%; transform: translateY(-50%);}  
}@media (max-width:575.98px){
.etw_banner .dropdown{min-height: 200px;}
.banner_hover .banner_text .h2{text-align: right; display: flex; flex-direction: column; align-items: flex-end; margin-bottom: 0;}
.banner_hover .banner_text p,.banner_img{display: none;}
}
/* Banner-end */
/* index */
section,.section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.section_item{width: 100%; padding: 3.125rem 0; display: block; position: relative; overflow: hidden;}
aside{width: 100%; padding: 3.125rem 0; display: block; position: relative;}
.title1,.title2,.title3,.title4,.title5,.title6{color: #333; line-height: 1.2; font-family: var(--family-second); margin-bottom: 1rem;}
.title1{font-size: clamp(1.4rem, 4vw, 2.25rem); font-weight: bold;}
.title2{font-size: clamp(1.3rem, 4vw, 2rem); font-weight: bold;}
.title3{font-size: clamp(1.2rem, 4vw, 1.75rem); font-weight: 600;}
.title4{font-size: clamp(1.1rem, 4vw, 1.5rem);}
.title5{font-size: clamp(1rem, 4vw, 1.25rem);}
.title6{font-size: clamp(.875rem, 4vw, 1rem);}
.homepros{margin-top: -5rem;}
.homepros_text{margin-bottom: 2rem;}
.homepros_text .title2{padding: 0 0 1rem 0; text-align: center; text-transform: uppercase;}
.homepros_text small{width: fit-content; border-top: 2px solid var(--bg-main); display: flex; margin: 0 auto; font-size: 1.125rem; font-weight: 600; padding-top: 2rem;}
.homepros_text .textbox{font-size: .95rem;}
.homepros_list{width: calc(100% + 30px); margin: 0 -15px;}
.homepros_list>li{width: calc(100% / 3); padding: 0 15px; margin-bottom: 40px;}
.homepros_list>li>ol{flex-direction: column; box-shadow: 0 38px 34px -30px rgba(0,0,0,.25); transition: all .3s;}
.homepros_list>li>ol a.h6{flex: 1; background-color: var(--bg-F7); padding: 1rem; display: flex; flex-direction: column; font-size: 1.125rem; transition: all .3s; color: #333;}
.homepros_list>li>ol a.h6>span{font-size: .875rem; margin-bottom: .5rem; transition: inherit;}
.homepros_list>li>ol .textbox{flex-direction: column; padding: 1rem;}
.homepros_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-break: keep-all;}
.homepros_list>li>ol:hover{border-color: var(--bg-main);}
.homepros_list>li>ol:hover a.h6{background-color: var(--bg-main); color: #fff;}
.homepros_list>li>ol:hover a.h6>span{color: #fff;}
.homepros_list>li>ol:hover a.imgbox>img{filter: contrast(110%) brightness(110%);}
.homeservice{background: url(../images/bg1.jpg) no-repeat center center; background-size: cover;}
.homeservice .title2{display: flex; flex-direction: column; margin-bottom: 1.5rem;}
.homeservice .title2::before{content: ''; width: 130px; height: 4px; background-color: var(--bg-main); margin-bottom: 1.25rem;}
.homeservice p{font-size: 1rem; margin-bottom: 1.5rem;}
.homeservice ul{margin-bottom: 1.5rem;}
.homeservice ul>li{width: 50%; font-size: 1rem; color: #555; font-weight: bold; padding: 5px 10px;}
.homeservice .more>a{padding: 1rem; background-color: var(--bg-main); color: #fff;}
.homeservice .more>a::after{height: 100%;}
.homeabout_content{background: url(../images/about_bj.jpg) no-repeat center center; background-size: cover; position: relative; padding: 3rem 0;}
.homeabout_content::before{content: ''; width: 50%; height: 100%; background-color: #fff; position: absolute; right:0; top: 0; opacity: .8;}
.homeabout_content .video_btn{left:100%;}
.homeabout_content .video_btn::before{background-color: rgba(255, 255, 255, .9);}
.homeabout_content .textbox{width: 136%; background-image: linear-gradient(to right,transparent,rgba(255,255,255,.8)); padding: 2rem;}
.homeabout_content small{text-transform: uppercase; color: var(--bg-main); font-size: 1.125rem;}
.homeabout_content p{color: #555;}
.homeabout_content .more>a{padding: 1rem; background-color: var(--bg-main); color: #fff;}
.homeabout_content .more>a::after{height: 100%;}
.factory_swiper{position: relative; padding: 3rem 0; margin-bottom: 2rem;}
.factory_swiper .swiper-slide{width: 285px; float: left;}
.factory_swiper .swiper-slide>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.factory_swiper .swiper-slide>a .textbox{width: 100%; position: absolute; left:0; bottom: 0; z-index: 2; background-color: rgba(0,0,0,.6); color: #fff; font-size: 1rem; padding: .75rem; text-align: center; transition: all .3s;}
.factory_swiper .swiper-slide>a:hover .imgbox>img{transform: scale(1.1);}
.factory_swiper .swiper-slide>a:hover .textbox{bottom: -100%;}
.factory_swiper .swiper-pagination{bottom: 0;}
.factory_swiper .swiper-pagination-bullet{width: 30px; height: 4px; border-radius: 0; transition: all .3s ease-in-out;}
.factory_swiper .swiper-pagination-bullet-active{height: 6px; background-color: var(--bg-main); opacity: 1;}
.factory_swiper .prev-button,.factory_swiper .next-button{position: absolute; left:-50px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--bg-main);}
.factory_swiper .next-button{left:auto; right: -50px;}
@media (max-width: 1699.98px){
.homeabout_content .textbox{width: 125%;}
}@media (max-width: 1499.98px){
.homeabout_content .textbox{width: 105%;}
}@media (max-width:1299.98px){
.homeservice{background: url(../images/bg1_1280.jpg) no-repeat center center; background-size: cover;}
.homeabout_content{background: url(../images/about_bj_1280.jpg) no-repeat center center; background-size: cover;}
.homeabout_content .textbox{width: 100%; padding: 1.25rem;}
}@media (max-width:1199.98px){
section,.section{padding:3.125rem 0;}
.homepros{margin-top: -4rem;}
.homeabout_content::before{width: 58.33333%;}
.factory_swiper{padding: 2.5rem;}
.factory_swiper .prev-button,.factory_swiper .next-button{left: 0;}
.factory_swiper .next-button{left: auto; right: 0;}
}@media (max-width:991.98px){
	section,.section,.section_item{padding:2.5rem 0;}
  .homeservice{background: url(../images/bg1_750.jpg) no-repeat center center; background-size: cover;}
  .homeabout_content{background: url(../images/about_bj_750.jpg) no-repeat center center; background-size: cover;}
}@media (max-width:767.98px){
section,.section,.section_item{padding:1.875rem 0;}
.homeservice{background: url(../images/bg1_750.jpg) no-repeat left center; background-size: cover;}
.homepros_list>li{width: 50%;}
.homeabout_content::before {width: 100%;}
.homeabout_dropdown{position: initial;}
.homeabout_content .video_btn{left: 85%; top: 9%;}
}@media (max-width:575.98px){
section,.section,.section_item{padding:1.25rem 0;}
.homeservice{background: url(../images/bg1_480.jpg) no-repeat center center; background-size: cover;}
.homeabout_content{background: url(../images/about_bj_480.jpg) no-repeat center center; background-size: cover;}
.homepros{margin-top: 0rem;}
.homepros_list>li{width: 100%;}
.homeabout_content .video_btn::before{--w:50px;}
}@media (max-width:375.98px){
	section,.section,.section_item{padding:1rem 0;}
}
/* index-end */
.footer {position: relative; overflow: hidden; background-image: linear-gradient(#fff,#dcdada); padding-top: 2.5rem; border-top: 1px solid var(--bg-main);}
.footer .container{position: relative; z-index: 2;}
.footer .h3{font-family: var(--family-second); font-weight: 600; font-size: 1.2rem; 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-main);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #555; font-size: .875rem; position: relative; padding-left: 1rem;}
.footer_list li>a::before{content: ''; width: 5px; height: 5px; background-color: #444; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.footer_list li>a:hover{color: var(--bg-main);}
.footer_list li>a:hover::before{background-color: var(--bg-main);}
.footer_more{padding-top: .5rem;}
.footer_more>a{width: fit-content; border-bottom: 1px solid var(--bg-main);}
.footer_more>a:hover{color: var(--bg-main);}
.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{display:block; margin: 0; width: 100%;}
.footer_contact li{width: 100%; color: #333; display: block; margin-bottom: .5rem; 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-hover);}
.footer_contact li a:hover{color: var(--bg-hover);}
.footer_contact li:last-child{margin-bottom: 0;}
.footer_contact .footer_img{float: right; display: flex; width: 55%; justify-content: space-between;}
.footer_contact .footer_img .imgbox{width: calc(50% - 6px);}
.footer_contact .footer_img .imgbox>span{padding-top: .5rem;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.875rem 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;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-main); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important; position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center; background: #333; z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%; mix-blend-mode: multiply;}
#etw_top a{color:#fff;font-size:0.9rem;}
#etw_top:hover{background:var(--bg-main);transform:translateY(-0.5rem)}
#etw_top:after{position:absolute;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:1;background:radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0,rgba(0,0,0,0) 80%)}
.theme-send-inquiry-box{background: linear-gradient(135deg, var(--bg-hover),var(--bg-main)) !important;border: none !important;}
.theme-box-name{background:transparent !important;border-left: none !important; padding-left: 0 !important;}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.etw_root {padding: 1rem 0; margin-top: 1rem;}
}@media (max-width:475.98px){
  .footer_contact{display: flex; flex-direction: column;}
  .footer_contact .footer_img{order: 4; width: 100%; padding: 1.5rem 0 0 0;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 12px; 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{font-size:inherit; text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1.2rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000; padding-right: 0;}
#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: 991.98px){
#quicknav ul li{font-size:.75rem; padding: 0 8px;}
#quicknav ul>li:first-child {padding-right: .8rem;}
}@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{font-size: clamp(1.2rem, 4vw, 2rem); color: #000; font-weight: 600; margin-bottom: 1.25rem; font-family: var(--family-second);}
.etw_hometitle h2:last-child,.etw_hometitle>div:last-child,.etw_hometitle:last-child{margin-bottom: 0;}
/* Rubber Machinery */
.pros_top{overflow: visible;}
.pros_top .container{display: flex; flex-direction: column;}
.pros_top .etw_hometitle{position: relative; flex-direction: row; justify-content: center;}
.pros_top .etw_hometitle .video_btn{position: relative; left: initial; transform: initial; margin-left: 1rem;}
.pros_top .etw_hometitle .video_btn::before{--w:50px; font-size: 1.5rem; background-color: var(--bg-main); color: #fff; padding-left: 2px;}
.pros_top1 .etw_hometitle{position:relative;flex-direction:row;justify-content:center;background:linear-gradient(to bottom,transparent,#fff);padding:2rem;border-radius:2rem;border-bottom:2px solid #aa3131}
.pros_item{width: 100%; margin-bottom: 50px;}
.pros_item_left{width: 25%; float: left; position: sticky; top: 85px; padding-top: 15px;}
.pros_item_left .title4{border-left: 2px solid var(--bg-main); padding-left: 1.5rem; font-weight: bold; margin-bottom: 1.25rem;}
.pros_item_left p{margin-bottom: 1.25rem; font-size: .875rem;}
.pros_item_left .more>a{background-color: var(--bg-main); color: #fff; padding: .75rem;}
.pros_item_left .more>a::after{height: 100%;}
.pros_item_right{width: 75%; float: right; padding-left: 2.5rem;}
.pros_item_right ul{width: calc(100% + 20px); margin: 0 -10px;}
.pros_item_right ul>li{width: calc(100% / 3); padding: 10px;}
.pros_item_right ul>li>ol{flex-direction: column; overflow: hidden; background-color: #fff; position: relative; padding-bottom: 1px;}
.pros_item_right ul>li>ol::after{content: ''; width: 60%; height: 1px; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0; transition: all .3s;}
.pros_item_right ul>li>ol:hover::after{width: 100%;}
.pros_item_right ul>li>ol .textbox{flex-direction: column; padding: 1.25rem; padding-top: 1rem;}
.pros_item_right ul>li>ol .textbox .mode{display: flex; flex-wrap: wrap; margin-bottom: 1.5rem;}
.pros_item_right ul>li>ol .textbox .mode>span{background-color: #ededed; color: #333; margin-left: 10px; font-size: 12px; padding: .5rem 1rem; border-radius: 20px;}
.pros_item_right ul>li>ol .textbox .mode>span:first-child{margin: 0;}
.pros_item_right ul>li>ol .textbox .h6{font-weight: bold; font-size: 1.125rem; margin-bottom: 0;}
.pros_item_right .pros_list1{width: 100%; margin: 0;}
.pros_item_right .pros_list1>li{width: 100%; padding: 0;}
.pros_item_right .pros_list1>li>ol{flex-direction: row;}
.pros_item_right .pros_list1>li>ol a.imgbox{width: 33%; padding: 1.5rem;}
.pros_item_right .pros_list1>li>ol .textbox{width: 67%; padding: 1.5rem; justify-content: center;}
.pros_item_right .pros_list1>li>ol .textbox>.h6{margin-bottom: 1rem;}
.inquiryform{background-color: #fff; position: relative; z-index: 2;}
.inquiryform .container2{position: relative; z-index: 3;}
.inquiryform>svg{width: 100%; height: 200px; transform: translateX(-50%) rotateY(180deg); position: absolute; left: 50%; bottom: 0; z-index: 2;}
.inquiryform>svg>path{fill: #f2f3f5; transform: rotateY(0deg); transform-origin: center;}
.inquiryform_shadow{box-shadow: initial;}
.pros_service{background-color: #f1f1f1; font-size: .9rem;}
.pros_service .container{position: relative; z-index: 3;}
.pros_service .imgbox{overflow: visible;}
.pros_service .textbox{background-image: linear-gradient(to right, #f1f1f1,#e8edf0); padding: 2rem;}
.pros_service .more>a{padding: 1rem 1.2rem; background-color: var(--bg-main); color: #fff;}
.pros_service .more>a::after{height: 100%;}
@media (max-width: 1199.98px){
.pros_item_left{width: 28%;}
.pros_item_right{width: 72%;}
.pros_item_right ul>li{width: calc(100% / 2);}
}@media (max-width:991.98px){
.pros_item{margin-bottom: 40px;}
.pros_item_left{width: 100%; position: relative; top:initial; margin-bottom: 1rem;}
.pros_item_right{width: 100%; padding: 0;}
}@media (max-width:575.98px){
.pros_item{margin-bottom: 20px;}
.pros_top1 .etw_hometitle{padding: 1rem; border-radius: 1rem;}
.pros_item_right ul>li{width: calc(100% / 1);}
.pros_item_right .pros_list1>li>ol{flex-direction: column;}
.pros_item_right .pros_list1>li>ol a.imgbox {width: 100%; padding: 1.25rem;}
.pros_item_right .pros_list1>li>ol .textbox {width: 100%; padding: 1.25rem;}
.pros_item_right .pros_list1>li>ol .textbox .h6{margin-bottom: 0;}
.pros_item_right .pros_list1>li>ol .textbox>p{display: none;}
.pros_service .textbox{padding: 1rem;}
}
/* Hub */
.proshub .title3{font-weight: 500; font-size: 1.5rem;}
.proshub .imgbox::before{padding-top: 56.25%;}
.proshub .textbox{max-width: 700px; padding-left: 3rem; padding-bottom: 1.5rem; flex-direction: column; justify-content: center;}
.proshub .textbox2{max-width: 800px;}
.application .imgbox{width: 45%; float: right; margin-left: 1.25rem; margin-right: -5rem;}
.application .imgbox .video_bigbtn::before{margin-left: 90px;}
.hub_list .hub_list_ul{width: calc(100% + 30px); margin: 0 -15px;}
.hub_list .hub_list_ul>li{width: calc(100% / 3); padding: 15px;}
.hub_list .hub_list_ul>li>ol{align-items: center; flex-direction: column; background-color: var(--bg-F9); border: 1px solid #e0e0ee; position: relative; transition: all .2s;}
.hub_list .hub_list_ul>li>ol a.imgbox{width: 100%; background-color: #fff; padding: 1rem;}
.hub_list .hub_list_ul>li>ol .textbox{width: 100%; flex-direction: column; padding: 1.25rem;}
.hub_list .hub_list_ul>li>ol .textbox a.h6{display: flex; flex-direction: column; font-size: 1.125rem; color: #333; font-weight: 600; margin-bottom: 1rem;}
.hub_list .hub_list_ul>li>ol .textbox a.h6::after{content: ''; width: 100px; height: 2px; background-color: var(--bg-main); margin-top: 1rem;}
.hub_list .hub_list_ul>li>ol .textbox a.h6:hover{color: var(--bg-main);}
.hub_list .hub_list_ul>li>ol .textbox>ul{width: 100%; margin: 0 0 1.5rem 0; flex: 1; display: flex; flex-direction: column;}
.hub_list .hub_list_ul>li>ol .textbox>ul>li{width: 100%; padding: 0; color: #333; margin-bottom: .5rem; position: relative; padding-left: .75rem; line-height: 24px;}
.hub_list .hub_list_ul>li>ol .textbox>ul>li::before{content: ""; width: 4px; height: 4px; background-color: var(--bg-main); position: absolute; left: 0; top: 10px;}
.hub_list .hub_list_ul>li>ol .textbox .more>a{background:none; border: none; padding:0; color: var(--bg-main); font-weight: 600;}
.hub_list .hub_list_ul>li>ol .textbox .more>a::after{content: none;}
.hub_list .hub_list_ul>li>ol .textbox .more>a:hover{text-decoration: underline !important;}
.hub_list .hub_list_ul>li>ol:hover{transform: translateY(-10px); box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .125);}

.hub_list2 .hub_list_ul{width: calc(100% + 20px); margin: 0 -10px;}
.hub_list2 .hub_list_ul>li{width: calc(100% / 4); padding: 10px;}
.hub_list2 .hub_list_ul>li>ol .textbox{padding: 1rem;}
.hub_list2 .hub_list_ul>li>ol .textbox a.h6{font-size: 1rem;}
.hub_list2 .hub_list_ul>li>ol .textbox>ul>li{font-size: .875rem;}


.hub_list_ul1{width: 100%; margin: 0;}
.hub_list_ul1>li{width: 100%; padding: 0; margin-bottom: 2rem;}
.hub_list_ul1>li:last-child{margin-bottom: 0;}
.hub_list_ul1>li>ol{flex-direction: row; background-color: var(--bg-F9); border: 1px solid #e0e0ee;}
.hub_list_ul1>li>ol a.imgbox{width: 30%; background-color: #fff; padding: 1rem;}
.hub_list_ul1>li>ol .textbox{width: 70%; flex-direction: column; padding: 1.25rem; padding-left: 2rem;}
.hub_list_ul1>li>ol .textbox a.h6{display: flex; flex-direction: column; font-size: 1.25rem; color: #333; font-weight: 600; margin-bottom: 1rem;}
.hub_list_ul1>li>ol .textbox a.h6::after{content: ''; width: 100px; height: 2px; background-color: var(--bg-main); margin-top: 1rem;}
.hub_list_ul1>li>ol .textbox a.h6:hover{color: var(--bg-main);}
.hub_list_ul1>li>ol .textbox>p{color: #888;}
.hub_list_ul1>li>ol .textbox>ul{width: 100%; margin: 0 0 1.5rem 0;}
.hub_list_ul1>li>ol .textbox>ul>li{width: 50%; padding: 0; color: #333; margin-bottom: .5rem; position: relative; padding-left: .75rem; line-height: 24px;}
.hub_list_ul1>li>ol .textbox>ul>li::before{content: ""; width: 4px; height: 4px; background-color: var(--bg-main); position: absolute; left: 0; top: 10px;}

.hubflow .title3{display: flex; align-items: center; justify-content: center; font-weight: 600; position: relative;}
.hubflow .title3>span{background-color: var(--bg-WhiteSmoke); position: relative; z-index: 2; padding: 0 2rem;}
.hubflow_swiper{width: 100%; margin-top: 30px; position: relative; overflow: visible;}
.hubflow_swiper .swiper{overflow: visible;}
.hubflow_swiper .swiper>div{display: flex; flex-wrap: wrap; margin: 0 -10px; counter-reset: nub; overflow: visible;}
.hubflow_swiper .swiper-slide{width: 20%; display: flex; flex-wrap: wrap; padding: 10px; overflow: visible;}
.hubflow_swiper .swiper-slide>ol{display: flex; flex-direction: column; position: relative;}
.hubflow_swiper .swiper-slide>ol .hubflow_hover{width: 100%; flex: 1; border: 1px solid #e0e0ee; background-color: #fff; overflow: hidden; display: flex; flex-direction: column; padding: .625rem;}
.hubflow_swiper .swiper-slide>ol .hubflow_hover .imgbox>img{height: 60px;}
.hubflow_swiper .swiper-slide>ol .hubflow_hover .textbox{flex: 1; text-align: center; font-size: .8rem; padding-top: .625rem;}
.hubflow_swiper .swiper-slide>ol::before{counter-increment: nub; content: counter(nub) ""; color: var(--bg-main); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: -12px; top: -12px; width: 24px; height: 24px; background-color: #fff; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, .125);}

.hubflow_swiper4 .swiper-slide{width: 25%;}


.card{border: none; border-radius: 0; background-color: transparent; border-bottom: 1px dashed rgba(0, 0, 0, .125);}
.card-header{background-color: inherit; padding: 0;border-bottom: none;}
.card-link{width:100%; display:block; padding:1rem; padding-right: 2.5rem; font-size:1rem; font-weight:600; color: #333; position:relative; line-height:24px}
.card-link:hover{color: var(--bg-main);}
.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;}
.card-body{padding:1rem; padding-top: 0;}
.card:hover{background-color: var(--bg-Eee);}
.hover_bgwhite .card:hover{background-color: #fff;}
.card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.card:has(.show){background-color: var(--bg-Eee);}
.hover_bgwhite .card:has(.show){background-color: #fff;}
@media (max-width: 1399.98px){
.application .imgbox{margin-right: -2rem;}
}@media (max-width: 1199.98px){
.hubflow_swiper .swiper-slide>ol .hubflow_hover .imgbox>img {height: 80px;}
}@media (max-width:991.98px){
.proshub .textbox{max-width: 100%; padding: 0;}
.hub_list .hub_list_ul>li>ol .textbox>ul{width: 100%;}
.hubflow_swiper .swiper-slide{width: 25%;}
.hub_list_ul1>li>ol a.imgbox{width: 40%;}
.hub_list_ul1>li>ol .textbox{width: 60%; padding: 1rem; padding-left: 1.5rem;}
.hub_list_ul1>li>ol .textbox>ul>li{width: 100%;}

}@media (max-width:767.98px){
.hub_list .hub_list_ul>li{width: calc(100% / 2);}
.hubflow_swiper .swiper-slide{width: calc(100% / 3);}
.hub_list_ul1>li>ol a.imgbox{width: 40%;}
.hub_list_ul1>li>ol .textbox{width: 60%; padding: 1rem; padding-left: 1.5rem;}
.hub_list_ul1>li>ol .textbox>ul>li{width: 100%;}

}@media (max-width:575.98px){
.application .imgbox {width: 100%; float: none; margin: 0 0 .5rem 0;}
.hub_list .hub_list_ul>li{width: calc(100% / 1);}
.hubflow_swiper .swiper-slide{width: calc(100% / 2);}
.hub_list_ul1>li>ol a.imgbox{width: 100%;}
.hub_list_ul1>li>ol .textbox{width: 100%; padding: 1.25rem;}
.hub_list_ul1>li>ol .textbox>ul>li{width: 100%;}

}@media (max-width: 375.98px){
  .hubflow_swiper .swiper-slide{width: calc(100% / 1);}
}
/* Details */
.details_top{background-color: #f0f2f4; overflow: visible;}
.details_top .etw_hometitle>h2{display: flex; flex-direction: column; margin-bottom: 1rem; font-size: clamp(1.25rem, 5vw, 1.875rem);}
.img_fall{position: relative;}
.img_fall>a{width: 100%;}
.img_fall>.imgbox{width: 100%; height: 100px; position: absolute; left: 0; top: 100%; z-index: -1;}
.img_fall>.imgbox::before{content: ''; width: 100%; height: 100%; background-image: linear-gradient(transparent, #fff); position: absolute; left: 0; top: 0; z-index: 3;}
.img_fall>.imgbox>img{transform: rotateX(180deg); opacity: .1;}
.img_bottom>a{transform: translateY(50px);}
.introduction_list{width: calc(50% - 1.5rem); margin: 0 0 1.5rem 0;}
.introduction_list>li{width: 50%; flex-direction: column; border-left: 1px solid #ccc; padding: 0 1rem; font-size: 1rem; line-height: 28px; float: left;}
.introduction_list>li>b{font-weight: bold; color: #333;}
.introduction_list>li:first-child{width: 100%; border-left: 3px solid var(--bg-main); flex-direction: row; margin-bottom: 1rem;}
.introduction_list>li:first-child>b{margin-left: .5rem;}
.introduction_list2>li,
.introduction_list2>li:first-child{width: calc(100% / 3);}
.h4_title,.h5_title,.h6_title{font-family: var(--family-second); color: #333; font-weight: bold; line-height: 1.2; margin-bottom: 1rem;}
.h4_title{font-size: 1.5rem;}
.h5_title{font-size: 1.375rem;}
.h6_title{font-size: 1.125rem;}
.brief{background-color: var(--bg-F7);}
.brief .imgbox{clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 90px, 30px 60px,0 30px);}
.brief .imgbox::before{padding-top: 45%;}
.brief .textbox{max-width: 600px;  justify-content: center; padding: 2rem;}
.brief p{color: #555; line-height: 30px; font-size: .95rem;}
.brief .textbox a{color: var(--bg-main); text-decoration: underline;}
.brief .textbox a:hover{text-decoration: none; color: var(--bg-hover);}
.relatedpros .title3{font-weight: 600; margin-bottom: 0;}
.relatedpros ul{width: calc(100% + 16px); margin: 0 -8px;}
.relatedpros ul>li{width: 25%; padding: 0 8px; margin-top: 16px;}
.relatedpros ul>li>a{width: 100%; display: flex; flex-direction: column;}
.relatedpros ul>li>a .imgbox{background-image: linear-gradient(135deg,#eee, #fff 60%, #eee);}
.relatedpros ul>li>a .imgbox>img{mix-blend-mode: multiply;}
.relatedpros ul>li>a .textbox{font-weight: 600; color: #333; padding-top: 1rem;}
.relatedpros ul>li>a .textbox>span{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: .625rem;}
.relatedpros ul>li>a .textbox>span>em{padding: 5px 7px; background-color: #eee; color: #333; border-radius: 20px; font-size: .75rem; font-weight: 400; font-style: normal; margin:0 3rem 3px 0;}
.relatedpros ul>li>a .textbox>span>em:last-child{margin: 0;}
.relatedpros ul>li>a:hover .imgbox>img{filter: contrast(105%) brightness(105%);}
.relatedpros ul>li>a:hover .textbox{color: var(--bg-main);}
.relatedpros2 ul>li{width: 50%;}
.relatedpros2 ul>li>a{flex-direction: row; background-image: linear-gradient(135deg,#eee, #fff 60%, #eee); padding: 1.25rem;}
.relatedpros2 ul>li>a .imgbox{width: 40%; background: none; mix-blend-mode: multiply;}
.relatedpros2 ul>li>a .textbox{width: 60%; padding: 0 0 0 1.5rem; justify-content: center; font-size: 1.125rem;}
.relatedpros2 ul>li>a .textbox>p{font-size: .875rem; font-weight: 400; color: #666; margin: .5rem 0 0 0;}
.relatedpros2 ul>li.active>a .textbox{color: var(--bg-main);}
.inquiryformdetails{background-color: var(--bg-WhiteSmoke); padding: 2.5rem; min-height: 386px;}
.inquiryformdetails .row{position: relative; z-index: 3;}
.inquiryform_email{display: flex; margin-bottom: 1.5rem; padding: 1.5rem; box-shadow: 0 0 50px rgba(0,0,0,.1);}
.inquiryform_email>div{flex: 1; padding-left: 10px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.inquiryform_email a{width: 48%; margin-bottom: 1rem; text-align: center; line-height: 1.5; border-bottom: 1px solid #ccc; padding-bottom: .5rem;}
.inquiryform_email a:last-child{margin-bottom: 0;}
.inquiryformdetails>svg{width: 100%; height: 300px; transform: translateX(-50%) rotateY(180deg); position: absolute; left: 50%; bottom: 0; z-index: 2;}
.inquiryformdetails>svg>path{fill: #fff; transform: rotateY(0deg); transform-origin: center;}
.otherpros .title3{font-weight: 600; margin-bottom: 1rem;}
.otherpros_swiper{position: relative;}
.otherpros_swiper .swiper-slide{padding: 15px;}
.otherpros_swiper .swiper-slide>a{width: 100%; display: flex; flex-direction: column; padding: 1rem; background-image: radial-gradient(#fff 65%, #dcdcdc); overflow: hidden;}
.otherpros_swiper .swiper-slide>a>img{mix-blend-mode: multiply;}
.otherpros_swiper .swiper-slide>a>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 600; padding-top: 1rem;}
.otherpros_swiper .swiper-slide>a:hover>span{color: var(--bg-main);}
.otherpros_swiper .prev-button,.otherpros_swiper .next-button{width: 40px; height: 40px; border-radius: 50%; font-size: 1.5rem; color: var(--bg-main); position: absolute; left: -50px; top: 50%; transform: translateY(-50%); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .3s;}
.otherpros_swiper .next-button{left: auto; right: -50px;}
.otherpros_swiper .prev-button:hover,.otherpros_swiper .next-button:hover{background-color: var(--bg-main); color: #fff;}
.otherpros_swiper ul{width: calc(100% + 20px); margin: 0 -10px;}
.otherpros_swiper ul>li{width: 25%;padding: 10px;}
.otherpros_swiper ul>li>a{width: 100%; display: flex; flex-direction: column; padding: .75rem; background-image: radial-gradient(#fff 65%, #dcdcdc); overflow: hidden;}
.otherpros_swiper ul>li>a>img{mix-blend-mode: multiply;}
.otherpros_swiper ul>li>a>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 600; padding-top: 1rem; font-size: .875rem;}
.otherpros_swiper ul>li>a:hover>span{color: var(--bg-main);}
.imgboxs>div{width: 55%; position: absolute;}
.imgboxs>div.img_left{left: 0; top: 0;}
.imgboxs>div.img_right{right: 0; bottom: 0; border-top: 10px solid #fff; border-left: 10px solid #fff;}
@media (max-width:1199.98px){
.details_top .etw_hometitle>h2{font-size: 2rem;}
.introduction_list>li{padding-left: 1rem; font-size: .9rem;}
.brief .textbox{padding: 2.5rem;}
.relatedpros ul>li>a .textbox>span>em{padding: 2px 8px;}
.otherpros_swiper{padding: 0;}
.otherpros_swiper .swiper-slide{padding: 10px;}
.otherpros_swiper .prev-button, .otherpros_swiper .next-button{left: 0; z-index: 2;}
.otherpros_swiper .next-button{left: auto; right: 0;}
.brief .row .col-lg-6{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
.brief .textbox{max-width: 100%; padding: 1.25rem;}
.brief .row .col-12{padding:0 1.25rem 1.25rem 1.25rem !important;}
.brief .row .col-12>p{padding: 0 !important;}

}
@media (max-width:991.98px){
.details_top .etw_hometitle>h2{font-size: 1.8rem;}
.etw-md-photo2 ul li{width: 50%;}
.introduction_list>li{width: 45%; margin-bottom: 1rem;}
.introduction_list>li:first-child{width: 55%;}
.brief .textbox{padding: 1.75rem;  max-width: 100%;}
.relatedpros ul{width: calc(100% + 20px); margin: 0 -10px;}
.relatedpros ul>li{padding: 0 10px; margin-top: 20px;}
.relatedpros ul>li>a .textbox>span>em{padding: 2px 4px; font-size: .75rem; margin-right: 5px;}
.inquiryformdetails .feedback{margin-top: 1rem;}

}
@media (max-width:767.98px){
.details_top .etw_hometitle>h2{font-size: 1.6rem;}
.h4_title{font-size: 1.5rem;}
.h5_title{font-size: 1.3rem;}
.h6_title{font-size: 1.1rem;}
.brief .textbox{padding: 1.25rem;}
.relatedpros ul>li{width: 50%;}
.introduction_list {width: 100%; margin: 0 0 1rem 0;}
.introduction_list>li{flex-direction: column !important;}
.introduction_list>li:first-child>b{margin: 0;}
.otherpros_swiper {padding: 0;}
.otherpros_swiper ul>li{width: 50%;}
}
@media (max-width:575.98px){
.details_top .etw_hometitle>h2{font-size: 1.4rem;}
.introduction_list>li{width: 100%;}
.introduction_list>li:first-child{width: 100%;}
.introduction_list>li:last-child{margin-bottom: 0;}
.h4_title{font-size: 1.2rem;}
.h5_title{font-size: 1.1rem;}
.h6_title{font-size: 1rem;}
.inquiryformdetails {padding: 1rem;}
.otherpros_swiper ul>li{width: 100%;}
.brief .row .col-12{padding:0 1.25rem 1.25rem 1.25rem !important;}
.brief .row .col-12>p{padding: 0 !important;}
}
@media (max-width:375.98px){
.details_top .etw_hometitle>h2{font-size: 1.2rem;}
.relatedpros ul>li{width: 100%;}
}
/* Products End */
/* About Us */
.company{padding: 0; font-size: .95rem;}
.ourpros .title3{font-weight: 600; margin-bottom: 1rem; text-align: center;}
.ourpros_swiper{position: relative;}
.ourpros_swiper ul{width: calc(100% + 30px); margin: 0 -15px;}
.ourpros_swiper ul>li{width: 25%; padding: 15px;}
.ourpros_swiper ul>li>a{width: 100%; display: flex; flex-direction: column; padding: 1rem; background-image: radial-gradient(#fff 65%, #dcdcdc); overflow: hidden;}
.ourpros_swiper ul>li>a>img{mix-blend-mode: multiply;}
.ourpros_swiper ul>li>a>span{width: 100%; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 600; padding-top: 1rem;}
.ourpros_swiper ul>li>a:hover>span{color: var(--bg-main);}
.factory .title5{font-weight: 500;}
.certificate .etw_photo img{width: 100%;}
.development .img_left{width: 50%; float: left; margin: 0 2rem 0 0;}
@media (max-width:767.98px){
.ourpros_swiper ul>li{width: 50%;}

}
@media (max-width:575.98px){
.ourpros_swiper ul {width: calc(100% + 20px); margin: 0 -10px;}
.ourpros_swiper ul>li{padding: 10px;}
.ourpros_swiper ul>li>a{padding: .75rem;}
.ourpros_swiper ul>li>a>span{font-size: .9rem;}
}
/* 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.h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.contact ul li{width: 100%; display: block; padding: 0; font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul li strong{color:#000; font-weight: 600; margin-right: .25rem;}
.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.contact_img{display: flex;}
.contact ul li.contact_img .imgbox{width: 48%; max-width: 200px; margin-right: 2%;}
.contact .feedback{padding: 1.5rem 1rem;}
.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 aside,#theme-popover-chatbox aside{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#theme-popover-chatbox .etw-inquery-container{padding: 0 15px;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}
/* Contact Us-End */
/* Overview */
.overview_banner{min-height: 350px;}
.overview_banner_hover{width: 100%; height: 100%; position: absolute; left:0; top: 0; z-index: 2; background-color: rgba(0,0,0,.6); display: flex; flex-direction: column; align-items: center; justify-content: center;}
.overview_banner .etw_hometitle>div{color: #fff;}

.overview-company .overview-company-list{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company .overview-company-list>li{width:calc(50% - 20px); margin-top:30px; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company .overview-company-list>li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.2rem; margin-bottom:1rem; color:#000; font-weight: 500;}
.overview-company .overview-company-list>li .overview-company-label::before{content:""; width:100%; height:1px; background-color:#ccc; position:absolute; left:0; bottom:0}
.overview-company .overview-company-list>li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-hover);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company .overview-company-list>li .overview-company-value{margin-bottom:0; color:#000; font-size:1rem; line-height: 1.2;}
.overview-company .overview-company-list>li .overview-company-value>ul{width: 100%; margin: 0;}
.overview-company .overview-company-list>li .overview-company-value>ul>li{width: 100%; display: flex; align-items: center; margin-bottom: .875rem; line-height: 24px; position: relative; padding: 0; padding-left: 1.5rem;}
.overview-company .overview-company-list>li .overview-company-value ul>li>i{color: var(--bg-main); font-size: 1rem; position: absolute; left: 0; top: 0;}
.overview-company .overview-company-list>li:hover .overview-company-label::after{width:100%}
.overview_factory .factory_swiper .swiper-pagination{bottom: -30px;}
.overflow-initial{overflow: initial;}

.overview_videos ul{width: calc(100% + 30px); margin: 0 -15px;}
.overview_videos ul li{width: 25%; padding: 0 15px; margin-top: 30px;}
.overview_videos ul li>a{width: 100%; display: flex; flex-direction: column; overflow: hidden;}
.overview_videos ul li>a .imgbox{width: 100%;}
.overview_videos ul li>a .imgbox::after{content: '\F4F4'; --w:60px; width: var(--w); height: var(--w); color: #fff; font-size: 2rem; padding-left: 5px; border-radius: 50%; background-image: radial-gradient(var(--bg-main) 30%, var(--bg-hover)); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; 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;}
.overview_videos ul li>a .textbox{width: 100%; display: flex; align-items: center; text-align: center; justify-content: center; font-size: 1rem; line-height: 22px; color: #333; padding: 1rem; transition: all .4s; background-color: #fff;}
.overview_videos ul li>a:hover .textbox{color:var(--bg-main)}
@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
}
@media (max-width:767.98px){
.overview_videos ul li{width: 50%;}
}
@media (max-width:575.98px){
.overview_videos ul li,.overview-company .overview-company-list>li{width: 100%;}
.overview-company .overview-company-list>li{margin-top: 1rem;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos_hub_title{font-size:1.625rem; font-weight: 600; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family: var(--family-second);}
.videos_hub ul{width: calc(100% + 30px); margin: 0 -15px;}
.videos_hub ul li{width: 100%; padding: 0 15px; margin-bottom: 30px;}
.videos_hub ul li .imgbox::after{content: '\F4F4'; --w:60px; width: var(--w); height: var(--w); color: #fff; font-size: 2rem; padding-left: 5px; border-radius: 50%; background-image: radial-gradient(var(--bg-main) 30%,var(--bg-hover)); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; 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;}
.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff; border-bottom: 1px solid var(--bg-main);}
.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: calc(100% / 3);}
.videos_company ul li>a{flex-direction: row; overflow: hidden;}
.videos_company ul li>a .imgbox{width: 100%;}
.videos_company ul li>a .textbox{width: 100%; padding: 1.25rem; flex-direction: column;}
.videos_company ul li>a .textbox>.h6{font-size: 1rem; color: #333; transition: all .4s; margin-bottom: 0; text-align: center;}
.videos_company ul li>a .textbox>p{color: #666; transition: all .4s;}
.videos_company ul li>a:hover .textbox .h6{color: var(--bg-main);}
.videos_company ul li:first-child{width: 100%;}
.videos_company ul li:first-child{margin-bottom: 30px;}
.videos_company ul li:first-child>a .imgbox{width: 50%;}
.videos_company ul li:first-child>a .textbox{width: 50%; padding: 1.875rem; justify-content: center;}
.videos_company ul li:first-child>a .textbox>.h6{margin-bottom: 1rem; font-size: 1.25rem; font-weight: 600; text-align: left;}
.videos_pros ul li{width:calc(100% / 3);}
.videos_pros ul li>a{flex-direction: column; overflow: hidden;}
.videos_pros ul li>a>.imgbox{width: 100%;}
.videos_pros ul li>a>.textbox{width: 100%; display: flex; align-items: center; text-align: center; justify-content: center; font-size: 1rem; line-height: 22px; color: #333; padding: 1rem; transition: all .4s;}
.videos_pros ul li>a:hover>.textbox{color:var(--bg-main)}
.video_details{width:100%;padding:0 0 3.125rem 0}
.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right .title2{font-size: 1.6rem; font-weight: 500;}
#video_right video{width:100%; max-height: 450px;}
.video_more{display:flex;margin-bottom:2rem;}
.video_more>a,.video_more>span{padding:0.4rem 1.2rem; border:1px solid #333; color:#000; border-radius:20px; transition: all .4s; cursor: pointer;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}
#video_sidebar{width:30%; background-color:#fff; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,.15); padding: 0;}
#etw_videolist .title3{padding: 1rem; font-weight: bold; text-transform: uppercase; color: #333; margin-bottom: 0;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between; padding:1.5rem; padding-top: 0; padding-bottom: 0;}
#etw_videolist ul li{width: 100%; margin-bottom:.9rem; 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: 1.2; transition: all .4s; position: relative;}
#etw_videolist ul li a>span::before{content: "\f105"; position: absolute; left: 0; top: 0; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased;}
#etw_videolist ul li a.dq>span,#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}
  .videos_pros ul li,.videos_company ul li{width: 50%;}
  .videos_company ul li:first-child>a .imgbox{width: 100%;}
  
}@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
  .videos_pros ul li,.videos_company ul li{width: 100%;}
}
/* videos-End */
/* Review */
.etw_products{width: 100%; overflow: hidden;}
.etw_products ul{width: calc(100% + 20px); margin: 0 -10px;}
.etw_products ul>li{width: 25%; padding: 0 10px; margin-bottom: 20px;}
.etw_products ul>li>ol{width: 100%; display: flex; flex-direction: column; border: 2px solid #ededed;}
.etw_products ul>li>ol>li{width: 100%; padding: 0;}
.etw_products ul>li>ol>li.product_img{padding: 1rem;}
.etw_products ul>li>ol>li.product_con{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #ededed; padding: 1rem; font-size: .8rem;color: #333;}
.etw_products ul>li>ol:hover{border-color: var(--bg-main);}
.etw_products ul>li>ol:hover>li.product_con{background-color: var(--bg-main); color: #fff;}

.etw_products .protitle{font-size:18px;color:#555;margin:1rem 0 1.5rem 0;padding:5px 0 8px 22px;line-height:24px;position:relative;border-bottom:1px dotted var(--bg-main); font-weight: bold;}
.etw_products .protitle:after,.protitle:before{content:"";position:absolute;left:0;top:10px;border:1px solid var(--bg-main);background:0;width:10px;height:10px}
.etw_products .protitle:after{left:4px;top:14px;background:var(--bg-main);}
.etw_products .protitle a{color:#444}
.etw_products .protitle a:hover{color: var(--bg-main);}

/* 2025-12-18 news */
.main{overflow: visible;}
.main>div{display: flex; flex-wrap: wrap; align-items: flex-start;}
.main_left{width: 20%; position: sticky; left: 0; top: 85px;}
.main_left_title{margin-bottom: 1rem;}
.main_left_title>a{display: flex; align-items: center; justify-content: center; text-align: center; font-weight: bold; font-size: 1rem; background-color: var(--bg-F6); padding: 1rem; color: #333;}
.main_left_list{width: 100%; margin: 0; display: flex; flex-direction: column;}
.main_left_list>li{width: 100%; padding: 0;}
.main_left_list>li>a{display: flex; position: relative; align-items: center; padding: .5rem 0 .5rem .75rem; font-size: .875rem; line-height: 16px; color: #000; font-weight: 300;}
.main_left_list>li>a::before{content: ""; width: 4px; height: 4px; background-color: #444; position: absolute; left: 0; top: 14px;}
.main_left_list>li>a:hover,.main_left_list>li.active>a{color: var(--bg-main);}
.main_left_list>li>ol{width: 100%; display: flex; flex-direction: column;}
.main_left_list>li>ol>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .05); padding: 0;}
.main_left_list>li>ol>li>a{display: flex; align-items: center; padding: .5rem 0 .5rem .75rem; font-size: .75rem; font-weight: 300; line-height: 16px; color: #555;}
.main_left_list>li>ol>li>a:hover,.main_left_list>li>ol>li>a.dq{color: var(--bg-main);}

.main_right{width: 80%; padding-left: 3rem;}
.imgs_right{width: 45%; float: right; margin-left: 1.5rem;}
.left_pics{width: 100%; display: flex; flex-direction: column;}
.left_pic{width: 100%; aspect-ratio: 4/3; 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; position: relative; cursor: pointer;}
.related_pic ul>li img,.related_pic ul>li .imgbox{border: 1px solid #ccc;}
.related_pic ul>li.imgdq img,.related_pic ul>li.imgdq .imgbox{border-color: var(--bg-hover);}
.related_pic ul>li .imgbox>img{border: none !important;}
.related_pic ul>li .video_btn::before{--w:30px; font-size: 1rem; padding-left: 2px;}
.left_pics2 .left_pic{aspect-ratio: 1/1;}
@media (max-width: 991.98px){
.main_left{display: none;}
.main_right {width: 100%; padding: 0;}
}@media (max-width: 767.98px){
.imgs_right {width: 100%; float: none; margin: 0 0 1rem 0;}
}


.introduction_list>li{line-height: 1.5;}