@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;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:"Roboto";font-style:normal;font-display:swap;font-weight:100;src:local(''),url(../fonts/Roboto/Roboto-Thin.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Thin.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Roboto/Roboto-ExtraLight.woff2) format("woff2"),url(../fonts/Roboto/Roboto-ExtraLight.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Light.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Regular.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Medium.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Roboto/Roboto-SemiBold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-SemiBold.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Bold.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:800;src:local(''),url(../fonts/Roboto/Roboto-ExtraBold.woff2) format("woff2"),url(../fonts/Roboto/Roboto-ExtraBold.woff) format("woff")}
@font-face{font-family:"Roboto";font-style:normal;font-display:swap;font-weight:900;src:local(''),url(../fonts/Roboto/Roboto-Black.woff2) format("woff2"),url(../fonts/Roboto/Roboto-Black.woff) format("woff")}

@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:200;src:local(''),url(../fonts/Oswald/Oswald-ExtraLight.woff2) format("woff2"),url(../fonts/Oswald/Oswald-ExtraLight.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Oswald/Oswald-Light.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Light.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Oswald/Oswald-Regular.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Regular.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Oswald/Oswald-Medium.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Medium.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Oswald/Oswald-SemiBold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-SemiBold.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Oswald/Oswald-Bold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Bold.woff) format("woff")}

:root {
	--bg-main: #e60012;
	--bg-hover: #96000B;
	--family-first: "Roboto", sans-serif;
	--family-second: "Oswald", 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);}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:Arial, Helvetica, sans-serif; font-weight: 300; font-size: .95rem; line-height:1.6; background-color:#fff; overflow-x:hidden}
li,ol,ul,dl {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #333; font-family: Arial, Helvetica, sans-serif; margin-bottom: 1rem;}
h2,.h2 {font-size: 2.1rem;}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.875rem;}
h5,.h5 {font-size: 1.5rem;}
h6,.h6 {font-size: 1rem; font-family: var(--family-first);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--bg-main);}
p:last-child{margin-bottom: 0;}
strong {font-weight: 600;}
b {font-weight: 500;}
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-main);}
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;}

.img-bg img{mix-blend-mode: multiply;}
.imgbox{width:100%;display:flex;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%;}
.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;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-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;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
.textbox{width: 100%; display: flex; flex-wrap: wrap; flex: 1;}

.swiper{width: 100%;}
.swiper .swiper-slide{height: auto; display: flex;}
.swiper .swiper-slide>ol{width: 100%; display: flex; flex-wrap: wrap;}
.swiper .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{display: none;}

.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;}
/* public */
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>img{mix-blend-mode: multiply;}
.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>a:hover>span{color: var(--bg-hover);}
.etw-photo ul li img{mix-blend-mode: multiply;}

.etw-photo2 ul li{width:50%;}
.etw-photo3 ul li{width:calc(100% / 3)}
.etw-photo4 ul li{width:25%}
.etw-photo5 ul li{width:20%}
.etw-photo6 ul li{width:calc(100% / 6)}
.etw-photo7 ul li{width:calc(100% / 7)}

.etw-photo-m1{width: calc(100% + 20px); margin: 0 -10px;}
.etw-photo-m1 li{padding: 10px;}
.etw-photo-m2{width: calc(100% + 30px); margin: 0 -15px;}
.etw-photo-m2 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%;}
	.etw-photo7 ul li{width: calc(100% / 6);}
	.etw-photo6 ul li:nth-child(12):nth-last-child(1),
	.etw-photo6 ul li:nth-child(11):nth-last-child(2),
	.etw-photo6 ul li:nth-child(11):nth-last-child(1),
	.etw-photo7 ul li:nth-child(14):nth-last-child(1),
	.etw-photo7 ul li:nth-child(13):nth-last-child(2){display: none;}
}@media (max-width:991.98px){
	.etw-photo2 ul li:nth-last-child(4):first-child,
	.etw-photo2 ul li:nth-last-child(4):first-child ~ li{width: 25%;}
	.etw-photo4 ul li{width:calc(100% / 3);}
	.etw-photo5 ul li,
	.etw-photo6 ul li{width:25%;}
	.etw-photo7 ul li{width: 20%;}
	.etw-photo6 ul li:nth-child(12):nth-last-child(1),
	.etw-photo6 ul li:nth-child(11):nth-last-child(2),
	.etw-photo6 ul li:nth-child(11):nth-last-child(1){display: flex;}
	.etw-photo4 ul li:nth-last-child(1):nth-child(4),
	.etw-photo4 ul li:nth-last-child(1):nth-child(7),
	.etw-photo4 ul li:nth-child(8):nth-last-child(1),
	.etw-photo4 ul li:nth-child(7):nth-last-child(2),
	.etw-photo5 ul li:last-child,
	.etw-photo5 ul li:nth-child(9):nth-last-child(2),
	.etw-photo7 ul li:nth-child(12):nth-last-child(3),
	.etw-photo7 ul li:nth-child(11):nth-last-child(4){display: none;}
	.etw-photo ul li>a>img{width: 100%;}

}@media (max-width:767.98px){
	.etw-photo2 ul li:nth-last-child(4):first-child,
	.etw-photo2 ul li:nth-last-child(4):first-child ~ li,
	.etw-photo5 ul li,
	.etw-photo6 ul li{width: calc(100% / 3);}
	.etw-photo7 ul li{width: 25%;}
	.etw-photo5 ul li:nth-child(9):nth-last-child(1),
	.etw-photo5 ul li:nth-child(9):nth-last-child(2),
	.etw-photo7 ul li:nth-child(12):nth-last-child(3),
	.etw-photo7 ul li:nth-child(11):nth-last-child(4){display: flex;}
	.etw-photo2 ul li:last-child,
	.etw-photo5 ul li:nth-child(4):nth-last-child(2),
	.etw-photo6 ul li:nth-child(11):nth-last-child(1),
	.etw-photo6 ul li:nth-child(10):nth-last-child(2){display: none;}
}@media (max-width:575.98px){
	.etw-photo2 ul li:nth-last-child(4):first-child,
	.etw-photo2 ul li:nth-last-child(4):first-child ~ li,
	.etw-photo3 ul li,
	.etw-photo4 ul li,
	.etw-photo5 ul li,
	.etw-photo6 ul li{width: 50%;}
	.etw-photo7 ul li{width: calc(100% / 3);}
	.etw-photo2 ul li:last-child,
	.etw-photo4 ul li:nth-last-child(1):nth-child(4),
	.etw-photo5 ul li:nth-child(4):nth-last-child(2),
	.etw-photo6 ul li:nth-child(10):nth-last-child(2){display: flex;}
	.etw-photo3 ul li:nth-last-child(1):nth-child(5),
	.etw-photo3 ul li:nth-last-child(1):nth-child(3),
	.etw-photo4 ul li:nth-last-child(1):nth-child(3),
	.etw-photo5 ul li:nth-child(9):nth-last-child(1),
	.etw-photo5 ul li:nth-child(9):nth-last-child(2){display: none;}
}
@media (max-width:375.98px){
	.etw-photo7 ul li{width: 50%;}
}
@media (max-width:370.98px){
	.etw-photo2 ul li,
	.etw-photo3 ul li,
	.etw-photo4 ul li,
	.etw-photo5 ul li,
	.etw-photo6 ul li,
	.etw-photo7 ul li{width:100% !important;}
}

