@charset "utf-8";/*font-awesome*/
@import "../fonts/fontawesome/font-awesome.min.css";/*bootstrap-icons*/
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";/*Animate*/
@import "animate.min.css";@font-face{font-family:iconfont;font-display:swap;src:url(../fonts/iconfont.ttf?t=1622274305876) format("truetype")}
.iconfont{cursor:pointer;font-family:iconfont !important;font-size:1.8rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;-webkit-animation:scaleout 2.5s infinite ease-in-out;animation:scaleout 2.5s infinite ease-in-out}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Light.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff")}
@font-face{font-family:"Montserrat";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:300;src:local(''),url(../fonts/Oswald/Oswald-Light.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Light.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:400;src:local(''),url(../fonts/Oswald/Oswald-Regular.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Regular.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:500;src:local(''),url(../fonts/Oswald/Oswald-Medium.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Medium.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:600;src:local(''),url(../fonts/Oswald/Oswald-SemiBold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-SemiBold.woff) format("woff")}
@font-face{font-family:"Oswald";font-style:normal;font-display:swap;font-weight:700;src:local(''),url(../fonts/Oswald/Oswald-Bold.woff2) format("woff2"),url(../fonts/Oswald/Oswald-Bold.woff) format("woff")}
/*Preloader start*/
#preloader{display:none;}
html{overflow:visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/*public*/
:root{--bg-main:#ea831c;--bg-hover:#ea831c;--family-first:"Montserrat",sans-serif;--family-second:"Oswald",sans-serif;--bg-F0:#f0f0f0;--bg-F1:#f1f1f1;--bg-WhiteSmoke:#f5f5f5;--bg-F9:#f9f9f9;}
.bg-F0{background-color:var(--bg-F0) !important;}
.bg-F1{background-color:var(--bg-F1) !important;}
.bg-WhiteSmoke{background-color:var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color:var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image:linear-gradient(#fff,var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image:linear-gradient(var(--bg-WhiteSmoke),#fff);}
.bg-white-light{background-image:linear-gradient(#fff,#f8f9fa);}
.bg-light-white{background-image:linear-gradient(#f8f9fa,#fff);}
.bg-white-F9{background-image:linear-gradient(#fff,var(--bg-F9));}
.bg-F9-white{background-image:linear-gradient(var(--bg-F9),#fff);}
*{box-sizing:border-box;padding:0;margin:0;}
.flex{display:flex;}
.items-center{align-items:center;}
.justify-center{justify-content:center;}
#header,#container,#footer{width:100%;}
body{color:#555;font-family:var(--family-first);font-weight:400;font-size:.95rem;line-height:1.5rem;background-color:#fff;overflow-x:hidden;overflow-y:auto;height:auto;}
li,ol,ul{list-style:none;margin-bottom:0;}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6{display:block;color:#333;line-height:1.2;font-family:var(--family-second);margin-bottom:1rem;font-weight:bold;}
h2,.h2,.title1{font-size:2rem;}
h3,.h3,.title2{font-size:1.8rem;}
h4,.h4,.title3{font-size:1.625rem;}
h5,.h5,.title4{font-size:1.5rem;}
h6,.h6,.title5{font-size:1.25rem;}
.title6{font-size:1rem;}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6{color:inherit;font-size:inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:#ea831c;}
p:last-child{margin-bottom:0;}
strong{font-weight:bold;}
b{font-weight:600;}
img{display:block;max-width:100%;height:auto;margin:0 auto;transition:all .4s;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;transition:all 0.5s;color:inherit;text-decoration:none}
a:hover{text-decoration:none;color:var(--bg-hover);}
u.inquiry{color:var(--bg-main);}
u.inquiry:hover{color:var(--bg-hover);}
figure{width:100%;display:flex;flex-wrap:wrap;}
figure>a{width:100%;display:flex;flex-wrap:wrap;position:relative;overflow:hidden;}
figure>a:hover{cursor:zoom-in;}
figure:last-child{margin-bottom:0;}
.imgbox{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:all 0.4s;z-index:2;}
.imgbox:has(.img-abs)::before,.imgbox:has(.img-cover)::before{content:'';display:block;padding-top:75%;}
.before_none::before{content:none;}
.textbox{width:100%;display:flex;flex:1;flex-direction:column;}
.swiper{width:100%;}
.swiper .swiper-slide{height:auto;display:flex;float:left;}
.swiper .swiper-slide>ol,.swiper .swiper-slide>a{width:100%;display:flex;flex-wrap:wrap;flex-direction:column;}
.prev-button,.next-button{width:50px;height:50px;font-size:1.25rem;color:var(--bg-main);display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.next-button{left:auto;right:0;}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor:no-drop;opacity:.7;}
.prev-button.swiper-button-disabled,.next-button.swiper-button-disabled{cursor:no-drop;opacity:.7;}
.img-abs{position:absolute;left:0;right:0;top:0;bottom:0;max-width:100%;max-height:100%;display:block;margin:auto;padding:auto;transition:all 1s;}
.img-cover{width:100%;height:100%;display:block;object-fit:cover;transition:all 1s;}
.img-contain{width:100%;height:100%;display:block;object-fit:contain;transition:all 1s;}
img.object-cover{object-fit:cover;}
img.object-contain{object-fit:contain;}
.container{max-width:1230px;margin:0 auto;}
.multiply,.img_bg img{mix-blend-mode:multiply;}
.overflow-visible{overflow:visible;}
li,ol,ul{list-style:none}
ul.swiper-wrapper{width:100%;margin:0;flex-wrap:initial;}
ul.swiper-wrapper li{float:left;}
.etw_photo3{width:100%;display:flex;flex-wrap:wrap;}
.etw_photo3 ul{width:100%;position:relative;display:flex;flex-wrap:wrap;}
.etw_photo3 ul li{width:calc(100% / 3);padding:10px;}
.etw_photo3 ul li figure{width:100%;display:flex;flex-wrap:wrap;position:relative;}
.etw_photo3 ul li span{width:100%;flex:1;display:flex;justify-content:center;text-align:center;font-size:.95rem;padding-top:.625rem;}
.etw_photo3 ul li a:hover{cursor:cursor;}
.etw_photo2 ul li{width:50%;}
@media (max-width:575.98px){.etw_photo3 ul li{width:50%;}
}
ul.items{display:block;margin:0 0 1rem 0;}
ul.items:last-child{margin-bottom:0;}
ul.items li{display:block;position:relative;margin-bottom:10px;padding:0;line-height:24px;}
ul.items_none li::before{content:none;}
/*table*/
.table-responsive{margin-bottom:1rem;}
.table-responsive:last-child{margin-bottom:0;}
.table{color:#555;margin-bottom:0;}
.table td,.table th{vertical-align:middle;font-size:.8rem;line-height:1.2rem;padding:.5rem;border:none;border-bottom:1px solid #eee;}
.table .top td{background-color:#eee !important;color:#000;padding:.75rem;}
.table-hover tbody tr:hover,.table-hover tbody tr:hover td{background-color:#eee;}
.inquiry{white-space:nowrap;}
.more{display:flex;}
.more{margin-top:1rem;}
.more>a{width:fit-content;display:flex;align-items:center;position:relative;z-index:0;transition:all .4s;font-size:.875rem;font-weight:400;line-height:1;color:var(--bg-main);margin-bottom:.5rem;}
.more>a>i{margin-left:1rem;}
.more>a:after{width:20px;height:20px;background:url(../images/more_icon01_hover.png) no-repeat;background-size:cover;position:absolute;content:'';right:-26px;top:50%;transform:translateY(-50%);}
.more>a:hover{color:var(--bg-main);}
.more>a:hover::sizesize{width:100%;left:0;right:auto;}
/*etw_language*/
.etw_language{min-height:40px;display:flex;}
.etw_language ul{width:100%;margin:0;display:flex;flex-wrap:wrap;justify-content:flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap;position:relative;padding:0;}
.etw_language ul>li>span{width:100%;display:flex;align-items:center;justify-content:center;padding:0 1rem;font-size:.95rem;text-transform:uppercase;color:var(--bg-hover);}
#etw_language{display:flex;height:auto;position:relative;z-index:9;padding:0;}
#etw_language>a{width:fit-content;padding:0 .8rem;color:#000;display:flex;justify-content:center;align-items:center;height:40px;position:relative;text-align:center;font-size:.8rem;}
#etw_language>a::after{content:'';width:1px;height:40%;background-color:#ccc;position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:.5;}
#etw_language>a:last-child{margin-bottom:0;padding-right:0;}
#etw_language>a:last-child::after{display:none;}
#etw_language>a:hover{color:var(--bg-hover);text-decoration:underline;background:initial;}
@media (max-width:991.98px){.etw_language{padding-top:0;position:relative;z-index:14;}
.etw_language::before{display:none;}
.etw_language ul>li>span{color:#333;font-size:1.875rem;margin-right:2.5rem;}
.etw_language ul>li{position:relative}
.etw_language ul>li>ol{display:none;position:absolute;top:100%;left:25%;transform:translateX(-50%);width:120px;z-index:9;}
#etw_language{background-color:#eee;}
#etw_language>a{width:100%;height:auto;padding:.7rem .5rem;margin:0;color:#000;font-size:.95rem;line-height:1;}
#etw_language>a::after{display:none;}
#etw_language>a:last-child{padding:.7rem .5rem;}
#etw_language>a:hover{background-color:var(--bg-main);color:#fff;text-decoration:none;}
}
/*header*/
#header{padding-top:90px;}
.header{width:100%;position:fixed;left:0;top:0;z-index:12;background-color:#fff;transition:all .5s ease-in-out;box-shadow:4px 4px 30px rgba(0,0,0,.05);visibility:visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown;animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}
to{opacity:1;transform:none}
}
#etw_logo{float:left;padding:15px 0;position:relative;z-index:3;}
#etw_logo a{display:flex;align-items:center;}
#etw_logo a>img{display:block;max-height:60px;}
#etw_logo a>span{color:var(--bg-main);font-size:.8rem;line-height:1.5;border-left:1px solid var(--bg-main);padding-left:1.875rem;margin-left:1.875rem;text-transform:uppercase;}
nav{display:flex;flex-wrap:wrap;flex:1;padding-top:10px;}
@media (min-width:992px){nav .navbar-collapse{display:flex !important;}
}
#navbar{width:100%;}
.navbar{width:100%;max-width:991px;flex:1;margin:0;padding:0 0 0 3rem;justify-content:space-around;}
.navbar>li{padding:0;min-height:40px;}
.navbar>li>a{text-transform:uppercase;display:flex;align-items:center;justify-content:center;color:#333;font-weight:600;position:relative;font-size:0.9rem;}
.navbar>li>a>span.pro_icon{display:none;}
.navbar>li>a::before{content:"";width:0;height:2px;background-color:var(--bg-hover);position:absolute;left:50%;bottom:0;transform:translateX(-50%);transition:all .3s;}
.navbar>li>a.dropdown-toggle::after{content:none;}
.navbar>li>a:hover,.navbar>li.active>a{color:var(--bg-hover);}
.navbar .nav-item:nth-child(8) a{padding-right:28px;}
.navbar .nav-item:nth-child(8) a::after{position:absolute;content:"";width:40px;height:40px;right:-3px;top:49%;transform:translateY(-50%);display:block;background:url(../images/video_btn1_50.png) 0% 0% / cover no-repeat;}
.navbar .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.dropdown-menu{left:0;top:150%;border:none;margin:0;padding:.5rem 0;background-color:#fff;overflow:hidden;transition:all 0.3s ease 0s;visibility:hidden;pointer-events:none;opacity:0;display:block;box-shadow:0 10px 10px rgba(0,0,0,.15);border-radius:0;}
.dropdown-menu>ul{width:100%;margin:0;}
.dropdown-menu>ul>li{width:100%;padding:0;border-bottom:1px dashed rgba(0,0,0,.05);}
.dropdown-menu>ul>li:last-child{border-bottom:none;}
.dropdown-menu>ul>li>a{white-space:nowrap;padding:.5rem 1rem;font-size:.875rem;display:block;}
.dropdown-menu>ul>li>a:hover{background-color:rgba(0,0,0,.05);}
.dropdown-menu>ul>li>a.active{color:var(--bg-hover);}
@media (max-width:991.98px){#header{padding-top:0;}
.header{position:relative;}
.header .container{display:flex;flex-wrap:wrap;align-items:center;}
.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
nav{width:100%;flex:none;padding-top:0;}
.navbar{padding:0;}
.navbar>li{width:100%;border-bottom:1px solid rgba(0,0,0,.125);}
.navbar>li>a{position:relative;padding:1rem;justify-content:flex-start;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px;line-height:1;width:50px;height:100%;display:flex;justify-content:center;text-align:center;align-items:center;font-weight:200;z-index:2;font-family:var(--family-first);}
.navbar>li:hover>a,.navbar>li.active>a{background-color:var(--bg-hover);color:#fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color:#fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .nav-item:nth-child(8) a{padding-right:0}
.navbar .nav-item:nth-child(8) a::after{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo{flex:1;display:flex;}
#etw_logo a>img{max-height:50px;}
}
@media (max-width:575.98px){#etw_logo a>img{max-height:40px;}
.etw_language ul>li>span{margin-right:1rem;}
}
@media (max-width:375.98px){.etw_language ul>li>span{font-size:1.5rem;margin-right:.5rem;}
}
/*Banner*/
.etw_banner{padding:0 !important;}
.etw_banner .swiper{width:100%;}
.etw_banner .swiper .swiper-slide{height:auto;display:flex;}
.etw_banner .swiper-horizontal>.swiper-pagination-bullets,.etw_banner .swiper-pagination-bullets.swiper-pagination-horizontal{width:100%;bottom:20px;display:flex;justify-content:center;z-index:2;}
.etw_banner .swiper-pagination-bullet{width:10px;height:10px;background-color:var(--bg-hover);opacity:.5;border-radius:20px;transition:all .4s ease-in-out;margin:0 5px !important;}
.etw_banner .swiper-pagination-bullet:hover{width:20px;opacity:1;}
.etw_banner .swiper-pagination-bullet-active{width:30px;opacity:1;}
.etw_banner .prev-button,.etw_banner .next-button{width:50px;height:50px;border-radius:50%;border:2px solid #fff;position:absolute;right:30px;bottom:100px;z-index:5;cursor:pointer;font-size:1.25rem;color:#fff;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .4s ease-in-out;}
.etw_banner .next-button{left:auto;right:30px;bottom:160px;}
.etw_banner .prev-button:hover,.etw_banner .next-button:hover{background-color:var(--bg-main);border-color:var(--bg-main);}
.banner_hover{width:100%;position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.banner_text{width:500px;text-align:left;padding-bottom:15%;}
.banner_text p{font-size:2.8rem;color:#ff8000;text-shadow:1px 1px 1px #333;}
.banner_text h2{margin:0;color:#fff;font-size:2.8rem;line-height:3.4rem;text-shadow:2px 2px 0 #333;font-weight:600;letter-spacing:0.05rem;}
.banner_text2{width:550px;}
.banner_text2 h2{font-size:2.4rem;line-height:3rem;}
.banner-blocks{position:absolute;z-index:2;inset:0;width:100%;height:100%;background:url('../images/banner-cover.png') no-repeat center center;background-size:100% 100%;pointer-events:none;}
/*index*/
section,.section,.section_item{width:100%;padding:2.25rem 0;display:block;position:relative;overflow:hidden;}
.section_item{padding:3.125rem 0;}
@media (max-width:1199.98px){section,.section{padding:3.125rem 0 !important;}
.section_partners{padding-top:0 !important;}
.banner_text{padding-bottom:10%;}
.banner_text h2{font-size:2.2rem;line-height:2.8rem;}
}
@media (max-width:991.98px){section,.section,.section_item{padding:2.5rem 0 !important;}
.banner_text h2{font-size:1.8rem;line-height:2.8rem;}
}
@media (max-width:767.98px){section,.section,.section_item{padding:1.875rem 0 !important;}
.banner-blocks{display:none;}
}
@media (max-width:575.98px){section,.section,.section_item{padding:1.25rem 0 !important;}
}
@media (max-width:375.98px){section,.section,.section_item{padding:1rem 0 !important;}
}
/*Footer Styles*/
.footer{position:relative;overflow:hidden;background-color:#f5f5f5}
.footer .container{position:relative;z-index:2;padding:4rem 0 3rem;width:94%;}
.footer h3{font-family:var(--family-second);font-weight:400;font-size:1.2rem;color:#333;margin-bottom:0.5rem;}
.footer h3.footer_title{font-size:1.2rem;font-weight:400;color:#333;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.075rem;}
.footer h3>a{font-size:inherit;color:inherit}
.footer h3>a:hover{color:var(--bg-hover)}
.footer_list{display:flex;flex-direction:column;width:100%;margin:0}
.footer_list li{display:block;margin-bottom:.5rem;padding:0}
.footer_list li:last-child{margin-bottom:0}
.footer_list li>a{display:block;color:#555;font-size:.875rem;transition:all 0.3s}
.footer_list li>a:hover{color:var(--bg-hover)}
.footer_logo{margin-bottom:1rem;display:flex;justify-content:flex-start}
.footer_logo img{max-height:50px;margin:0}
.footer_text{font-size:.9rem;line-height:1.6;color:#666;margin-bottom:0.5rem}
.footer_text p{margin-bottom:0.5rem;color:#666}
.footer_text p:last-child{margin-bottom:0}
.footer_contact{width:100%;display:flex;flex-direction:column;margin-bottom:0}
.footer_contact>li{width:100%;color:#333;margin:0;font-size:.85rem;line-height:24px;padding:0;padding-left:1.6rem;position:relative;margin-bottom:0.75rem;}
.footer_contact>li a{color:#555;transition:all 0.3s}
.footer_contact>li i{font-size:1rem;position:absolute;left:0;top:2px;color:var(--bg-main)}
.footer_contact>li a:hover{color:var(--bg-hover)}
.footer_contact>li:last-child{margin-bottom:0}
/*#otherlink*/
.etw_root{width:100%;overflow:hidden;position:relative;z-index:2;padding:1rem 0;background-color:#fff;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#333;display:inline-block;padding:0 4px;margin:0 4px;font-weight:500;line-height:22px;margin-bottom:10px;border:1px solid #333;font-size:.75rem;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:var(--bg-hover);opacity:1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/*#etw_top*/
#etw_top{display:none !important;}
.theme-send-inquiry-box{background:#333 !important;border:none !important;}
.theme-box-name{background:var(--bg-main) !important;border-left:none !important;}
@media (max-width:991.98px){.footer .col-lg-3{width:50%;padding-left:10px;padding-right:10px}
}
@media (max-width:767.98px){.footer .col-lg-3:first-child{display:none;margin:0}
.footer .col-lg-3{width:100%}
.etw_root{padding:1rem 0;margin-top:1rem;}
}
/*#quicknav*/
#quicknav{width:100%;position:relative;z-index:2;}
#quicknav ul{width:100%;display:flex;min-height:50px;padding:1rem 0;margin:0 auto;max-width:1100px;}
#quicknav.max_1200 ul{max-width:1170px !important;}
#quicknav ul li{display:flex;align-items:center;padding:0 16px;position:relative;font-size:.8rem;}
#quicknav ul li::after{content:"\f105";font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;position:absolute;right:0;top:50%;transform:translateY(-50%);}
#quicknav ul li:last-child::after{display:none;}
#quicknav ul li a{text-transform:capitalize;}
#quicknav ul>li:first-child{padding-left:0;padding-right:1.25rem;}
#quicknav ul>li:first-child>a{text-decoration:none !important;font-size:0.8rem;}
#quicknav ul>li:first-child>a>i{font-size:inherit;}
#quicknav ul li::after,#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul.quicknav{padding-left:0;}
#quicknav ul.quicknav li::after,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color:#fff;}
#quicknav ul li a:hover{text-decoration:underline;color:var(--bg-hover);opacity:1;}
@media (max-width:992px){#quicknav{padding:0 30px}
}
@media (max-width:575.98px){#quicknav{display:none;}
}
.etw_hometitle{display:flex;flex-direction:column;margin-bottom:1rem;}
.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size:2rem;color:#000;font-weight:bold;margin-bottom:1.25rem;}
.etw_hometitle h2:last-child,.etw_hometitle>div[itemprop="name"]:last-child{margin-bottom:0;}
@media (max-width:1199.98px){.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size:1.875rem;}
}
@media (max-width:991.98px){.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size:1.75rem;}
}
@media (max-width:767.98px){.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size:1.5rem;}
}
@media (max-width:575.98px){.etw_hometitle h2,.etw_hometitle>div[itemprop="name"]{font-size:1.25rem;}
}
/*Products Module*/
.section_products{background-color:transparent;margin-top:-80px;position:relative;z-index:10;padding:3rem 0;}
.section_products .etw_hometitle{text-align:center;margin-bottom:0rem}
.section_products .etw_hometitle h3{font-size:2.2rem;line-height:2.4rem;font-weight:200;text-transform:uppercase;margin:0 0 0.5rem;}
.section_products .etw_hometitle h2{color:#333;font-weight:bold}
.section_products .etw_hometitle h6{color:#999;font-weight:300;}
.section_products .etw_photo3 ul li{display:flex;flex-direction:column;align-items:center;padding:10px 15px;}
.section_products .etw_photo3 ul li .box{width:100%;padding:1rem 1.5rem 1.5rem;display:block;overflow:hidden;border-radius:1rem;margin-bottom:0;position:relative;background:url('../images/product-bg1.webp') no-repeat top center;background-size:100% 60%;box-shadow:10px 10px 15px rgba(57,65,124,.1);}
.section_products .etw_photo3 ul li .box .img-box{width:100%;height:200px;position:relative;margin-bottom:1rem;}
.section_products .etw_photo3 ul li .box h6{font-family:'Montserrat';font-weight:500;}
.section_products .etw_photo3 ul li img{width:100%;height:100%;}
.section_products .etw_photo3 ul li .box .product_content{font-size:0.85rem;color:#777;line-height:1.3rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;line-clamp:6;overflow:hidden;}
.section_products .etw_photo3 ul li span{text-align:left;font-weight:500;color:#333;transition:color 0.3s ease}
.section_products .etw_photo3 ul li:hover span{color:var(--bg-main)}
/*Applications Module*/
.section_industries{background-color:#f4f4f4;padding:4rem 0 3rem;}
.section_industries .col-lg-4{display:flex;flex-direction:column;justify-content:center}
.section_industries h3{color:#333;font-weight:200;margin:1rem 0;font-size:2.2rem;line-height:2.4rem;text-transform:uppercase;}
.section_industries p{color:#666;line-height:1.4rem;font-size:0.95rem;font-weight:500;}
.section_industries .etw_photo3 ul li{display:flex;flex-direction:column;align-items:center;border-right:1px solid #dee2de;border-bottom:1px solid #dee2de;padding:20px;}
.section_industries .etw_photo3 ul li:nth-child(3n){border-right:none;}
.section_industries .etw_photo3 ul li:nth-child(4),.section_industries .etw_photo3 ul li:nth-child(5),.section_industries .etw_photo3 ul li:nth-child(6){border-bottom:none;}
.section_industries .etw_photo3 ul li a{display:block;width:100%;}
.section_industries .etw_photo3 ul li .img{width:100%;height:150px;position:relative;}
.section_industries .etw_photo3 ul li img{width:100%;height:100%;overflow:hidden;margin-bottom:0;object-fit:cover;display:block}
.section_industries .etw_photo3 ul li span{text-align:center;font-size:1rem;color:#333;transition:color 0.3s ease;font-weight:600;line-height:1.2rem;}
.section_industries .etw_photo3 ul li:hover span{color:var(--bg-main)}
@media (max-width:1199.98px){.section_products .etw_photo3 ul li{padding:10px}
.section_products .etw_photo3 ul li .box{padding:0.75rem 1rem 1.25rem;}
.section_products .etw_photo3 ul li .box h6{font-size:1.125rem}
}
@media(max-width:991.98px){.section_industries .col-lg-4{margin-bottom:2rem}
}
@media(max-width:767.98px){.section_industries h3,.section_industries p{text-align:center;}
}
@media(max-width:575.98px){}
/* Cases Module*/
.section_cases{background-color:#fff;padding:3rem 0}
.pro_cases{padding:3rem 0 0;}
.section_product_cases{background-color:#f9f9f9;}
.section_cases .etw_hometitle{text-align:center;margin-bottom:2rem}
.section_cases .etw_hometitle h3{color:#333;font-size:2.2rem;font-weight:300;margin-bottom:0rem;text-transform:uppercase;line-height:2.4rem;text-align:center;}
.case-line{color:var(--bg-main);font-weight:bold}
.section_cases .etw_hometitle h6{color:#666;font-weight:400;margin-top:0.5rem}
.cases_list ul{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:0;margin:0;list-style:none}
.cases_list ul li{flex:0 1 calc(33.33% - 1.3rem);overflow:hidden;transition:all 0.3s;padding:0;}
.cases_list ul li h4{font-size:1rem;font-weight:normal;padding:0 1rem}
/*.cases_list ul li:hover{box-shadow:0 4px 16px rgba(0,0,0,0.15);transform:translateY(-5px)}
*/
.case_image_box{width:100%;height:220px;overflow:hidden;position:relative;margin-bottom:0.5rem;position:relative;display:flex;background-color:#f5f5f5}
.case_image_box a{display:block;width:100%;}
.biotechnology-customer-cases .case_image_box{margin-bottom:0;}
.case_image_box img{width:100%;height:100%;object-fit:cover}
.section_product_cases .case_image_box{height:300px}
.case_image_cover{position:absolute;left:0;bottom:0;background-color:var(--bg-main);width:80px;height:60px;display:flex;justify-content:center;text-align:center;font-weight:200;align-items:center;}
.case_image_cover *{margin:0;color:#fff;margin-left:0.25rem;line-height:1.2rem;}
.case_image_cover .title5{margin:0;font-weight:200;display:inline-block;border-top:1px solid #fff;border-bottom:1px solid #fff;padding:5px 0;font-size:1rem;line-height:1rem;}
.case_image_cover .p{font-size:0.85rem;}
.cases_list ul li .content{padding:0;margin:1rem 0 0;font-size:0.875rem;color:#666;line-height:1.4rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden}
.cases_list ul li .content strong{font-size:1.05rem;line-height:1.3rem;font-weight:500;color:#333;display:inline-block;margin:0 0 0.2rem;}
.cases_list ul li .more1{display:inline-block;}
.cases_list ul li .more1 a{display:block;color:var(--bg-main);padding:0.3rem 0;font-size:0.95rem;line-height:0.95rem;font-weight:500;border-bottom:1px solid var(--bg-main);}
.cases_list ul li .view_more{display:block;padding:0.5rem 1rem 1rem;color:var(--bg-main);text-decoration:none;font-size:0.875rem;font-weight:500;transition:all 0.3s}
.cases_list ul li .more{display:block;padding:0.5rem 1rem;margin-top:0.5rem;color:var(--bg-main);text-decoration:none;font-size:0.875rem;font-weight:500;transition:all 0.3s}
.pro_cases .etw_hometitle h3{font-size:1.8rem;line-height:2rem;}
@media (max-width:1199.98px){.cases_list ul li .content strong{font-size:1rem;}
.pro_cases .etw_hometitle h3{font-size:1.4rem;}
}
@media(max-width:991.98px){.case_image_box{height:180px}
}
@media(max-width:767.98px){.case_image_box{height:150px}
}
@media(max-width:575.98px){.case_image_box{height:120px}
}
/* About Module*/
.section_about{position:relative;padding:1rem 0 4rem;}
.section_about:before{position:absolute;content:'';background:url(../images/about_bg.webp) no-repeat;background-size:cover;width:1920px;height:354px;left:0;bottom:0;opacity:1;}
.section_about .about-image-wrapper{width:90%;display:flex;align-items:center;justify-content:center;margin:0 auto;}
.section_about .about-image{width:100%;border-radius:50%;object-fit:cover;border:6px dashed #eee;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:none !important;}
.about-image-s{display:none;margin-bottom:0.5rem;}
.section_about h2{color:#333;font-weight:bold;margin-bottom:1rem}
.section_about h3{font-weight:200;font-size:2.2rem;line-height:2.6rem;}
.section_about h3 span{display:block;}
.section_about h6{color:var(--bg-main);font-weight:500;margin:1rem 0 0;letter-spacing:0.075rem;text-transform:uppercase;}
.section_about p{color:#333;line-height:1.8;font-size:0.95rem;font-weight:400;}
@media(max-width:991.98px){.section_about .about-image{max-width:250px;height:250px}
}
@media(max-width:767.98px){.section_about .about-image{max-width:200px;height:200px}
.about-image-s{display:block;}
}
/*Contact Us*/
.contact{padding:3rem 0 2.5rem 0}
.contact ul{width:100%;margin:0;display:flex;flex-direction:column;}
.contact ul>li{width:100%;padding:0;font-size:1rem;line-height:24px;color:#333;font-weight:400;margin-bottom:1rem;display:block;}
.contact ul>li.h4{font-size:1.4rem;font-weight:400;line-height:1.2;margin-bottom:1rem;}
.contact ul>li strong{color:#000;font-weight:600;margin-right:.25rem;}
.contact ul>li a{color:var(--bg-hover);}
.contact ul>li a:hover{color:var(--bg-main);text-decoration:underline;}
.contact ul>li b{font-weight:400;color:#000;}
.contact ul>li 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(--family-second);}
.contact_map{margin-top:1rem;}
/*Feedback2017*/
#feedback2017{font-family:var(--family-first);}
#feedback2017 .etw-inpposition input,#feedback2017 .etw-inquery-control{font-weight:300;border-radius:0;color:#666;font-size:0.95rem;}
#feedback2017 .etwfrom-message{padding:10px;}
#feedback2017 .etwfrom-sendsubmit{color:#fff;border-radius:4px;background:#999;margin:1rem 0 0 0;padding:0.8rem 1.5rem;border:none;font-weight:300;font-size:1rem;line-height:1rem;cursor:pointer;height:auto;transition:.3s all ease-in-out;}
#feedback2017 .etwfrom-sendsubmit:hover{background:var(--bg-main);color:#fff;}
#feedback2017 .etw-inquery-container{padding:0;}
#feedback2017 .etw-inquery-label{font-weight:300;}
#feedback2017 .etw-inquery-icon{display:none;}
/*video_hub*/
.video_show{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.video_btn1{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;cursor:pointer;}
.video_btn1:before{position:absolute;content:'';width:80px;height:80px;background:url(../images/video_btn.png) no-repeat;background-size:cover;z-index:100;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.95;}
.video_btn2{display:flex;flex-wrap:wrap;position:absolute;width:80px;height:80px;opacity:0.95;cursor:pointer;z-index:100;background:url(../images/video_btn.png) no-repeat;background-size:auto;background-size:cover;border-radius:50%;}
.etwvideo_hub{position:relative;}
.etwvideo_hub ul{display:flex;flex-wrap:wrap;position:relative;}
.etwvideo_hub ul>li{width:49%;margin:0 2% 1rem 0;position:relative;transition:.3s all ease-in-out;overflow:hidden;}
.etwvideo_hub ul>li:nth-child(2n){margin-right:0;}
.etwvideo_hub ul>li:hover{filter:drop-shadow(3px 3px 6px rgba(0,0,0,.2));-webkit-filter:drop-shadow(3px 3px 6px rgba(0,0,0,.2));transform:translateY(-5px);}
.etwvideo_hub ul li ol{position:relative;display:flex;flex-wrap:wrap;align-items:center;clip-path:polygon(100% 0%,100% 78%,95% 100%,0% 100%,0 0);background:#f4f4f4;}
.etwvideo_hub ul li ol li.product_img{width:45%;position:relative;}
.etwvideo_hub ul li ol li.product_img a{width:100%;display:flex;flex-wrap:wrap;position:relative;justify-content:center;align-items:center;}
.etwvideo_hub ul li ol li.product_img img{width:100%;}
.etwvideo_hub ul li ol li.product_img .video_btn2{width:50px;height:50px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.etwvideo_hub ul li ol li.product_con{width:55%;position:relative;padding:0 1rem 0 1.5rem;}
.etwvideo_hub ul li ol li.product_con a{display:block;font-size:0.9rem;line-height:1.2rem;color:#111;padding:0.5rem 1rem 0.5rem 0;font-weight:400;}
.etwvideo_hub ul li ol li.product_con a:hover{color:var(--bg-main);}
.etwvideo_hub1{position:relative;}
.etwvideo_hub1 ul{display:flex;flex-wrap:wrap;position:relative;}
.etwvideo_hub1 ul>li{width:100%;margin:0;position:relative;transition:.3s all ease-in-out;overflow:hidden;background:#f4f4f4;}
.etwvideo_hub1 ul li ol{position:relative;display:flex;flex-wrap:wrap;align-items:center;}
.etwvideo_hub1 ul li ol li.product_img{width:45%;position:relative;}
.etwvideo_hub1 ul li ol li.product_img a{width:100%;display:flex;flex-wrap:wrap;position:relative;justify-content:center;align-items:center;}
.etwvideo_hub1 ul li ol li.product_img .video_btn2{width:70px;height:70px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.etwvideo_hub1 ul li ol li.product_con{width:55%;position:relative;padding:0 3rem;}
.etwvideo_hub1 ul li ol li.product_con a{display:block;font-size:1.3rem;line-height:1.4rem;color:#333;padding:0.5rem 1rem 0.5rem 0;font-weight:500;}
.etwvideo_hub1 ul li ol li.product_con a:hover{color:var(--bg-main);}
.other_video ul>li{border-radius:1rem;width:16%;}
.other_video ul li ol li.product_img a{width:100%;display:flex;flex-wrap:wrap;position:relative;justify-content:center;align-items:center;}
.other_video ul li ol li.product_img .video_btn2{width:60px;height:60px;}
#video_right{width:69%;float:left;position:relative;}
#video_right h2{font-size:1.8rem;line-height:2rem;font-weight:300;margin:1rem 0;}
#video_right .inquiry_box{background:#f7f7f7;padding:2rem 3rem;}
#video_sidebar{width:28%;float:right;position:relative;margin:2rem 0 0;}
#etw_videolist{position:relative;margin:0 auto;padding:1rem 2rem;}
#etw_videolist .title3{font-size:1.6rem;line-height:1.6rem;text-align:left;padding:1rem 0;font-weight:300;color:var(--bg-main);letter-spacing:0.03rem;margin:0;}
#etw_videolist>ul{position:relative;display:flex;flex-wrap:wrap;}
#etw_videolist>ul>li{width:100%;position:relative;display:block;}
#etw_videolist>ul>li>a{width:100%;position:relative;display:block;padding:0.8rem 0;transition:.3s all ease-in-out;border-bottom:1px solid #dee2e6;font-size:0.8rem;line-height:1rem;font-weight:500;color:#666;}
#etw_videolist>ul>li>a.dq,#etw_videolist>ul>li>a:hover{color:var(--bg-main);}
#etw_videolist .videohid{display:none;}
.video_more{display:block;margin:1rem 0 1.5rem;width:150px;position:relative;}
.video_more span{display:block;background:var(--bg-main);color:#fff;text-align:left;padding:0.8rem 0 0.8rem 1.5rem;font-size:1rem;line-height:1rem;position:relative;cursor:pointer;transition:.3s all ease-in-out;}
.video_more span::before{position:absolute;content:"\f105";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-family:FontAwesome;color:#fff;font-size:22px;font-weight:300;transition:.3s all ease-in-out;}
.video_more span:hover:before{right:18px;}
.video_more a{display:block;background:var(--bg-main);color:#fff;padding:0.8rem 1.5rem;border-radius:6px;}
#video_right video{width:100% !important;}
@media (max-width:991.98px){#video_right{width:100%;float:none;}
#video_sidebar{width:100%;float:none;margin:1rem 0 0;}
#etw_videolist>ul>li{width:49%;margin:0 2% 1rem 0;}
#etw_videolist>ul>li:nth-child(2n){margin-right:0;}
.video_btn2{width:60px;height:60px;}
}
@media (max-width:767.98px){#video_right h2{font-size:1.6rem;line-height:1.8rem;}
.etwvideo_hub ul>li{background:#f7f7f7;}
.etwvideo_hub1 ul li ol li.product_img{width:100%;}
.etwvideo_hub1 ul li ol li.product_con{width:100%;position:relative;padding:1rem 2rem 2rem;}
.etwvideo_hub ul li ol{background:none;clip-path:none;}
.etwvideo_hub ul li ol li.product_img{width:100%;}
.etwvideo_hub ul li ol li.product_con{width:100%;padding:0 1rem;}
.etwvideo_hub ul li ol li.product_con a{font-size:0.8rem;line-height:1rem;padding:1rem 0;}
}
@media (max-width:575.98px){#etw_videolist>ul>li{width:100%;margin:0;}
#etw_videolist>ul>li>a{border-radius:0;}
#video_right .inquiry_box{padding:1rem 2rem;}
}
/*Products Page*/
.container{max-width:1200px;margin-left:auto;margin-right:auto}
.products_banner{width:100%;margin:0 auto;background-repeat:no-repeat;position:relative;background:url('../images/breadcrumb-bg1.webp') no-repeat;background-size:cover;min-height:240px;display:flex;align-items:center;justify-content:center;}
.products_banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.1);z-index:1}
.products_banner .container{position:relative;z-index:2}
.products_banner .text-center h2{font-size:2.4rem;font-weight:400;margin-bottom:1rem;color:#fff;}
.products_banner .text-center p{margin-bottom:0.5rem;font-size:1rem;color:#fff}
.products_banner1{background:url('../images/breadcrumb-bg2.webp') no-repeat center center;background-size:cover;padding:2rem 0;margin:0 auto;position:relative}
.products_banner #quicknav ul{justify-content:center;}
.products_banner #quicknav ul li:last-child,.products_banner #quicknav ul li::after,.products_banner #quicknav ul li a,.products_banner #quicknav ul>li:first-child>a{color:#fff;}
.products_section{padding:3rem 0}
.products_section .etw_hometitle{margin-bottom:2.5rem}
.products_section .etw_hometitle h2{display:flex;align-items:center;justify-content:center;gap:1rem;color:#333}
.products_section .case-line{color:var(--bg-main);font-weight:bold}
.products-layout{display:flex;gap:1.875rem;align-items:flex-start;}
.products-sidebar{width:15.625rem;flex-shrink:0;position:sticky;top:0;height:fit-content;}
.sidebar-section{margin-bottom:1.875rem;}
.sidebar-title{font-size:1.1rem;font-weight:400;color:#111;text-transform:uppercase;letter-spacing:0.05rem;margin:0 0 0.5rem;}
.sidebar-list{list-style:none;padding:0;margin:0;}
.sidebar-list li{margin-bottom:0;padding:0.5rem 1rem;width:100%;}
.sidebar-list a{color:#666;text-decoration:none;font-size:0.875rem;transition:all 0.3s;display:block;position:relative;}
.sidebar-list a:before{content:"\f105";position:absolute;left:-12px;top:45%;transform:translateY(-50%);font-family:FontAwesome;color:#333;font-size:16px;transition:.3s all ease-in-out;}
.sidebar-list a:hover{color:var(--bg-main);padding-left:0.3125rem;}
.sidebar-list a:hover:before{color:var(--bg-main);}
.sidebar-list a.dq,.sidebar-list a.dq:before{color:var(--bg-main);}
.products-main{flex:1;min-width:0;}
.product-section-title a{display:flex;align-items:center;gap:0.9375rem;margin:0 0 1.5rem 0;}
.title-icon{width:3.75rem;height:3.75rem;background-color:#e8e8e8;border-radius:0.5rem;display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0;}
.title-icon img{max-width:90%;}
.product-section-title h4{font-size:1.4rem;color:#333;margin:0;font-weight:300;position:relative;}
.product-section-title h4:before{position:absolute;content:'';background:var(--bg-main);width:120px;height:1px;right:-50px;bottom:-10px;}
.product-section-title h4:after{position:absolute;content:'';background:url(../images/more_icon02.png) no-repeat;background-size:cover;width:16px;height:16px;top:3px;right:-40px;transition:.3s all ease-in-out;opacity:.5;}
.product-section-title a:hover h4{color:var(--bg-main);}
.product-section-title a:hover h4:after{top:-2px;right:-45px;}
.products-grid{display:flex;flex-wrap:wrap;gap:1.25rem;}
.product-card{flex:0 1 calc(33.333% - 0.834rem);background:white;border-radius:1rem;overflow:hidden;box-shadow:0 0.125rem 0.5rem rgba(0,0,0,0.1);transition:all 0.3s;text-decoration:none;display:block;border:1px solid #dedede;}
.product-card:hover{transform:translateY(-0.3125rem);box-shadow:0 0.25rem 1rem rgba(0,0,0,0.15);}
.product-card-image{width:100%;overflow:hidden;background-color:#fff;padding:2rem;}
.product-card-image img{width:100%;height:100%;object-fit:contain;}
.product-card-title{padding:1rem 1rem 2rem;text-align:center;font-size:1rem;color:#333;font-weight:400;line-height:1.2rem;}
@media (max-width:768px){.products-layout{flex-direction:column;gap:1.25rem;}
.products-sidebar{width:100%;}
.product-card{flex:0 1 calc(50% - 0.625rem);}
.product-section-title h2{font-size:1.5rem;}
}
.products_section .etw_photo3 ul{display:flex;flex-wrap:wrap;gap:2rem;}
.products_section .etw_photo3 ul li{flex:0 1 calc(33.333% - 1.34rem);display:flex;flex-direction:column;align-items:center}
.products_section .etw_photo3 ul li h4{margin-top:0.5rem;margin-bottom:0.5rem;font-size:1rem;}
.products_section .etw_photo3 ul li p{margin:0;font-size:0.9rem;line-height:1.6}
.section_cases .etw_hometitle{margin-bottom:1.5rem;text-align:left}
.section_cases .etw_hometitle p{margin-bottom:0.3rem}
.cases_list ul{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start;}
.cases_list ul li p{margin:0;font-size:0.8rem;color:#666;line-height:1.4}
.section_partners{padding:1rem 0 3rem;}
.section_partners_dark{background-color:#f9f9f9;}
.section_partners .partners_logo{display:block;}
.working_principle_image{text-align:center;margin-bottom:1rem;}
.working_principle_image img{max-width:100%;max-height:350px}
.section_partners_title{line-height:45px;text-align:center;}
.section_partners_title h5{color:#333;font-weight:normal;margin-bottom:0;font-weight:200;font-size:1.6rem;}
.flex-1{flex:1}
.partners_logo_list ul{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:center;justify-content:flex-start;padding:0 15px}
.partners_logo_list ul li{flex:0 1 calc(16.666% - 0.675rem);height:100px;display:flex;align-items:center;justify-content:center;border:2px solid #eee;border-radius:4px;overflow:hidden;padding:0 10px}
.partners_logo_list ul li img{width:100%;height:100%;object-fit:contain;padding:0}
@media(max-width:1199.98px){.products_section .etw_photo3 ul li{flex:0 1 calc(50% - 1rem)}
.partners_logo_list ul li{flex:0 1 calc(16.666% - 0.833rem)}
}
@media(max-width:991.98px){.products_section .etw_photo3 ul li{flex:0 1 100%}
.partners_logo_list ul li{flex:0 1 calc(25% - 0.75rem)}
.cases_list ul li{flex:0 1 calc(33.333% - 1rem)}
}
@media(max-width:767.98px){.partners_logo{display:block}
.section_partners_title{width:100%;line-height:1.2rem;margin-bottom:0.75rem !important;}
.section_partners_title h5{margin-bottom:0.75rem;}
.partners_logo_list ul li{flex:0 1 calc(33.333% - 0.667rem)}
.cases_list ul li{flex:0 1 calc(50% - 0.75rem)}
}
@media(max-width:575.98px){.partners_logo_list ul li{height:80px}
.cases_list ul li{flex:0 1 calc(50% - 0.75rem)}
}
.products_section .etw_photo3 ul li .product_content_wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:0;}
.products_section .etw_photo3 ul li .product_content{width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;text-overflow:ellipsis;word-break:break-word;}
.products_section .etw_photo3 ul li .product_content h4::after{content:'';display:block;width:48px;height:3px;background-color:var(--bg-main);margin-top:0.5rem;}
.products_section .etw_photo3 ul li .product_content p{-webkit-line-clamp:2;line-clamp:2;}
.products_section .etw_photo3 ul li .view_more{margin-top:0;padding:0;font-size:0.875rem;color:var(--bg-main);font-weight:500;transition:all 0.3s;text-align:left;display:block;}
.product_detail_section{padding:0 !important;margin:0 auto;position:relative;}
.product_detail_section .container{max-width:1100px;padding:0;width:94%;}
.product_detail_section .product_image{margin-bottom:2rem;border:1px solid #eee;}
.pro_h4{color:var(--bg-main);font-weight:500;}
.product_detail_section h2{font-size:2.4rem;font-weight:400;color:#333;margin-bottom:1rem;letter-spacing:0.075rem;}
.product_detail_section h2.small_h2{font-size:1.8rem;}
.product_detail_section .title5{color:#999;line-height:1.4rem;margin-bottom:1rem;font-weight:normal;font-family:var(--family-first);font-size:1.05rem;}
.product_specs_table{margin-top:3rem;}
.product_specs_table h4{font-size:1.4rem;font-weight:300;color:#333;margin-bottom:1.5rem;}
.product_specs_table table{background-color:#fff}
.product_specs_table table thead{background-color:#f5f5f5}
.product_specs_table table th{font-weight:500;color:#333;}
.product_specs_table td.td-l{min-width:300px;}
.product_card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:all 0.3s}
.product_card h6{padding:1rem 1rem 0;font-weight:bold;color:#333}
.product_card p{padding:0 1rem;color:#666;font-size:0.9rem}
.product_card .more{padding-left:1rem;padding-bottom:1rem;}
.contact_section{padding:3rem 0;border-radius:8px;background:url(../images/quote_bg.webp) no-repeat center;background-size:cover;color:#fff;margin:0 auto;}
.contact_section .container{max-width:1200px}
.contact_section .contact_content{text-align:center}
.contact_section h3{font-size:1.8rem;font-weight:300;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:0.05rem;}
.contact_section p{font-size:1.1rem;margin-bottom:1.5rem;color:#fff;font-weight:500;}
.contact_section .btn{background-color:#fff;color:#111;border:none}
.contact_section .btn:hover{background-color:#f0f0f0}
@media (max-width:1199.98px){.product_detail_section h2{font-size:2rem;}
.product_detail_section h2.small_h2{font-size:1.4rem;}
}
.industries_section{padding:3rem 0;max-width:1600px;margin:0 auto}
.industries_section .container{max-width:1200px}
.industry_item{padding-bottom:2rem;}
.industry_item:last-child{border-bottom:none}
.industry_image{margin-bottom:1rem}
.industry_image img{border-radius:8px;width:100%;height:auto}
.industry_content h3{font-size:1.5rem;font-weight:bold;color:#333;margin-bottom:1rem}
.industry_content .industry_text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;line-clamp:6;overflow:hidden;text-overflow:ellipsis;margin-bottom:1rem}
.industry_content .industry_text p{color:#666;line-height:1.8;margin-bottom:1rem}
.industry_content .industry_text p:last-child{margin-bottom:0}
.industry_content .btn{margin-top:1rem;background-color:var(--bg-main);border-color:var(--bg-main);}
.cases_section{padding:3rem 0;max-width:1600px;margin:0 auto}
.cases_section .container{max-width:1200px}
.case_item{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:all 0.3s}
.case_item:hover{box-shadow:0 4px 16px rgba(0,0,0,0.15);transform:translateY(-5px)}
.case_image{height:250px;overflow:hidden;background-color:#f5f5f5}
.case_image img{width:100%;height:100%;object-fit:cover}
.case_content{padding:1.5rem}
.case_content h4{font-weight:bold;color:#333;margin-bottom:0.5rem}
.case_content p{color:#666;font-size:0.9rem;line-height:1.6}
.company_intro_section{padding:1rem 0 !important;max-width:1600px;margin:0 auto}
.company_intro_section .container{max-width:1200px}
.company_intro_section .section_title{font-size:1.8rem;font-weight:bold;color:#333;margin-bottom:2rem;text-align:center}
.company_intro_section .big_h2{font-weight:500;}
@media (max-width:1199.98px){.company_intro_section .small_h2{font-size:1.8rem;}
}
.company_stats{display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem 0 0;}
.stat_item{text-align:center;width:calc(calc(100% / 3) - 2%);}
.stat_item h4{font-size:1.6rem;font-weight:400;color:var(--bg-main);margin-bottom:0.5rem}
.stat_item p{color:#666}
.history_section{margin:0 auto;padding:1rem 0;}
.history_section .container{max-width:1200px}
.service_support_section{padding:3rem 0;max-width:1600px;margin:0 auto}
.service_support_section .container{max-width:1200px}
.service_support_section .section_subtitle{color:#666;line-height:1.8;margin-bottom:1rem;}
.service_support_section .table{margin-bottom:1rem}
.service_support_section .table td{border:1px solid #eee;vertical-align:middle;}
.contact_info{width:100%;max-width:1200px;border-radius:8px;margin:2rem auto 0;color:#666;line-height:1.8;background:url('../images/fotbj.webp') no-repeat left center;background-size:100% 100%;}
.contact_info_content{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;}
.contact_info_content .btn{background-color:#fff;color:#111;border:none;margin:0 auto;font-size:0.95rem;line-height:0.95rem;padding:1rem 2rem;font-weight:500;}
.contact_info_content .btn:hover{background-color:#f0f0f0}
.contact_left{font-size:2rem;font-weight:bold;color:#fff;margin-bottom:1rem;}
.contact_right{color:#fff;margin-bottom:1rem;}
.contact_info_content a{text-decoration:underline;color:#fff}
@media(max-width:991.98px){.industry_item .row.order-lg-2{flex-direction:column-reverse}
}
@media(max-width:767.98px){.product_detail_section .product_image{margin-bottom:1.5rem}
.product_specs_table{margin-top:2rem;padding-top:1.5rem}
}
.applications-layout{display:grid;grid-template-columns:2fr 3fr;gap:40px;align-items:start;}
.applications-left{padding:1.5rem 4rem 1.5rem 0;}
.applications-left h3{font-size:1.1rem;color:var(--bg-main);font-weight:400;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;line-height:1.2rem;}
.applications-left h2{font-size:1.75rem;color:#333;font-weight:400;margin-bottom:15px;line-height:1.4;}
.applications-left p{font-size:1rem;color:#666;margin-bottom:25px;line-height:1.6;}
.applications-btn{display:inline-flex;align-items:center;gap:6px;background-color:var(--bg-main);color:#fff;padding:8px 18px;border-radius:3rem;text-decoration:none;font-size:0.95rem;font-weight:400;transition:all 0.3s ease;border:none;margin:1rem 0 0;line-height:0.95rem;}
.applications-btn:hover{background-color:#d97015;transform:translateY(-2px);box-shadow:0 4px 12px rgba(234,131,28,0.3);color:#fff}
.btn-arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:url(../images/more_icon01.png) no-repeat;background-size:cover;}
.applications-right{padding:20px 0;}
.applications-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;}
.application-item{display:flex;align-items:flex-start;padding:1.5rem 0;border-bottom:1px solid var(--bg-main);transition:all 0.3s ease;}
.application-item:last-child{border-bottom:none;}
.application-item a{gap:15px;display:flex;flex-wrap:wrap;}
.app-icon{width:25%;flex-shrink:0;}
.app-icon img{width:100%;height:100%;object-fit:cover;}
.app-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding-left:0.75rem;}
.app-content h3{font-size:1.2rem;color:#333;font-weight:400;margin:0 0 .5rem;line-height:1.4rem;}
.app-content p{font-size:14px;color:#666;margin:0;line-height:1.4rem;display:block;}
/****card****/
.accordion .card{background:0;border:none;border-radius:0 !important}
.accordion .card-header{transition:.3s all ease-in-out;border-radius:0 !important;background:#fff;padding:0}
.accordion .card-header:hover,.accordion .btn[aria-expanded="true"]{background:#f4f4f4;}
.accordion .card-header .btn{font-size:1.05rem;color:#333;position:relative;line-height:1.355;white-space:normal;padding:1.5rem 3rem 1.5rem 1.5rem;font-weight:300;border-bottom:1px solid #ddd !important;}
.accordion .card-header .btn a{color:#000}
.accordion .card-header .btn:hover a{color:#000}
.accordion .card-header .btn:before{content:"\f64d";position:absolute;right:20px;top:22px;width:25px;height:25px;transition:.3s all ease-in-out;background-color:#f2f2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:bootstrap-icons;font-weight:normal}
.accordion .card-body{position:relative;padding:1rem 2rem;font-size:0.9rem;line-height:1.4rem;color:#555;font-weight:400;}
.accordion .card-header .btn span{float:right;font-size:3rem;color:#777;font-weight:100;transition:.3s all ease-in-out}
.accordion .card-header .btn:hover span{transform:rotate(135deg);color:#0d948f}
.accordion .btn:hover,.accordion .btn[aria-expanded="true"],.btn-link.focus,.btn-link:focus{text-decoration:none;color:#000}
.accordion .btn:hover:before,.accordion .btn[aria-expanded="true"]:before{transform:rotate(45deg)}
.accordion .btn[aria-expanded="true"] span{transform:rotate(135deg);color:#666}
.accordion p{margin-bottom:0}
.accordion1 .card-header .btn{padding:0.5rem 1rem 0.5rem 0;}
.accordion1 .card-body{padding:0.5rem 1rem 0.5rem 0;margin:0 0 0.5rem;color:#777;font-size:0.9rem;}
.accordion1 .card-header .btn:before,.accordion1 .card-header .btn:after{display:none;}
.biotech-recommended-img img{max-width:100%;height:250px;}
.etw_photo{margin:0;width:100%;height:auto}
.etw_photo ul{display:flex;width:auto;height:auto;flex-flow:wrap}
.etw_photo ul li{margin:0 2% .5rem 0}
.etw_photo ul li:before{display:none !important;}
.etw_photo ul li.bg_photo{background:linear-gradient(180deg,#ccc,#eee);text-align:center;padding:1.5rem 0 1rem 0;}
.etw_photo ul li.bg_photo a{width:40%;margin:0 auto;}
.etw_photo ul li img{display:block;width:100%;transition:.5s all ease-in-out;}
.etw_photo ul li a{display:block;overflow:hidden;}
.etw_photo ul li a:hover img{transform:scale(1.03);}
.etw_photo ul li span{display:block;text-align:center;font-size:0.8rem;line-height:1rem;font-weight:500;margin:0.6rem 0;color:#111;}
.etw_shadowpic{width:100%;position:relative;background:#fff;z-index:1;}
.etw_shadowpic:before{z-index:-1;position:absolute;content:"";bottom:0.75rem;width:60%;max-width:16.25rem;height:5rem;box-shadow:0 0.9375rem 0.75rem rgba(0,0,0,0.3);transform:rotate(-4deg);left:0.375rem;}
.etw_shadowpic:after{z-index:-1;position:absolute;content:"";bottom:0.75rem;width:60%;max-width:16.25rem;height:5rem;box-shadow:0 0.9375rem 0.75rem rgba(0,0,0,0.3);transform:rotate(4deg);right:0.375rem;}
.etw_shadow{box-shadow:12px 12px 0 #0cb5ec;}
.etw_radius img{border:5px solid #fff;border-radius:50%;}
.etw_pic2 ul,.etw_pic3 ul,.etw_pic4 ul,.etw_pic5 ul,.etw_pic6 ul{margin:0}
.etw_pic2 ul li{width:49%}
.etw_pic3 ul li{width:32%}
.etw_pic4 ul li{width:23.5%}
.etw_pic5 ul li{width:18.4%}
.etw_pic6 ul li{width:15%}
.etw_pic2 ul li:nth-child(2n),.etw_pic3 ul li:nth-child(3n),.etw_pic4 ul li:nth-child(4n),.etw_pic5 ul li:nth-child(5n),.etw_pic6 ul li:nth-child(6n){margin-right:0}
@media (max-width:767.98px){.etw_pic5 ul li,.etw_pic6 ul li{width:32%}
.etw_pic5 ul li:nth-child(5n),.etw_pic6 ul li:nth-child(6n){margin-right:2%}
.etw_pic5 ul li:nth-child(3n),.etw_pic6 ul li:nth-child(3n){margin-right:0}
.etw_pic1 ul li{width:100%;margin:0;}
}
@media (max-width:575.98px){.etw_pic4 ul li,.etw_pic5 ul li{width:49%}
.etw_pic5 ul li:nth-child(3n){margin-right:2%}
.etw_pic5 ul li:nth-child(3n+1){clear:none}
.etw_pic4 ul li:nth-child(2n),.etw_pic5 ul li:nth-child(2n){margin-right:0}
.etw_pic2 ul li{width:100%;margin:0 0 1rem 0;}
.etw_pic2s ul li{width:49%;margin:0 2% 0.5rem 0;}
}
@media (max-width:429.98px){.etw_pic3 ul li{width:100%;margin:0 0 0.6rem 0;}
}
ul.listitem1{width:100%;margin:0;}
ul.listitem1 li{padding:0 0 0.6rem 1.1rem;width:100%;position:relative;text-align:left;}
ul.listitem1 li:before{position:absolute;content:'';width:5px;height:5px;background:var(--bg-main);border-radius:50%;left:6px;top:7px;}
.small_title{font-size:1.1rem;line-height:1.4rem;color:#999;font-weight:500;margin:0 0 1rem;border-bottom:1px solid #dee2de;}
.protitle1{font-size:1.4rem;line-height:1.8rem;font-weight:300;color:#333;margin:1rem 0;font-family:var(--family-second);}
.protitle1 a{border-bottom:1px solid #dee2de;width:100%;display:block;position:relative;padding:0.3rem 0;}
.protitle1 a:hover{color:var(--bg-main);}
.protitle1 a:before{position:absolute;content:'';background:var(--bg-main);width:50px;height:3px;bottom:-3px;left:0;}
.protitle2{font-size:1.8rem;font-weight:300;color:#333;margin:1.5rem 0;font-family:var(--family-second);text-transform:uppercase;letter-spacing:0.05rem;}
.protitle3{font-size:1.6rem;font-weight:400;color:#333;margin:1.5rem 0;font-family:var(--family-second);}
.protitle4{position:relative;margin:2rem auto;padding:0;font-size:2rem;line-height:2.2rem;text-align:center;color:#333;font-weight:300;width:100%;font-family:var(--family-second);text-transform:uppercase;}
.protitle4:before{position:absolute;content:'';border:1px solid var(--bg-main);width:50px;height:150%;top:-25%;left:0;right:0;margin:0 auto;}
.protitle4 a,.protitle4 span{display:inline-block;background:#fff;padding:0.5rem 0;position:relative;}
.app_title{font-family:var(--family-second);font-weight:500;color:var(--bg-main);font-size:1.2rem;line-height:1.4rem;margin:0.5rem 0;}
.content_bg{position:relative;background:#f7f7f7;padding:1rem 0;}
.inquiry_bg{background:#f7f7f7;width:100%;position:relative;padding:0;}
.inquiry_bg .inquiry_box{padding:0;margin:0 auto;max-width:1100px;position:relative;width:94%;display:flex;flex-wrap:wrap;}
.inquiry_left{width:50%;position:relative;padding:3rem 4rem 3rem 0;background:url(../images/noise-bg.webp) no-repeat;background-size:cover;}
.inquiry_title{font-size:1.8rem;line-height:2rem;font-weight:700;color:#333;padding:1rem 0;text-transform:uppercase;}
.inquiry_left p{text-align:left;width:100%;margin:0;font-size:1.15rem;line-height:1.7rem;color:#555;}
.inquiry_right{width:50%;position:relative;padding:3rem 0 3rem 4rem;margin:0;}
.inquiry_bg .inquiry_box #etw_form_title{text-align:left;font-weight:600;font-size:1.6rem;line-height:1.8rem;color:#333;}
.iframe{border:1px #eee solid!important;background:#f8f8f8!important}
.other_pro{width:100%;margin:0 auto;position:relative;z-index:1;}
.other_pro ul{display:flex;flex-wrap:wrap;margin:0;width:auto;}
.other_pro ul>li{width:23.5%;overflow:hidden;margin:0 2% 1.5rem 0;transition:.3s all ease-in-out;background:#fff;border:2px solid #d7d9db;position:relative;padding:0;}
.other_pro ul>li:before{position:absolute;content:'';background:linear-gradient(180deg,#efefef,transparent,#efefef);width:100%;height:100%;left:0;top:0;transition:.3s all ease-in-out;transform:scaleY(0);}
.other_pro ul>li:hover{box-shadow:1px 1px 16px rgb(0 0 0 / 20%);}
.other_pro ul>li:hover:before{transform:scaleY(1);}
.other_pro ul>li:nth-child(4n){margin-right:0}
.other_pro ul li ol{width:100%;overflow:hidden;position:relative;}
.other_pro ul li ol li.product_img{width:100%;position:relative;padding:0;}
.other_pro ul li ol li.product_img a{display:block;width:100%;position:relative;overflow:hidden;padding:1rem 1rem 0;}
.other_pro ul li ol li.product_img img{width:100%;transition:.3s all ease-in-out;mix-blend-mode:multiply;}
.other_pro ul li ol li.product_con{text-align:center;margin:auto;width:100%;position:relative;padding:0;}
.other_pro ul li ol li.product_con a{color:#333;display:block;padding:1.5rem 1rem;font-size:1.05rem;line-height:1.2rem;font-weight:500;text-align:center;}
.other_pro ul li ol:hover li.product_con a{color:var(--bg-main);}
.other_pro ul li ol:hover li.product_img img{transform:scale(1.03);}
.etw_products{width:100%;position:relative;}
.etw_products>ul{width:100%;display:flex;flex-wrap:wrap;}
.etw_products>ul>li{width:100%;transition:.3s all ease-in-out;position:relative;display:flex;margin:0 0 2rem;flex-wrap:wrap;align-items:center;border:8px solid rgb(9,22,42,.05);background:#fff;}
.etw_products ul li ol{display:flex;flex-wrap:wrap;align-items:center;width:100%;}
.etw_products ul li ol li.product_img{width:42%;float:left;position:relative;}
.etw_products ul li ol li.product_img a{width:100%;display:block;overflow:hidden;margin:0 auto;position:relative;padding:1rem;}
.etw_products ul li ol li.product_img img{width:100%;position:relative;transition:.5s;}
.etw_products ul li ol li.product_con{width:58%;float:right;padding:0 3rem 0 1rem;text-align:left;}
.etw_products ul li ol li.product_con a{font-size:1.4rem;font-weight:500;color:var(--hover-color);padding:1rem 0;display:block;line-height:1.6rem;}
.etw_products ul li ol li.product_con span{display:block;font-size:0.9rem;line-height:1.4rem;color:#777;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5;overflow:hidden;}
.etw_products ul li ol li.product_con a.more{font-size:0.95rem;line-height:0.95rem;color:var(--hover-color);font-weight:500;text-align:center;padding:0.2rem 0;display:inline-block;width:auto;border-bottom:1px solid var(--bg-main);margin:1rem 0 0;}
.etw_products ul li ol li.product_con dl{width:100%;display:flex;flex-wrap:wrap;position:relative;margin:1rem 0 0.5rem;}
.etw_products ul li ol li.product_con dl dd{width:50%;margin:0 0 0.5rem;}
.etw_products ul li ol li.product_con dl dd a{display:block;font-size:0.9rem;line-height:1.1rem;text-align:left;padding:0.2rem 0.5rem 0.2rem 0.8rem;position:relative;text-decoration:underline;}
.etw_products ul li ol li.product_con dl dd a:before{position:absolute;content:'';width:5px;height:5px;border-radius:50%;left:1px;top:4px;left:0;top:10px;background:var(--bg-main);}
.etw_products ul>li ol li.product_con a:hover{color:var(--bg-main)}
.etw_products ul li ol li.product_con a.more:hover{color:var(--bg-main);}
@media (max-width:1199.98px){.etw_products ul li ol li.product_con a{font-size:1.2rem;padding:0.75rem 0}
.etw_products ul li ol li.product_con{padding-right:1rem;}
.etw_products ul li ol li.product_con a.more{margin-top:0.5rem;}
.protitle2,.protitle3,.protitle4{font-size:1.4rem;}
}
.content_box1{width:94%;position:relative;margin:1rem auto;max-width:1100px;}
.content_box1 ul{display:flex;flex-flow:wrap;position:relative;}
.content_box1>ul>li{width:100%;margin:0 0 2rem 0;box-shadow:10px 10px 15px rgba(57,65,124,.1);}
.content_box1 ul li ol{display:flex;flex-wrap:wrap;width:100%;align-items:center;}
.content_box1 ul li ol li.product_img{width:40%;overflow:hidden;z-index:1;position:relative;background:#fff;}
.content_box1 ul li ol li.product_img a{display:flex;flex-wrap:wrap;width:100%;position:relative;justify-content:center;align-items:center;border:1px solid #eee;}
.content_box1 ul li ol li.product_img img{transition:.3s all ease-in-out}
.content_box1 ul li ol li.product_con{width:60%;position:relative;padding:0 3rem;}
.content_box1 ul li ol li.product_con>a{color:#333;padding:0 0 1rem 0;text-align:left;font-size:1.6rem;line-height:2rem;display:flex;font-weight:300;position:relative;font-family:var(--family-second);letter-spacing:0.075rem;}
.content_box1 ul li ol li.product_con span{display:block;font-size:0.85rem;font-weight:400;line-height:1.4rem;color:#333;margin:0 0 1rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;line-clamp:6;overflow:hidden;}
.content_box1 ul li ol li.product_con>a.more{padding:0.2rem 0;font-size:0.9rem;line-height:0.9rem;font-family:var(--family-first);letter-spacing:0;border-bottom:1px solid var(--bg-main);display:inline-block;width:auto;font-weight:500;margin:0;}
.content_box1 ul li ol li.product_con>a:hover{color:var(--bg-main);}
.content_box5{position:relative;width:94%;margin:3rem auto;max-width:1200px;padding:0;}
.content_box5 ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.content_box5 ul>li{width:calc(calc(100% / 5) - 1%);}
.content_box5 ul li ol{display:flex;flex-wrap:wrap;}
.content_box5 ul li ol li.product_img{width:100%;position:relative;}
.content_box5 ul li ol li.product_img a{display:block;width:100%;overflow:hidden;border-radius:6px;}
.content_box5 ul li ol li.product_img img{transition:.3s all ease-in-out;}
.content_box5 ul li ol:hover li.product_img img{opacity:.7;}
.content_box5 ul li ol li.product_con{width:100%;position:relative;padding:0 1rem;}
.content_box5 ul li ol li.product_con a{display:block;font-weight:500;font-size:0.95rem;line-height:1.2rem;padding:0.5rem 0;text-align:center;color:#333;}
.content_box5 ul li ol:hover li.product_con a{color:var(--bg-main);}
@media (max-width:1199.98px){.content_box1 ul li ol li.product_con>a{font-size:1.4rem;}
}
/*history*/
.history_box{display:flex;flex-wrap:wrap;position:relative;}
.history_line{left:5%;position:absolute;z-index:1;width:2px;height:110px;background:#4d4d4d;bottom:-7rem;}
.history_line1{width:auto;margin:0 auto;position:relative;text-align:center;max-width:450px;}
.history_line1 img{opacity:.1;display:block;margin:0 auto;width:500px;}
.history_line1 img.history-line{display:block;}
.history_line1 img.history-arrow{display:none;}
.history_line2 img{transform:rotateX(180deg);}
.history_box{display:flex;flex-wrap:wrap;position:relative;width:70%;margin:1rem auto;}
.history_box_left{width:50%;position:relative;}
.history_img{width:80%;}
.history_img img{border-radius:8px;box-shadow:10px 10px 15px rgba(57,65,124,.1);}
.history_img1{transform:rotate(-5deg);width:60%;margin:-4rem 0 0 35%;}
.history_box_right{width:50%;position:relative;padding:0 2rem;}
.history_title{font-size:2rem;line-height:2rem;font-family:Oswald;color:#4d4d4d;padding:1rem 0;font-weight:700;}
.history_box1{flex-direction:row-reverse;}
.history_box1 .history_img{margin:0 0 0 20%;}
.history_box1 .history_img1{transform:rotate(-5deg);width:60%;margin:-3rem 0 0 8%;}
/****related img****/
figure{margin:0;width:100%;display:table;clear:both}
.left_pic{width:100%;height:auto;float:right;margin:0;}
.left_pics{width:100%;overflow:hidden;position:relative;}
.left_pic img{max-width:100%;text-align:center;transition:.3s all ease-in-out}
.left_pic_mix img{mix-blend-mode:multiply;}
.related_pic{width:100%;display:flex;flex-wrap:wrap;margin:0.5rem 0 0 0;}
.related_pic ul{display:flex;flex-flow:wrap}
.related_pic li{width:auto;float:left;overflow:hidden;margin:0;flex:1;padding:0 2px;display:flex;flex-wrap:wrap;}
.related_pic li img{display:block;position:relative;border:1px solid #eee;}
.related_pic li.imgdq img{border:1px solid var(--bg-main)}
.related_pics li{width:18.4%;margin:0 2% 0.5rem 0;flex:none;}
.related_pics li:nth-child(5n){margin-right:0}
.related_pic img{transition:.3s all ease-in-out;}
.related_pic span{font-size:.75rem;line-height:.9rem;display:block;text-align:center}
.left_pic .related_pic li.video_item{position:relative;cursor:pointer;}
.left_pic .related_pic li.video_item::before{content:'';position:absolute;width:36px;height:36px;opacity:0.9;cursor:pointer;z-index:100;background:url(../images/video_btn.png) no-repeat;background-size:auto;background-size:cover;left:50%;top:50%;transform:translate(-50%,-50%);}
@media (max-width:767.98px){.left_pic{float:none;text-align:center;margin-bottom:1rem;}
}
.relatedpro1{width:100%;height:auto;margin:1rem 0 3rem}
.relatedpro1 ul{width:100%;height:auto;display:flex;flex-wrap:wrap;margin:0;}
.relatedpro1 li{width:33.33%;position:relative;display:block;padding:0;}
.relatedpro1 li a{display:block;padding:0.3rem 0.5rem 0.3rem 1.1rem;color:#111;font-size:0.9rem;line-height:1.1rem;font-weight:400;}
.relatedpro1 li a::before{content:"\f101";position:absolute;left:4px;top:4px;font-family:fontawesome;font-size:16px;color:#555;transition:.3s all ease-in-out;}
.relatedpro1 li a.dq,.relatedpro1 li a:hover,.relatedpro1 li a.dq:before,.relatedpro1 li a:hover:before{color:var(--bg-main);}
.relatedpro1 li a:hover:before{left:8px;}
.color1{color:var(--bg-main);}
@media (max-width:1024px){.applications-layout{grid-template-columns:2fr 4fr;gap:30px;}
.applications-left{padding:1.5rem 2rem 1.5rem 0;}
}
@media (max-width:768px){.applications-left h3{font-size:12px;}
.application-item{flex-direction:column;gap:10px;}
.app-icon{width:100%;height:150px;}
.accordion .card-header .btn{font-size:1rem;line-height:1.2}
.accordion .card-body{font-size:0.85rem;padding:1rem 2rem}
}
@media (max-width:575.98px){.accordion .card-header .btn{padding-left:0}
}
/* Case Detail Styles */
.case_detail_section{padding:1rem 0;}
.case_detail_section .container{max-width:1100px;}
.case-detail-header{margin-bottom:2rem;}
.case-detail-header .protitle1{font-weight:500;}
.case-detail-content{margin-bottom:3rem;}
.case-detail-image{margin-bottom:2rem;}
.case-detail-image img{max-width:100%;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}
.case-detail-text{margin-bottom:2rem;}
.case-detail-text p{font-size:1rem;line-height:1.8;color:#333;margin-bottom:1rem;}
.case-detail-images-row{margin-bottom:2rem;}
.case-detail-images-row img{width:100%;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin-bottom:1rem;}
.case_detail_section .small_h2{font-weight:500;}
@media (max-width:1199.98px){.case_detail_section .small_h2{font-size:1.4rem;}
.case_detail_section{padding:1rem 0 !important;}
}
/* Related Products Section */
.case-related-products{margin:2rem 0;}
.related-products-title{font-size:1.5rem;margin-bottom:1.5rem;text-align:left;}
.related-products-grid{display:block;}
.case-related-products .product-card{display:flex;flex-direction:row;padding:1rem;background-color:#f4f4f4;align-items:center}
.case-related-products .product-card .product-card-image{width:260px;height:260px;background:0;padding:0;}
.case-related-products .product-card .product-card-image img{mix-blend-mode:multiply;}
.case-related-products .product-card .product-card-title{text-align:left;padding:0;font-size:1.25rem;}
.related-products-grid .product-card-content .more a{padding:0.3rem 0;}
.related-products-grid .product-card-content .more a:hover:before{left:8px;}
.related-products-grid .product-card-content .more a:hover:before{color:var(--bg-main)}
.product-card-content{padding:0 0.75rem;flex:1;}
.sendinquiry{display:inline-flex;flex-wrap:wrap;justify-content:start;text-align:center;position:relative;z-index:1;margin-top:1rem}
.sendinquiry span,.sendinquiry a{cursor:pointer;color:#6f6f6f;padding:0.8rem 1.5rem 0.8rem 3rem;font-size:0.8rem;line-height:0.8rem;text-align:center;display:inline-block;margin:0.5rem 0 0;position:relative;overflow:hidden;font-weight:600;z-index:1;transition:.5s all ease-in-out;text-transform:uppercase;border:1px solid #6f6f6f;border-radius:4px;}
.sendinquiry span:before{position:absolute;content:'';background:url(../images/icon3_50.png) no-repeat;background-size:cover;width:20px;height:20px;left:20px;top:50%;transform:translateY(-50%);}
.sendinquiry i{padding-right:.3rem;font-size:1rem}
.sendinquiry a:hover,.sendinquiry span:hover{color:var(--bg-main);border-color:var(--bg-main);}
/* FAQs */
@media(max-width:1199.98px){.product-card-image{padding:1.5rem}
}
@media (max-width:768px){.case-detail-text p{font-size:0.95rem;}
.case-related-products .product-card{flex:0 1 calc(50% - 0.625rem);}
}
@media (max-width:576px){.case-related-products .product-card{flex:0 1 100%;}
}
/* FAQ Section Styles */
.all-fqs{margin-top:2rem;}
.faq-title{margin-top:2rem;margin-bottom:1rem;}
.faq-section-title{font-size:1.5rem;color:#023d79;margin-bottom:1.5rem;margin-top:2rem;padding-bottom:0.5rem;border-bottom:2px solid #023d79;font-weight:600;}
.faq-section-title:first-of-type{margin-top:0;}
@media (max-width:768px){.faq-section-title{font-size:1.25rem;}
}
.manufacturing_section{padding-bottom:0;}
.company_intro_section{padding-bottom:0;}
.manufacturing_item{position:relative}
.certifications_list{gap:1rem;}
.certification_item{border:1px solid #eee;width:33.33%;flex:1}
.company_partner .section_partners_title{text-align:left;}
@media (max-width:991.98px){/* Banner */
 .banner_text{width:60%;padding:0 15px;padding-bottom:5%;}
.banner_text2{width:60%;}
.section_products{margin-top:-40px;padding:2rem 0;}
.section_products .etw_hometitle h3{font-size:1.8rem;line-height:2rem;}
.section_products .etw_photo3 ul li{width:50%;padding:8px;}
.section_products .etw_photo3 ul li .box{padding:0.75rem 1rem;}
.section_products .etw_photo3 ul li .box .img-box{height:150px;}
.section_industries{padding:2.5rem 0 2rem;}
.section_industries h3{font-size:1.8rem;line-height:2rem;}
.section_industries .etw_photo3 ul li{width:50%;border-right:1px solid #dee2de;border-bottom:1px solid #dee2de;}
.section_industries .etw_photo3 ul li:nth-child(2n){border-right:none;}
.section_industries .etw_photo3 ul li:nth-child(3n){border-right:1px solid #dee2de;}
.section_industries .etw_photo3 ul li:nth-child(6n){border-right:none;}
.section_industries .etw_photo3 ul li:nth-child(4){border-bottom:1px solid #dee2de;}
.section_industries .etw_photo3 ul li:nth-child(5),.section_industries .etw_photo3 ul li:nth-child(6){border-bottom:none;}
.section_industries .etw_photo3 ul li .img{height:120px;}
.section_cases .etw_hometitle h3{font-size:1.8rem;line-height:2rem;}
.cases_list ul{gap:1.5rem;}
.cases_list ul li{flex:0 1 calc(50% - 0.75rem);}
.section_about h3{font-size:1.8rem;line-height:2.2rem;}
.section_about .about-image-wrapper{margin-bottom:0 !important;}
/* Applications Layout */
 .applications-layout{grid-template-columns:1fr;gap:20px;}
.applications-left{padding:1rem 0;}
.applications-left h2{font-size:1.5rem;}
.applications-right{padding:1rem 0;}
.application-item{padding:1rem 0;}
.app-icon{width:30%;}
.products-layout{flex-direction:column;gap:1.5rem;}
.products-sidebar{width:100%;position:relative;display:none;}
.products-main{width:100%;}
.product-card{flex:0 1 calc(50% - 0.625rem);}
.products_banner .text-center h2{font-size:2rem;}
.content_box1 ul li ol li.product_con>a{font-size:1.3rem;line-height:1.6rem;}
.content_box5{margin:0 auto}
.content_box5 ul{justify-content:flex-start;gap:0.75rem}
.content_box5 ul>li{width:calc(33.33% - 0.5rem);}
/* Inquiry Box */
 .inquiry_bg .inquiry_box{flex-direction:column;}
.inquiry_left{width:100%;padding:2rem 1.5rem;}
.inquiry_right{width:100%;padding:2rem 1.5rem;}
.inquiry_title{font-size:1.5rem;line-height:1.8rem;}
.footer .container{padding:2.5rem 15px;}
.footer h3.footer_title{margin-top:1rem;}
.etwvideo_hub ul>li{width:100%;margin:0 0 1rem 0;}
.etwvideo_hub1 ul li ol li.product_con{padding:1rem 1.5rem 1.5rem;}
.etwvideo_hub1 ul li ol li.product_con a{font-size:1.1rem;}
.industry_item .col-lg-6{flex:0 0 50%;max-width:50%;}
.industry_item .col-lg-6.order-lg-2{order:2;}
.industry_item .col-lg-6.order-lg-1{order:1;}
.industry_content h3{font-size:1.3rem;}
.product_detail_section h2{font-size:1.6rem;}
.product_detail_section h2.small_h2{font-size:1.3rem;}
.product_detail_section .col-lg-6{flex:0 0 50%;max-width:50%;}
.contact_section h3{font-size:1.5rem;}
.contact_section p{font-size:1rem;}
.certifications_list{flex-wrap:wrap;}
.certification_item{width:calc(50% - 0.5rem);}
/* Timeline */
 .timeline_image{width:100%;height:auto;}
/* Related Products */
 .case-related-products .product-card{flex-direction:column;}
.case-related-products .product-card .product-card-image{width:100%;height:200px;}
}
@media (max-width:768px){.banner_text{width:100%;text-align:center;display:none;}
.banner_text h2{font-size:1.5rem;line-height:2rem;}
.banner_text p{font-size:1.8rem;}
.banner_text2 h2{font-size:1.3rem;line-height:1.8rem;}
.products_banner{min-height:200px}
.section_products{margin-top:0;}
.section_products .etw_hometitle h3{font-size:1.5rem;line-height:1.8rem;}
.section_products .etw_photo3 ul li .box .img-box{height:120px;}
.section_products .etw_photo3 ul li .box h6{font-size:1rem;}
.section_industries h3{font-size:1.5rem;line-height:1.8rem;}
.section_industries .section_industries_more .applications-btn{margin:0 auto;}
.section_industries .etw_photo3 ul li span{font-size:0.9rem;}
.section_cases .etw_hometitle h3{font-size:1.5rem;line-height:1.8rem;}
.case_image_box{height:140px;}
.cases_list ul li h4{font-size:0.9rem;padding:0 0.5rem;}
.section_about_company_picture{display:none;}
.section_about h3{font-size:1.5rem;line-height:1.8rem;}
.section_about p{font-size:0.9rem;}
.applications-left{text-align:center}
.applications-left h3{font-size:1.3rem;}
.applications-left p{font-size:0.9rem;margin:0;}
.application-item{flex-direction:column;gap:10px;padding:0.75rem;margin-bottom:0.5rem;}
.app-icon{width:100%;height:150px;}
.app-content{padding-left:0;padding-top:0rem;}
.app-content h3{font-size:1rem;}
.product-card-title{font-size:0.9rem;padding:0.75rem;}
.product-card-image{padding:1rem;}
.product-section-title h4{font-size:1.2rem;}
.content_box1 ul li ol li.product_img{width:100%;}
.content_box1 ul li ol li.product_con{width:100%;padding:1.5rem;}
.content_box1 ul li ol li.product_con>a{font-size:1.2rem;line-height:1.5rem;}
.content_box1 ul li ol li.product_con span{font-size:0.8rem;line-height:1.3rem;}
.content_box5 ul>li{width:calc(50% - 0.375rem);}
.content_box5 ul{justify-content:flex-start;gap:0.75rem}
.inquiry_title{font-size:1.3rem;line-height:1.6rem;}
.inquiry_left p{font-size:1rem;line-height:1.5rem;}
.other_pro ul>li{width:48%;margin:0 4% 1.5rem 0;}
.other_pro ul>li:nth-child(2n){margin-right:0;}
.other_pro ul>li:nth-child(4n){margin-right:0%;}
.other_pro ul li ol li.product_con a{font-size:0.95rem;line-height:1.1rem;padding:1rem 0.75rem;}
.etw_products ul li ol li.product_con a{font-size:1.1rem;line-height:1.4rem;}
.etw_products ul li ol li.product_con span{font-size:0.85rem;}
.history_box{width:95%;}
.history_title{font-size:1.4rem;line-height:1.6rem;}
.history_box_right p{font-size:0.9rem;}
.footer .container{padding:1.5rem 15px}
.footer h3{font-size:1rem;}
.footer h3.footer_title{font-size:1rem;}
.footer_list li>a{font-size:0.8rem;}
.footer_contact>li{font-size:0.8rem;}
.etwvideo_hub1 ul li ol li.product_con a{font-size:1rem;line-height:1.2rem;}
.etwvideo_hub1 ul li ol li.product_con span{font-size:0.85rem;line-height:1.3rem;}
.industry_item .row{flex-direction:column;}
.industry_item .col-lg-6{flex:0 0 100%;max-width:100%}
.industry_item .col-lg-6.order-lg-2{order:1;}
.industry_item .col-lg-6.order-lg-1{order:2;}
.industry_content .industry_text{margin-bottom:0.5rem;}
.industry_content .btn{margin-top:0.5rem;}
.industry_content h3{font-size:1.2rem;}
.industry_content .industry_text p{font-size:0.9rem;line-height:1.6;}
.product_detail_section h2.small_h2{font-size:1.75rem;}
.product_detail_section .title5{font-size:0.95rem;}
.product_detail_section .pl-md-4{padding-left:0 !important;}
.product_detail_section .col-lg-6{flex:1;width:100%;max-width:100%;}
.product_detail_section .col-lg-6{flex:0 0 100%;max-width:100%;}
.contact_section{padding:2rem 0;}
.contact_section h3{font-size:1.5rem;}
.contact_section p{font-size:0.9rem;margin-bottom:1rem;}
.protitle1{font-size:1.4rem;line-height:1.5rem;}
.protitle2{font-size:1.4rem;}
.protitle3{font-size:1.3rem;}
.protitle4{font-size:1.4rem;line-height:1.6rem;}
.product-card-content{padding:0}
.certification_item{width:100%;}
ul.listitem1 li{font-size:0.9rem;}
.case-related-products .product-card .product-card-image{height:180px;}
.case-related-products .product-card .product-card-title{font-size:1.1rem;}
.biotech-recommended-img img{height:180px;}
.sidebar-title{font-size:1rem;}
.sidebar-list a{font-size:0.8rem;}
.case-detail-images-row .col-md-6{flex:0 0 50%;max-width:50%}
.case_detail_section>.container>.row>.col-md-6>.mb-3.mb-md-0{display:none;}
.section_partners_title h5{margin-top:0rem;}
.about-us-honor-title{text-align:center;}
.service_support_section p{margin-bottom:0.75rem;}
.service_support_section .protitle1{margin-top:1.5rem;}
.dropdown-menu{box-shadow:none}
.products_banner{width:100%;margin:0 auto;background-repeat:no-repeat;position:relative;background:url('../images/breadcrumb-bg1s.webp') no-repeat;background-size:cover;min-height:180px;display:flex;align-items:center;justify-content:center;}
.liquid-picture{display:none;}
.etwvideo_hub ul{gap:1%}
.etwvideo_hub ul>li{flex:0 0 49%;}
}
@media (max-width:576px){.banner_text h2{font-size:1.2rem;line-height:1.6rem;}
.banner_text p{font-size:1.4rem;}
.banner_text2 h2{font-size:1.1rem;line-height:1.5rem;}
.section_products{margin-top:0;padding:1.5rem 0;}
.section_products .etw_photo3 ul li{width:100%;padding:5px 0;}
.section_industries{padding:1.5rem 0;}
.section_industries h3{font-size:1.2rem;line-height:1.5rem;}
.section_industries .etw_photo3 ul li{padding:10px}
.section_industries .etw_photo3 ul li span{font-size:0.8rem;}
.section_cases{padding:1.5rem 0;}
.cases_list ul{gap:1rem;}
.cases_list ul li{flex:0 1 100%;margin-bottom:1rem;}
.case_image_box{height:180px;}
.cases_list ul li h4{font-size:1rem;}
.cases_list ul li .content{-webkit-line-clamp:3;line-clamp:3;margin-top:0.75rem;}
.section_about{padding:1.5rem 0;}
.section_about h6{font-size:1rem;}
.section_about p{font-size:0.85rem;line-height:1.5;}
.applications-left p{font-size:0.85rem;}
.applications-btn{font-size:0.85rem;padding:6px 14px;}
.app-icon{height:120px;}
.app-content h3{font-size:0.95rem;line-height:1.2rem;}
.app-content p{font-size:0.8rem;line-height:1.2rem;}
.products-grid{gap:0.75rem;}
.product-card{flex:0 1 100%;}
.product-card-title{font-size:0.95rem;}
.product-card-image{padding:0.75rem;}
.product-section-title h4:before{width:80px;right:-30px;}
.content_box1{width:100%;padding:0 10px;}
.content_box1 ul li ol li.product_con{padding:1rem;}
.content_box1 ul li ol li.product_con>a{font-size:1.1rem;line-height:1.4rem;}
.content_box1 ul li ol li.product_con span{-webkit-line-clamp:4;line-clamp:4;}
.content_box5 ul li ol li.product_con a{font-size:0.85rem;line-height:1.1rem;}
.inquiry_left{padding:1.5rem 1rem;}
.inquiry_right{padding:1.5rem 1rem;}
.inquiry_title{font-size:1.2rem;line-height:1.5rem;padding:0.5rem 0;}
.inquiry_left p{font-size:0.9rem;line-height:1.4rem;}
.etw_products ul li ol li.product_con a{font-size:1rem;line-height:1.3rem;}
.etw_products ul li ol li.product_con span{-webkit-line-clamp:4;line-clamp:4;}
.etw_products ul li ol li.product_con dl dd{width:100%;}
.etw_products ul li ol li.product_img{width:100%;}
.etw_products ul li ol li.product_con{width:100%;padding:1rem 1.5rem 1.5rem;}
.history_box{width:100%;margin:0.5rem auto;display:flex;flex-direction:column-reverse;}
.history_img{width:auto;text-align:left}
.history_box1 .history_img{margin:0}
.history_img img{margin:0;box-shadow:none;}
.history_title{font-size:1.2rem;line-height:1.4rem;padding:0.5rem 0;}
.history_box_left{width:100%;}
.history_box_right{padding:0 0.5rem;width:100%;margin-bottom:0.5rem;}
.history_box_right p{font-size:0.85rem;line-height:1.4;}
.history_line1{max-width:30px;margin:0;}
.history_line1 img.history-line{display:none;}
.history_line1 img.history-arrow{display:block;margin:0;opacity:.7;}
.footer .container{padding:2rem 15px 1.5rem;}
.footer h3{font-size:0.95rem;}
.footer_logo img{max-height:40px;}
.footer_text{font-size:0.8rem;}
#etw_coper a{font-size:0.8rem;}
.etwvideo_hub1 ul li ol li.product_con{padding:1rem;}
.etwvideo_hub1 ul li ol li.product_con a{font-size:0.95rem;}
.etwvideo_hub1 ul li ol li.product_con span{font-size:0.8rem;line-height:1.2rem;-webkit-line-clamp:4;line-clamp:4;}
.video_btn1:before,.video_btn2{width:50px;height:50px;}
.industry_item{padding-bottom:1.5rem;}
.industry_image{margin-bottom:1rem;}
.industry_content h3{font-size:1.1rem;margin-bottom:0.75rem;}
.industry_content .industry_text{-webkit-line-clamp:4;line-clamp:4;}
.industry_content .industry_text p{font-size:0.85rem;line-height:1.5;}
.industry_content .btn{padding:0.5rem 1rem;font-size:0.85rem;}
.product_detail_section .container{width:100%;padding:0 10px;}
.product_detail_section h2{font-size:1.2rem;line-height:1.5rem;}
.product_detail_section h2.small_h2{font-size:1.4rem;}
.product_detail_section .title5{font-size:0.9rem;line-height:1.3rem;}
.product_specs_table h4{font-size:1.1rem;}
.relatedpro1 li{width:100%;}
.contact_section{padding:1.5rem 0;}
.contact_section p{font-size:0.85rem;}
.contact_section .btn{padding:0.6rem 1.2rem;font-size:0.85rem;}
.protitle2{font-size:1.2rem;margin:1rem 0;}
.protitle3{font-size:1.1rem;margin:1rem 0;}
.protitle4{font-size:1.2rem;line-height:1.4rem;margin:1.5rem auto;}
ul.listitem1 li{font-size:0.85rem;padding-bottom:0.5rem;}
.case-related-products .product-card .product-card-image{height:150px;}
.case-related-products .product-card .product-card-title{font-size:1rem;}
.product-card-content{padding:0.5rem;}
.other_pro ul li ol li.product_con a{font-size:0.875rem;line-height:1.1rem;padding:1rem 0.5rem;}
.biotech-recommended-img img{height:150px;}
.accordion .card-header .btn{font-size:0.9rem;padding:1rem 2.5rem 1rem 0;}
.accordion .card-header .btn:before{right:10px;top:15px;width:22px;height:22px;}
.accordion .card-body{padding:0.75rem 1rem;font-size:0.85rem;}
.contact ul>li{font-size:0.9rem;}
.contact ul>li.h4{font-size:1.2rem;}
.contact .feedback{padding:1rem 0.5rem;}
.contact .feedback .webtitle{font-size:1.4rem;}
.stat_item h4{font-size:1.3rem;}
.stat_item p{font-size:0.85rem;}
.sidebar-list li{padding:0.4rem 0.75rem;}
.products_banner{min-height:120px}
}
@media (max-width:480px){.etwvideo_hub ul>li{width:100%;flex:0 0 100%;}
}
