@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:"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:"Anton";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Anton/Anton-Regular.woff2) format("woff2"),url(../fonts/Anton/Anton-Regular.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: #553515;
	--bg-hover: #b8732e;
	--font-family: "OpenSans", sans-serif;
	--font-family2: "Anton", sans-serif;
	--font-family3: "Oswald", sans-serif;
}
.bg-WhiteSmoke {background-color: #f5f5f5 !important;}
.bg-Gainsboro{background-color: #DCDCDC !important;}
.bg-LightGray{background-color: #D3D3D3 !important;}
.bg-Silver{background-color: #C0C0C0 !important;}
.bg-DarkGray{background-color: #A9A9A9 !important;}
.bg-Gray{background-color: #808080 !important;}
.bg-DimGray{background-color: #696969 !important;}
.bg-E{background-color: #eee !important;}
.bg-F8{background-color: #f8f8f8 !important;}
.bg-F7{background-color: #f7f7f7 !important;}

* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#000; font-family:var(--font-family); font-weight: 400; font-size: 1rem; line-height:1.5; background-color:#fff; overflow-x:hidden}
li,ol,ul {list-style: none;margin-bottom: 0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.etw_hometitle>div[itemprop] {color: #000; font-family: var(--font-family3); margin-bottom: 1rem;}
h2,.h2 {font-size: 2.5rem;}
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(--font-family);}
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: 700;}
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{width: 100%; display:flex; flex-wrap: wrap;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden;}
figure>a>img{cursor: zoom-in;}


.figure-hover>a::before,.figure-hover>a::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.figure-hover>a::after{inset: 50% 0;}
.figure-hover>a>img{cursor: zoom-in;}
.figure-hover>a:hover::before,
.figure-hover>a:hover::after{inset: 0; opacity: 1;}

.bg-figure img{mix-blend-mode: multiply;}
figure:last-child{margin-bottom: 0;}
.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;}
.card,.card-header,.card-header:first-child{border-radius: 0; padding: 0;}
.card-header{border-bottom: none; display: flex;}
.card-link{padding: .75rem 1.25rem; width: 100%; position: relative;}
.swiper .prev-button.swiper-button-disabled,
.swiper .next-button.swiper-button-disabled,
.prev-button.swiper-button-disabled,
.next-button.swiper-button-disabled{cursor: no-drop; opacity: .5;}
.container{max-width:1230px; margin: 0 auto;}
.container1{max-width:1030px; margin: 0 auto; padding: 0 15px;}
.container2{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-phone li{width:100%; flex-direction: column;}
.etw-phone li img{mix-blend-mode: multiply;}
.etw-phone li span{width:100%; flex: 1; display:flex; align-items:flex-start; justify-content:center; text-align:center; color:#000; overflow:hidden; padding: .5rem 0; background-color: inherit; position: relative; z-index: 2; font-size: .95rem;}
.etw-phone li>a{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative;}
.etw-phone li>a:hover img{cursor: zoom-in;}
.etw-phone li>a:hover span{color: var(--bg-main);}
.etw-phone2 li{width:50%;}
.etw-phone3 li{width:calc(100% / 3)}
.etw-phone4 li{width:25%}
.etw-phone5 li{width:20%}
.etw-phone6 li{width:calc(100% / 6)}
.etw-phone7 li{width:calc(100% / 7)}
.etw-phone-p1{width: calc(100% + 10px); margin: 0 -5px;}
.etw-phone-p1 li{padding: 5px;}
.etw-phone-p2{width: calc(100% + 30px); margin: 0 -15px;}
.etw-phone-p2 li{padding: 15px;}
.etw_phone1-4{display: block; overflow: hidden;}
.etw_phone1-4 li{width: 25%; float: left; display: block;}
.etw_phone1-4 li>a{width: 100%; display: block; overflow: hidden; position: relative;}
.etw_phone1-4 li:first-child{width: 50%;}

.etw_phone1-6{display: block; width: 100%; overflow: hidden;}
.etw_phone1-6 li{width: 20%; float: left;}
.etw_phone1-6 li:first-child{width: 40%;}
.etw_phone1-6 li a:hover img{opacity: .8;}
@media (max-width:767.98px){
	.etw-phone5 li,.etw-phone6 li,.etw-phone4 li{width: calc(100% / 3);}
	.etw-phone li span{font-size: 0.85rem;line-height: 1.2;}
}@media (max-width:575.98px){
	ul{width: calc(100% + 10px); margin: 0 -10px;}
	ul li{padding: 5px;}
	.etw-phone4 li,.etw_phone1-4 li{width: 50%;}
	.etw_phone1-4 li:last-child{display: none;}
}@media (max-width:475.98px){
	.etw-phone2 li,.etw-phone3 li,.etw-phone4 li,.etw-phone5 li, .etw-phone6 li{width: 100%;}
	.etw-phone2 li:not(span),.etw-phone4 li:not(span),.etw-phone5 li:not(span),.etw-phone6 li:not(span){width: 50%;}
	.etw-phone5 li:last-child{display: none;}
}

.items{display: block; width: auto; margin: 0 0 1rem 0;}
.items:last-child{margin-bottom: 0;}
.items li,.items dd{display: block; position:relative; margin-bottom: .5rem; overflow: hidden; padding: 0;}
.items li:last-child,.items dd:last-child{margin-bottom: 0;}
.items li::before,.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; color: var(--bg-main); position: absolute; left: 2px;}
.items li>i{font-style: normal; color: var(--bg-main); margin-right: .5rem;}
.items li strong,.items dd strong{margin-right: .5rem; font-weight: 600; color: #000;}

.items-icon1 li,.items-icon1 dd{padding-left: 1.875rem;}
.items-icon1 li::before,.items-icon1 dd::before{content: "\F271"; font-size: 1.1rem; top: 3px;}
.items-icon2 li,.items-icon2 dd,.items-icon3 li,.items-icon3 dd{padding-left: 1rem;}
.items-icon4 li,.items-icon4 dd{padding-left: 1.875rem;}
.items-icon2 li::before,.items-icon2 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); top: 9px; border-radius: 50%;}
.items-icon3 li::before,.items-icon3 dd::before{content: ""; width: 6px; height: 6px; background-color: var(--bg-main); top: 9px; transform: rotate(45deg);}
.items-icon4 li::before,.items-icon4 dd::before{content: '\F633'; font-size: 1.25rem; top: 2px;}
.items-icon-nub{counter-reset: items;}
.items-icon-nub li{padding-left: 1.25rem;}
.items-icon-nub li::before{counter-increment: items; content: counter(items) "."; line-height: inherit; color: var(--bg-main);}

/* 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: .95rem; font-weight: 400; line-height: 1.2; padding: .75rem;}
.table-responsive>.table-bordered{border: 1px solid #f5f5f5;}
.table-bordered td{border: none;}
.table-bordered tr:has(a){border-top: 1px solid #f5f5f5;}
.table-responsive01 .table td{border: 1px solid #ccc;}

.table-striped tbody tr:nth-of-type(odd){background: #eee;}
.table-striped tbody tr:nth-of-type(even){background: #fff;}

.table .top td{background-color: var(--bg-main) !important; color: #fff;; font-weight: 500; 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-hover2); cursor: pointer; text-decoration: underline;}
.table a:hover,.table a:not([href]):not([class]):hover{color: var(--bg-main); text-decoration: none;}
.table .top td a{color: #fff;}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color: #eee;}
.table-big td,.table-big th{font-size: .95rem; padding: .75rem;}
.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;}
.video_btn::before{content: '\F4F4'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 4rem; height: 4rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3rem; color: #aa7a4a; padding-left: .4rem;box-shadow: 0 0 0 0.35rem rgba(255,255,255,0.5);}
.video_btn:hover::before{background: #555;color: #fff;}
.video_smallbtn::before,.video_smallbtn::after{width: 60px; height: 60px; font-size: 1.25rem; padding-left: 4px;}
.video_btn_ani::before{animation:initial}

@-webkit-keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(85,53,21,.8);}
	70%{-webkit-box-shadow:0 0 0 2.5rem transparent;}
	100%{-webkit-box-shadow:0 0 0 0 transparent;}
}
@keyframes pulse{
	0%{-webkit-box-shadow:0 0 0 0 rgba(85,53,21,.8);}
	70%{-webkit-box-shadow:0 0 0 2.5rem transparent;}
	100%{-webkit-box-shadow:0 0 0 0 transparent;}
}
/* More */
.morebig,.more,.moresmall{display: flex;}
.morebig>a,.more>a,.moresmall>a{width:fit-content; padding: .5rem 1rem;  display: flex; flex-direction: row-reverse; align-items: center; position: relative; z-index: 0; transition: all .4s; font-size: 1rem;}
.morebig>a{background-color: var(--bg-main); color: #fff; }
.morebig>a::before,.more>a::before,.moresmall>a::before{content: "\F138"; color: inherit; font-size: inherit; margin-left: .5rem; 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;}
.morebig>a{background-color: var(--bg-main); border-radius: 10px; border: 2px solid var(--bg-main); overflow: hidden;}
.morebig>a:hover{background-color: #fff; color: var(--bg-main);}

.more>a::after{content: ''; width: 40px; height: 40px; background-color: #dcdcdc; position: absolute; left: 0; top: 0; z-index: -1; border-radius: 20px; transition: all .4s ease-in-out;}
.more>a:hover{color: #fff;}
.more>a:hover::after{width: 100%; background-color: var(--bg-main); }

.moresmall>a{flex-direction: row; padding: 0; color: var(--bg-main); position: relative;}
.moresmall>a::before{margin: 0 .5rem 0 0; transition: all .4s;}
.moresmall>a::after{content: ''; width: 0; height: 1px; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0; transition: all .4s ease-in-out;}
.moresmall>a:hover{color: var(--bg-main);}
.moresmall>a:hover::before{margin-right: .75rem;}
.moresmall>a:hover::after{width: 100%;}

/* Inquiry-Btn */
.inquirybtn{display: flex;}
.inquirybtn>a{padding: .5rem 1.5rem; color: #fff; background-color: var(--bg-main); border: 2px solid var(--bg-main); font-family: var(--font-family); font-size: 1rem; letter-spacing: 2px; border-radius: 20px 0; overflow: hidden; transition: all .3s ease-in-out; font-weight: 600; letter-spacing: -.01rem;}
.inquirybtn>a:hover{background-color: #fff; color: var(--bg-main);}

/* public-End */
/* etw_language */
.etw_language{min-height: 40px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .95rem; text-transform: uppercase; color: var(--bg-main);}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#000; display:flex; justify-content:center; align-items:center; height: 40px; position: relative; text-align: center; font-size: .95rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--bg-main); 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;}
}

@media (max-width:767.98px){
	.morebig>a, .more>a, .moresmall>a{font-size: 0.9rem;padding: 0.3rem 0.8rem;}
	.more>a::after{width: 32px;height: 32px;}
	.inquirybtn>a{padding: 0.3rem 1.2rem;font-size: 0.85rem;}
}
/* header */
#header{padding-top: 90px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: rgba(255,255,255,.9); transition: all .3s ease-out; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.scroll_down{transform: translateY(-100%);}
.scroll_up{ transform: translateY(0); transition-delay: .4s; box-shadow: 0 0 10px rgba(0,0,0,.15);}

#etw_logo{float: left; padding: 15px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; align-items: center;}
#etw_logo a>img{display:block; max-height:60px;}
#etw_logo a>span{color: var(--bg-main); font-size: .8rem; line-height: 1.5; border-left: 1px solid var(--bg-main); padding-left: 1.875rem; margin-left: 1.875rem; text-transform: uppercase;}

nav{display: 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;}
.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-right: 6rem; padding: 0;}
.navbar-expand-lg .navbar-nav .nav-item:last-child{margin-right: 0;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link{padding: 0 1.25rem; color: #fff; background-color: var(--bg-main); border: 1px solid var(--bg-main); border-radius: 10px 10px 0 0;}
.navbar-expand-lg .navbar-nav .nav-item:last-child.active .nav-link{color: #fff;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link::before{content: none;}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover{background-color: #fff; color: var(--bg-main);}

.navbar-expand-lg .navbar-nav .nav-link{width:100%; color:#000; min-height:50px; display:flex;align-items:center;justify-content:center; font-size: 1rem; font-weight: 700; position: relative; z-index: 0; padding: 0; text-transform: uppercase;}
.navbar-light .navbar-nav .nav-link::before{content: ''; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; right: 0; bottom: 0; z-index: -1; transition: all .3s ease-in-out;}
nav .navbar-nav .nav-item .dropdown-toggle::after{transition:all 0.3s;margin-left:0.5rem;content: "\f0d7";font-family: FontAwesome;font-weight: normal;font-style: normal;text-decoration: inherit;-webkit-font-smoothing: antialiased; border: none;}
.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-light .navbar-nav .nav-item:hover .nav-link::before{width: 100%; left:0; right: auto;}
.navbar-nav .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.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,.8); 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:#000; font-weight: 500; font-size:.95rem; position:relative;display:flex;transition:all 0.5s; padding: .75rem 1rem; padding-left: 1.5rem; 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: .5rem; top: 50%; transform: translateY(-50%); color: inherit; font-size: 12px;}
.dropdown-menu ul li .dropdown-item:hover{background-color: var(--bg-main); color: #fff;}
.dropdown-menu ul li .dropdown-item.active{background: none; color: var(--bg-main);}
.dropdown-menu1{ padding: 1.25rem;}
.dropdown-menu1 .h3{font-size: 1.125rem; display: block; border-bottom: 1px solid #fff; padding-bottom: 1rem; margin-bottom: 0;}
.dropdown-menu1 ul li .dropdown-item{padding: .5rem 1rem; padding-left: 1.5rem;}
.dropdown-menu1 .h3>a.active{color: var(--bg-main);}

@media (max-width:1199.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-right: 4.5rem;}
}
@media (max-width:1099.98px){
	.navbar-expand-lg .navbar-nav .nav-item{margin-right: 2.5rem;}
}
@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-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{display: none;}
	.nav-item span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:30px;height:100%;display:flex; justify-content:center;text-align: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;}
	.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}
	.dropdown-menu1 ul{margin-bottom: 1rem;}
}
@media (max-width:575.98px){
	#etw_logo a>img {max-height: 40px;}
	.etw_language ul>li>span {margin-right: 1rem;}
}
@media (max-width:375.98px){
	.etw_language ul>li>span {font-size: 1.5rem; margin-right: .5rem;}
}

/* Banner */
.etw-banner{padding: 0; overflow: visible;}
.etw-banner .swiper{width: 100%;}
.etw-banner .swiper .swiper-slide{height: auto; overflow: hidden; display: flex;}
.etw-banner .swiper .swiper-slide>img{transition: all 5s ease-in; width:100%;}
.etw-banner .swiper .swiper-slide::before{content: ''; position: absolute; inset: 0; z-index: 2;}
.etw-banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{width: 100%; left:0; bottom: 20px; display: flex; justify-content: center; z-index: 2;}
.etw-banner .swiper-pagination-bullet{width: 10px; height: 10px; background-color: #fff; opacity: .5; border-radius: 20px; transition: all .4s ease-in-out; margin: 0 5px !important;}
.etw-banner .swiper-pagination-bullet: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%; border: 2px solid #fff; position: absolute; left: 30px; top: 50%; transform: translateY(-50%); z-index: 5; cursor: pointer; font-size: 1.25rem; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; transition: all .4s ease-in-out;}
.etw-banner .next-button{left: auto; right: 30px;}
.etw-banner .prev-button:hover,
.etw-banner .next-button:hover{background-color: var(--bg-main); border-color: var(--bg-main);}
.banner-hover{position: absolute; inset: 0; display: flex;justify-content: center; z-index: 3;align-items: center;}
.banner-text{color: #fff;}
.banner-text .h2{font-size: 2rem; color: #fff;}
.banner-text p{font-size: 1rem; line-height: 24px;}
.banner-text dl{display: flex; flex-direction: column;}
.banner-text dl>dd{font-size: 1rem; margin-bottom: .5rem; line-height: 24px; position: relative; padding-left: 1rem;}
.banner-text dl>dd::before{content: ''; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; position: absolute; left: 0; top: 9px;}
.banner-hover01 p{font-size: 0.85rem;}
.banner-text .banner-more{display: flex;}
.banner-more01{float: left;}
.banner-text .banner-more>a{padding: .5rem 1rem; background-color: var(--bg-main); border: 1px solid var(--bg-main); color: #fff; border-radius: 15px 0;}
.banner-text .banner-more>a:hover{background-color: #fff; color: var(--bg-main);}
.banner1::before{background-image: linear-gradient(to right, rgba(85, 53, 21,.5) 50%, transparent);}
.banner1 .banner-text{width: 100%;}
.banner1 .banner-text .h2{margin-bottom: 1.5rem;}
.banner2::before{background-color: var(--bg-main); opacity: .2;}
.banner2 .banner-text{width: 38%;}
.banner3::before{background-image: linear-gradient(to right, rgba(0, 0, 0,.6) 40%, transparent);}
.banner-hover .container{max-width: 700px;}
.banner-hover01 .container{max-width: 90%;}
.banner3 .banner-text{width: 100%;}
.banner-hover01 .banner-more>a{background-color: #fff;}
.banner-hover01 .banner-more>a{color: #553515;}
.banner-hover01 .banner-more>a:hover{color: #fff; background-color: var(--bg-main);}

@media (max-width:1299.98px){
.banner-text .h2{font-size: 1.5rem;}
.banner-text p{font-size: 0.85rem;line-height: 20px;}
.banner-text dl>dd{font-size: 0.85rem;line-height: 20px;}
}
@media (max-width:1199.98px){
	.etw-banner .swiper .swiper-slide-active>img{height: 360px;width: auto;max-width: none;}
	.banner2 .banner-text{width: 480px;padding-left: 2rem;}
	.banner1{justify-content: flex-end;}

}@media (max-width:991.98px){

.banner-text p,.banner-text dl>dd,.banner-text .banner-more>a{display: none;}
.banner-hover01 .container{max-width: 80%;}

	.etw-banner .swiper .swiper-slide>img{height: auto;width: auto;max-width: 100%;}
	.banner2 .banner-text{width: 38%;padding-left: 0;}
	.banner-text .h2{padding: 0 2rem;}
	.banner2 .banner-text .h2{padding: 0;}

}@media (max-width:767.98px){.banner-text .h2{font-size: 1.3rem;margin-bottom: 2rem;}
.banner-text .h2{padding: 0 4rem; margin-bottom: 0;}
.banner-hover01 .container{max-width: 100%;}

}@media (max-width:575.98px){
	.banner-hover01 .container{max-width: 90%;}
	.banner2 .banner-text{width: 100%; max-width: 100%;}
	.etw-banner .prev-button, .etw-banner .next-button{display: none;}
	.banner-text .h2{text-align: center;}
	.etw-banner .swiper{height: 200px;}
	.etw-banner .swiper .swiper-slide>img{width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;}

}
/* Banner-end */
/* index */
section{width: 100%; padding:3.75rem 0; display: block; position: relative; overflow: hidden;}
.home-title{text-align: center; color: #000; font-size: 2.5rem;}
.home-small{display: block; margin: 0 auto; text-align: center; font-size: 1rem;}

.home-adv{background-color: #fff6ee;}
.home-adv .home-title{display: flex; flex-direction: column; font-size: 1.25rem; color: var(--bg-main); line-height: 1.3;}
.home-adv .home-title>span{font-size: 2rem; color: #000; max-width: 40%; margin: 0 auto; letter-spacing: -1px;}
.home-adv .home-small{max-width: 80%;}
.home-adv-content{position: relative; margin-top: 1rem;}
.home-adv .swiper{width: 100%;}
.home-adv .swiper .swiper-slide{height: auto; display: flex;}
.home-adv .swiper .swiper-slide>ol{width: 100%; display: flex; flex-direction: column; padding: 30px;}
.home-adv .swiper .swiper-slide>ol .textbox{flex-direction: column; padding-top: 30px;}
.home-adv .swiper .swiper-slide>ol .textbox>a.h6{display: flex; flex-direction: column; margin-bottom: .5rem;}
.home-adv .swiper .swiper-slide>ol .textbox>a.h6>span{display: flex; align-items: center; color: var(--bg-main); font-size: .95rem; text-transform: uppercase; font-weight: 500;}
.home-adv .swiper .swiper-slide>ol .textbox>a.h6 strong{display: block; margin-top: .5rem; font-size: 1rem; line-height: 1.2;}
.home-adv .swiper .swiper-slide>ol .textbox>p{width: 100%; display: flex; flex: 1; flex-direction: column; font-size: .95rem; color: #333; margin-bottom: 0;}
.home-adv .swiper .swiper-slide>ol .textbox .more{width: 100%; justify-content: flex-end;}
.home-adv .swiper .swiper-slide>ol .textbox .more>a{width: 30px; height: 30px; margin: 0 -30px -30px 0; flex-wrap: row; color: var(--bg-main); justify-content: flex-end; padding: 0; padding-right: .5rem;}
.home-adv .swiper .swiper-slide>ol .textbox .more>a::before{margin: 0;}
.home-adv .swiper .swiper-slide>ol .textbox .more>a::after{border-radius: 0; width: 0; height: 0; border-bottom: 50px solid #fff; border-left: 50px solid transparent; border-right: 0; background: none; left:auto; top: auto; right: 0; bottom: 0;}
.home-adv .swiper .swiper-slide>ol .textbox .more>a:hover{color: #fff;}
.home-adv .swiper .swiper-slide>ol .textbox .more>a:hover::after{border-bottom-color: var(--bg-main);}
.home-adv .swiper .swiper-slide>ol:hover .textbox .more>a::after{border-bottom-width: 60px; border-left-width: 60px;}
.home-adv .swiper .swiper-slide-next,
.home-adv .swiper .swiper-slide-active{ border-right: 1px solid #ccc;}
.home-adv .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0; position: relative; flex-direction: row; justify-content: center; margin-top: 1rem;}
.home-adv .swiper-pagination-bullet{width: 10px; height: 10px; background-color: var(--bg-main); border-radius: 10px; transition: all .3s ease-in-out; opacity: .7;}
.home-adv .swiper-pagination-bullet-active{width: 30px; opacity: 1;}

.home-byfunction{padding: 0; display: flex; flex-wrap: wrap; background-color: #f5f5f5;}
.home-byfunction .home-title{max-width: 210px; line-height: 1.5; text-transform: uppercase; position: absolute; left: 50%; top: 50px; transform: translateX(-50%); color: var(--bg-main); z-index: 3;}
.home-byfunction .home-title>span{display: block;}
.home-byfunction-left{width: 50%; overflow: hidden; position: relative;}
.home-byfunction-left::before{content: ''; display: block; padding-top: 50%;}
.home-byfunction-right{width: 50%; display: flex; flex-direction:column; justify-content: center;}
.home-byfunction-box{width: 100%; max-width: 750px; padding: 50px; padding-left: 100px;}
.home-byfunction-box ul {padding-left: 30px; margin-bottom: 1.25rem;}
.home-byfunction-box ul li{width: 40%;}
.home-byfunction-box ul li>a{color: var(--bg-main);}
.home-byfunction-box ul li:nth-child(even){width: 60%;}
.home-byfunction-box ul li>a:hover{color: var(--bg-main); text-decoration: underline;}
.home-byfunction-box p{padding-left: 30px; color: #000; margin-bottom: 1.25rem;}
.home-byfunction-box .morebig{padding-left: 30px;}

.home-pros .home-title{text-transform: uppercase;}
.home-pros .home-small{max-width: 60%;}
.home-pros ul{margin-top: 1rem;}
.home-pros ul li{width: 25%;}
.home-pros ul li>ol{flex-direction: column; position: relative; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.home-pros ul li>ol .imgbg{width: 100%; opacity: 0; transition: all .4s ease-in-out;}
.home-pros ul li>ol .imgbg::before{content: ''; display: block; padding-top: 100%;}
.home-pros ul li>ol:hover .imgbg{opacity: 1;}
.home-pros ul li>ol .imgbox{position: absolute; inset: 0; z-index: 2;}
.home-pros ul li>ol .imgbox>span{width: 100%; height: auto; position: absolute; left: 0; bottom: 0; display: flex; align-items: center; justify-content: center; text-align: center; background-color: rgba(85, 53, 21,.4); color: #fff; font-size: 1.25rem; font-weight: 700; padding: .5rem; transition: all .4s ease-in-out;}
.home-pros ul li>ol .imgbox>img{transition: all .3s ease-in-out;}
.home-pros ul li>ol:hover .imgbox>img{opacity: 0;}
.home-pros ul li>ol:hover .imgbox>span{bottom: 75%; background-color: rgba(85, 53, 21,0);}

.home-pros ul li>ol .textbox{width: 100%; height: 100%; position: absolute; left: 0; top: 100%; transition: all .4s ease-in-out; background-color: #fff; z-index: 2; padding: 1.25rem; flex-direction: column; justify-content: center;}
.home-pros ul li>ol .textbox a.h6{font-size: 1.2rem; font-weight: 700;}
.home-pros ul li>ol .textbox>p{font-size: .9rem;}
.home-pros ul li>ol .textbox>.more>a{font-size: .85rem;}
.home-pros ul li>ol:hover .textbox{top: 0;}
.home-pros ul li:last-child>ol{box-shadow: initial; display: flex; align-items: center; justify-content: center;}
.home-pros ul li:last-child>ol .more>a{width: 120px; height: 120px; background-color: var(--bg-main); border-radius: 50%; color: #fff; border: 2px solid var(--bg-main);}
.home-pros ul li:last-child>ol .more>a:hover{background-color: #fff; color: var(--bg-main);}
.home-pros ul li:last-child>ol .more>a::after{content: none;}

.home-apps{background: url(../images/bg1.webp) no-repeat center center; background-attachment: fixed;}
.home-apps .home-title{display: flex; flex-direction: column; align-items: center; font-size: 1.25rem; color: var(--bg-main); line-height: 1.5;}
.home-apps .home-title>span{max-width: 45%; font-size: 2rem; text-transform: uppercase; color: #000;}
.home-apps .home-small{max-width: 65%;}
.home-apps-content{margin-top: 30px; position: relative;}
.home-apps .swiper{width: 100%; max-width: 670px; overflow: visible;}
.home-apps .swiper .swiper-slide{padding: 10px; position: relative;}
.home-apps .swiper .swiper-slide .imgbox{background-color: #000;transform: scale(.9); border-radius: 10px; transition: all .8s ease;}
.home-apps .swiper .swiper-slide .imgbox>img{opacity: .8;}
.home-apps .swiper .swiper-slide .textbox{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; color: #fff; font-size: 1.25rem; display: flex; align-items: center; justify-content: center;}
.home-apps .swiper .swiper-slide-active .imgbox{transform: scale(1);}
.home-apps .prev-button,.home-apps .next-button{content:""; display:block; position:absolute; top:0; left:0; width:10vw; height:100%; background:linear-gradient(270deg,rgba(0,0,0,0) 0%,#f5f5f5 100%);z-index:5;}
.home-apps .next-button{left: auto; right: 0; background:linear-gradient(90deg,rgba(0,0,0,0) 0%,#f5f5f5 100%);}

.home-about{background: url(../images/bg2.webp) no-repeat center center; background-size: cover;}
.home-about .home-title{display: flex; flex-direction: column; font-size: 1.5rem; font-weight: 300; color: var(--bg-main); line-height: 1.5; font-family: var(--font-family); align-items: flex-start;}
.home-about .home-title>span{font-size: 2rem; color: #000; font-family: var(--font-family3);}
.home-about .etw-phone>li>img{border-radius: 10px; overflow: hidden;}
.home-about .h6{display: flex; flex-direction: column; text-transform: uppercase; font-size: 1.25rem; color: var(--bg-main);}
.home-about .h6::before{content: ''; width: 50px; height: 3px; background-color: var(--bg-main); margin-bottom: .5rem;}
.home-about-list{margin-bottom: .75rem;}
.home-about-list li{width: calc(100% / 8);}

@media (max-width:1199.98px){
	section{padding:3.125rem 0;}
}
@media (max-width:991.98px){
	section{padding:2.5rem 0;}
	.home-adv .home-title>span{max-width: 70%;}
	.home-adv .swiper .swiper-slide-next{border-right: 0;}
	.home-byfunction-left{width: 100%;height: 150px;}
	.home-byfunction .home-title{max-width: 100%;padding: 0 2rem;margin-bottom: 0;font-size: 1.8rem;width: 100%;}
	.home-byfunction-right{width: 100%;}
	.home-byfunction-box{max-width: 100%;padding: 1.875rem;}
	.home-byfunction-box ul,.home-byfunction-box>p,.home-byfunction-box .morebig{padding: 0;}
	.home-byfunction-box ul li{width: 50% !important;}
	.home-title{font-size: 1.8rem;line-height: 1.2;}
	.home-pros .home-small{max-width: 100%;font-size: 0.9rem;}
	.home-pros ul li{width: calc(100% / 3);}
	.home-pros ul li>ol .imgbox>span,.home-apps .home-title{font-size: 1.1rem;line-height: 1.2;}
	.home-apps .home-title>span{font-size: 1.8rem;max-width: 100%;}
	.home-apps .home-small{max-width: 100%;font-size: 0.9rem;}
	.home-about .home-title{font-size: 1.3rem;}
	.home-about .home-title>span{font-size: 1.8rem;}
	.home-about .h6{font-size: 1.1rem;}
}
@media (max-width:767.98px){
	section{padding:1.875rem 0;}
	.home-adv .home-title>span{max-width: 100%;font-size: 1.6rem;line-height: 1.2;}
	.home-adv .home-small{max-width: 100%;font-size: 0.9rem;}
	.home-adv .swiper .swiper-slide-active{border-right: 0;}
	.home-byfunction-box ul li>a{font-size: 0.9rem;}
	.home-apps .home-title>span{font-size: 1.6rem;}
	.home-apps .swiper .swiper-slide .textbox{font-size: 1.1rem;padding: 0 2rem;}
	.home-about-list li{width: calc(100% / 6);}
}
@media (max-width:575.98px){
	section{padding:1.25rem 0;}
	.home-byfunction-box{padding: 1rem;}
	.home-byfunction-box ul li,.home-byfunction-box ul li:nth-child(even){width: 100%;}
	.home-pros ul li{width: 50%;}
	.home-pros ul li>ol .imgbox>span{font-size: 0.9rem;}
	.home-apps .swiper .swiper-slide .textbox{font-size: 1rem;}
	.home-about .home-title{text-align: left;font-size: 1.1rem;}
	.home-about .home-title>span{font-size: 1.6rem;line-height: 1.2;}
	.home-about-list li{width: 20%;}
	.home-adv .swiper .swiper-slide>ol .textbox>a.h6>strong{font-size: 0.85rem;}
	.home-adv .swiper .swiper-slide>ol .textbox>a.h6>span{font-size: 0.8rem;}
}
@media (max-width:375.98px){
	section{padding:1rem 0;}
	.home-apps .home-title>span{font-size: 1.4rem;}
	.home-about-list li{width: calc(100% / 3);}
	.home-pros ul li{width: 100%;}

}
/* index-end */
/* #footer */
.footer{padding: 5rem 15px 2.5rem 15px; background: url(../images/footer_bj.webp) no-repeat center center; background-size: cover; position: relative; overflow: hidden;}
.footer .container{max-width: 1600px; padding: 0 15px;}
.footer .container>.row>div{width: 20%; padding: 0 15px;}

.footer .h3{font-family: var(--font-family); font-weight: 700;}
.footer .h3>a{font-size: 1.3rem; color: #fff;}
.footer .h3>a:hover{color: var(--bg-hover);}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list>li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list>li:last-child{margin-bottom: 0;}
.footer_list>li>a{display: block; color: #fff; position: relative; padding-left: 1rem; font-size: 1rem;}
.footer_list>li>a::before{content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #fff; position: absolute; left: 0; top: 8px;}
.footer_list>li>a:hover{color:var(--bg-hover); opacity: 1;}
.footer_list>li>a:hover::before{background-color: var(--bg-hover);}
.footer_cp{flex-direction: row; justify-content: space-between;}
.footer_cp>li{width: calc(53% - 5px);}
.footer_cp>li:nth-child(even){width: calc(47% - 5px);}

.footer_logo{max-width: 90%; margin-bottom: 1.875rem;}
.footer_contact{display:flex; flex-direction: column; margin-top:0.5rem; margin-bottom: 0;}
.footer_contact dt{font-size: 1.2rem; color: #fff; font-weight: 600; margin-bottom: .5rem;}
.footer_contact dd{width: 100%; color: #fff; display:flex; flex-wrap:wrap; align-items:center; margin-bottom: .6rem; font-size: 1rem; padding-left: 1.8rem; position: relative;}
.footer_contact dd a{color: #fff;}
.footer_contact dd i{font-size: 1rem; position: absolute; left: 0; top: 0; color:#fff;}
.footer_contact dd a:hover{text-decoration: underline; color: #c08c59;}
.footer_contact dd:last-child{margin-bottom: 0;}
/* #otherlink */
.etw_root{width:100%;overflow:hidden; position:relative;z-index:2; margin-top: 2.5rem;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#fff;display:inline-block;padding:0 4px;margin:0 4px;font-weight:300;line-height:22px;margin-bottom:10px;border:1px solid #fff;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:#fff;font-size:.9rem;}
/* #etw_top */
#etw_top{position:fixed;width:40px;height:40px;right:15px;bottom:100px;text-align:center; background: var(--bg-main); z-index:100;cursor:pointer;line-height:38px; transition:0.5s all ease-in-out; border-radius: 50%;}
#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: var(--bg-main) !important;border:1px solid var(--bg-main) !important;}
.theme-box-name{background:#aa7a4a !important;border-left:1px solid #aa7a4a !important}

@media (max-width:1299.98px){
	.footer .container>.row>div{width: 19%;}
}
@media (max-width:1199.98px){
	.footer{padding: 4rem 15px 2rem 15px;}
	.footer .container>.row>div{width: calc(100% / 3); margin-bottom: 1rem;}
}
@media (max-width:991.98px){
	.footer{padding: 3rem 15px 2rem 15px;}
	.footer .container>.row>div{width: 50%;}
}
@media (max-width:767.98px){
	.footer{padding: 1.25rem 15px;}
	.footer .container>.row>div{width: 100%;}
	.footer_logo {max-width: 100%; margin-bottom: 1.25rem;}
	.footer_logo>a>img{margin-left: 0; max-height: 50px;}
	.footer .h3>a{font-size: 1.1rem;}
	.footer_list>li>a{font-size: 0.9rem;}
}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex; min-height: 50px; padding: 1rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; padding: 0 16px; position: relative; font-weight: 500;}
#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:#000; opacity: 1;}
#quicknav ul li:last-child{color: var(--bg-main);}
#quicknav ul.quicknav{padding-left: 0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,1);}
#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 */

/* Products */
.etw_hometitle h2,.etw_hometitle .h3,
.etw_hometitle .h2{font-size: 2.5rem; color: #000; font-weight: 600;}
.etw_hometitle h2:last-child,.etw_hometitle .h3:last-child,
.etw_hometitle .h2:last-child{margin-bottom: 0;}
@media (max-width:991.98px){
	.etw_hometitle h2,.etw_hometitle .h3,.etw_hometitle .h2{font-size: 1.875rem;}
}
@media (max-width:767.98px){
	.etw_hometitle h2,.etw_hometitle .h3,.etw_hometitle .h2{font-size: 1.5rem;}
}
@media (max-width:575.98px){
	.etw_hometitle h2,.etw_hometitle .h3,.etw_hometitle .h2{font-size: 1.25rem;}
}

.pros-banner{padding: 0; max-height: 400px;}
.pros-banner::before{content: ''; display: block; padding-top: 21%;}
.pros-hover{width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; align-items: center;}
.pros-hover::before{content: ''; width:100%; height: 100%; background-color: #000; opacity: .5; position: absolute; left: 0; top: 0;}
.pros-hover .container{position: relative; z-index: 2;}
.pros-hover .textbox{width: 50%;}
.pros-hover .etw_hometitle h2,
.pros-hover .etw_hometitle .h2{margin-bottom: 0; color: #fff; text-transform: uppercase;}

.banner-video{padding: 0; margin-top: -15rem; position: relative; z-index: 3;}
.banner-video .container{display: flex; justify-content: flex-end;}
.banner-video-box{width: 50%; position: relative; overflow: hidden; border: 8px solid #fff; border-radius: 50px 0;}
.banner-video-box::before{content: ''; display: block; padding-top: 56.25%;}
.banner-video-box>video{width: 100%; height: 100%; float: left; position: absolute; inset: 0; object-fit: cover;}

.h3-title{display: flex; justify-content: center;}
.h3-title>span{position: relative; display: flex; z-index: 0; padding: 10px 20px; color: var(--bg-main);}
.h3-title>span::before,.h3-title>span::after{content: ''; width: 40px; height: 40px; border: 1px solid var(--bg-main); position: absolute; z-index: -1;}
.h3-title>span::before{left: 0; top: 0; border-right: none; border-bottom: none; border-radius: 10px 0 0 0;}
.h3-title>span::after{right: 0; bottom: 0; border-left: none; border-top: none; border-radius: 0 0 10px 0;}
.h3-title-white>span{color: #fff;}
.h3-title-white>span::before,.h3-title-white>span::after{border-color: #fff;}

.pros-solu img{border-radius: 20px;}
.pros-solu .h4{font-size: 1.4rem; font-family: var(--font-family); font-weight: 700;}
.pros-solu p{font-size: 1rem; color: #333;}

.pros-process{background: url(../products/products_bg1.webp) no-repeat center center; background-size: cover; background-attachment: fixed;}
.pros-process .container{position: relative; z-index: 2;}
.pros-process ul{margin-top: 1.5rem;position: relative;}
.pros-process ul::before{content: ''; width: 100%; height: 1px; background-image: linear-gradient(to right, rgba(255,255,255,.1), #fff, rgba(255,255,255,.1)); position: absolute; left: 0; top: 105px;}
.pros-process ul li{width: calc(100% / 6);}
.pros-process ul li>ol{flex-direction: column;}
.pros-process ul li>ol .icon{width: 100%; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.pros-process ul li>ol .icon>img{width: 75px; height: 75px;}
.pros-process ul li>ol .icon::after{content: ''; width: 10px; height: 10px; border-radius: 50%; background-color: #fff; display: block; margin-top: 15px;}
.pros-process ul li>ol .textbox{flex-direction: column; align-items: center; padding-top: 1.25rem;}
.pros-process ul li>ol .textbox .h6{color: #fff; font-size: 1.25rem; font-weight: 600;}
.pros-process ul li>ol .textbox p{color: #fff; opacity: .7; text-align: center; font-size: .95rem;}
.pros-process .inquirybtn{justify-content: center; margin-top: 1rem;}

.pro-material ul{width: calc(100% + 30px); margin: 0 -15px;}
.pro-material ul li{width: calc(100% / 4); padding: 15px;}
.pro-material ul li a.imgbox{flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.pro-material ul li a.imgbox>h6{width: 100%; flex: 1; margin-bottom: 0; padding: 1rem; display: flex; align-items: center; color: var(--bg-main); transition: all .4s;}
.pro-material ul li a.imgbox>h6>span{flex: 1; font-weight: 500; color: inherit;}
.pro-material ul li a.imgbox>h6>i{font-size: 1.25rem; color: inherit;}
.pro-material ul li a.imgbox:hover{box-shadow: 0 0 0 rgba(0,0,0,.15);}
.pro-material ul li a.imgbox:hover>h6{background-color: var(--bg-main); color: #fff;}
.pro-material-bottom{display: block; text-align: center; margin-top: 1.5rem; font-size: 1.125rem; color: #000;}
.pro-material-bottom a{display: inline-flex; font-size: .95rem; padding: .25rem 1rem; border: 2px solid var(--bg-main); background-color: var(--bg-main); color: #fff; border-radius: 30px; margin: 0 .5rem; font-style: oblique;}
.pro-material-bottom a:hover{background-color: #fff; color: var(--bg-main);}

.pro-design-content{position: relative; margin-top: 1.5rem;}
.pro-design .swiper{width: 100%;}
.pro-design .swiper .swiper-slide{height: auto; display: flex;}
.pro-design .swiper .swiper-slide>ol{width: 100%; display: flex; flex-direction: column;}
.pro-design .swiper .swiper-slide>ol .imgbox::after{content: ''; width: 110%; height: 30px; background-color: #fff; border-top: 3px solid var(--bg-main); transform: skewY(5deg); position: absolute; left: -5%; bottom: -15px; z-index: 2;}
.pro-design .swiper .swiper-slide>ol .textbox{display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; font-weight: 600; text-align: center; padding: .5rem; color: var(--bg-main);}
.pro-design-bottom{display: flex; align-items: center; justify-content: space-between; margin-top: 1rem;}
.pro-design-bottom .prev-button,.pro-design-bottom .next-button{width: 40px; height: 40px; border: 1px solid var(--bg-main); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--bg-main); cursor: pointer;}
.pro-design-bottom .prev-button:hover,.pro-design-bottom .next-button:hover{background-color: var(--bg-main); color: #fff;}
.pro-design-bottom .pro-material-bottom{max-width: 80%;}

.pros-custom img{border-radius: 100px 0;}
.pros-custom small{font-size: 1.25rem; font-weight: 300; text-transform: uppercase; color: var(--bg-main);}
.pros-custom .h4{font-size: 1.25rem; font-family: var(--font-family); font-weight: 600; margin-bottom: 0;}
.pros-custom ul{width: calc(100% + 10px); margin: 0 -5px;}
.pros-custom ul li{width: 40%; padding: 5px 1.25rem 5px .85rem; position: relative;}
.pros-custom ul li:nth-child(even){width: 60%;}
.pros-custom ul li::before{content:''; width: 6px; height: 6px; background-color: var(--bg-main); position: absolute; left: 0; top: 14px; border-radius: 50%;}
.pros-custom ul li>a{color: #000; text-decoration: underline;}
.pros-custom ul li>a:hover{color: var(--bg-main); text-decoration: none;}
a.inquiry-more{display: inline-flex; font-size: .9rem; padding: .15rem .75rem; border: 2px solid var(--bg-main); background-color: var(--bg-main); color: #fff; border-radius: 30px; margin: 0 .5rem; font-style: oblique;}
a.inquiry-more:hover{background-color: #fff; color: var(--bg-main);}

.pros-app small{display: block; max-width: 65%; margin: 0 auto; text-align: center; font-size: 1.125rem; font-weight: 300;}
.pros-app ul{width: calc(100% + 30px); margin: 0 -15px; margin-top: 1rem;}
.pros-app ul li{width: 25%; padding: 15px;}
.pros-app ul li a.imgbox{flex-direction: column; background-image: radial-gradient(#fff,#f0f0f0);}
.pros-app ul li a.imgbox>img{mix-blend-mode: multiply;}
.pros-app ul li a.imgbox>.h6{width: 100%; flex: 1; display: flex; justify-content: space-between; align-items: center; margin: 0; padding: 1rem; color: #000; transition: all .4s; background-color: #f8f9fa;}
.pros-app ul li a.imgbox>.h6>span{flex: 1; font-weight: 600; color: inherit;}
.pros-app ul li a.imgbox>.h6>i{font-size: 1.25rem; color: inherit;}
.pros-app ul li a.imgbox:hover{box-shadow: 0 0 30px rgba(0,0,0,.15);}
.pros-app ul li a.imgbox:hover>.h6{background-color: var(--bg-main); color: #fff;}

.pros-quality .h3{text-align: center; font-size: 1.25rem; font-family: var(--font-family); font-weight: 400; color: #000;}
.pros-quality .h3>span{display: block; font-size: 2rem; font-family: var(--font-family2); color: var(--bg-main); line-height: 1.5;}
.pros-quality ul{justify-content: center;}
.pros-quality ul li{width: calc(100% / 8); background-color: inherit;}
.pros-quality ul li>img{mix-blend-mode: multiply;}

.pros-applications .h3,
.pros-shipping .h3{text-align: center; color: var(--bg-main); margin-bottom: .5rem;}
.pros-applications small,
.pros-shipping small{display: block; max-width: 80%; margin: 0 auto; text-align: center; font-size: 1.125rem; color: #333;}
.pros-applications .swiper{width: 100%; margin-top: 1.5rem;}
.pros-shipping-box{width: 100%; display: flex; flex-wrap: wrap; margin-top: 1.5rem;}
.pros-shipping-left{width: 50%;padding-right: 20px;}
.pros-shipping-right{width: 50%; padding-left: 20px;}
.pros-shipping .inquirybtn{justify-content: center; margin-top: 1.5rem;}
.pros-shipping .inquirybtn>a{border-radius: 30px 0;}

.pros-info{background-image: linear-gradient(90deg,#553515,#aa8764); padding: 2.5rem 0;}
.pros-info::before{content: ''; position: absolute; inset: 0; background: url(../images/bg-pattern.webp) repeat; opacity: .4;}
.pros-info .container{position: relative; z-index: 2;}
.pros-info li{width: calc(100% / 3);}
.pros-info li>ol{flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative;}
.pros-info li>ol::before{content: ''; position: absolute; inset: 0; background-position: center center; background-repeat: no-repeat; background-size: contain; z-index: -1; opacity: .1;}
.pros-info li>ol>h3{color: var(--bg-main); font-family: var(--font-family); font-weight: 700; margin-bottom: 0;}
.pros-info li>ol>span{color: #fff; text-transform: uppercase; display: block;}
.pros-info li>ol>span::after{content: ''; width: 50px; height: 5px; background-color: var(--bg-main); border-radius: 3px; display: block; margin: .5rem auto 1rem auto;}
.pros-info li>ol>p{color: #fff; flex: 1;}
.pros-info li:nth-child(1)>ol::before{background-image: url(../images/icon01.webp); transform: rotate(30deg);}
.pros-info li:nth-child(2)>ol::before{background-image: url(../images/icon02.webp);}
.pros-info li:nth-child(3)>ol::before{background-image: url(../images/icon03.webp);}

@media (max-width:1199.98px){
	.banner-video{margin-top: -8rem;}
}
@media (max-width:991.98px){}
@media (max-width:767.98px){
	.pros-applications .h3, .pros-shipping .h3,.pros-quality .h3>span{font-size: 1.6rem;}
	.pros-applications small, .pros-shipping small{max-width: 100%;font-size: 1rem;}
	.pros-shipping .inquirybtn>a{border-radius: 1.8rem 0;}
	.pros-hover .textbox{width: 100%; justify-content: center; text-align: center;}
	.h3-title{font-size: 1.6rem;}
	.pros-solu .h4{font-size: 1.2rem;}
	.pros-solu p{font-size: 0.9rem;}
	.pros-process ul li{width: calc(100% / 3);position: relative;}
	.pros-process ul::before{display: none;}
	.pros-process ul li::before{content: ''; width: 200%; height: 1px; background-image: linear-gradient(to right, rgba(255,255,255,.1), #fff, rgba(255,255,255,.1)); position: absolute; left: 40%; top: 105px;transform: translateX(-50%);}
	.pros-process ul li>ol .textbox .h6,.pros-custom small,.pros-quality .h3{font-size: 1.1rem;}
	.pro-material ul li,.pros-app ul li{width: 50%;}
	.pro-material ul li a.imgbox>h6{font-size: 0.8rem;}
	.pros-app small{max-width: 100%;}
	.pros-app ul li a.imgbox>.h6>span{font-size: 0.8rem;}
	.pros-quality ul li{width: 20%;}
	.pros-shipping-left{padding-right: 0.5rem;}
	.pros-shipping-right{padding-left: 0.5rem;}
	.pros-info{padding: 1.5rem 0;}
	.pros-info li{width: 50%;padding: 1.5rem 0;}
	.pros-info li>ol>span,.pros-info li>ol>p{font-size: 0.9rem;}
}
@media (max-width:575.98px){
	.pros-hover .textbox,.pros-custom ul li,.pros-custom ul li:nth-child(even){width: 100%;}
	.pros-process ul li{width: 50%;}
	.pros-process ul li>ol .textbox .h6{font-size: 0.9rem;}
	.pros-quality ul li{width: calc(100% / 3);}
	.pros-info li{width: 100%;}
}
@media (max-width:375.98px){
	.pros-process ul li,.pro-material ul li, .pros-app ul li,.pros-shipping-left,.pros-shipping-right{width: 100%;}
	.pros-shipping-right{padding: .625rem 0 0 0;}

}
/* Hub */
.pros-banner2 .pros-hover .textbox{margin: 0 auto; justify-content: center; text-align: center;}

.byapps figure>a{border-radius: 100px 0; overflow: hidden;}
.byapps .etw_hometitle>h2{font-size: 1.75rem; margin-bottom: 1rem;}

.hub-process .container{max-width: 1500px; display: flex; align-items: flex-start;}
.hub-process .h3{width: 420px; color: #000;}
.hub-process .h3>span::after{content: none;}
.hub-process ul{width: 100%; margin: 0; padding-left: 10px;}
.hub-process ul li{width: calc(100% / 6); padding:0 10px;}
.hub-process ul li>ol{flex-direction: column; align-items: center;}
.hub-process ul li>ol .icon{width: 100%; height: 50px; overflow: hidden; position: relative;}
.hub-process ul li>ol .icon>img{width: auto; height: 50px; filter: drop-shadow(0 50px var(--bg-main)); position: relative; transform: translateY(-100%);}
.hub-process ul li>ol .textbox{flex-direction: column; padding-top: 1rem; text-align: center; align-items: center;}
.hub-process ul li>ol .textbox .h6{font-size: 1.125rem; font-weight: 600; margin-bottom: 0;}
.hub-process ul li>ol .textbox p{font-size: .9rem; display: none;}

.byapps-list ul{width: calc(100% + 40px); margin: 0 -20px;}
.byapps-list ul li{width: 50%; padding: 20px;}
.byapps-list ul li>ol{flex-direction: column; box-shadow: 0 0 20px rgba(0,0,0,.15);}
.byapps-list ul li>ol a.imgbox::before{content: ''; display: block; padding-top: 75%;}
.byapps-list ul li>ol a.imgbox::after{content: ''; width: 0; height: 0; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(0); position: absolute; background-color: rgba(255,255,255,.2); display: block; transition:all 500ms ease-in-out 0s; z-index: 1;}
.byapps-list ul li>ol:hover a.imgbox::after{width: 100%; height: 100%; transform: translate(-50%,-50%) rotate(180deg);}
.byapps-list ul li>ol .textbox{flex-direction: column; padding: 20px;}
.byapps-list ul li>ol .textbox>small{display: block; font-size: 1rem; color: var(--bg-main); font-weight: 500;}
.byapps-list ul li>ol .textbox>a.h6{font-size: 1.25rem; font-weight: 600; margin-top: .5rem;}
.byapps-list ul li>ol .textbox>p{font-size: .9rem;}
.byapps-list ul li>ol .textbox>dl{flex: 1; flex-direction: column; margin-bottom: 0;}
.byapps-list ul li>ol .textbox>dl>dd{font-size: .9rem; margin-bottom: .25rem;}
.byapps-list ul li>ol .textbox .more{justify-content: flex-end;}
.byapps-list ul li>ol .textbox .more>a{margin: 0 -20px -20px 0; padding: 0; width: 50px; height: 40px; display: flex; align-items: center; justify-content: center;}
.byapps-list ul li>ol .textbox .more>a::before{margin: 0;}
.byapps-list ul li>ol .textbox .more>a::after{width: 100%; border-radius: 30px 0 0 0;}
.byapps-list ul li>ol .textbox .more>a:hover{width: 80px;}
.byapps-list2 ul li>ol .textbox>p{flex: 1;}
.byapps-list3 ul{width: 100%; margin: 0;}
.byapps-list3 ul>li{width: 100%; padding: 0; margin-bottom: 40px;}
.byapps-list3 ul li>ol{flex-direction: row;}
.byapps-list3 ul li>ol a.imgbox{width: 50%; background-color: #f5f5f5;}
.byapps-list3 ul li>ol a.imgbox>img{mix-blend-mode: multiply;}
.byapps-list3 ul li>ol .textbox{width: 50%; flex-direction: column; justify-content: center; padding-left: 40px;}
.byapps-list3 ul li>ol .textbox .more>a::after{border-radius: 30px 0 0 30px;}

.hub-cus{margin-top: 3rem;}
.hub-cus .h3{display: flex; flex-direction: column; align-items: center; font-family: var(--font-family); font-weight: 400;}
.hub-cus .h3>span{font-weight: 700; color: var(--bg-main);}
.hub-cus ul{justify-content: center;}
.hub-cus ul li{width: calc(100% / 7);}
.hub-cus p{text-align: center; font-size: 1.125rem;}

.hub-tag .h3{display: flex; flex-direction: column; align-items: center; font-family: var(--font-family); font-weight: 300; color: #000; font-size: 1.75rem;}
.hub-tag .h3>span{font-size: 2rem; font-weight: 700; text-transform: uppercase; color: var(--bg-main);}
.hub-tag-nav{display: flex; justify-content: center; width: 100%; margin: 0;}
.hub-tag-nav>li{position: relative; padding: 0 20px;}
.hub-tag-nav>li::after{content: ''; width: 1px; height: 40%; background-color: var(--bg-main); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.hub-tag-nav>li>span{font-size: 1.125rem; cursor: pointer; position: relative;}
.hub-tag-nav>li>span::after{content: ''; width: 0; height: 3px; border-radius: 4px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: -5px; transform: translateX(-50%); transition: all .4s;}
.hub-tag-nav>li>span:hover::after,
.hub-tag-nav>li.active>span::after{width: 100%;}
.hub-tag-nav>li:last-child::after{content: none;}
.hub-tag-content{width: 100%; margin-top: 30px;}
.hub-tag-content>div{display: none;}
.hub-tag-content>div:first-child{display: block;}
.hub-tag-material{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.hub-tag-material .left{width: calc(50% - 20px); display: flex; flex-wrap: wrap; justify-content: space-between;}
.hub-tag-material .left a.imgbox{width: calc(50% - 10px); box-shadow: 0 0 10px rgba(0,0,0,.15);}
.hub-tag-material .left a.imgbox:first-child{width: 100%; margin-bottom: 20px;}
.hub-tag-material .left a.imgbox:first-child::before{padding-top: 40%;}
.hub-tag-material .left a.imgbox::after{content: ''; width: 0; height: 100%; background-color: rgba(255,255,255,.1); position: absolute; left: 50%; top: 0; transform: translateX(-50%); transition: all .4s ease-in-out;}
.hub-tag-material .left a.imgbox:hover::after{width: 100%;}
.hub-tag-material .right{width: calc(50% - 20px); display: flex; flex-direction: column; justify-content: center;}
.hub-tag-material .right .h3{font-size: 1.5rem; align-items: flex-start; font-weight: 700; padding-bottom: 1rem; border-bottom: 2px solid #ccc;}
.hub-tag-material .right p{font-size: 1rem; font-weight: 400;}

.hub-weaving .left{align-items: center;}
.hub-weaving ul li{width: 25%;}
.hub-weaving ul li>ol{position: relative; overflow: hidden; border-radius: 50%; box-shadow: 0 0 20px rgba(0,0,0,.15); cursor: pointer;}
.hub-weaving ul li>ol .imgbox::before{content: ''; position: absolute; inset: 0; background-color: #000; backdrop-filter: blur(5px); opacity: .4; z-index: 3; transition: all .4s; border-radius: 50%;}
.hub-weaving ul li>ol .textbox{width: 100%; height: 100%; position: absolute; inset: 0; z-index: 4; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff; transition: all .4s; text-align: center; padding: .5rem;}
.hub-weaving ul li>ol:hover .imgbox::before{opacity: 0; transform: rotateX(90deg);}
.hub-weaving ul li>ol:hover .textbox{opacity: 0;}
.hub-packaging .imgbox{width: calc(50% - 10px);}

.hub-adv .h3{display: flex; flex-direction: column; align-items: center; font-family: var(--font-family); font-weight: 300; color: #000; font-size: 1.75rem;}
.hub-adv .h3>span{font-size: 2rem; font-weight: 700; text-transform: uppercase; color: var(--bg-main);}
.hub-adv .swiper .swiper-slide>ol .textbox .more>a{color: #fff; padding-left: .5rem;}
.hub-adv .swiper .swiper-slide>ol .textbox .more>a::after{border-bottom-color: var(--bg-main);}
.hub-adv .swiper .swiper-slide>ol:hover .textbox .more>a{ padding-left: .25rem;}



/* Hub-End */
/* Products-Details */
.details{padding: 0;}
.details-items{padding: 3.125rem 0; position: relative;}
.details-title{display: flex; flex-direction: column; padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px dashed var(--bg-main);}
.details-title>span{color: var(--bg-hover);}
.details-title .etw_hometitle{margin-bottom: 0;}
.details-title .etw_hometitle>h2{margin: .5rem 0; font-size: 2rem;}
.details-title>.h3{margin: .5rem 0;}
.details-title>small{display: block; font-size: .95rem; color: #666;}
.h4-title{display: flex; margin-bottom: 1rem; line-height: 1; font-size: 1.75rem; font-weight: 600; color: var(--bg-main);}
.h4-title>span{padding:.25rem .5rem; position: relative;}
.h4-title>span::before,.h4-title>span::after{content: ''; width: 1rem; height: 1rem; position: absolute;}
.h4-title>span::before{border-top: 1px solid var(--bg-main); border-left: 1px solid var(--bg-main); left: 0; top: 0; border-top-left-radius: 5px;}
.h4-title>span::after{border-right: 1px solid var(--bg-main); border-bottom: 1px solid var(--bg-main); right: 0; bottom: 0; border-bottom-right-radius: 5px;}
.h4-title2{font-size: 1.25rem;}

.img-bg img{mix-blend-mode: multiply;}

.details-items1 .details-title{align-items: center; border-bottom: none;}
.details-items1 figure>a{overflow: hidden; border-radius: 20px;}
.details-items1 dl{width: calc(100% + 10px); display: flex; flex-wrap: wrap; margin: 0 -5px; margin-bottom: .5rem;}
.details-items1 dl>dd{width: 50%; padding: 0 5px; position: relative; padding-left: 1.25rem;}
.details-items1 dl>dd::before{content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 5px; top: 9px;}
.details-items1 p{font-size: .95rem;}
.details-items1 .inquirybtn>a{font-family: var(--font-family); font-weight: 500; letter-spacing: 0; border-radius: 20px 0;}
.details-items1 dl.items-100{margin-bottom: 1rem;}
.details-items1 dl.items-100>dd{width: 100%; margin-bottom: 0; font-size: .95rem;}

.details-items2 figure>a{border-radius: 20px;}

.details-items3 p{font-size: .95rem;}
.details-items3 .tag>ul{width: 100%; margin: 0 0 1rem 0; position: relative; background-color: #fff; border-radius: 30px; overflow: hidden; padding: .5rem;}
.details-items3 .tag>ul>li{padding: 0; position: relative; z-index: 2; margin-right: 1rem;}
.details-items3 .tag>ul>li>a{padding: .5rem 1rem; border-radius: 30px; overflow: hidden;}
.details-items3 .tag>ul>li.active>a{background-color: var(--bg-main); color: #fff;}
.details-items3 .tag-content>div{display: none;}
.details-items3 .tag-content>div:first-child{display: block;}
.details-items3 .tag-content>div>strong{display: block; margin-bottom: .5rem; position: relative;}

.details-color small{display: block; text-align: center; font-size: .95rem; font-weight: bold; color: #333; margin-bottom: 1.25rem;}
.details-color .etw-phone li>a{border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,.15); overflow: hidden; position: relative; transition: initial; background-color: #f5f5f5;}
.details-color .etw-phone li>a>img{mix-blend-mode: multiply;}
.details-color .etw-phone li>a>span{position: absolute; inset: 0; background-color: rgba(85,53,21,.7); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .9rem; padding: .5rem; opacity: 0; transform: rotateX(90deg); transition: all .4s;}
.details-color .etw-phone li>a:hover>span{opacity: 1; transform: rotateY(0)}
.details-color-white .etw-phone li>a{background-color: #fff;}

.details-function a.imgbox{background-color: #f8f9fa;}
.details-function a.imgbox>img{transform:rotateY(180deg); transition: initial;}
.details-function .textbox{position: relative; padding: 1rem 0;}
.details-function .textbox::before,.details-function .textbox::after{content: ''; width: 3rem; height: 3rem; position: absolute;}
.details-function .textbox::before{left: -1.5rem; top: 0; border-top-left-radius: 10px; border-top: 1px solid var(--bg-main);  border-left: 1px solid var(--bg-main);}
.details-function .textbox::after{right: -1.5rem; bottom: 0; border-bottom-right-radius: 10px; border-right: 1px solid var(--bg-main);  border-bottom: 1px solid var(--bg-main);}
.details-function .textbox a.h3{font-size: 2rem; color: var(--bg-main);}
.details-function .textbox a.h3:hover{color: var(--bg-hover);}
.details-function .textbox p{font-size: .9rem;}
.details-function .textbox dl{width: calc(100% + 20px); margin: 0 -10px; display: flex; flex-wrap: wrap;}
.details-function .textbox dl>dd{width: 40%; padding: 0 10px;}
.details-function .textbox dl>dd>a{display: flex; align-items: center; font-size: .95rem;}
.details-function .textbox dl>dd span.icon{width: 30px; display: flex; overflow: hidden;}
.details-function .textbox dl>dd span.icon>img{width: 30px; height: auto; position: relative; filter: drop-shadow(30px 0 var(--bg-main)); transform: translateX(-100%);}
.details-function .textbox dl>dd span.text{width: calc(100% - 30px); display: flex; padding-left: 1rem;}
.details-function .textbox dl>dd:nth-child(even){width: 60%;}
.details-function .textbox dl>dd>a:hover{text-decoration: underline;}
.details-function .textbox dl.items-icon3>dd{padding-left: 1rem;}

.details-contact .container{display: flex; flex-direction: column; align-items: center;}
.details-contact .h3{color: var(--bg-main);}
.details-contact .inquirybtn>a{border-radius: 15px 0;}

.differentapps ul>li{width: 100%; align-items: center; margin-bottom: 30px;}
.differentapps ul>li:last-child{margin-bottom: 0;}
.differentapps ul>li .imgbox{width: 40%; margin: 0;}
.differentapps ul>li .imgbox .imghover{width: 35%; border-radius: 50%; overflow: hidden; position: absolute; right: 1.5rem; bottom: 1.5rem; box-shadow: 0 0 30px rgba(255,255,255,.5);}
.differentapps ul>li .imgbox .imghover::before{content: ''; display: block; padding-top: 100%;}
.differentapps ul>li .textbox{width: 60%; padding-left: 2.5rem; display: flex; flex-direction: column;}
.differentapps ul>li .textbox>.h6{font-size: 1.5rem; font-weight: 500;}
.differentapps ul>li .textbox>p{font-size: .95rem;}
.differentapps ul>li .textbox>.h6-title{font-size: 1.3rem; color: var(--bg-main); font-weight: 500; margin-bottom: .35rem;}
.differentapps ul>li .textbox>dl>dd{font-size: .95rem; color: #333; margin-bottom: 0;}
.differentapps ul>li .textbox>dl>dd>strong{font-weight: 500; color: #000;}
.differentapps .more>a{color: var(--bg-main);}
.differentapps .more>a:hover{color: #fff;}
.differentapps2 ul>li .imgbox{width: 35%;}
.differentapps2 ul>li .textbox{width: 65%;}
.differentapps3 ul>li .imgbox{width: 28%;}
.differentapps3 ul>li .textbox{width: 72%;}


@media (max-width:1199.98px){
	.pros-banner{min-height: 280px;}
	.details-items3 .tag>ul>li{margin-right: 0.6rem;}
	.details-items3 .tag>ul>li>a{font-size: 0.85rem;}
}
@media (max-width:991.98px){
	.hub-process .container{flex-wrap: wrap;}
	.hub-process .h3{width: 100%;}
	.differentapps ul>li .textbox>.h6{font-size: 1.4rem;}
}
@media (max-width:767.98px){
	.h4-title,.hub-tag .h3>span,.hub-adv .h3>span{font-size: 1.6rem;}
	.pros-banner{min-height: 220px;}
	.hub-process ul li{width: calc(100% / 3);margin-bottom: 1rem;}
	.hub-process ul li>ol .textbox .h6,.hub-tag-nav>li>span{font-size: 1rem;}
	.byapps-list ul li>ol .textbox .more>a{height: 32px;width: 45px;}
	.hub-tag .h3,.hub-adv .h3{font-size: 1.4rem;}
	.hub-tag-nav>li{padding: 0 1rem;}
	.hub-tag-material .right .h3{font-size: 1.2rem;}
	.hub-tag-material .right p,.hub-weaving ul li>ol .textbox{font-size: 0.85rem;}
	.home-adv .swiper .swiper-slide>ol{padding: 0;}
	.home-adv .swiper .swiper-slide>ol a.imgbox>img{width: 100%;}
	.hub-weaving ul li{width: calc(100% / 3);}
	.differentapps ul>li{margin-bottom: 1rem;}
	.differentapps ul>li .imgbox{width: 100%;margin-bottom: 1rem;}
	.differentapps ul>li .textbox{width: 100%;padding-left: 0;}
	.differentapps ul>li .textbox>.h6{font-size: 1.2rem;}
}
@media (max-width:649.98px){
	.pros-banner{min-height: 200px;}
	.hub-tag-nav>li{padding: 0 0.5rem;font-size: 0.85rem;margin-bottom: 0.5rem;}
}
@media (max-width:575.98px){
	.pros-banner{min-height: 180px;}
	.byapps-list ul li,.details-items1 dl>dd{width: 100%;}
	.hub-cus ul li{width: calc(100% / 3);}
	.hub-tag-material .left{width: 100%;margin-bottom: 1.5rem;}
	.hub-tag-material .right{width: 100%;}
	.byapps-list3 ul li>ol a.imgbox,.byapps-list3 ul li>ol .textbox{width: 100%;}
	.byapps-list3 ul li>ol .textbox{padding: 1.25rem;}
	.hub-tag-material .left a.imgbox:first-child{display: none;}
	.hub-tag-material .left a.imgbox{width: 50%;}


}
@media (max-width:479.98px){
	.pros-banner{min-height: 160px;}
	.hub-process ul li{width: 50%;}
	.hub-process ul li>ol .textbox .h6{font-size: 0.85rem;}
	.hub-packaging .imgbox{width: 100%;margin-bottom: 1rem;}
	.hub-packaging .imgbox:last-child{margin-bottom: 0;}
}
@media (max-width:375.98px){
	.details-showcase>li{padding: 1rem 0 !important;}

}

.detailstag-nav{display: flex; width: 100%; margin: 0; background-color: #f8f9fa; border-radius: 1rem 0; overflow: hidden;}
.detailstag-nav>li{padding: 0;}
.detailstag-nav>li>a{font-size: 1.25rem; font-weight: 600; padding: .75rem 1.5rem;border-radius: 1rem 0; overflow: hidden;}
.detailstag-nav>li>a:hover,.detailstag-nav>li.active>a{background-color: var(--bg-main); color: #fff;}
.detailstag-content>div{display: none;}
.detailstag-content>div:first-child{display: block;}
.detailstag-app{margin-top: 1.25rem;}
.detailstag-app li{width: calc(100% / 3);}
.detailstag-app li a.imgbox{flex-direction: column; background-image: radial-gradient(#fff,#f0f0f0);}
.detailstag-app li a.imgbox>img{mix-blend-mode: multiply;}
.detailstag-app li a.imgbox>.h6{width: 100%; flex: 1; display: flex; justify-content: space-between; align-items: center; margin: 0; padding: 1rem; color: #000; transition: all .4s; background-color: #f8f9fa;}
.detailstag-app li a.imgbox>.h6>span{flex: 1; font-weight: 600; color: inherit;}
.detailstag-app li a.imgbox>.h6>i{font-size: 1.25rem; color: inherit;}
.detailstag-app li a.imgbox:hover{box-shadow: 0 0 30px rgba(0,0,0,.15);}
.detailstag-app li a.imgbox:hover>.h6{background-color: var(--bg-main); color: #fff;}

.detailstag-otherpro li{width: 100%; margin-top: 1.25rem;}
.detailstag-otherpro li>ol{box-shadow: 0 0 10px rgba(0,0,0,.15);}
.detailstag-otherpro li>ol a.imgbox{width: 35%; background: #f5f5f5;}
.detailstag-otherpro li>ol a.imgbox>img{mix-blend-mode: multiply;}
.detailstag-otherpro li>ol .textbox{width: 65%; flex-direction: column; justify-content: center; padding: 30px;}
.detailstag-otherpro li>ol .textbox a.h6{font-size: 1.35rem; color: var(--bg-main);}

.inquiryform-details .webtitle{text-align: center; color: var(--bg-main);}
.inquiryform-details small{display: block; text-align: center; font-size: 1rem; color: #333;}
.inquiryform-details .textbox{display: block;}
.inquiryform-details .textbox p{margin-bottom: 1.25rem;}
.inquiryform-details dl{flex-direction: column; margin-bottom: 0;}
.inquiryform-details dl>dd{display: flex; align-items: center; margin-bottom: 1.25rem;}
.inquiryform-details dl>dd:last-child{margin-bottom: 0;}
.inquiryform-details dl>dd>.icon{width: 50px; overflow: hidden;}
.inquiryform-details dl>dd>.icon>img{width: 50px; height: auto; margin: 0; filter: drop-shadow(50px 0 #000); position: relative; transform: translateX(-100%);}
.inquiryform-details dl>dd>p{width: calc(100% - 50px); font-size: 1rem; padding-left: 1rem;}
.inquiryform-details dl>dd>p>a{color: var(--bg-main);}
.inquiryform-details dl>dd>p>a:hover{color: var(--bg-hover);}
.inquiryform-details #feedback2017.etw-inquery-from-box{min-height: initial;}

.details-why ul>li{width:calc(100% / 3); margin-top: 20px;}
.details-why ul>li>ol{flex-direction: column;}
.details-why ul>li>ol .textbox{width: 100%; flex-direction: column; padding-top: 1rem;}
.details-why ul>li>ol .textbox>.h6{width: fit-content; font-size: 1.35rem; font-weight: 500;}
.details-why ul>li>ol .textbox>.h6::after{content: ''; display: block; width: 70px; height: 4px; background-color: var(--bg-main); margin-top: .5rem;}
.details-why ul>li>ol .textbox>dl>dd{font-size: .9rem;}
.details-why ul>li>ol .textbox>dl>dd.details-why-hide{display: none;}
.details-why ul>li>ol .textbox>dl>dd.details-why-show{display: block;}
.details-why-btn{display: flex; justify-content: center;}
.details-why-btn>a{width: 2rem; height: 2rem; border-radius: 50%; background-color: var(--bg-main); color: #fff; display: flex; align-items: center; justify-content: center; line-height: 1; font-size: 1.5rem; position: relative; z-index: 0;}
.details-why-btn>a::before{content: ''; width: 1rem; height: 1rem; position: absolute; right: 0; bottom: 0; background-color: var(--bg-main); z-index: -1;}
.details-why .iconsbox{justify-content: center;}
.details-why .iconsbox>li{width: calc(100% / 12); margin: 0;}

.applications-list{width: 100%; margin: 1rem 0 0 0;}
.applications-list>li{width: 50%; padding: 0;}
.applications-list>li>ol a.imgbox{width: 50%;}
.applications-list>li>ol a.imgbox::before{content: ''; display: block; padding-top: 60%;}
.applications-list>li>ol a.imgbox::after{content: ''; width: 0; height: 0; border-right: 30px solid #fff; border-top: 30px solid transparent; border-bottom: 30px solid transparent; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.applications-list>li>ol .textbox{width: 50%; flex-direction: column; justify-content: center; padding: 30px; background-color: #fff;}
.applications-list>li>ol .textbox>.h6{font-size: 1.125rem; font-weight: 500;}
.applications-list>li>ol .textbox>p{font-size: .95rem;}
.applications-list>li:nth-child(3)>ol,
.applications-list>li:nth-child(4)>ol{flex-direction: row-reverse;}
.applications-list>li:nth-child(3)>ol a.imgbox::after,
.applications-list>li:nth-child(4)>ol a.imgbox::after{border-right: none; border-left: 30px solid #fff; right: auto; left:0;}

.applications-list2{width: 100%; margin-bottom: 0;}
.applications-list2>li{width: 100%; padding: 0;}
.applications-list2>li>ol{background-color: #f8f9fa;}
.applications-list2>li>ol a.imgbox{width: 50%;}
.applications-list2>li>ol a.imgbox::before{content: ''; display: block; padding-top: 60%;}
.applications-list2>li>ol a.imgbox::after{content: ''; width: 0; height: 0; border-right: 30px solid #f8f9fa; border-top: 30px solid transparent; border-bottom: 30px solid transparent; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.applications-list2>li>ol .textbox{width: 50%; flex-direction: column; padding: 1.875rem; justify-content: center;}
.applications-list2>li>ol .textbox>.h6{font-size: 1.25rem; font-weight: 600;}
.applications-list2>li>ol .textbox>dl>dd{font-size: .95rem;}
.applications-list2>li:nth-child(even)>ol{flex-direction: row-reverse;}
.applications-list2>li:nth-child(even)>ol a.imgbox::after{border-right: none; border-left: 30px solid #f8f9fa; right: auto; left:0;}

.left_pics{width: 100%; display: flex;}
.left_pics>a{width: 100%; position: relative; overflow: hidden; display: block;}
.left_pics>a>img{mix-blend-mode: multiply;}
.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;}
.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-cover)::before{content: ''; display: block; padding-top: 75%;}
.related_pic ul>li>a.imgdq{border-color: var(--bg-main);}

.details-showcase{width: 100%; margin: 0;}
.details-showcase>li{width: 100%; padding: 30px; border-bottom: 1px dashed #ccc;}
.details-showcase>li .h6{font-size: 1.4rem; font-weight: 500;}
.details-showcase>li p{font-size: .95rem;}
.details-showcase>li .h6-title{font-size: 1.2rem; color: var(--bg-main); font-weight: 500; margin-bottom: .35rem;}
.details-showcase>li .h6-title::after{content: ''; width: 60px; height: 3px; background-color: var(--bg-main); display: block; margin-top: .25rem;}
.details-showcase>li .h6-title-center{text-align: center; margin-bottom: 1rem;}
.details-showcase>li .h6-title-center::after{margin: .25rem auto 0 auto;}
.details-showcase>li dl>dd{font-size: .95rem; color: #333; margin-bottom: 0;}
.details-showcase>li dl>dd>strong{font-weight: 500; color: #000;}
.details-showcase>li:last-child{border-bottom: none;}

.pdf-more{width: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.125rem;}
.pdf-more a{margin: 0 .25rem; text-transform: capitalize; padding: .3rem 1rem; background-color: var(--bg-main); color: #fff; border-radius: 30px; font-size: 1rem;}
.pdf-more a:hover{background-color: var(--bg-hover); color: #fff;}

.process_list{justify-content: center;}
.process_list li{width: 25%;}
.process_list li a{width: 100%; display: flex; flex-direction: column; overflow: hidden; position: relative; background-color: #f5f5f5; -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);}
.process_list li a:has(img){flex-direction: column-reverse;}
.process_list li a>img{width: 100%; height: auto; display: block; margin-top: -.65rem; transition: all .4s;}
.process_list li a:hover>img{transform: scale(1.1);}
.process_list li a>span{background-color: #f5f5f5; padding: 1rem .5rem 1.25rem .5rem; -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%); text-align: center; font-size: 1rem; line-height: 1; font-weight: 500; transition: all .4s; display: flex; align-items: center; justify-content: center;}
.process_list li a:has(img)>span{flex: 1;}
.process_list li a:hover>span{background-color: var(--bg-main); color: #fff;}

.card{border: none; border-bottom: 1px dashed #ccc; background-color: #f5f5f5;}
.card-header{background: none;}
.card-link{width:100%; display:block; padding: .8rem 0; padding-right: 1.5rem; font-size:.95rem; font-weight:600; position:relative; line-height:1.5rem}
.card-link::after{content:"\f107"; font-size:1.2rem; color:#000; font-family:FontAwesome; font-weight:normal; font-style:normal; text-decoration:inherit;-webkit-font-smoothing:antialiased; position:absolute; right:0; top:.5rem; transition:all 0.3s}
.card-body{padding:1rem; line-height:1.4rem; border-top: 1px dashed #ccc;}
.card-body p,.card-body dl>dd{font-size: .95rem;}
.card-link[aria-expanded="true"]::after{transform: rotate(180deg);}
.accordion1 .card{background-color: #f8f9fa;}
.accordion1 .card-link{padding: 1rem; font-size: 1.25rem; font-weight: 500; padding-right: 2rem;}
.accordion1 .card-link::after{right: 1rem; top: 50%; transform: translateY(-50%);}
.accordion1 .card-link:hover{background-color: #fff;}
.accordion1 .card-body p,.card-body dl>dd{font-size: 1rem; line-height: 30px;}

.choose-items{width: 100%; margin-bottom: 2rem; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,.1); background-color: #fff; border-radius: 20px;}
.choose-items .h6{font-size: 1.5rem;}
.choose-items .h6::after{content: ''; width: 80px; height: 4px; background-color: var(--bg-main); display: block; margin-top: .5rem;}
.choose-items ul>li{font-size: .95rem;}
.choose-items p{font-size: .95rem;}

.etw-phone-apps li>a::before{content: ''; position: absolute; inset: 0; background-image: linear-gradient(transparent 50%, rgba(0,0,0,.8));}
.etw-phone-apps li>a>span{width: 100%; position: absolute; left: 0; bottom: 0; z-index: 2; color: #fff; text-transform: capitalize; padding: .5rem;}
.etw-phone-apps li>a:hover>span{color: #fff;}

@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.details-items{padding: 2.5rem 0;}
	.details-why .iconsbox>li{width: calc(100% / 8);}
	.applications-list>li>ol .textbox{padding: 1.5rem;}
	.applications-list>li>ol .textbox>.h6{font-size: 1.1rem;}
	.applications-list>li>ol .textbox>p{font-size: 0.9rem;}
}
@media (max-width:767.98px){
	.details-items{padding: 1.5rem 0;}
	.inquiryform{padding: 1.5rem 1rem;}
	.accordion1 .card-link,.detailstag-nav>li>a{font-size: 1.1rem;}
	.accordion1 .card-body p, .card-body dl>dd{font-size: 0.9rem;line-height: 1.5;}
	.detailstag-otherpro li{margin-top: 0.5rem;}
	.detailstag-otherpro li>ol .textbox a.h6,.details-showcase>li .h6{font-size: 1.2rem;}
	.detailstag-otherpro li>ol .textbox p{font-size: 0.85rem;}
	.inquiryform-details{padding-left: 1rem;padding-right: 1rem;}
	.details-why .iconsbox>li{width: calc(100% / 6);}
	.details-why ul>li{padding-top: 1rem;width: 50%;}
	.applications-list>li{width: 100%;margin-bottom: 1rem;}
	.applications-list>li:last-child{margin-bottom: 0;}
	.details-showcase>li .h6-title{font-size: 1.1rem;}
	.process_list li a>span{font-size: 0.85rem;}
}
@media (max-width:575.98px){
	.details-items{padding: 1.25rem 0;}
	.detailstag-nav>li>a{font-size: 0.85rem;padding: 0.5rem 1rem;}
	.detailstag-app li{width: 50%;}
	.detailstag-app li a.imgbox>.h6{font-size: 0.85rem;}
	.detailstag-otherpro li>ol a.imgbox,.applications-list2>li>ol a.imgbox{width: 100%;}
	.detailstag-otherpro li>ol .textbox,.applications-list2>li>ol .textbox{width: 100%;padding: 1rem 1.5rem;}
	.details-why .iconsbox>li{width: calc(100% / 3);}
	.details-why ul>li{width: 100%;}
	.process_list li{width: 50%;}
	.applications-list2>li{margin-bottom: 1rem;}
	.applications-list2>li:last-child{margin-bottom: 0;}
	.applications-list2>li>ol a.imgbox::after{display: none;}
}
@media (max-width:479.98px){
	.detailstag-app li,.process_list li{width: 100%;}
	.applications-list>li>ol a.imgbox{width: 100%;}
	.applications-list>li>ol a.imgbox::after{display: none;}
	.applications-list>li>ol .textbox{padding: 1rem;}
}
/* Products-Details End */
/* About Us */
.company{padding: 0;}
.company-items{padding: 3.125rem 0; position: relative;}

.nbanner{padding: 0;}
.nbanner-hover{position: absolute; inset: 0; display: flex; align-items: center;}
.nbanner-box{width: 100%; max-width: 650px; background-color: rgba(0,0,0,.5); padding: 1.5rem 2.5rem; margin: 0 auto; border-radius: 100px 0;}
.nbanner-box .etw_hometitle div.h3{color: #fff; font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: 4px;}
.nbanner-box p{color: #fff; font-size: .95rem; text-align: center;}

.company-items1 .etw_hometitle{display: flex; flex-direction: column; align-items: center; text-transform: uppercase;}
.company-items1 .etw_hometitle::after{content: ''; width: 50px; height: 4px; background-color: var(--bg-main); margin: 1rem auto;}
.company-items1 .etw_hometitle>small{font-size: 1.25rem; color: #000; font-weight: 300;}
.company-items1 .etw_hometitle>div.h3{color: var(--bg-main);}
.company-items1 p{font-size: .95rem;}

.companybox{width: 100%; display: flex; flex-wrap: wrap; margin-bottom: 2rem;}
.companyleft{width: 50%; margin: 0;}
.companyleft>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.companyright{width: 50%; padding:1.875rem; padding-left: 3.75rem;}
.companyright-box{width: 100%; max-width: 550px;}
.companyright .etw_hometitle{align-items: flex-start;}
.companyright .etw_hometitle::after{content: none;}
.companyright .etw_hometitle .h3{font-size: 2rem; font-weight: 700; letter-spacing: -1px; font-family: var(--font-family); margin-bottom: 1rem;}
.companyright .etw_hometitle>h4{font-family: var(--font-family); font-weight: 400; color: var(--bg-main);}
.companyright .etw_hometitle>h4>span{display: block; font-weight: 700; color: #000;}
.companyright .etw-phone>li{width: calc(100% / 7);}


.company-items2{padding-top: 0;}
.company-items2 ul{width: 100%; margin: 0;}
.company-items2 ul>li{width: 25%; padding: 1.25rem; border-right: 1px solid #ddd;}
.company-items2 ul>li>ol{flex-direction: column; align-items: center; text-align: center;}
.company-items2 ul>li>ol>h3{color: var(--bg-main); margin-bottom: .25rem;}
.company-items2 ul>li>ol>span{color: #000; font-size: 1.125rem; font-weight: 500; text-transform: uppercase;}
.company-items2 ul>li>ol>p{font-size: .95rem; color: #666;}
.company-items2 ul>li:last-child{border-right: none;}

.company-items3 ul>li>a::before,.company-items3 ul>li>a::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.company-items3 ul>li>a::after{inset: 50% 0;}
.company-items3 ul>li>a:hover::before,
.company-items3 ul>li>a:hover::after{inset: 0; opacity: 1;}
.company-items3 ul>li.lihid{display: none;}
.company-items3 .btnmore{display: flex; justify-content: center; padding: 0;}
.company-items3 .btnmore>a{width: 30px; height: 30px; border-radius: 50%; background-color: var(--bg-main); color: #fff; font-size: 1.25rem; display: flex; align-items: center; justify-content: center; line-height: 1; position: relative; z-index: 0;}
.company-items3 .btnmore>a::before{content: ''; width: 1rem; height: 1rem; position: absolute; right: 0; bottom: 0; background-color: var(--bg-main); z-index: -1;}

.company-items5{background: url(../images/bg-pattern.webp) no-repeat center center; background-size: cover;}
.company-items5 ul>li{width: 25%;}
.company-items5 ul>li>ol{background-color: #fff; border-radius: 20px; padding: 1rem; flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.company-items5 ul>li>ol .icon{width: 100%; overflow: hidden;}
.company-items5 ul>li>ol .icon>img{width: auto; height: 60px; filter: drop-shadow(0 60px var(--bg-main)); position: relative; transform: translateY(-100%);}
.company-items5 ul>li>ol p{width: 100%; display: flex; flex-direction: column; justify-content: center; text-align: center; font-size: .9rem; margin-top: .5rem;}
.company-items5 ul>li>ol p>span{display: block; color: var(--bg-main); font-size: 1.25rem; font-weight: 600;}

.company-items6 small{display: flex; justify-content: center; text-align: center; font-size: 1rem;}
.company-items6 small>a{text-transform: capitalize; margin-left: .3rem; color: var(--bg-main); font-style: oblique; font-weight: 500;}
.company-items6 small>a:hover{color: var(--bg-hover);}
.company-items6 ul{justify-content: center; width: calc(100% + 40px); margin: 0 -20px;}
.company-items6 ul>li{width: 40%; padding: 20px;}
.company-items6 ul>li>ol{flex-direction: column; background-color: #fff; border-radius: 80px 0 0 0; overflow: hidden;}
.company-items6 ul>li>ol .imgbox{ border-radius: 0 0 80px 0;}
.company-items6 ul>li>ol .imgbox .bigimg{width: 100%;}
.company-items6 ul>li>ol .imgbox .smallimg{width: 40%; border-radius: 50%; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,.15); position: absolute; right: -10%; bottom: -10%; transition: all .4s ease-in-out;}
.company-items6 ul>li>ol .imgbox .smallimg::before{content: ''; display: block; padding-top: 100%;}
.company-items6 ul>li>ol .textbox{flex-direction: column; padding: 20px;}
.company-items6 ul>li>ol .textbox .h6{font-size: 1.25rem; font-weight: 500; color: #000;}
.company-items6 ul>li>ol .textbox p{font-size: .95rem;}
.company-items6 ul>li>ol .imgbox:hover .smallimg{right: -2%; bottom: -2%;}

.company-nav ul{width: 100%; margin: 0;}
.company-nav ul>li{width: calc(100% / 6); padding: 10px; border-right: 1px solid #fff;}
.company-nav ul>li:last-child{border-right: none;}
.company-nav ul>li>a{width: 100%; display: flex; flex-direction: column; align-items: center;}
.company-nav ul>li>a .icon{width: 100%; overflow: hidden; display: flex; margin-bottom: .5rem;}
.company-nav ul>li>a .icon>img{width: auto; height: 50px; filter: drop-shadow(0 50px #000); position: relative; transform: translateY(-100%); transition: initial;}
.company-nav ul>li>a .text{width: 100%; display: flex; flex: 1; justify-content: center; text-align: center; font-size: .95rem;}
.company-nav ul>li>a:hover .icon>img,
.company-nav ul>li.active>a .icon>img{filter: drop-shadow(0 50px var(--bg-main));}
.company-nav ul>li>a:hover .text,
.company-nav ul>li.active>a .text{color: var(--bg-main);}

.inquiryform{background: url(../images/inquiry-bg1.webp) no-repeat center center; background-size: cover;}
.inquiryform .container1{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.inquiryform .inquiryform-left{width: 65%;}
.inquiryform .h3{font-size: 1.8rem;}
.inquiryform .inquiryform-left p{margin-bottom: 1rem;}
.inquiryform dl{width: 100%; display: flex; margin: 0;}
.inquiryform dl>dd{display: flex; align-items: center; margin: 0 1.875rem 0 0;}
.inquiryform dl>dd .icon{width: 50px; overflow: hidden;}
.inquiryform dl>dd .icon>img{width: 50px; height: auto; filter: drop-shadow(50px 0 var(--bg-main)); position: relative; transform: translateX(-100%); transition: initial;}
.inquiryform dl>dd p{flex: 1; padding-left: 1.25rem;}
.inquiryform dl>dd p>a{color: #000;}
.inquiryform dl>dd p>a:hover{color: var(--bg-main);}
.inquiryform .inquirybtn{width: fit-content;}
.inquiryform .inquirybtn>a{border-radius: 1rem 0; font-family: var(--font-family); font-weight: 700; letter-spacing: 0;}

.webbing-title{width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 1rem;}
.webbing-title .h3{color: var(--bg-main); margin-bottom: 0;}
.webbing-title>ul{width: auto; margin: 0 0 0 1.25rem; background-color: #fff; border-radius: 30px; overflow: hidden; padding: .5rem;}
.webbing-title>ul>li{width: auto; padding: 0; margin-right: .5rem;}
.webbing-title>ul>li>a{padding: .5rem 1.5rem; border-radius: 30px; overflow: hidden; color: #000;}
.webbing-title>ul>li.active>a,
.webbing-title>ul>li>a:hover{background-color: var(--bg-main); color: #fff;}
.webbing-title>ul>li:last-child{margin: 0;}
.webbing-content{width: 100%; padding-top: .5rem;}
.webbing-content>div{display: none;}
.webbing-content>div:first-child{display: block;}
.webbing .swiper{width: 100%; overflow: visible;}
.webbing .swiper .swiper-slide{width: 255px; height: auto; display: flex; border-radius: 10px; overflow: hidden;}
.webbing .swiper .swiper-slide>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.webbing .swiper .swiper-slide>a .imgbox::before{content: ''; display: block; padding-top: 100%;}
.webbing .swiper .swiper-slide>a .imgbox::after{content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, #000 100%); z-index: 2;}
.webbing .swiper .swiper-slide>a:hover .imgbox>img{transform: scale(1.05);}
.webbing .swiper .swiper-slide>a .textbox{width: 100%; display: flex; justify-content: center; position: absolute; left: 0; bottom: 0; z-index: 3; padding: 1rem .5rem; color: #fff; text-align: center;}
.webbing .swiper .swiper-slide:nth-child(1){width: 400px; flex-direction: column; background-color: #fff; padding: 1.25rem;}
.webbing .swiper .swiper-slide>.h4{font-size: 1.05rem; font-family: var(--font-family); font-weight: bold;}
.webbing .swiper .swiper-slide>p{font-size: .95rem;}
.webbing .swiper .swiper-slide>.more>a{border-radius: 30px; overflow: hidden; font-size: .9rem;}
.webbing .swiper .swiper-slide>.more>a::after{width: 100%; border-radius: 0;}
.webbing-btn{display: flex; justify-content: flex-end; margin-top: 1rem;min-height: 36px;}
.webbing-btn .prev-button,.webbing-btn .next-button{font-size: 1.5rem; color: #000; margin-left: 1rem;}
.webbing-btn .prev-button:hover,.webbing-btn .next-button:hover{color: var(--bg-main);}
.webbing .swiper3 .swiper-slide{width: calc(23% - 30px);}
.webbing .swiper3 .swiper-slide:nth-child(1){width: calc(33% - 30px);}
.webbing .swiper3 .swiper-slide:last-child{margin: 0 !important;}

.services{width: 100%; display: flex; flex-direction: column; position: relative; padding-left: 50px; padding-top: 50px;}
.services::before{content: ''; width: 2px; height: 100%; background-color: #ccc; position: absolute; left:0; top: 0;}
.services-items{width: 100%; border-bottom: 1px dashed #ccc; padding: 30px 0;}
.services-items .etw_hometitle .h3{font-size: 1.8rem;}
.services-items .h4{position: relative; font-family: var(--font-family); font-size: 1.5rem; font-weight: 600;}
.services-items .h4::before{content: ''; width: 30px; height: 20px; border-radius: 0 20px 20px 0; background-color: var(--bg-main); position: absolute; left: -50px; top: 50%; transform: translateY(-50%);}
.services-items:last-child{border-bottom: none;}

.manufac .h4{font-family: var(--font-family); font-size: 1.4rem; color: var(--bg-main); font-weight: 600; border-bottom: 2px solid var(--bg-main); width: fit-content; margin: 0 auto 1rem auto;}
.manufac-items1 .h3{font-size: 1.8rem; text-align: center;}
.manufac-items2 dl{overflow: hidden;}
.manufac-items2 dl>dd{width: 50%; float: left;}

.etw-pic{width: 100%; display: flex;}
.etw-pic>.row{width: calc(100% + 10px); margin: 0 -5px;}
.etw-pic>.row>.col-lg-4,.etw-pic>.row>.col-sm-4,.etw-pic>.row>.col-lg-3{padding: 0 5px; display: flex; flex-direction: column;}
.etw-pic ul{width: calc(100% + 10px); margin: 0 -5px; flex: 1;}
.etw-pic ul>li{width: 100%; padding: 5px; display: flex;}
.etw-pic ul>li>a{width: 100%; display: flex; overflow: hidden; position: relative;}
.etw-pic ul>li>a>span{width: 100%; padding: 1.5rem .5rem; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; left: 0; bottom: 0; z-index: 2; background-image: linear-gradient(transparent,#000);}
.etw-pic ul>li>a::before,.etw-pic ul>li>a::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.etw-pic ul>li>a::after{inset: 50% 0;}
.etw-pic ul>li>a:hover::before,
.etw-pic ul>li>a:hover::after{inset: 0; opacity: 1;}






@media (max-width:1199.98px){}
@media (max-width:991.98px){
	.company-items{padding: 2.5rem 0;}
	.inquiryform .h3,.webbing-title .h3{font-size: 1.6rem;}
	.inquiryform .inquiryform-left{width: auto;flex: 1;padding-right: 1rem;}
	.webbing .swiper .swiper-slide>.more>a::after{height: 100%;}
	.webbing-title>ul>li>a{font-size: 0.85rem;padding: 0.3rem 1rem;}
	.company-items6 small{flex-wrap: wrap;}
}
@media (max-width:767.98px){
	.company-items{padding: 1.5rem 0;}
	.inquiryform .inquiryform-left{flex: none;width: 100%;margin-bottom: 1rem;}
	.inquiryform .inquirybtn>a{font-size: 0.85rem;padding: 0.3rem 1rem;}
	.webbing-title{flex-wrap: wrap;}
	.webbing-title .h3{margin-bottom: 0.8rem;padding: 0 1rem;}
	.webbing-title>ul{margin-left: 0;}
	.company-items2 ul>li{width: 50%;margin-bottom: 0.5rem;}
	.company-items2 ul>li:nth-child(2n){border-right: 0;}
	.company-items2 ul>li>ol>h3,.manufac-items1 .h3{font-size: 1.6rem;}
	.company-items2 ul>li>ol>span{font-size: 1rem;}
	.company-items2 ul>li>ol>p,.company-nav ul>li>a .text{font-size: 0.85rem;}
	.manufac .h4{font-size: 1.2rem;}
	.etw-pic ul>li>a img,figure>a>img{width: 100%;}
	.etw-pic ul>li>a>span{font-size: 0.85rem;line-height: 1.2;padding: 1rem 0.5rem;}
	.companybox{margin-bottom: 1rem;}
	.companyleft{width: 100%;height: 200px;}
	.companyright{width: 100%;padding: 1.5rem;}
	.companyright .etw_hometitle .h3{font-size: 1.8rem;}
	.company-items5 ul>li,.company-items6 ul>li{width: 50%;}
	.company-nav ul>li{width: calc(100% / 3);margin-bottom: 0.5rem;}
	.company-nav ul>li:nth-child(3n){border-right: 0;}
	.company_p{padding: 1.5rem 0;}
}
@media (max-width:575.98px){
	.company-items{padding: 1.25rem 0;}
	.inquiryform dl{flex-wrap: wrap;}
	.inquiryform dl>dd{width: 100%;margin-right: 0;}
	.webbing .swiper .swiper-slide>.h4{font-size: 0.95rem;}
	.webbing .swiper .swiper-slide>p{display: none;}
	.webbing .swiper .swiper-slide:nth-child(1){justify-content: space-between;}
	.webbing .swiper .swiper-slide>.more>a{border-radius: 10px;}
	.webbing-title .h3{padding: 0;}
	.services{padding-left: 0;padding-top: 0;}
	.services::before,.services-items .h4::before{display: none;}
	.manufac-items2 dl>dd,.company-items6 ul>li{width: 100%;}
	.companyright .etw-phone>li{width: 20%;}
	.companyright .etw_hometitle .h3{font-size: 1.6rem;}
	.company-items6 ul>li>ol{border-radius: 0;}
	.company-nav ul>li{width: 50%;}
	.company-nav ul>li:nth-child(3n){border-right: 1px solid #fff;}
	.company-nav ul>li:nth-child(2n){border-right: 0;}
}
@media (max-width:479.98px){
	.company-items2 ul>li{width: 100%;border-right: 0;border-bottom: 1px dashed #ddd;}
	.company-items2 ul>li:last-child{border-bottom: 0;}

}
@media (max-width:380.98px){
	.webbing-title>ul>li>a{font-size: 0.7rem;padding: 0.3rem 0.5rem;}
	.companyright{padding-bottom: 0;}
	.companyright .etw-phone>li{width: calc(100% / 3);}

}
/* About Us-End */
/* Our Advantages */
.nbanner2 .nbanner-hover{background-color: rgba(0,0,0,.5);}
.nbanner2 .nbanner-box{background: none; margin: 0; padding-left: 0;}
.nbanner2 .nbanner-box .etw_hometitle div.h3{text-align: left;}
.nbanner-box01{max-width: 800px;}
.nbanner2 .nbanner-box01 .etw_hometitle div.h3{font-size: 2.25rem;}

.advantages-items1 .h3{font-size: 1.25rem; font-family: var(--font-family); text-transform: uppercase; font-weight: 400; color: var(--bg-main);}
.advantages-items1 .h3>span{display: block; font-size: 2rem; font-weight: 700; color: #000;}
.advantages-items3 ul{width: 100%; margin: 0;}
.advantages-items3 ul>li{width: 100%; padding: 0; margin-bottom: 40px;}
.advantages-items3 ul>li>ol{justify-content: space-between;}
.advantages-items3 ul>li>ol a.imgbox{width: calc(50% - 20px); border-radius: 20px;}
.advantages-items3 ul>li>ol .textbox{width: calc(50% - 20px); flex: none; flex-direction: column; justify-content: center;}
.advantages-items3 ul>li>ol .textbox a.h6{font-size: 1.25rem;}
.advantages-items3 ul>li>ol .textbox .moresmall{margin-bottom: .5rem;}
.advantages-items3 ul>li:nth-child(even)>ol{flex-direction: row-reverse;}

.research-list{width: calc(100% + 40px); margin: 0 -20px;}
.research-list>li{width: 50%; padding: 20px;}
.research-list>li>ol{box-shadow: 0 0 10px rgba(0,0,0,.15); flex-direction: column; border-radius: 20px; overflow: hidden;}
.research-list>li>ol .textbox{flex-direction: column; padding: 20px;}
.research-list>li>ol .textbox>.h6{font-size: 1.25rem;}
.research-list>li>ol .textbox>p{flex: 1; font-size: .95rem;}

.otheradv ul>li{width: calc(100% / 3);}
.otheradv ul>li>ol{flex-direction: column;}
.otheradv ul>li>ol a.imgbox::before,.otheradv ul>li>ol a.imgbox::after{content: ''; position: absolute; inset: 0 50%; background:rgba(255,255,255,.05); display: block; transition:all 500ms ease-in-out 0s; z-index: 1; opacity: 1;}
.otheradv ul>li>ol a.imgbox::after{inset: 50% 0;}
.otheradv ul>li>ol:hover a.imgbox::before,
.otheradv ul>li>ol:hover a.imgbox::after{inset: 0; opacity: 1;}
.otheradv ul>li>ol a.h6{flex: 1; background-color: #fff; padding: 1rem; display: flex; justify-content: space-between; align-items: center;}
.otheradv ul>li>ol a.h6::after{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; margin-left: .5rem;}

.custom{overflow: visible;}
.custom-items1{position: relative; z-index: 2;}
.custom-items1 .h3{font-size: 1.8rem;}
.custom-items1 .custom-video{width: 100%; overflow: hidden; position: relative; border-radius: 50px 0; margin-top: -10rem; border: 8px solid #fff;}
.custom-items1 .custom-video::before{content: ''; display: block; padding-top: 56.25%;}
.custom-items1 .custom-video>video{width: 100%; height: 100%; float: left; position: absolute; inset: 0; object-fit: cover;}

.custom-items2 .textbox{max-width: 600px; padding: 2.5rem 0;}
.custom-items3 ul{width: 100%; margin: 20px 0 0 0; justify-content: center;}
.custom-items3 ul>li{width: calc(100% / 8); padding: 0;}
.custom-items3 ul>li>ol{flex-direction: column; align-items: center;}
.custom-items3 ul>li>ol .icon{width: 100%; position: relative; display: flex; padding-bottom: 30px; margin-bottom: 30px;}
.custom-items3 ul>li>ol .icon>img{width: auto; height: 70px;}
.custom-items3 ul>li>ol .icon::before{content: ''; width: 100%; height: 1px; background-color: #ccc; position: absolute; left: 0; bottom: 0;}
.custom-items3 ul>li>ol .icon::after{content: "\f285"; width: 30px; height: 30px; border-radius: 50%; background-color: var(--bg-main); position: absolute; left: 50%; bottom:-15px; transform: translateX(-50%); color: #fff; font-size: 1rem; 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;}
.custom-items3 ul>li>ol>text{width: 100%; display: block; flex: 1; text-align: center; font-size: .85rem; padding: .5rem; color: var(--bg-main);}
.custom-items3 ul>li:last-child>ol .icon::after{content: '';}

.custom-items4 .h4-title2,
.custom-items5 .h4-title2{width: fit-content; margin: 0 auto; text-align: center; color: #000; font-weight: 700; position: relative; padding: 0 10px 5px 10px;}
.custom-items4 .h4-title2::after,
.custom-items5 .h4-title2::after{content: ''; display: block; width: 100%; height: 2px; background-color: var(--bg-main); position: absolute; left: 0; bottom: 0;}
.custom-items4 small{display: flex; justify-content: center; align-items: center; font-size: 1rem;}
.custom-items4 small>a{color: var(--bg-main); text-decoration: underline; font-style: oblique; margin: 0 5px 0 3px;}
.custom-items4 ul{width: calc(100% + 30px); margin: 0 -15px; justify-content: center;}
.custom-items4 ul>li{width: 25%; padding: 15px;}
.custom-items4 ul>li>ol{overflow: hidden; position: relative; box-shadow: 0 0 10px rgba(0,0,0,.15); cursor: pointer;}
.custom-items4 ul>li>ol .textbox{width: 100%; height: 100%; position: absolute; inset: 0; background-color: rgba(85,53,21,.7); z-index: 2; display: flex; align-items: center; justify-content: center; font-size: 1.125rem; color: #fff; opacity: 0; transition: all .4s;}
.custom-items4 ul>li>ol:hover .textbox{opacity: 1;}


@media (max-width:1199.98px){
	.custom-items1 .custom-video{margin-top: -7rem;}
	.custom-items2 .textbox{padding-right: 2rem;}
}
@media (max-width:991.98px){
	.company-items{overflow: hidden;}
	.nbanner2 .nbanner-box01 .etw_hometitle div.h3,.advantages-items1 .h3>span{font-size: 1.8rem;}
	.custom-items1 .custom-video{margin-top: 0;}
	.custom-items3 ul>li{width: 25%;}
	.custom-items2 .textbox{padding: 0 2rem 2rem;max-width: 100%;}
	.custom-items4 small{flex-wrap: wrap;}
}
@media (max-width:767.98px){
	.nbanner2,.nbanner{max-height: 220px;}
	.nbanner2 img,.nbanner img{max-width: none;height: 100%;position: relative;left: 50%;transform: translateX(-50%);}
	.nbanner2 .nbanner-box,.nbanner .nbanner-box{padding: 0;}
	.advantages-items3 ul>li{margin-bottom: 1rem;}
	.advantages-items3 ul>li:last-child{margin-bottom: 0;}
	.advantages-items3 ul>li>ol a.imgbox,.advantages-items3 ul>li>ol .textbox{width: calc(50% - 0.5rem);}
	.advantages-items3 ul>li>ol .textbox a.h6{font-size: 1.2rem;}
	.advantages-items3 ul>li>ol .textbox p{font-size: 0.85rem;}
	.otheradv ul>li{width: 50%;}
	.otheradv ul>li>ol a.h6{font-size: 0.9rem;margin-bottom: 0;}
}
@media (max-width:575.98px){
	.advantages-items3 ul>li>ol a.imgbox,.advantages-items3 ul>li>ol .textbox,.research-list>li{width: 100%;}
	.advantages-items3 ul>li>ol a.imgbox{margin-bottom: 1rem;}
	.custom-items3 ul>li,.custom-items4 ul>li{width: 50%;}
	.company-items .etw-phone5>li{width: 50%;}
	.company-items .etw-phone5>li span{display: none;}

}
@media (max-width:479.98px){
	.custom-items1 .etw-phone5>li{width: calc(100% / 3);}
	.otheradv ul>li{width: 100%;}
	.nbanner2 .nbanner-box01 .etw_hometitle div.h3,.advantages-items1 .h3>span{font-size: 1.6rem;}
	.services-items .etw-phone4>li{width: 50%;}

}
@media (max-width:375.98px){
	.custom-items3 ul>li{width: 100%;}
	.custom-items4 ul{width: calc(100% + 10px); margin: 1rem -5px 0 -5px;}
	.custom-items4 ul>li{width: 50%; padding: 5px;}




}
/* Our Advantages-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact dl{display: flex; flex-direction: column;}
.contact dl .h6{font-size:1.5rem; 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: var(--font-family);}
.contact_map{margin-top: 2rem;}

.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 */
.overviewbanner{padding: 0; min-height: 300px;}
.overview-hover{width: 100%; height: 100%; position: absolute; inset: 0; background-color: rgba(0,0,0,.7); display: flex; align-items: center;}
.overview-banner-box{text-align: center;}
.overview-banner-box .etw_hometitle .h3{color: #fff; font-weight: 600; margin-bottom: 1rem;}
.overview-banner-box p{max-width: 70%; margin: 0 auto; color: #fff; font-weight: 400;}

.overview-about .h3{font-weight: 500;}
.overview-about .h3::after{content: ''; display: block; width: 80px; height: 4px; background-color: var(--bg-main); margin-top: .5rem;}
.overview-about ul{width: 100%; margin: 0;}
.overview-about ul>li{width: 100%; padding: 0; margin-bottom: .5rem; font-weight: 400; font-size: 1.03rem;}

.overview-title{display: flex; justify-content: center; position:relative; margin-bottom: 1.25rem;}
.overview-title::before{content:""; width:100%; height:1px; background-image:linear-gradient(to right,transparent,var(--bg-main),transparent); position:absolute; left:0; top:50%; transform:translateY(-50%)}
.overview-title>span{max-width:70%; text-align:center; display:inline-block; position:relative; padding:0 1.5rem; line-height:1.3;background-color:#fff; font-size:2rem; color: #000; font-weight: 700; font-family: var(--font-family); letter-spacing: -1px;}
.overview-more{display: flex; justify-content: center;}
.overview-more>a{padding: .5rem 1.25rem; background-color: var(--bg-hover2); color: #fff; font-weight: 500; border-radius: 30px;}
.overview-more>a:hover{background-color: var(--bg-main); color: #000;}

.overview-company{box-shadow: inset 0 0 15px rgba(0,0,0,.15);}
.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.4rem; 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:2px}
.overview-company li .overview-company-label::after{content:""; width:50px; height:5px; 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: 30px;}
.overview-company li .overview-company-value dl{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd{margin-bottom: 0;}
.overview-company li .overview-company-value dl dd>i{color: var(--bg-main); margin-right: .5rem;}
.overview-company li:hover .overview-company-label::after{width:100%}
.overview-company-value>figure>dl{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap;}
.overview-company-value>figure>dl>dd{width: calc(100% / 7); padding: 5px;}

.overview-adv .overview-title>span{max-width: 50%; background-color: #fff6ee;}

.overview-allpros-nav{display: flex; justify-content: center;}
.overview-allpros-nav>li>a{background-color: #fff; padding: .5rem 1.5rem; border-radius: 10px;}
.overview-allpros-nav>li.active>a{background-color: var(--bg-main); color: #fff;}

.overview-allpros-content>div{display: none;}
.overview-allpros-content>div:first-child{display: block;}

.overview-fac ul li span{color: #000; font-weight: 400;}
.pro-material small{display: block; max-width: 65%; margin: 0 auto; text-align: center; font-size: 1.125rem; font-weight: 300;}

.overview-videos ul{margin-bottom: 1rem;}
.overview-videos ul>li{width: calc(100% / 3);}
.overview-videos ul>li>a{width: 100%; display: flex; flex-direction: column;}
.overview-videos ul>li>a .imgbox::before{content: "\f04b"; color: inherit; font-size: inherit; display:inline-block;  z-index: 1; font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; width: 80px; height: 80px; color: #fff; font-size: 2rem; padding-left: 8px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.overview-videos ul>li>a .imgbox::after{content: ''; width: 80px; height: 80px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); border-radius: 50%; background-image: radial-gradient(var(--bg-main) 30%,var(--bg-hover));}
.overview-videos ul>li>a .textbox{width: 100%; background-color: #f5f5f5; font-size: 1.125rem; color: #000; padding: 1rem; display: flex; justify-content: center; text-align: center;}


@media (max-width:991.98px){
	.overview-company li{width:100%; margin-top:20px;}
}
@media (max-width:767.98px){
	.overview-title>span{font-size: 1.8rem;}
	.contact .feedback .webtitle{font-size: 1.6rem;}
	.contact dl .h6{font-size: 1.4rem;}
}
@media (max-width:575.98px){
	.overview-title>span{font-size: 1.5rem;}
}
/* Overview-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos .etw_hometitle>div[itemprop]{font-family: var(--font-family); font-size: 2rem; font-weight: 700; line-height: 1; margin: 1rem 0 1.875rem 0; text-align: center; color: var(--bg-main);}
.videos-hub{width: 100%; display: flex; flex-direction: column;}
.videos-hub-title{font-size:1.75rem; line-height: 1; display:flex; align-items: center; justify-content: center; color:#000; position:relative; z-index: 0; margin: 1rem 0 1.875rem 0; }
.videos-hub-title>span{background-color: #f8f9fa; padding: 0 1.875rem;}
.videos-hub-title::before{content: ''; width: 100%; height: 2px; background-image: linear-gradient(to right, transparent,var(--bg-main),transparent); position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}
.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'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 5rem; height: 5rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; color: #aa7a4a; padding-left: .4rem;box-shadow: 0 0 0 0.35rem rgba(255,255,255,0.5);}
.videos-hub ul li .imgbox:hover::after{background: #555;color: #fff;}
.videos-hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff;}
.videos-hub ul li>a:hover{box-shadow: 0 0 10px rgba(0,0,0,.15);}

.videos-company ul li>a{border-radius: 50px 0; overflow: hidden;}
.videos-company ul li>a .imgbox{width: 50%;}
.videos-company ul li>a .textbox{width: 50%; padding: 2rem; padding-left: 50px; flex-direction: column; justify-content: center;}
.videos-company ul li>a .textbox>.h6{font-size: 1.625rem; transition: all .4s; font-weight: 500;}
.videos-company ul li>a .textbox>p{font-size: 1rem; font-weight: 400; color: #666; transition: all .4s;}
.videos-company ul li>a:hover .textbox .h6{color: #000;}
.videos-company ul li:nth-child(even)>a{flex-direction: row-reverse;}
.videos-company ul li:nth-child(even)>a .textbox{padding: 2rem; padding-right: 50px;}

.videos-pros ul li{width:calc(100% / 3);}
.videos-pros ul li>a{flex-direction: column; border-radius: 20px; overflow: hidden;}
.videos-pros ul li>a>.imgbox::after{width: 3.125rem; height: 3.125rem; font-size: 2.5rem; padding-left: .2rem;}
.videos-pros ul li>a>.textbox{flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 1rem; line-height: 22px; color: #000; padding: .75rem 1rem; transition: all .4s;}
.videos-pros ul li>a:hover>.textbox{color:var(--bg-main)}

.video-details{width:100%;padding:1rem 0 3rem 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.875rem; color: #000; font-weight: 700; font-family: var(--font-family);}
.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.3rem; font-weight:600; color:#fff; text-transform:uppercase; background-color:var(--bg-main);padding:1rem;text-align:center;font-style:italic;border-radius:10px 10px 0 0}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-wrap: wrap; justify-content: space-between; padding:1.5rem; 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 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 .etw_hometitle>div[itemprop],#video_right .h3{font-size: 1.8rem;}
	#etw_videolist .webtitle{font-size: 1.2rem;}
}
@media (max-width:767.98px){
	#video_sidebar{margin-top:1rem}
	.videos{padding-bottom: 1rem;}
	.videos-hub ul li .imgbox::after{width: 3rem;height: 3rem;font-size: 2rem;padding-left: 0.2rem;}
	.videos-pros ul li>a>.imgbox::after{width: 2rem;height: 2rem;font-size: 1.4rem;}
	.videos-company ul li>a .textbox{padding: 1rem;padding-left: 1.5rem;}
	.videos-company ul li>a .textbox>.h6{font-size: 1.4rem;margin-bottom: 0.5rem;}
	.videos-company ul li>a .textbox>p{font-size: 0.9rem;}
	.videos-pros ul li>a>.textbox{font-size: 0.9rem;line-height: 1.2;}
}
@media (max-width:575.98px){
	#etw_videolist ul li{width: 100%;}
	#video_right .h3{font-size:1.25rem;}
	.videos-company ul li>a .imgbox,.videos-company ul li>a .textbox{width: 100%;}
	.videos-pros ul li{width: 50%;padding: 0 0.5rem;margin-bottom: 1rem;}
}
@media (max-width:479.98px){
	.videos-pros ul li{width: 100%;}
}
/* videos-End */