.items{display: flex; width: 100%; flex-direction: column; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: flex; flex-wrap: wrap; position:relative; margin-bottom: .75rem; line-height: 24px; overflow: hidden; padding: 0;}
.items li:last-child,.items dd:last-child{margin-bottom: 0;}
.items li::before,.items dd::before{content: ''; 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; color: var(--bg-main);}
.items li strong,.items dd strong{margin-right: .5rem; font-weight: 600; color: #000;}
.items li:has(p) p{flex: 1;}
.items-icon1 li,.items-icon1 dd{padding-left: 1.5rem;}
.items-icon1 li::before,.items-icon1 dd::before{content: '\F271'; font-size: 1rem; position: absolute; left: 0; top: 4px; 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;}

.items-icon2 li,.items-icon2 dd{display:flex;flex-wrap:wrap;position:relative;margin-bottom:.75rem;line-height:24px;overflow:hidden;padding:0;padding-top:1rem; padding-left: 1rem;}
.items-icon2 li::before,.items-icon2 dd::before{content:'';font-size:1rem;position:absolute;left:0;top:20px;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;width:3px;height:16px;background:red}
.items-icon2 li::before,.items-icon2 dd::after{content:'';position:absolute;top:0;left:0;width:90%;height:1px;background:#ccc}

.items.d-block li,.items.d-block dd{display: block;}


/* 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: .9rem; line-height: 1.2; color: #333;}
.table-bordered td{border: none; border-bottom: 1px solid #dcdcdc;}
.table-striped tbody tr:nth-of-type(odd){background: var(--bg-F8);}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top{background-color: #fff !important;}
.table .top td{color: #333;; font-weight: 400; text-align: center; padding: .75rem; border: none; border-bottom: 2px solid #dcdcdc;}
.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{background-color: #eee;}
.table-hover tbody tr:hover a{color: var(--bg-main); text-decoration: underline;}

@media (max-width:991.98px){
	.table{min-width: 1000px;}
	.table2{min-width: 500px;}
}
/* 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-color: rgba(255, 255, 255, .7); color: var(--bg-main); 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-smallbtn{--w:60px; font-size: 1rem;}
.video-btn:hover::before{ background-color: rgba(255, 255, 255, .9)}
.video-right{left: 100%;}

/* More */
.more{display: flex;}
.more>a{width:fit-content;  display: flex; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: .85rem; font-weight: 400; line-height: 1; color: var(--bg-main); overflow: hidden; padding-bottom: .5rem;}
.more>a::before{content: '\F138'; margin-right: .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-color: var(--bg-main); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out;}
.more>a:hover{color: var(--bg-main);}
.more>a:hover::before{margin-right: 1rem;}
.more>a:hover::after{width: 100%; left: 0; right: auto;}

/* Inquiry-Quote */
.inquiry-quote{display: flex;}
.inquiry-quote>a{display: flex; padding: .5rem 1.5rem; color: #fff; font-size: 1rem; font-weight: 300; position: relative; border-radius: 30px; overflow: hidden; z-index: 0;}
.inquiry-quote>a::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right,var(--bg-hover),var(--bg-main),var(--bg-main),var(--bg-hover)); background-size: 100% 100%; background-position: center center; z-index: -1; transition: all .3s ease-in-out;}
.inquiry-quote>a:hover{transform: translateY(3px); box-shadow: 0 10px 10px rgba(0,0,0,.2);}
.inquiry-quote>a:hover::before{background-size: 250% 100%;}

/* Inquiry-Btn */
.inquirybtn{display: flex;}
.inquirybtn>a{display: flex; padding: .5rem 1.5rem; color: #fff; border-radius: 30px; font-size: .85rem;font-weight: 500; transition: all 0.3s ease-in-out; background-image: linear-gradient(to right, var(--bg-main),var(--bg-hover)); background-position: left center; background-size: 100% 100%;}
.inquirybtn>a:hover {transform: translateY(-2px); background-size: 200% 100%;}

@media (max-width:767.98px){
.video-btn::before{--w:40px; font-size: 1.25rem;}
}
/* public-End */
/* etw_language */
.etw_language{min-height: 34px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .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: 34px; position: relative; text-align: center; font-size: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-hover); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
	.etw_language{padding-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: 80px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{
	from{opacity:0;transform:translate3d(0,-100%,0)}
	to{opacity:1;transform:none}
}

#etw_logo{float: left; padding: 20px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:40px;}

nav{display: block;}
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;}
nav .navbar .navbar-nav{width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; margin: 0;}
nav .navbar .navbar-nav .nav-item{display:flex; align-items:center; justify-content:center; margin-left: 3.125rem; padding: 6px 0 0 0;}
nav .navbar .navbar-nav .nav-item .nav-link{width:100%; color:#333; min-height:40px; display:flex;align-items:center;justify-content:center; font-size: .95rem; font-weight: 500; text-transform: uppercase; position: relative; z-index: 0; padding: 0; overflow: hidden;}
nav .navbar .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;}
nav .navbar .navbar-nav .nav-item.active .nav-link{color: var(--bg-main);}
nav .navbar .navbar-nav .nav-item:hover .nav-link,
nav .navbar .navbar-nav .show>.nav-link{color:var(--bg-main);}
nav .navbar .navbar-nav .nav-item.active .dropdown-toggle::after,
nav .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after{transform:rotate(180deg)}
nav .navbar .navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
nav .navbar-light .navbar-nav .nav-item:last-child .nav-link{padding: 0 1.25rem; background-image: linear-gradient(to right, var(--bg-main) 50%,var(--bg-hover)); color: #fff; display: flex; align-items: center; background-size: 100% 100%; background-position: right center;}
nav .navbar-light .navbar-nav .nav-item:last-child .nav-link::before{content: "\F4F3"; 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; font-size: 1rem; margin-right: .625rem;}
nav .navbar-light .navbar-nav .nav-item:last-child .nav-link:hover{background-size: 300% 100%;}
.pro_icon{display:none}
/* 导航下拉 */
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; border-radius:0 0 10px 10px; background-color: rgba(255,255,255,.9); backdrop-filter: blur(6px); 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:#333; font-size:.95rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem 1.25rem; padding-left: 1.75rem; align-items: center;}
.dropdown-menu ul li .dropdown-item::before{content: "\F285"; 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; line-height: 1; position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); color: inherit; font-size: 12px;}
.dropdown-menu ul li .dropdown-item:hover{color: var(--bg-main);}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-main);}
/* 产品下拉 */
.dropdown-menu1{padding: 0;}
.dropdown-menu1 ul{width: 100%; margin: 0;}
.dropdown-menu1 ul>li{width: 25%; padding: 0; border: none; border-right: 1px dashed #ccc;}
.dropdown-menu1 ul>li:last-child{border: none;}
.dropdown-menu1 ul>li .dropdown-item{width:100%; display: flex; flex-direction: column; align-items: center; white-space:initial; padding: 1.25rem;}
.dropdown-menu1 ul>li .dropdown-item>span,
.dropdown-menu1 ul>li .dropdown-item>.imgbox>span{width: 100%; display: flex; flex-direction: column; justify-content: center; text-align: center; padding-top: 1.25rem; font-size: .9rem;}
.dropdown-menu1 ul>li .dropdown-item>span>a{white-space: nowrap;}
.dropdown-menu1 ul>li .dropdown-item>span>a:hover{text-decoration: underline;}

.dropdown-menu1 ul>li .dropdown-item::before{content: none;}
.dropdown-menu1 ul>li .dropdown-item:hover{background-color: #eee; color: var(--bg-main);}
.dropdown-menu1 ul li .dropdown-item.active>span,
.dropdown-menu1 ul li .dropdown-item .active>span{color: var(--bg-main);}

.dropdown-menu1 ul>li .imgbox{flex-direction: column;}
.dropdown-menu1 ul>li .imgbox>span{padding-top: 1.25rem;}
.dropdown-menu1 ul>li .textbox{width: 100%;}
.dropdown-menu1 ul>li .textbox>a{display: block; font-size: .9rem; line-height: 22px; position: relative; padding-left: 1rem; margin-top: .625rem; color: #333;}
.dropdown-menu1 ul>li .textbox>a::before{content: ''; width: 6px; height: 6px; background-color: #ddd; position: absolute; left: 0; top: 8px; transition: all .3s;}
.dropdown-menu1 ul>li .textbox>a:hover,.dropdown-menu1 ul>li .textbox>a.active{color: var(--bg-main);}
.dropdown-menu1 ul>li .textbox>a:hover::before{background-color: var(--bg-main);}

@media (max-width:1199.98px){
	nav .navbar .navbar-nav .nav-item{margin-left: 1.8rem;}
}
@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;}
	nav .navbar .navbar-nav .nav-item{width:100%;flex-direction:column;margin: 0; padding: 0;}
	nav .navbar .navbar-nav .nav-item .nav-link{border-bottom:1px solid #ddd;padding:0 1rem; min-height: 40px; position:relative;justify-content:flex-start; font-weight: 400;}
	nav .navbar .navbar-nav a.nav-link::before{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}
	nav .navbar .navbar-nav .nav-item:hover span.pro_icon,
	nav .navbar .navbar-nav .nav-item.active span.pro_icon{color: #fff;}
	nav .navbar .navbar-nav .nav-item.active .nav-link,
	nav .navbar .navbar-nav .nav-item:hover .nav-link,
	nav .navbar .navbar-nav .show>.nav-link{color:#fff; background-color: var(--bg-main);}

	.navbar-nav .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial;top:initial}
	nav .navbar .navbar-nav .nav-item .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:767.98px){
	.dropdown-menu1 ul>li{width: 100%;}
	.dropdown-menu1 ul>li .dropdown-item{padding: .625rem 1rem;}
	.dropdown-menu1 ul>li .dropdown-item img{display: none;}
	.dropdown-menu1 ul>li .dropdown-item>span, .dropdown-menu1 ul>li .dropdown-item>.imgbox>span{padding-top: 0; align-items: flex-start;}
}
@media (max-width:575.98px){
	#etw_logo{padding: 15px 0;}
	#etw_logo a>img {max-height: 30px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}
@media (max-width:475.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}
@media (max-width:379.98px){
	.dropdown-menu1 ul>li{width: 100%;}
	.dropdown-menu1 ul>li .dropdown-item{padding: .625rem 1rem;}
	.dropdown-menu1 ul>li .dropdown-item img{display: none;}
	.dropdown-menu1 ul>li .dropdown-item>span, .dropdown-menu1 ul>li .dropdown-item>.imgbox>span{padding-top: 0; align-items: flex-start;}
}

/* Banner */
.etw-banner{padding: 0; width: 100%; min-height: 300px; position: fixed; left: 0; top: 80px;}
.etw-banner .swiper{width: 100%; height: auto}
.etw-banner .swiper .swiper-slide{height: auto;}
.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: var(--bg-hover); opacity: .5; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw-banner .swiper-pagination-bullet:hover{width: 20px; opacity: 1;}
.etw-banner .swiper-pagination-bullet-active{width: 30px; opacity: 1;}
.etw-banner .prev-button,.etw-banner .next-button{width: 50px; height: 50px; border-radius: 50%; position: absolute; left: -130px; top: 50%; transform: translateY(-50%); z-index: 5; cursor: pointer; font-size: 1.25rem; color: var(--bg-main); line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.etw-banner .next-button{left: auto; right: -130px;}
.etw-banner:hover .prev-button{left: 30px;}
.etw-banner:hover .next-button{left: auto; right: 30px;}
.etw-banner .prev-button:hover,
.etw-banner .next-button:hover{background-color: var(--bg-main); color: #fff;}

.etw-banner .textbox{width: fit-content; position: absolute; left: 15%; top: 20%; z-index: 2; padding: 1.25rem 2.5rem; display: flex; flex-direction: column;}
.etw-banner .textbox::before{content: ''; width: 100%; height: 100%; background-image: linear-gradient(135deg, var(--bg-main),var(--bg-hover)); position: absolute; left: 0; top: 0; z-index: -1; opacity: .9;}
.etw-banner .textbox .h2{color: #fff; line-height: 1.4; margin-bottom: 1.5rem;font-size: 1.55rem;}
.etw-banner .textbox dl{display: flex; flex-direction: column;}
.etw-banner .textbox dl>dd{color: #fff; position: relative; padding-left: 1rem;}
.etw-banner .textbox dl>dd::before{content: ''; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; position: absolute; left: 0; top: 9px;}
.etw-banner .textbox p{color: #fff;}
.etw-banner .banner2 .textbox{max-width: 550px; left: auto; right: 15%;}

@media (max-width:1199.98px){
	.etw-banner .textbox{top: 10%;}

}
@media (max-width:991.98px){
	.etw-banner{position: relative; top: 0; min-height: initial;}
	.etw-banner .swiper .swiper-slide{padding: 1.875rem; display: flex; flex-direction: column; justify-content: center; min-height: 300px;}
	.etw-banner img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
	.etw-banner .textbox{left: initial; top: initial; width: fit-content; padding: 1.25rem 1.875rem; position: relative;}
	.etw-banner .textbox .h2{font-size: 1.75rem; margin-bottom: 1rem;}
	.etw-banner .textbox dl>dd{padding-left: 1rem; font-size: .9rem; margin-bottom: 0;}
	.etw-banner .textbox dl>dd::before{content: ''; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; position: absolute; left: 0; top: 9px;}
	.etw-banner .prev-button,.etw-banner .next-button{width: 24px; height: 24px; left: -50px; font-size: 1rem;}
	.etw-banner .next-button{left: auto; right: -50px;}
	.etw-banner:hover .prev-button{left: 10px;}
	.etw-banner:hover .next-button{left: auto; right: 10px;}
	.etw-banner .textbox p{color: #fff; font-size: .9rem;}
	.etw-banner .banner2 .textbox{max-width: 63%; right: initial; float: right;}

}@media (max-width:767.98px){
	.etw-banner .swiper .swiper-slide{min-height: 250px;}
	.etw-banner .textbox{width: 60%; padding: 1rem;}
	.etw-banner .textbox .h2{font-size: 1.25rem; margin-bottom: 1rem;}
	.etw-banner .textbox dl>dd,
	.etw-banner .textbox p{font-size: .875rem;}
}@media (max-width:575.98px){
	.etw-banner .textbox{width: 90%;}
	.etw-banner .banner2 .textbox{max-width: 100%;}
	.etw-banner .textbox .h2{font-size: 1rem;}
	.etw-banner .textbox dl>dd,
	.etw-banner .textbox p{font-size: .75rem;}
}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{color: #333; font-size: 1.6rem; font-weight: 500; line-height: 1.3; font-family:Arial, Helvetica, sans-serif; margin-bottom: 1rem;}

.homedesign .container{max-width: 1400px;}
.homedesign .textbox{padding: 1.875rem;}
.homedesign .textbox .home-title>span{font-weight: 300; color: var(--bg-main); font-size: 1.4rem;}
.homedesign .textbox p{font-size: 1rem;}
.homedesign .imgbox::before{content: none;}

.homepros{padding-top: 0;}
.homepros ul{width: calc(100% + 30px); margin: 0 -15px;}
.homepros ul>li{width: 50%; padding: 5px 15px; margin-top: 40px;}
.homepros ul>li>a{width: 100%; display: flex; flex-direction: column;position: relative; box-shadow: 12px 30px 46px -30px rgba(0, 0, 0, 0.5);}
.homepros ul>li>a::before{content:''; position:absolute; background:linear-gradient(to right,#f9f9f9,transparent,#f9f9f9); width:100%; height:100%; left:0; top:0; transition:.3s all ease-in-out; transform:scaleX(0); z-index: 3; opacity: .2;}
.homepros ul>li>a .textbox{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; box-shadow: 0 10px 10px -10px rgba(0,0,0,.2); padding: 1rem .625rem; font-weight: bold;}
.homepros ul>li>a:hover::before{transform: scaleX(1);}

.homeapps{background-image: linear-gradient(var(--bg-F9),#fff);}
.homeapps dl{width: calc(100% + 30px); margin: 0 -15px; display: flex; flex-wrap: wrap;}
.homeapps dl>dt,.homeapps dl>dd{width: 25%; padding: 15px;}
.homeapps dl>dt .home-title{width: fit-content; display: flex; flex-direction: column;}
.homeapps dl>dt .home-title::after{content: ''; width: 150%; height: 2px; background-color: var(--bg-main); margin-top: .625rem; margin-left: -50%;}
.homeapps dl>dt>p{font-weight: 300; font-size: .9rem;}
.homeapps dl>dd>ol{width: 100%; display: flex; flex-direction: column; position: relative; overflow: hidden;}
.homeapps dl>dd>ol .textbox{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2;}
.homeapps dl>dd>ol .textbox>a.h6{width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #fff; padding: 1rem; margin-bottom: 0; color: #333; font-size: .86rem; font-weight: 500;}
.homeapps dl>dd>ol:hover a.imgbox>img{transform: scale(1.05);}
.homeapps dl>dd>ol:hover .textbox>a.h6{color: var(--bg-main);}

.homeservice{padding: 0;}
.homeservice::before{content: ''; width: 100%; height: 85%; background: linear-gradient(to right,#e6e5e5,transparent); position: absolute; left: 0; top: 0;}
.homeservice .container-fluid{position: relative; z-index: 2; padding: 0;}
.homeservice .imgbox::before{content: none;}
.homeservice .textbox{max-width: 460px; padding: 2.5rem; padding-right: 0; margin-bottom: 2.5rem; overflow: visible; position: relative; z-index: 3;}
.homeservice .home-title{width: fit-content; display: flex; flex-direction: column;}
.homeservice .home-title::after{content: ''; width: 300%; height: 2px; background-color: var(--bg-main); margin-top: .625rem; margin-left: -200%;}
.homeapps dl>dt>p{font-weight: 400;}

.homecases ul{width: calc(100% + 30px); margin: 0 -15px;}
.homecases ul>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.homecases ul>li>ol{flex-direction: column; background-image: linear-gradient(transparent 50%,#f0f0f0);}
.homecases ul>li>ol .textbox{padding: 1.25rem 1.875rem; flex-direction: column;}
.homecases ul>li>ol .textbox a.h6{font-weight: 500; font-size: 1.125rem; margin-bottom: .625rem;}
.homecases ul>li>ol .textbox p{flex: 1; line-height: 24px; font-size: .95rem;}
.homecases ul>li>ol .textbox .more{justify-content: center; margin-bottom: -40px;}
.homecases ul>li>ol .textbox .more>a{width: 40px; height: 40px; background-color: #fff; color: var(--bg-main); border:1px solid var(--bg-main); display: flex; align-items: center; justify-content: center; border-radius: 50%; line-height: 1; padding: 0;}
.homecases ul>li>ol .textbox .more>a::before{margin: 0; font-size: 1.1125rem; transition: initial;}
.homecases ul>li>ol .textbox .more>a:hover{background-color: var(--bg-main); color: #fff;}

.homeabout{background: url(../images/about_bj.webp) no-repeat center bottom; background-size: cover; background-attachment: fixed;}
.homeabout::before{content: ''; position: absolute; inset: 0; background-color: #000; opacity: .6; backdrop-filter: blur(10px); mix-blend-mode: multiply;}
.homeabout>.container{position: relative; z-index: 2;}
.homeabout .counter{color: var(--bg-main); font-size: 1.25rem;}

@media (max-width:1199.98px){
	section{padding:3.125rem 0;}
}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.homedesign .imgbox::before{content: ''; padding-top: 30%;}
	.homeapps dl>dt, .homeapps dl>dd{width: calc(100% / 3);}
	.homeapps dl>dd:nth-last-child(1),
	.homeapps dl>dd:nth-last-child(2){display: none;}
	.homecases ul>li>ol .textbox{padding: 1.25rem;}
	.homeabout .imgbox::before{padding-top: 50%;}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.homedesign .imgbox::before{padding-top: 40%;}
	.homepros ul>li{margin-top: 30px;}
	.homeapps dl>dt, .homeapps dl>dd{width: 50%;}
	.homeservice::before{height: 100%; background: linear-gradient(to right,#e6e5e5,#e6e5e5);}
	.homeservice .imgbox::before{content: ""; padding-top: 40%;}
	.homeservice .textbox{max-width: 100%; padding: 1.875rem; margin-bottom: 0;}
	.homecases ul>li{width: 50%;}
	.homecases ul>li:last-child{display: none;}
}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
	.home-title{font-size: 1.5rem;}
	.homedesign .textbox .home-title>span{font-size: 1rem;}
	.homedesign .textbox {padding: 1.25rem;}
	.homedesign .textbox p{font-size: .95rem;}
	.homepros ul>li{margin-top: 20px;}
	.homeservice .textbox{padding: 1.25rem;}
	.homecases ul>li{width: 100%; margin: 20px 0;}
}
@media (max-width:479.98px){
	.homepros ul>li{width: 100%; margin-top: 20px !important;}
	.homeapps dl>dt .home-title{margin: 0 auto 1rem auto;}
	.homeapps dl>dt .home-title::after{display: none;}
	.homeapps dl>dt{width: 100%; padding: 0 15px;}
	.homeapps dl>dd{width: 50%; margin: 0;}
	.homeapps dl>dd:nth-last-child(2){display: flex;}
	.homeapps dl>dd>ol .textbox>a.h6{padding-bottom: 0; font-weight: 400;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}
	.homeapps dl>dd{width: 100%;}
}
/* index-end */
#footer{background-color: #f5f5f5;}
.footer {padding: 3.125rem 0 0 0; position: relative; overflow: hidden; background-color: #fff;}
.footer .container{position: relative; z-index: 2;}
.footer .h3{font-family: var(--family-first); font-weight: 600; font-size: 1.2rem; color: #333;}
.footer .h3::after{content: ''; width: 30px; 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: .9rem; font-weight: 400;}
.footer_list li>a:hover{color: var(--bg-main);}

.footer_contact{display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact dd{width: 100%; color: #333; display: block; margin-bottom: .5rem; font-size: .95rem; line-height: 24px; padding-left: 1.8rem; position: relative;}
.footer_contact dd a{color: #333;}
.footer_contact dd i{font-size: 1rem; position: absolute; left: 0; top: 2px; color: var(--bg-main);}
.footer_contact dd a:hover{color: var(--bg-main);}
.footer_contact dd:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; padding: 2.5rem 0 1.875rem 0; background: linear-gradient(to bottom , transparent,rgba(0,0,0,.1));}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:.9rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover); opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important; 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-hover);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(to right, var(--bg-main),var(--bg-hover)) !important;border: none !important;}
.theme-box-name{background:transparent !important;border-left: none !important; padding-left: 0 !important;}

@media (max-width:1199.98px){
	.footer-bg{width: 30%;}
}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.footer_list li{margin-bottom: 5px;}
	.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;}
#quicknav ul li::after{content: "\f105";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; position: absolute; right: 0; top:50%; transform: translateY(-50%);}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a{font-size:.95rem; text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left: 0; padding-right: 1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important; font-size: 1.2rem;}
#quicknav ul>li:first-child>a>i{font-size: inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.7);}
#quicknav ul.quicknav li:last-child{color: #fff;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--bg-main); 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 .h3{font-size: 2rem; color: #000; font-weight: bold;}
.etw_hometitle h2:last-child,
.etw_hometitle .h3:last-child{margin-bottom: 0;}
@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.875rem;}
}
@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.75rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3{font-size: 1.5rem; }
}
/* Products */
.prosbanner{padding: 0;}
.prosbanner::before{content: ''; position: absolute; inset: 0; background-color: #000; z-index: 1; mix-blend-mode: multiply; opacity: .4;}
.proshover{position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;}
.proshover .etw_hometitle{align-items: center; justify-content: center; text-align: center;}
.proshover .etw_hometitle>h2{color: #fff; line-height: 1.4;}

.prosall{padding-top: 1rem;}
.prosall-list{width: 100%; margin: 0;}
.prosall-list>li{width: 100%; padding: 2.5rem; padding-top: 0; margin-bottom: 50px; box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.1);}
.prosall-list>li:last-child{margin-bottom: 0; padding-bottom: 0; box-shadow: initial;}
.prosall-list>li>ol>a.h6{width: 100%; font-size: 1.25rem; margin-bottom: .625rem;}
.prosall-list>li>ol>p{width: 100%; font-size: .9rem; color: #333;}
.prosall-list>li>ol a.imgbox{width: 45%;}
.prosall-list>li>ol .textbox{width: 55%; padding-left: 2.5rem; flex-direction: column; justify-content: space-between;}
.prosall-list>li>ol .textbox .table-responsive{margin-bottom: 1.25rem;}
.prosall-list>li>ol .textbox .table-responsive:last-child{margin-bottom: 0;}
.prosall-list>li>ol .textbox table td{border: none; text-align: center; color: #555; border-bottom: 1px solid #f9f6f6;}
.prosall-list>li>ol .textbox table td a{color: inherit;}
.prosall-list>li>ol .textbox table tr.top1 td,
.prosall-list>li>ol .textbox table tr.top1 td{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.prosall-list>li>ol .textbox table tr:not(tr.top1):hover{background-color: #eee;}
.prosall-list>li>ol .textbox table tr:hover a{color: var(--bg-main); text-decoration: underline;}
.prosall-list>li>ol .textbox>dl{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.prosall-list>li>ol .textbox>dl>dd{margin-bottom: .625rem; font-size: .9rem; line-height: 24px; position: relative; padding-left: 1rem;}
.prosall-list>li>ol .textbox>dl>dd::before{content: ''; width: 4px; height: 4px; background-color: var(--bg-main); position: absolute; left: 0; top:10px;}
.prosall-list>li>ol .textbox>dl>dd:last-child{margin-bottom: 0;}

.prosall-list>li>ol .textbox>.more>a{flex-direction: row-reverse;}
.prosall-list>li>ol .textbox>.more>a::before{content: '\F64D'; margin: 0 0 0 .3125rem;}


.inquiryform::before{content: ''; position: absolute; inset: 0; background-color: #e5e7eb; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);}
.inquiryform .container{position: relative; z-index: 2; padding-top: 2.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.inquiryform .h3{font-size: 1.2rem; line-height: 1.5; color: #000; display: flex; align-items: center; justify-content: center; text-align: center; margin: 0 auto 1.25rem auto;}
.inquiryform dl{display: flex; flex-direction: column; align-items: center; margin-bottom: 1.25rem;}
.inquiryform dl>dd{font-size: 1.25rem; font-weight: 200; color: #000; margin-bottom: 0;}
.inquiryform dl>dd>a:hover{color: var(--bg-main);}

.proscases-title{display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px dashed #ccc;}
.proscases-title .h3{font-size: 1.8rem; margin-bottom: 0;}
.proscases-title .more>a{border: 1px solid var(--bg-main); padding: .5rem 1.25rem; line-height: 1; border-radius: 30px; z-index: -0; flex-direction: row-reverse;}
.proscases-title .more>a::before{transition: inherit; margin: 0 0 0 .625rem;}
.proscases-title .more>a::after{height: 100%; z-index: -1;}
.proscases-title .more>a:hover{color: #fff;}
.proscases ul{width: calc(100% + 30x); margin: 0 -15px;}
.proscases ul>li{width: calc(100% / 3); padding: 0 15px; margin-top: 30px;}
.proscases ul>li>ol{flex-direction: column; background-color: #fff; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);}
.proscases ul>li>ol .textbox{padding: 1.25rem; flex-direction: column;}
.proscases ul>li>ol .textbox a.h6{flex: 1; display: flex; align-items: center; justify-content: space-between; font-weight: 500; font-size: .95rem; margin-bottom: 0; color: #000;}
.proscases ul>li>ol .textbox a.h6::after{content: "\f054"; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit; -webkit-font-smoothing:antialiased; margin-left: .625rem;}
.proscases ul>li>ol .textbox a.h6:hover{color: var(--bg-main);}

@media (max-width:991.98px){
	.prosall-list>li{padding: 1.25rem; padding-top: 0; margin-bottom: 1.875rem;}
	.prosall-list>li>ol{align-items: center; flex-direction: row-reverse;}
	.prosall-list>li>ol>.leftbox{width: 70%; padding-left: 1.875rem;}
	.prosall-list>li>ol>a.imgbox{width: 30%;}
	.prosall-list>li>ol>.textbox{display: none;}
	.prosall-list>li>ol .leftbox>.more>a{flex-direction: row-reverse;}
	.prosall-list>li>ol .leftbox>.more>a::before{content: '\F64D'; margin: 0 0 0 .3125rem;}
	.proscases ul>li>ol .textbox{padding: 1rem;}
}
@media (max-width:767.98px){
	.prosbanner{min-height: 200px;}
	.prosbanner img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s}
	.prosall-list>li>ol>.leftbox{width: 60%;}
	.prosall-list>li>ol>a.imgbox{width: 40%;}
	.proscases ul>li{width: 50%;}
	.proscases ul>li:last-child{display: none;}

}
@media (max-width:575.98px){
	.prosall-list>li>ol{flex-direction: column-reverse;}
	.prosall-list>li>ol>.leftbox{width: 100%; padding: 1.25rem 0 0 0;}
	.prosall-list>li>ol>a.imgbox{width: 100%;}
	.proscases-title{align-items: center;}
	.proscases-title .h3{font-size: 1.25rem;}
}
@media (max-width:479.98px){
	.inquiryform .h3{font-size: 1.125rem; margin-bottom: 1rem;}
	.inquiryform dl{margin-bottom: 1rem;}
	.inquiryform dl>dd{font-size: 1rem;}
	.proscases ul>li{width: 100%;}
}
@media (max-width:375.98px){
	.prosall-list>li{padding: 0 0 1rem 0; margin-bottom: 1rem;}
}
/* Details */
.details{padding: 0; overflow: visible;}
.details-items{padding: 3.75rem 0; position: relative;}
.details-items .etw_hometitle{margin-bottom: 1.25rem;}
.details-items .etw_hometitle>span{color: var(--bg-main); line-height: 1;}
.details-items .etw_hometitle>h2{margin-bottom: 0; padding: .75rem 0; line-height: 1.2; border-bottom: 1px dashed #ccc;}
.details-items .etw_hometitle>small{font-size: 1.125rem; color: #999; font-weight: 300;}

.related_name{display: flex;}
.related_name>a{font-weight: 400; font-size: 1.05rem; line-height: 40px; padding: 0 1.25rem; color: #333; border-top: 2px solid transparent;}
.related_name>a:last-child{margin: 0;}
.related_name>a.active{color: var(--bg-main);border-top-color: var(--bg-main);}
.related_content{width: 100%;}
.related_content>figure{display: none; margin-bottom: 0;}
.related_content>figure:first-child{display: flex;}

.left_pics{width: 100%; display: flex; position: relative;}
.related_content .video-btn::before{background-color: #fff;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: flex; background-color: #eee;}
.left_pics>a>img{mix-blend-mode: multiply;}
.left_pics>a:has(.img-abs)::before,.left_pics>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; flex-wrap: nowrap;}
.related_pic ul>li{flex: 1; padding: 0 5px;}
.related_pic ul>li>a{width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; overflow: hidden; position: relative;}
.related_pic ul>li>a:has(.img-abs)::before,
.related_pic ul>li>a:has(.img-cover)::before{content: ''; display: block; padding-top: 75%;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-hover);}

.h3-title{font-size: 1.125rem; font-weight: 400; line-height: 1.3; margin-bottom: 1.25rem;}
.h4-title{font-size: 1.625rem; color: #000; font-weight:600; line-height: 1; margin-bottom: 1rem;}

.apps .prev-button,
.apps .next-button{cursor: pointer; position: absolute; left: -30px; top: 50%; transform: translateY(-50%); color: var(--bg-main); font-size: 1.5rem; z-index: 3;}
.apps .next-button{left: auto; right: -30px;}

.specifications .h4-title{display: flex; align-items: center; margin-bottom: 1.25rem;}
.specifications .h4-title>span{font-size: 1.125rem; border-left: 3px solid #333; margin-left: 1rem; padding: 1rem 0 0 1rem;}
.specifications_nav{display: flex; width: 100%; margin: 0 0 1.25rem 0;}
.specifications_nav>li{flex: 1; padding: 0;}
.specifications_nav>li>a{width: 100%; display: flex; padding: .3125rem .8rem; font-size: .95rem; text-align: center; color: #333; font-weight: 400; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; position: relative; align-items: center; justify-content: center;}
.specifications_nav>li>a::before,.specifications_nav>li>a::after{content: ''; width: 0; height: 1px; position: absolute; left: 50%; top: -1px; transform: translateX(-50%); background-color: var(--bg-main); transition: all .3s ease-in-out;}
.specifications_nav>li>a::after{top: auto; bottom: -1px;}
.specifications_nav>li>a:hover{color: var(--bg-main);}
.specifications_nav>li.active>a{color: var(--bg-main);}
.specifications_nav>li.active>a::before,.specifications_nav>li.active>a::after{width: 100%;}

.specifications_content{display: block;}
.specifications_content>div{display: none;}
.specifications_content>div:first-child{display: block;}
.specifications_content .card{border: none; border-radius: 0; background-color: #fff; margin-bottom: 1.875rem; border-bottom: 1px solid rgba(0, 0, 0, .1);}
.specifications_content .card:last-child{border-bottom: none; margin-bottom: 0;}
.specifications_content .card-header{background-color: inherit; padding: 0;border-bottom: none;}
.specifications_content .card-link{width:100%; display:block; padding:0 0 .625rem 0; font-size:1.02rem; font-weight:600; color: #333; position:relative; line-height:24px}
.specifications_content .card-link::after{content: none;}
.specifications_content .card:hover{background-color: transparent;}
.specifications_content .table2{margin-bottom: 0;}
.specifications_content .table2 tr{background-color: var(--bg-F8);}
.specifications_content .table2 tr:nth-child(even){background-color: #fff;}
.specifications_content .table2 tr td{border: none; font-weight: 400; padding: .75rem 1.25rem;}
.specifications_content .table2 tr td:nth-child(1){width: 35%; font-weight: 500;}
.specifications_content .table2 tr td:nth-child(2){width: 20%; text-align: center;}
.specifications_content .table2 tr td:nth-child(3){width: 45%;}

.keycomponents_nav{width: 30%; float: left; margin: 0; display: flex; flex-direction: column; position: sticky; top: 80px;}
.keycomponents_nav>li{width: 100%; padding: 0; padding-bottom: 1px; position: relative;}
.keycomponents_nav>li::after{content: ''; width: 100%; height: 1px; background-image: linear-gradient(to right, #ccc, transparent 70%);}
.keycomponents_nav>li>a{width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 1rem; font-weight: 600; color: #333; padding: .625rem 1.25rem; position: relative; overflow: hidden;}
.keycomponents_nav>li>a::before{content: ''; width: 12px; height: 12px; border: 2px solid #86705f; margin-right: 1rem; transition: all .3s;}
.keycomponents_nav>li>a::after{content: "\F138"; 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; position: absolute; right: 0; top: 50%; transform: translateY(-50%) translateX(-10px); color: #333; opacity: 0; transition: all .3s ease-in-out;}

.keycomponents_nav>li>a>span{flex: 1;}
.keycomponents_nav>li>a:hover::before{background-color: #86705f;}
.keycomponents_nav>li.active>a{color: var(--bg-main);}
.keycomponents_nav>li.active>a::before{background-color: var(--bg-main); border-color: var(--bg-main);}
.keycomponents_nav>li.active>a::after{opacity: 1; transform: translateY(-50%) translateX(0);}
.keycomponents_content{width: 70%; padding-left: 2.5rem; float: right; position: sticky; top: 100px;}
.keycomponents_content>div{display: none;}
.keycomponents_content>div:first-child{display: flex;}
.keycomponents_content>div img{margin-left: 0;}
.item{width: 100%;}
.item .h6{font-size: 1.5rem;}
.item p{font-size: 1.05rem;}

.optional .etw-photo a.imgbox:has(.img-cover)::before{content: none;}
.optional .etw-photo a.imgbox>span{width: 100%; position: absolute; left:0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent,rgba(0,0,0,.9)); color: #fff; padding: 1rem; padding-top: 2.5rem;}
.optional .h5-title{font-weight: bold; font-size: 1.05rem; margin-bottom: .625rem;}


.faq .h3{font-size: 1.8rem; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
#accordion .card{border: none; border-radius: 0; background-color: transparent; position: relative; padding-bottom: 1px;}
#accordion .card::after{content: ''; width: 100%; height: 1px; background-image: linear-gradient(to right,transparent, rgba(0, 0, 0, .125),transparent);}
#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:500; color: #333; position:relative; line-height:24px}
#accordion .card-link::after{content:"\F282"; font-size:1.2rem; color:#000; position:absolute; right:.5rem; 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;}
#accordion .card-body>p{font-size: .95rem; line-height: 24px;}
#accordion .card-body dl dd{font-size: .95rem;}
#accordion .card:hover{background-color: #eee;}
#accordion .card:hover .card-link,
#accordion .card:hover .card-link::after{color: var(--bg-main);}
#accordion .card-link[aria-expanded="true"]::after{transform: rotate(180deg);}

.otherpros .h3{font-size: 1.875rem; margin-bottom: 0;}
.otherpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.otherpros ul>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.otherpros ul>li>a{width: 100%; display: flex; flex-direction: column; background-color: #fff; box-shadow: 0 10px 10px rgba(0, 0, 0, .1); position: relative;}
.otherpros ul>li>a .textbox{flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: bold; padding: 1rem .625rem; box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .125);}
.otherpros ul>li>a::before{content:''; position:absolute; background:linear-gradient(to right,#f9f9f9,transparent,#f9f9f9); width:100%; height:100%; left:0; top:0; transition:.3s all ease-in-out; transform:scaleX(0); z-index: 3; opacity: .2;}
.otherpros ul>li>a:hover::before{transform: scaleX(1);}
.otherpros2 ul>li{width: calc(100% / 3);}

.inquiryformdetails{background: url(../images/inquiryform-bg.webp) no-repeat center center; background-size: cover;}
.inquiryformdetails::before{content: ''; position: absolute; inset: 0; background-color: rgba(255, 255, 255, 0.8);}
.inquiryformdetails .container{position: relative; z-index: 3;}
.inquiryformdetails .h3{font-family:Arial, Helvetica, sans-serif; font-size: 1.3rem; line-height: 1.4; font-weight: 600; color: #000; margin-bottom: 1.25rem; margin-top: 1.875rem;}
.inquiryformdetails .mail{font-size: 1.125rem; font-weight: 300; color: #333;}
.inquiryformdetails .feedback{width: 100%; background-color: #fff; padding: 2.5rem; border-radius: 20px; box-shadow: 0 0 50px rgba(0, 0, 0, .2); display: flex; flex-direction: column; align-items: center;}
.inquiryformdetails .feedback .webtitle{text-align: center;}
.inquiryformdetails #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.inquiryformdetails #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-hover) !important;}
.inquiryformdetails #feedback2017 .etw-inquery-container{padding: 0;}
.inquiryformdetails svg{width: 100%; max-width: 1100px; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 2; opacity: .7;}

.detailsapps .h3{font-size: 1.875rem; text-align: center;}
.detailsapps small{display: block; max-width: 80%; margin: 0 auto; text-align: center; font-size: .9rem;}
.detailsapps ul>li{width: calc(100% / 7); padding: 0 10px; margin-top: 20px;}
.detailsapps ul>li>ol{border-radius: 50%; overflow: hidden; position: relative;}
.detailsapps ul>li>ol a.imgbox>img{filter: grayscale(100%);}
.detailsapps ul>li>ol .textbox{width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; display: flex;}
.detailsapps ul>li>ol .textbox>a.h6{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; padding: .625rem; color: #fff; margin-bottom: 0; position: relative; z-index: 2; opacity: 1;}
.detailsapps ul>li>ol .textbox::before,
.detailsapps ul>li>ol .textbox::after{content: ''; width: 100%; height: 50%; background-color: rgba(0, 0, 0, 0.5); position: absolute; left:0; top: 0; transition: all .3s;}
.detailsapps ul>li>ol .textbox::after{top: auto; bottom: 0;}
.detailsapps ul>li>ol:hover a.imgbox>img{filter: grayscale(0);}
.detailsapps ul>li>ol:hover .textbox::before,
.detailsapps ul>li>ol:hover .textbox::after{height: 0;}
.detailsapps ul>li>ol:hover .textbox>a.h6{opacity: 0;}

@media (max-width:1199.98px){
	.details-items{padding: 3.125rem 0;}
}
@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
	.inquiryformdetails .h3{font-size: 1.5rem; margin-top: 0;}
	.inquiryformdetails .feedback{padding: 1.875rem;}
	.otherpros .h3{font-size: 1.75rem;}
	.otherpros ul>li{width: calc(100% / 3);}
	.otherpros ul>li>a .textbox{font-weight: 400;}
	.otherpros ul>li:last-child{display: none;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.875rem 0;}
	.keycomponents_nav{width: 30%;}
	.keycomponents_nav>li>a{padding: .625rem 0; font-size: .875rem; font-weight: 400;}
	.keycomponents_nav>li>a::before{width: 4px; height: 4px; margin-right: 5px;}
	.keycomponents_nav>li::after{background-image: linear-gradient(to right, #ccc, transparent);}
	.keycomponents_content{width: 70%; padding-left: 1.25rem;}
	.inquiryformdetails .h3{font-size: 1.25rem;}
	.inquiryformdetails .feedback{padding: 1.25rem;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.inquiryformdetails .h3{font-size: 1rem;}
	.otherpros ul>li{width: 50%;}
	.otherpros ul>li>a .textbox{font-weight: 300;}
	.otherpros ul>li:last-child{display: flex;}
	.otherpros .h3{font-size: 1.5rem;}
	.h4-title{font-size: 1.5rem;}
	.keycomponents_nav{width: 40%;}
	.keycomponents_content{width: 60%;}
}
@media (max-width:479.98px){
	.otherpros ul>li{width: 100%;}
	.h4-title{font-size: 1.25rem;}
	.related_pic ul{flex-wrap: wrap;}
	.related_pic ul>li{flex: none; width: calc(100% / 3); padding: 5px;}
	.specifications .h4-title{flex-direction: column;}
	.specifications .h4-title>span{border-left: none; border-top: 1px solid #333; margin: .625rem 0 0 0; padding: .625rem 0 0 0; font-size: 1rem;}
	.keycomponents_nav{width: 100%; position: relative; top: 0;}
	.keycomponents_content{width: 100%; padding: 1.5rem 0 0 0; position: relative; top: 0;}

}
@media (max-width:375.98px){
	.related_pic ul>li{width: 50%;}
}
/* Products End */
/* Sectors */
.sectors{padding-top: 1rem;}
.sectors .etw_hometitle{align-items: center;}
.sectors .etw_hometitle::before{content: ''; width: 50px; height: 2px; background-color: var(--bg-main); margin-bottom: .625rem;}
.sectors ul{width: 100%; margin: 0;}
.sectors ul>li{width: 100%; padding: 0; margin-bottom: 30px;}
.sectors ul>li:last-child{margin-bottom: 0;}
.sectors ul>li:nth-child(even)>ol{flex-direction: row-reverse;}
.sectors ul>li>ol a.imgbox{width: 50%;}
.sectors ul>li>ol .textbox{width: 50%; flex-direction: column; justify-content: center;}
.sectors ul>li>ol .textbox .h6{font-size: 1.75rem; font-weight: 400;}
.sectors ul>li>ol .textbox .more>a{padding: .75rem 1.5rem; border-radius: 6px; overflow: hidden; color: #000;}
.sectors ul>li>ol .textbox .more>a::before{content: ''; position: absolute; inset: 0; background-color: var(--bg-Gainsboro); z-index: -2; margin: 0;}
.sectors ul>li>ol .textbox .more>a::after{height: 100%; z-index: -1;}
.sectors ul>li>ol .textbox .more>a:hover{color: #fff;}

.sectorsdetails{padding: 3.75rem 0;}
.sectorsdetails_banner{width: 100%; position: relative; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between;}
.sectorsdetails_banner .imgbox{width: 66%; cursor: zoom-in;}
.sectorsdetails_banner .imgbox>svg{width: 100%; height: 100%; position: absolute; inset: 0;}
.sectorsdetails_banner .textbox{width: 34%; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; padding: .625rem; padding-right: 1.875rem;}
.sectorsdetails_banner .textbox>svg{width: 500px; height: 100%; position: absolute; right: 0; top: 0; z-index: -1;}
.sectorsdetails_banner .textbox .etw_hometitle{display: flex; flex-direction: column; align-items: flex-end; text-align: right;}
.sectorsdetails_banner .textbox .etw_hometitle::before{content: ''; width: 80px; height: 2px; background-color: var(--bg-main); margin-bottom: .625rem;}
.sectorsdetails_banner .textbox .etw_hometitle>div{margin-bottom: 1.25rem; font-size: 1.8rem; margin-left: -10px;}
.sectorsdetails_banner .textbox .etw_hometitle small{display: block; font-size: .95rem; color: #999; margin-left: -25px;}
.sectorsdetails .h4-title{font-size: 1.25rem; margin-bottom: .5rem;}


.recommended .h3{font-size: 1.8rem; margin-bottom: 0;}
.recommended ul{width: calc(100% + 30px);}
.recommended ul>li{width: 25%; padding: 0 15px; margin-top: 30px;}
.recommended ul>li>a{width: 100%; display: flex; flex-direction: column; background-color: #ececed; border-radius: 6px; overflow: hidden; position: relative;}
.recommended ul>li>a::before{content: ''; position: absolute; right: 0; bottom: 0; border-top: 50px solid transparent; border-left: 50px solid transparent; border-bottom: 50px solid #c4c8c8;}
.recommended ul>li>a::after{content: '\F4FE'; 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; width: 70px; height: 70px; padding: 20px 0 0 20px; position: absolute; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--bg-main);}
.recommended ul>li>a .textbox{flex-direction: column; padding: 1.25rem;}
.recommended ul>li>a .textbox>span{width: 100%; display: flex; font-size: 1rem; font-weight: bold; line-height: 1.3; margin-bottom: 1rem; color: #333; transition: all .3s;}
.recommended ul>li>a .textbox>small{width: 100%; flex: 1; display: block; color: #555;}
.recommended ul>li>a:hover .textbox>span{color: var(--bg-main);}

.otherapps .h3{color: #333; text-align: center; font-size: 1.8rem; margin-bottom: 1.25rem;}
.otherapps .swiper .swiper-slide>a{width: 100%; display: flex; flex-direction: column; position: relative; overflow: hidden;}
.otherapps .swiper .swiper-slide>a .imgbox::before{padding-top: 60%;}
.otherapps .swiper .swiper-slide>a .imgbox>img{filter: grayscale(100%);}
.otherapps .swiper .swiper-slide>a .textbox{width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 3; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; font-size: 1.125rem; font-weight: 600; transition: all .3s ease-in-out;}
.otherapps .swiper .swiper-slide>a:hover .imgbox>img{filter: grayscale(0);}
.otherapps .swiper .swiper-slide>a:hover .textbox{height: 25%;}
.otherapps .prev-button,.otherapps .next-button{position: absolute; left: -50px; top: 50%; transform: translateY(-50%); color: var(--bg-main); font-size: 1.5rem;}
.otherapps .next-button{left: auto; right: -50px;}

@media (max-width:1199.98px){
	.sectorsdetails{padding: 3.125rem 0;}
	.sectorsdetails_banner .textbox>svg{width: 120%;}
}
@media (max-width:991.98px){
	.sectorsdetails{padding: 2.5rem 0;}
	.sectors ul>li>ol .textbox{padding-left: 1.25rem;}
	.recommended ul>li{width: 50%;}
	.sectorsdetails_banner .textbox .etw_hometitle{align-items: center;}
	.sectorsdetails_banner .textbox .etw_hometitle>div{font-size: 1.75rem;}
	.sectorsdetails_banner .imgbox,
	.sectorsdetails_banner .imgbox img{width: 100%;}
	.sectorsdetails_banner .textbox{width: 100%; background-color: #eee; padding: 1.25rem; align-items: center; text-align: center;}
	.sectorsdetails_banner .textbox>svg{display: none;}
	.sectorsdetails_banner .textbox .etw_hometitle small{text-align: center; margin: 0;}
}
@media (max-width:767.98px){
	.sectorsdetails{padding: 1.875rem 0;}
	.sectors ul>li>ol a.imgbox,
	.sectors ul>li>ol a.imgbox>img{width: 100%;}
	.sectors ul>li>ol .textbox{width: 100%; padding: 1.25rem 0 0 0;}
	.sectors ul>li>ol .textbox .h6{font-size: 1.5rem;}
	.sectorsdetails_banner .textbox .etw_hometitle>div{margin-bottom: .625rem; font-size: 1.5rem;}
}
@media (max-width:575.98px){
	.sectorsdetails{padding: 1.25rem 0;}
	.sectors ul>li>ol .textbox .h6{font-size: 1.25rem;}
	.recommended .h3,.otherapps .h3{font-size: 1.5rem;}
}
@media (max-width:479.98px){
	.recommended ul>li,
	.recommended ul>li>a>img{width: 100%;}
	.recommended .h3,.otherapps .h3{font-size: 1.25rem;}
	.sectorsdetails_banner .textbox .etw_hometitle>div{font-size: 1.25rem;}
}
/* Sectors-End  */
/* About Us */
.nbanner{padding: 0;}
.nbanner::before{content: ''; display: block; padding-top: 20.833334%;}
.nbanner::after{content: ''; position: absolute; inset: 0; background-color: rgba(0, 0, 0, 0.4); mix-blend-mode: multiply;}
.nbanner_hover{position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.nbanner_hover .etw_hometitle{align-items: center;}
.nbanner_hover .etw_hometitle>div{color: #fff; letter-spacing: 2px;}

.company{padding: 0; font-size: 1.125rem; font-weight: 200; line-height: 1.6;}
.company-items{padding: 3.75rem 0; position: relative;}
.companytexts{padding: 0 !important; display: flex; flex-wrap: wrap;}
.companytexts .imgbox::before{padding-top: 40%;}
.companytexts .textbox{width: 100%; max-width: 650px; position: relative; z-index: 0; padding:2.5rem 2.5rem 2.5rem 3.125rem; margin: 2.5rem 0; display: flex; flex-direction: column; justify-content: center;}
.companytexts .textbox::before{content: ''; width: 100%; height: 100%; background-color: var(--bg-whiteSmoke); position: absolute; left:0; top: 0; z-index:-1;}
.companytexts .textbox strong{color: #333; font-size: 1.125rem;}
.company-items .etw-photo ul li a.imgbox>span{font-weight: 300; font-size: 1rem;}

.company_nav ul{justify-content: center; width: 100%; margin: 0;}
.company_nav ul>li{width: 20%; padding: .625rem 1.25rem; border-right: 1px dashed rgba(0, 0, 0, .1); justify-content: center;}
.company_nav ul>li>a{width: 100%; display: flex; flex-direction: column; align-items: center;}
.company_nav ul>li>a .textbox{width: 100%; float: 1; display: flex; justify-content: center; text-align: center; font-size: .9rem; font-weight: 500; padding-top: .625rem;}
.company_nav ul>li>a:hover>.textbox,
.company_nav ul>li.active>a>.textbox{color: var(--bg-main);}
.company_nav ul>li:last-child{border-right: none;}

.ourpros {background-image: linear-gradient(#fff, var(--bg-F0));}
.ourpros.bg-whiteSmoke{background: var(--bg-whiteSmoke);}
.ourpros .h3{text-align: center; padding-bottom: 1.875rem; background: url(../images/title.svg) no-repeat center bottom; margin-bottom: 0;}
.ourpros ul{width: calc(100% + 30px); margin: 0 -15px;}
.ourpros ul>li{width: 50%; padding: 0 15px; margin-top: 30px;}
.ourpros ul>li>a{width: 100%; display: flex; background-color: var(--bg-Gainsboro); border-radius: 10px; overflow: hidden; position: relative;}
.ourpros ul>li>a .imgbox{width: 55%;}
.ourpros ul>li>a .textbox{width: 45%; padding: 1.25rem; padding-left: 1.875rem; flex-direction: column; justify-content: center;}
.ourpros ul>li>a .textbox>span{display: block; margin-bottom: 1rem; font-weight: bold; font-size: 1.125rem; line-height: 1.3;}
.ourpros ul>li>a .textbox>small{color: #555;}
.ourpros ul>li>a::before{content: ''; position: absolute; right: 0; bottom: 0; border-top: 50px solid transparent; border-left: 50px solid transparent; border-bottom: 50px solid #c4c8c8;}
.ourpros ul>li>a::after{content: '\F4FE'; 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; width: 70px; height: 70px; padding: 20px 0 0 20px; position: absolute; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--bg-main);}

.cases .h4-title{font-size: 1.25rem; line-height: 1.3;}
.cases_heng{width: 100%; height: 1px; background-image: linear-gradient(to right, transparent,#ccc, transparent); margin-top: 2.5rem;}


.capabilities{font-size: 1.1rem; font-weight: 300;}
.figureleftshadow{box-shadow: -10px 10px 0 #ddd;}
.figurerightshadow{box-shadow: 10px 10px 0 #ddd;}
.casting .prev-button,.casting .next-button{position: absolute; left: -1.25rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--bg-main); z-index: 6;}
.casting .next-button{left: auto; right: -1.25rem;}
.welding .etw-photo ul li:nth-child(1)>a{width: 120%; margin-right: -20%;}
.welding .etw-photo ul li:nth-child(2){align-items: flex-end;}
.welding .etw-photo ul li:nth-child(2)>a{width: 120%; margin-left: -20%;z-index: 2;}

.service{margin-top: -2.5rem; font-size: 1.1rem; font-weight: 300;}
.service-items1{padding: 0;}
.service-items1 .textbox{background-color: #fff; padding: 1.875rem; padding-bottom: 0; position: relative; z-index: 5;}


@media (max-width:1199.98px){
	.company-items{padding: 3.125rem 0;}
}
@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}
	.ourpros .h3{font-size: 1.75rem;}
	.ourpros ul>li>a{flex-direction: column;}
	.ourpros ul>li>a .imgbox,.ourpros ul>li>a .imgbox>img{width: 100%;}
	.ourpros ul>li>a .textbox{width: 100%; padding: 1.25rem;}
	.companytexts .textbox{max-width: 100%; margin: 0; padding: 1.875rem;}
}
@media (max-width:767.98px){
	.company-items{padding: 1.875rem 0;}
	.ourpros .h3{font-size: 1.5rem;}
	.nbanner{min-height: 200px;}
	.company_nav ul>li{width: calc(100% / 3);}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.ourpros .h3{font-size: 1.25rem;}
	.ourpros ul>li{width: 100%; margin-top: 20px;}
	.company_nav ul>li{width: 50%;}
	.company_nav ul>li:nth-child(even){border-right: none;}
}
@media (max-width:479.98px){
	.company_nav ul>li{width: 100%;}
}
/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin-bottom:1rem; color: var(--bg-main);}
.contact dl dd{font-size:1rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact dl dd strong{color:#000; font-weight: 600; margin-right: .25rem;}
.contact dl dd a{color: var(--bg-main);}
.contact dl dd a:hover{color:var(--bg-hover); text-decoration: underline;}
.contact dl dd b{font-weight: 400; color:#000;}
.contact dl dd img{margin-left: 0;}
.contact .feedback{padding: 1.5rem 1rem;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700; font-family: Arial, Helvetica, sans-serif;}
.contact_map{margin-top: 2rem;}

#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
.etw-inquery-btn{background: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
.etw-inquery-btn:hover{background: var(--bg-hover) !important;}

@media (max-width:767.98px){
	.contact_map{height: 320px;}
}
/* Contact Us-End */
/* Overview */
.overviewbanner .etw_hometitle{max-width: 50%; margin: 0 auto;}
.overviewbanner .etw_hometitle>.h3{font-size: 2rem; font-weight: 600;}

.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem;font-size:1.8rem;}
.overview-title>span{text-align:center; display:inline-block; position:relative; line-height:1.3; font-size:1.8rem; color: #000; font-weight: 400; font-family:Arial, Helvetica, sans-serif;}

.overview-company ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.overview-company li{width:calc(50% - 20px); margin-top:30px; flex-direction: column; font-size:1rem; line-height: 24px;}
.overview-company li .overview-company-label{padding-bottom:1rem; position:relative; font-size:1.2rem; margin-bottom:1rem; color:#000; font-weight: 500;}
.overview-company li .overview-company-label::before{content:""; width:100%; height:1px; background-color:#ccc; position:absolute; left:0; bottom:0}
.overview-company li .overview-company-label::after{content:""; width:50px; height:1px; background-color:var(--bg-main);position:absolute; left:0; bottom:0; transition:all 0.4s}
.overview-company li .overview-company-value{margin-bottom:0; color:#000; font-size:1rem; line-height: 1.2;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{display: flex; align-items: center; margin-bottom: .875rem; line-height: 24px; position: relative; padding-left: 1.5rem;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-main); font-size: 1rem; position: absolute; left: 0; top: 0;}
.overview-company li:hover .overview-company-label::after{width:100%}

.overview_about small{display: block; text-align: center; font-size: .95rem; font-weight: 300; max-width: 90%; margin: 0 auto;}
.overview_about ul{width: calc(100% + 30px); margin: 0 -15px;}
.overview_about ul>li{width: 50%; padding: 0 15px; margin-top: 30px;}
.overview_about ul>li>ol{flex-direction: column;}
.overview_about ul>li>ol .textbox{flex-direction: column; background-image: linear-gradient(#fff,#f5f5f5); padding: 1.25rem; position: relative;}
.overview_about ul>li>ol .textbox a.h6{font-size: 1.25rem;}
.overview_about ul>li>ol .textbox p{font-size: .95rem; margin-bottom: 0;}
.overview_about ul>li>ol .textbox .more{position: absolute; right: 0; bottom: 0;}
.overview_about ul>li>ol .textbox .more>a{width: 70px; height: 70px; padding: 20px 0 0 20px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--bg-main); overflow: visible;}
.overview_about ul>li>ol .textbox .more>a::before{content: '\F4FE'; 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; z-index: 1; margin: 0;}
.overview_about ul>li>ol .textbox .more>a::after{content: ''; position: absolute; right: 0; bottom: 0; border-top: 50px solid transparent; border-left: 50px solid transparent; border-bottom: 50px solid #c4c8c8; background: none; z-index: -1;}
.overview_about ul>li>ol .textbox .more>a:hover::after{width: 0; left: auto; border-top: 80px solid transparent; border-left: 80px solid transparent; border-bottom: 80px solid #c4c8c8;}

@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
	.overview-title{margin-bottom: 1rem; font-size: 1.875rem; text-align: center;}
}
@media (max-width:767.98px){
	.overview-title{font-size: 1.75rem;}
	.overview_about ul>li{width: 100%;}
}
@media (max-width:575.98px){
	.overview-title{font-size: 1.5rem;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{align-items: center; font-size: 2rem; font-weight: 700; line-height: 1; margin: 0 0 1.875rem 0; color: #000;}

.videos-hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.875rem;}
.videos-hub-title{font-size:1.625rem; font-weight: 500; line-height: 1; display:flex; align-items: center; justify-content: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0; font-family:Arial, Helvetica, sans-serif;}

.videos-hub ul{width: calc(100% + 20px); margin: 0 -10px;}
.videos-hub ul li{width: 100%; padding: 10px;}
.videos-hub ul li .imgbox::after{content: '\F4F4'; --w:60px; width: var(--w); height: var(--w); color: var(--bg-main); font-size: 2rem; padding-left: 5px; border-radius: 50%; background-color: rgba(255, 255, 255, .7); 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: var(--bg-F9);}
.videos-hub ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos-hub:last-child{margin-bottom: 0;}

.videos-company ul li{width: 100%;}
.videos-company ul li>a{border-radius: 10px; overflow: hidden;}
.videos-company ul li>a .imgbox{width: 50%;}
.videos-company ul li>a .textbox{width: 50%; padding: 2rem; flex-direction: column; justify-content: center;}
.videos-company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 500;}
.videos-company ul li>a .textbox>p{font-size: .95rem; font-weight: 300; color: #555; transition: all .4s;}
.videos-company ul li>a:hover .textbox .h6{color: var(--bg-main);}

.videos-pros ul li{width: 50%;}
.videos-pros ul li>a{border-radius: 10px; overflow: hidden;}
.videos-pros ul li>a>.imgbox{width: 40%;}
.videos-pros ul li>a>.imgbox::after{width: 3.125rem; height: 3.125rem; font-size: 1.5rem; padding-left: .2rem;}
.videos-pros ul li>a>.textbox{flex: none; width: 60%; flex-direction: column; display: flex; justify-content: center; font-size: 1rem; line-height: 1.5; color: #333; font-weight: 400; padding: .75rem 1rem; padding-left: 1.875rem; 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 video{width:100%}
#video_right .h3{font-size: 1.75rem; color: #000; font-weight: 600; font-family:Arial, Helvetica, sans-serif;}
.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-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);}
#etw_videolist .webtitle{font-size:1.75rem; font-weight:500; color: transparent; padding:1rem; text-align:center; border-radius:10px 10px 0 0;background-image: linear-gradient(var(--bg-main) 50%,var(--bg-hover) 50%); background-clip: text;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between; padding:0 1.5rem;}
#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 img{width:30%; height: auto;}
#etw_videolist ul li a span{width:70%;font-size:0.95rem; padding-left:1rem;line-height: 1.2; transition: all .4s;}
#etw_videolist ul li a.dq span{color:var(--bg-main);}
#etw_videolist ul li a:hover span{color: var(--bg-main);}
#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);}
	.videos-company ul li>a .imgbox{width: 100%;}
	.videos-company ul li>a .textbox{width: 100%; padding: 1.5rem;}

}
@media (max-width:767.98px){
	#etw_videolist ul li{width: 100%;}
	#video_sidebar{margin-top:1rem}
	.videos-hub-title{font-size: 1.5rem; margin: 1rem 0;}
	.videos-pros ul li>a>.textbox{font-size: .95rem; font-weight: 300;}
}
@media (max-width:575.98px){
	#video_right .h3{font-size:1.25rem;}
	.videos-pros ul li{width: 100%;}
}
/* videos-End */
