@charset "utf-8";
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: fontawesome;
  src: url(//:) format("no404"),
    url(../font-awesome/fontawesome-webfont.woff) format("woff"),
    url(../font-awesome/fontawesome-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "Intro";
  src: url(../font/Intro.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../font/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url(../font/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url(../font/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../font/Poppins-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/Poppins-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.ttf?t=1622274305876") format("truetype");
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont2.ttf?t=1638512047122") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}
body {
  color: #101010;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
li,
ol,
ul {
  list-style: none;
  margin-bottom: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
.clear {
  clear: both;
}
.clearfix::after {
  display: table;
}
hr {
  margin-bottom: 2rem;
  border-top: 1px solid #e8e8e8;
}
strong {
  font-size: 1rem;
  display: inline-block;
  font-weight: normal;
  font-family: "Montserrat-SemiBold";
  color: #dc1f1b;
}
b {
  font-weight: normal;
  font-size: 1.05rem;
  color: #000;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #016acf;
}
a:hover {
  color: #174277;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
a.link {
  color: #289fe1;
  display: inline-block;
  text-decoration: underline;
}
a.link:hover {
  color: #174277;
  text-decoration: none;
}
.btn-secondary {
  padding: 0rem 0.5rem;
}
.layui-layer-btn a {
  color: #fff !important;
  margin-bottom: 1rem !important;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.review {
  color: #f00;
  font-size: 18px;
}
.brief {
  width: 100%;
  margin: 3rem auto;
  font-size: 0.9rem;
  color: #666;
}

.img_list span {
  text-align: center;
  display: block;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.img_list a {
  overflow: hidden;
  display: block;
  position: relative;
}

.img_list a img {
  transition: all 0.5s;
}
.img_list a:hover img {
  transform: scale(1.1);
}
.img_list div:hover a::before {
  height: 100%;
}
.img_list_bg .img_item {
  display: block;
  background-color: #eee;
  height: 100%;
  padding-bottom: 1rem;
  position: relative;
}
.img_list_bg .img_item a {
  position: relative;
  z-index: 1;
}
.img_list_bg .img_item span {
  position: relative;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.img_list_bg .img_item::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(15, 153, 160, 1);
  opacity: 0.851;
  content: "";
  transition: all 0.3s linear 0s;
}
.img_list_bg .img_item:hover::after {
  left: 0;
  width: 100%;
  z-index: 0;
}
.img_list_bg .img_item:hover span {
  color: #fff;
}
.table {
  margin: 6px 0 0 0;
  margin-bottom: 0.5rem;
  
}
.table tr.top {
  background: #eee !important;
  color: #333;
  text-align: center !important;
  font-weight: bold;
}
.inquiry {
  color: #00479d;
}
.table tr td {
  vertical-align: middle !important;
  text-align: left;
  color: #000;
  font-size: 14px;
  padding: 8px 8px !important;
}
.table tr:nth-child(odd) {
  background-color: #e1e3e5;
}
.table tr:nth-child(even) {
  background-color: #f3f5f7;
}
.table-img {
  width: 100%;
  min-width: 200px;
}
.table-img img {
  width: 200px;
}
table,
td {
  border: 1px solid #fff !important;
}
.table1 {
  width: auto;
}
.theme-send-inquiry-box {
  background: #fb0803 !important;
}
.theme-box-name {
  background: #420908 !important;
  text-transform: uppercase;
  border-left: 1px #420908 solid !important;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.s_title {
  color: #0051b0;
  font-size: 1.1rem;
  line-height: 1.35;
  font-family: "Montserrat-SemiBold";
  position: relative;
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.s_title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #0051b0;
  left: 0;
  bottom: 0;
}
h4 {
  color: #333;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.h4_title {
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.h4_title span {
  display: block;
}
.h4_title::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #ce0000;
}
h2,
.etw_hometitle {
  display: block;
  line-height: 1.35;
  color: #000;
  font-family: "Montserrat-Bold";
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
p.small_title {
  display: block;
  color: #666;
  font-size: 1.1rem;
  font-family: "Montserrat-Regular";
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #8e9dac;
  margin-bottom: 2rem;
}
.etw_hometitle {
  margin-bottom: 1rem;
}

.pro_banner {
  position: relative;
}
.pro_banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

#etw_top {
  position: fixed;
  width: 35px;
  height: 35px;
  right: 5px;
  bottom: 100px;
  text-align: center;
  background: #ccc;
  z-index: 100;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  border-radius: 50%;
}
#etw_top a {
  color: #fff;
}
#etw_top:hover {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  background: #000;
}
/* #header */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  float: left;
  background: #fff;
}
.header_in {
  padding-bottom: 3rem;
}
#etw_logo {
  width: auto;
  text-align: center;
  float: left;
  position: absolute;
  top: 0.8rem;
  z-index: 1;
  align-items: center;
  display: flex;
}
#etw_logo h1 {
  font-size: 0.8rem;
  color: #2b2b2b;
  font-family: "Poppins-Medium";
  width: 150px;
  text-align: left;
  padding-left: 1rem;
}
/* .small_nav */
.small_nav {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  margin-top: -2.5rem;
  position: relative;
}
.small_nav ul {
  width: auto;
  float: right;
  display: flex;
  padding-top: 0.5rem;
  justify-content: flex-end;
}
.small_nav ul li a {
  display: block;
  color: #6b6868;
  padding: 0.5rem 0.8rem;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Poppins-Regular";
  position: relative;
}
.small_nav ul li a:hover,
.small_nav ul li a.dq {
  color: #dc1f1b;
}
.small_nav ul li a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background-color: #bebdbd;
  left: 0;
  top: 0.6rem;
}
.small_nav ul li:nth-child(1) a::before,
.small_nav ul li:nth-child(5) a::before {
  display: none;
}
.video_link {
  background: url(../images/video_bg.jpg) no-repeat center center;
  padding: 0 2rem;
  padding-left: 4rem;
  color: #fff;
}
.video_link a {
  color: #fff !important;
}
.top-nav {
  width: auto;
}
.top-nav .navbar {
  padding: 0;
  float: right;
}
.nav-fixed {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.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;
  }
}
.top-nav .navbar-nav .nav-item .dropdown-menu-one {
  min-width: 48rem;
  padding: 0 0.5rem;
}
.dropdown-menu-one {
  background-color: #eee;
}
.navbar-expand-lg .navbar-collapse {
  flex-flow: row wrap !important;
}
.navbar-expand-lg .navbar-nav {
  justify-content: flex-end;
}
.navbar-nav {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #444;
  transition: all 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  color: #101010;
  font-family: "Poppins-Medium";
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  top: 39px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > li > a {
  background-color: #fff;
  color: #333;
  font-size: 0.8rem;
  position: relative;
  display: block;
  transition: all 0.5s;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #eee;
}

.navbar-expand-lg .navbar-nav .dropdown-menu > li > ol a {
  color: #333;
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 2.5rem;
  font-size: 0.9rem;
  position: relative;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > li > ol a:hover {
  color: #00a79b;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > li > ol a::before {
  position: absolute;
  content: "\f0da";
  left: 1.8rem;
  top: 0.2rem;
  font-family: fontawesome;
}
.navbar-expand-lg .navbar-nav .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.dropdown-menu-one li > a.active {
  color: #dc1f1b;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #dc1f1b;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #dc1f1b !important;
}
.dropdown-item {
  font-size: 0.9rem;
}
.nav-item span.pro_icon {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  color: #dc1f1b;
  padding: 2px 8px;
  font-size: 2rem;
  width: 32px;
  height: 28px;
  line-height: 24px;
  display: none;
  text-align: center;
}

/* .etw_language */
.etw_language {
  float: right;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
  justify-content: flex-end;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  z-index: 1;
  position: relative;
  margin-top: 0.5rem;
  background-color: #f0eeee;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
}
#etw_language {
  float: right;
  width: auto;
  text-align: right;
}
#etw_language .dropdown-item {
  display: inline-block;
  width: auto;
  font-size: 12px;
  line-height: 12px;
  padding: 0 0.5rem 0 0.5rem;
  color: #393939;
  min-width: auto !important;
  background: none;
  font-family: Arial, Helvetica, sans-serif;
}
#etw_language .dropdown-item img {
  margin-right: 5px;
}
#etw_language .dropdown-item:hover {
  color: #0051b0;
  text-decoration: underline;
  background: none;
}
#etw_language .dropdown-item:focus,
#etw_language .dropdown-item:hover {
  background: none !important;
}
/* banner */
#banner {
  width: 100%;
  position: relative;
}

.carousel-caption span {
  font-size: 1.15rem;
  color: #254061;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 0.8;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  position: relative;
  cursor: pointer;
  background-color: #254061;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 12px;
}
.carousel-indicators li {
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #0051b0;
}
.carousel-control-next,
.carousel-control-prev {
  background: none;
  border: none;
  z-index: 2;
}
.banner_01 {
  width: 100%;
  color: #fff;
  bottom: inherit;
  position: absolute;
  bottom: 2rem;
  right: 22%;
  margin: 0 auto;
  line-height: 1.45;
  font-size: 1rem;
  text-shadow: 1px 2px 1px #000;
}
.ban_txt {
  width: 100%;
  max-width: 680px;
  float: right;
  position: relative;
  padding-left: 2rem;
}
.banner_01 h1 {
  font-size: 2rem;
  font-family: "Intro";
  line-height: 1.2;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.41rem;
  color: #105bb6;
  text-shadow: -1px 0px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff,
    0px -1px 1px #fff;
}

.ban_txt .btn_more {
  border-color: #fff;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 0;
  margin-top: 2rem;
  background-color: #0051b0;
}

/* main_pro */

.main_pro {
  width: 100%;
  margin: 3rem auto;
  text-align: center;
}
.mainpro_item {
  position: relative;
  height: 100%;
  padding-bottom: 2rem;
  transition: all 0.5s;
}
.mainpro_item a {
  transition: all 0.5s;
  display: block;
  padding: 1rem;
  overflow: hidden;
}
.mainpro_item a h3 {
  color: #000;
  font-size: 1.2rem;
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  text-align: left;
}

.mainpro_item:hover {
  transform: scale(1.02);
}
.mainpro_item a p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: left;
}
.mainpro_item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.mainpro_item .btn_more {
  text-align: left;
  background-color: #fff;
  color: #0051b0;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.mainpro_item a:hover .btn_more {
  background-color: #0051b0;
  color: #fff;
}
/* .webtitle  */
.webtitle {
  font-size: 2.25rem;
  color: #000;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  font-weight: bold;
}
/* app_box */
.app_box {
  width: 100%;
  margin: 0 auto;
  padding-top: 3rem;
  background-image: linear-gradient(to bottom, #eee, #fff);
}
.app_item {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 1rem;
}
.app_item i {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  font-size: 1.5rem;
  color: #0051b0;
  transition: all 0.5s;
}
.app_item .app_des {
  width: 85%;
  background: #fff;
  border-top-right-radius: 22px;
  margin-top: -2rem;
  position: relative;
  padding: 2rem 1rem;
  padding-bottom: 1rem;
  transition: all 1s;
}
.app_item a:hover i {
  color: #d3e5fb;
}
.app_item a h3 {
  color: #000;
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  font-size: 1.1rem;
}
.app_item a p {
  color: #838383;
  font-size: 0.9rem;
}
/* about_box */
.about_box {
  width: 100%;
  margin: 3rem auto;
  margin-top: 1rem;
  padding: 3rem 0;
  position: relative;
  background: url(../images/about_img.jpg) #f9f9f9 no-repeat top right;
}
.about_des {
  padding-right: 2.5rem;
  position: relative;
  height: 100%;
}
.about_des::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #dedede;
  right: 0;
  top: 0;
}

.about_des .webtitle {
  color: #212529;
  text-align: left;
}
.about_icon {
  width: 100%;
  position: relative;
}
.about_icon li {
  display: flex;
  margin-bottom: 1rem;
}
.about_icon li img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0051b0;
  padding: 1rem;
  margin-right: 2rem;
}
.about_icondes h3 {
  font-size: 1.2rem;
  font-family: "Montserrat-SemiBold";
}

.about-video {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 1;
  background-color: #ea7876;
  transition: 0.3s ease-in-out;
}
.about-video1{top: 30%;}
.about-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ea7876;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.about-video i {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
  background: 0 0;
  font-family: fontawesome;
  padding-left: 0.4rem;
  box-shadow: 0 0.5rem 1rem rgba(204, 204, 204, 0.15);
  z-index: 3;
  line-height: 82px;
  z-index: 1;
}
.about-video:hover i {
  color: #000;
}
.video_text {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
  text-decoration: underline;
  font-weight: 400;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.video_text a {
  color: #333;
}
.video_text a:hover {
  color: #dc1f1b;
}

/* home_videobox */
.home_videobox {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.siger_video {
  position: relative;
}
.video_icon {
  background-color: #ee212b;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 4.9rem;
  left: 0;
}
.video_icon i {
  font-size: 2rem;
}
.siger_video img {
  display: block;
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.siger_video a {
  background-color: #f0f0f0;
  display: block;
  padding: 1rem;
  color: #000;
  border-left: 5px solid #ee212b;
  min-height: 101px;
}

.etw_featured {
  display: flex;
  flex-wrap: wrap;
}
.etw_featured .item {
  width: 23.5%;
  margin-right: 2%;
  background-color: #f0f0f0;
}
.etw_featured .item:nth-of-type(4n) {
  margin-right: 0;
}
.etw_featured .item .pic {
  position: relative;
  overflow: hidden;
}
.etw_featured .item .pic .video_icon {
  bottom: 0;
  z-index: 3;
}
.etw_featured .item:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
}

/* video_box */
.video_box {
  position: absolute;
  left: -8px;
  top: 1rem;
  padding: 1rem 1rem;
  background: linear-gradient(45deg, #dc1f1b, #fbc3c2);
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
  font-size: 0.9rem;
  font-weight: 200;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  border-radius: 0 1.5rem 1.5rem 0;
  z-index: 1;
}
.video_box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 8px solid #010e22;
  border-top: 0 solid transparent;
  border-bottom: 8px solid transparent;
  left: 0;
  bottom: -8px;
}
.video_box a {
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.video_box i {
  display: inline-block;
  position: relative;
  margin: 0 0.4rem 0 0;
  width: 21px;
  height: 21px;
  font-style: normal;
}
.video_box i:before {
  content: "\f16a";
  font-family: fontawesome;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.3rem;
}

/* hub_pro */
.hub_pro {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
.hubpro_item {
  border: 1px solid #ccc;
  padding: 5px;
  height: 100%;
  position: relative;
  padding-bottom: 2rem;
}
.hubpro_item a h3 {
  color: #000;
  font-size: 1.1rem;
  font-family: "Montserrat-SemiBold";
  transition: all 0.5s;
}
.hubpro_item a img {
  transition: all 0.5s;
}
.hubpro_item a:hover img {
  transform: scale(0.98);
}
.hubpro_item a:hover h3 {
  color: #dc1f1b;
}
.hubpro_item a p {
  color: #666;
  font-size: 12px;
}
.hubpro_des {
  padding: 1rem;
}
.hubpro_item a:hover .btn_more {
  background-color: #0051b0;
  color: #fff;
}
.hubpro_item .btn_more {
  font-size: 12px;
  position: absolute;
  left: 2rem;
  bottom: 1rem;
}
/* feature */
.feature {
  width: 100%;
  margin: 0 auto;
}
.feature ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #8e9dac;
  background-image: linear-gradient(to right, #f3f5f7, #e1e3e5);
  padding: 1rem;
}
.feature ul li.feature_img {
  width: 32%;
}
.feature ul li.feature_des {
  width: 66%;
  padding: 1rem 1rem;
}
.feature ul li.feature_des h4 {
  font-size: 1rem;
  font-family: "Montserrat-SemiBold";
  color: #000;
  margin-top: 0;
}
/* advantages_box */
.advantages_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.advantages_box ul {
  width: 32%;
  margin-right: 2%;
  background-color: #eee;
  margin-bottom: 2rem;
}
.advantages_box ul:nth-child(3n) {
  margin-right: 0;
}
.advantages_box ul li h4 {
  font-family: "Montserrat-SemiBold";
}
.advantages_des {
  padding: 1rem;
  padding-top: 0;
  font-size: 0.8rem;
}
/* related_pro */
.related_pro {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #0d5cbb;
  padding: 10px;
}
.related_pro li {
  width: 23.5%;
  background-color: #eee;
  margin-bottom: 1rem;
  transition: all 0.5s;
  margin-right: 2%;
  border-radius: 8px;
}
.related_pro li:nth-child(4n) {
  margin-right: 0;
}
.related_pro li a {
  color: #333;
  display: block;
  position: relative;
  font-size: 12px;
  transition: all 0.5s;
}
.related_pro li a span {
  display: block;
  background-color: #10069f;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 5px 8px;
}
.related_pro li a img {
  margin-bottom: 1rem;
}
.related_pro li a p {
  padding-left: 8px;
  padding-right: 8px;
}
.related_pro li a p strong {
  display: block;
  color: #333;
  font-size: 1rem;
}

.related_pro li a:hover,
.related_pro li a.dq {
  color: #dc1f1b;
}
.related_pro li:hover {
  background-color: #fff;
}
/* other_pro */
.other_pro {
  width: 100%;
  margin: 3rem auto;
  margin-bottom: 0;
  text-align: center;
  border-top: 1px solid #8e9dac;
  padding: 2rem 0;
  padding-bottom: 0;
  overflow: hidden;
}
.other_title {
  font-size: 2.25rem;
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  text-align: center;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 34, 44, 0.29),
      0 0 0 10px rgba(235, 34, 44, 0.09), 0 0 0 20px rgba(235, 34, 44, 0.29);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(235, 34, 44, 0.29),
      0 0 0 20px rgba(235, 34, 44, 0.29), 0 0 0 40px rgba(235, 34, 44, 0.29);
  }
}

.btn_more {
  width: auto;
  padding: 0.5rem 1rem;
  color: #0051b0;
  border: 1px solid #0051b0;
  display: inline-block;
  transition: all 0.5s;
  background: none;
  background-color: #fff;
}
.about_des .btn_more {
  color: #0051b0;
  background: #fff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 2rem;
}
.btn_more:hover {
  background-color: #0051b0;
  border: 1px solid #0051b0;
  color: #fff;
}
.about_des .btn_more:hover {
  background-color: #0051b0;
  color: #fff;
}
#quicknav {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  color: #003d89;
  line-height: 1.2rem;
  font-size: 0.75rem;
  overflow: hidden;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  color: #333;
  position: relative;
  border-bottom: 1px solid #e0e0e3;
}
#quicknav a {
  color: #333;
}
#quicknav ul {
  width: 100%;
  margin: 0 auto;
}
#quicknav li {
  display: inline-block;
  padding: 0.2rem 0.4rem 0.2rem 0;
}
#quicknav li + li::before {
  padding: 0 5px;
  color: #1d252c;
  content: "/\00a0";
}
#quicknav a:hover {
  color: #dc1f1b;
}
/* big_title */
.big_title {
  font-size: 1.3rem;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 0.5rem;
}
.big_title a {
  color: #0051b0;
}
.big_title a:hover {
  color: #dc1f1b;
}
.sub_title span {
  font-family: "Montserrat-SemiBold";
  font-size: 1.4rem;
  color: #0051b0;
  background-color: #eee;
  padding: 0.2rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

/* etw_sidebar */
#etw_sidebar {
  width: 100%;
}
.etw_productlist {
  background-color: #f9f7f7;
}

#etw_sidebar ul {
  width: 100%;
}
#etw_sidebar ul li a {
  color: #333;
  padding: 0.5rem 1rem;
  display: block;
  font-size: 12px;
  padding-left: 1.5rem;
  transition: all 0.5s;
  line-height: 1.35;
  display: block;
  text-align: right;
}

#etw_sidebar ul li {
  border-bottom: solid 1px #eee;
  cursor: pointer;
}
#etw_sidebar ul > li > a {
  width: 100%;
  padding: 1rem 1rem;
  padding-right: 1.5rem;
  font-size: 0.8rem;
  position: relative;
  line-height: 1.35;
  display: block;
  text-transform: uppercase;
}
#etw_sidebar ul > li > ol {
  background-color: #eee;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
#etw_sidebar ul > li > ol a {
  display: block;
  position: relative;
  padding-right: 1.6rem;
  margin-bottom: 1px;
}
#etw_sidebar ul > li > ol a::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
#etw_sidebar ul > li > a::before {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 9px;
  top: 1rem;
  font-size: 1.1rem;
}
#etw_sidebar ul li a:hover,
#etw_sidebar ul li a.dq {
  color: #dc1f1b;
}
#etw_contactin {
  margin-top: 2rem;
  color: #fff;
  line-height: 1.35;
}
#etw_contactin a {
  color: #fff;
  margin-bottom: 1rem;
}
#etw_contactin .etw_hometitle {
  margin-bottom: 1rem;
}
#etw_contactin .etw_contact {
  padding: 0.5rem;
}

/* etw_right */
.etw_right {
  width: 100%;
  background: #ffffff;
}
.pagebody {
  width: 100%;
  margin: 0 auto;
}
.home_page {
  background-color: #fff;
}
/* #container */
#container {
  width: 100%;
  margin: 0 auto;
  margin-top: 85px;
}
.home_box {
  margin: 0 auto;
  margin-top: 85px;
}
.pro_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.bg-light {
  padding: 2rem;
  padding-top: 1rem;
  overflow: hidden;
  background-color: #fff !important;
  border-top: 1px solid #dddddd;
}
/* etw_content */
.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* btn-inquiry */

.btn-inquiry span {
  width: auto;
  padding: 0.2rem 2rem;
  color: #0051b0;
  display: inline-block;
  transition: all 0.5s;
  border: 1px solid #0051b0;
  border-radius: 5px;
  cursor: pointer;
}
.btn-inquiry span:hover {
  background-color: #dc1f1b;
  color: #fff;
}

/* inquiry_box */
.inquiry_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  background: #666;
}
.inquiry_box_inner {
  background-color: #eee;
  font-size: 1rem;
}

.inquiry_box .contact_box {
  padding: 2rem 1rem 1rem 0;
  color: #fff;
  width: 40%;
  position: relative;
  top: 0;
  left: 0;
  font-size: 0.85rem;
  background-size: cover;
  position: relative;
}

/* etw_set_feedback_form */
.etw_set_feedback_form {
  width: 58%;
  background-color: #eee;
  padding: 2rem 1rem;
}
.feedback_form {
  width: 100%;
}
.form_contact_title h3,
.inquiry_box .contact_title a {
  font-size: 2rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
}

.inquiry_box .contact_title a {
  margin-bottom: 1rem;
  display: block;
}
.theme-title {
  color: #333 !important;
  text-align: center !important;
  border-bottom: 1px solid #333 !important;
  font-size: 1.2rem !important;
}
.theme-title i {
  display: none;
}
.contact_content strong,
.contact_content h3,
.contact_content a {
  color: #000;
}
.contact_content a:hover {
  color: #0051b0;
}
.contact_content h3 {
  font-size: 1.4rem;
  font-family: "Montserrat-SemiBold";
}
/* ul.item */
ul.item,
ul.item_circle {
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
ul.item li,
ul.item_circle li {
  position: relative;
  text-align: left;
  padding-left: 1rem;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
}

ul.item li:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 2px;
  top: -5px;
  color: #0051b0;
  font-size: 1rem;
}
ul.item_circle li:before {
  content: "" !important;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #666;
}
.bg_box {
  background-color: #ccc;
  padding: 2rem;
  background-color: #e5edf2;
  height: 100%;
}

/* #etw_producttitle */
#etw_producttitle {
  height: auto;
  color: #003d89;
  line-height: 1.2rem;
  font-size: 0.9rem;
  overflow: hidden;
  color: #333;
  position: relative;
  background-color: #f9f9f9;
  padding: 0.6rem 0;
}
#etw_producttitle a {
  color: rgba(0, 0, 0, 0.4);
}
#etw_producttitle ol {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#etw_producttitle li {
  display: inline-block;
  padding: 0.2rem 0.4rem 0.2rem 0;
}
#etw_producttitle li + li::before {
  padding: 0 5px;
  color: #1d252c;
  content: "/\00a0";
}
#etw_producttitle a:hover {
  color: #00aae7;
}

/* .left_pics */
.left_pro_img,
.pro_img {
  position: relative;
}
.left_pro_img a {
  position: relative;
  display: block;
}

.left_pics {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.left_pics img {
  text-align: center;
  mix-blend-mode: multiply;
  width: 100%;
}
.left_pics a {
  display: block;
  background-color: #f9f9f9;
  overflow: relate_pro;
}
.related_pic {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.related_pic a {
  width: 18%;
  margin-right: 2%;
}
.related_pic a:nth-child(5n) {
  margin-right: 0;
}
.related_pic a:nth-child(5n + 1) {
  clear: both;
}
.related_pic img {
  width: 100%;
  height: auto;
  float: left;
  border: 1px #eee solid;
  margin: 10px 0 5px 0;
}
.related_pic img:hover,
.related_pic a.imgdq img {
  border: 1px #0051b0 solid;
}
.related_pic span {
  font-size: 0.75rem;
  line-height: 0.9rem;
  display: block;
  text-align: center;
}

/* contact-info */
.almi-contact-info-box {
  background-color: #f7f7f7;
  padding: 1rem;
  height: 100%;
}
.almi-contact-info-box h3 {
  font-size: 1.4rem;
}
.contact-info-box {
  display: flex;
  align-items: center;
}
.contact-info-icon {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
  margin-right: 20px;
  transition: all 0.3s;
}
.contact-info-box:hover .contact-info-icon {
  border: 2px solid #00aae7;
}
.contact-info-icon i {
  font-size: 1.3rem;
  color: #999;
}
ul.contact-info {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  flex: 1;
}
ul.contact-info li,
ul.contact-info li a {
  color: #656970;
  font-weight: 500;
  margin-bottom: 0;
}

/* footer */
#footer {
  width: 100%;
  background: url(../images/foot_img.jpg) no-repeat top;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}
.etw_bottom {
  max-width: 1200px;
  padding: 1rem 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  color: #87888a;
  font-size: 0.9rem;
}
.footlogo_des a img {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.footlogo_des {
  font-size: 0.8rem;
  line-height: 1.35;
  color: #87888a;
  position: relative;
  margin-top: -2rem;
}
.home_link {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d9d9db;
  max-width: 1200px;
  margin: 0 auto;
}
#footer a {
  color: #87888a;
}
#footer a:hover {
  color: #dc1f1b;
}
#footer .left_share a i {
  color: #fff !important;
  font-size: 1rem;
  padding: 0 0.5rem;
}

.etw_bottom .etw_foot_title {
  border: none;
  color: #282828;
  position: relative;
}

.etw_bottom .etw_foot_title a,
.etw_bottom .etw_foot_title {
  color: #282828 !important;
  font-size: 1.2rem;
  display: block;
  line-height: 1.35;
  position: relative;
  padding-bottom: 0.5rem;
  position: relative;
  font-family: "Montserrat-SemiBold";
}
.etw_bottom .etw_foot_title {
  margin-bottom: 1rem;
}

.etw_bottom .etw_foot_title a:hover {
  color: #000;
  text-decoration: none;
}
.pblist {
  overflow: hidden;
  margin: 0.5rem auto;
}
.etw_bottom a {
  color: #fff;
}
.etw_bottom a:hover {
  color: #000;
}
.etw_bottom ul {
  width: 100%;
  margin-right: 2%;
  float: left;
  display: flex;
  flex-flow: wrap;
}
.etw_bottom ul li {
  width: 100%;
  float: left;
}
.etw_bottom ul > li > a {
  display: block;
  line-height: 1.4rem;
  padding-left: 1rem;
  color: #fff;
  position: relative;
  font-weight: 400;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.etw_bottom ul > li > ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
  float: left;
}
.etw_bottom ul > li > a:before {
  position: absolute;
  content: "\f105";
  left: 2px;
  top: 0px;
  font-family: fontawesome;
  color: #87888a;
}
.cot_add,
.cot_tel,
.cot_email,
.cot_people,
.cot_mobile,
.cot_fax,
.cot_whatsapp {
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 3px;
  padding-top: 0.2rem;
}
.cot_add:before {
  content: "\f041";
  position: absolute;
  left: 0px;
  top: 4px;
  color: #87888a;
  font-family: fontawesome;
  font-size: 20px;
}
.cot_tel:before {
  content: "\f095";
  position: absolute;
  left: 0px;
  top: 3px;
  color: #87888a;
  font-family: fontawesome;
  font-size: 18px;
}
.cot_email:before {
  content: "\f0e0";
  position: absolute;
  left: 0px;
  top: 2px;
  color: #87888a;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_people:before {
  content: "\f2be";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #87888a;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_mobile:before {
  content: "\f10b";
  position: absolute;
  left: 4px;
  top: -4px;
  color: #87888a;
  font-family: fontawesome;
  font-size: 22px;
}
.cot_fax:before {
  content: "\f1ac";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #87888a;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_whatsapp:before {
  content: "\f232";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #87888a;
  font-family: fontawesome;
  font-size: 18px;
}

#etw_coper {
  margin-top: 2px;
  width: 100%;
  line-height: 22px;
}
#etw_coper a {
  display: block;
  color: #87888a;
  font-size: 12px;
}
#otherlink {
  clear: both;
  width: 100%;
  height: auto;
  font-size: 12px;
  margin-top: 1rem;
}
#otherlink a {
  color: #87888a;
  display: inline-block;
  padding: 0 4px;
  margin-right: 5px;
  line-height: 22px;
  margin-bottom: 5px;
  border: 1px solid #87888a;
  font-size: 12px;
}
#otherlink a span {
  opacity: 0.5;
  position: relative;
  top: 0;
}
#otherlink a:hover,
#etw_homefooters a:hover,
.etw_homefoot a:hover {
  color: #dc1f1b;
}
#otherlink a:hover span {
  opacity: 1;
  top: -2px;
  transition: all 0.3s ease-in-out;
}
/* tags_box */
.tags_box {
  width: 100%;
  max-width: 1200px;
  margin: 1rem auto;
  margin-top: 0;
  color: #87888a;
}
.tags_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tags_box ul li {
  padding: 0.3rem 0.5rem;
  font-size: 12px;
}
.tags_title {
  padding: 0.1rem 0.5rem;
}

/*sitemap*/
#sitemap {
  width: 100%;
  margin: 20px auto;
  font-size: 13px;
}
#sitemap .name {
  width: 100%;
  font-size: 15px;
  margin: 10px 0;
  clear: both;
}
#sitemap a {
  color: #0f599b;
  width: 100%;
  display: block;
  background: #eee;
  font-weight: 600;
  line-height: 24px;
}
#sitemap a.sname {
  margin: 5px 0;
  font-weight: 400;
  width: 100%;
  color: #333;
  text-decoration: underline !important;
  background: 0 0;
  font-size: 14px;
}
#sitemap a:hover {
  text-decoration: underline !important;
}
#sitemap a.sname:hover {
  color: #0f599b;
  text-decoration: none !important;
}
#sitemap p {
  margin: 0 0 10px;
  line-height: 22px;
}
#sitemap .list_m {
  width: 100%;
  height: auto;
  margin: 10px 0;
  overflow: hidden;
}
#sitemap .list_m a {
  width: 50%;
  display: block;
  float: left;
  color: #888;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  padding-right: 3%;
  background: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
#sitemap .list_m a:nth-child(2n + 1) {
  clear: both;
}
#sitemap .list_m a:hover {
  color: #0f599b;
}

@media (max-width: 1300.98px) {
  .top-nav .navbar-nav .row {
    width: 100% !important;
    margin-left: 0 !important;
    left: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 0.5rem;
  }
  .banner_01 {
    font-size: 0.9rem;
  }
  .banner_01 h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1299.98px) {
  .dropdown-menu {
    left: -12rem !important;
  }
  .dropdown-item {
    white-space: normal;
  }
}
@media (max-width: 1199.98px) {
  .pagebody,
  #etw_content,
  .banner_01,
  .header_in,
  .etw_bottom {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .header_in {
    padding-bottom: 0;
  }

  .etw_more {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .small_nav{max-width: 560px;}
  .small_nav ul li a{
    padding: 0.5rem 0.5rem;
    font-size: 13px;
  }
  .video_link{
    padding: 0 1rem;
    padding-left: 3rem;
  }
  .navbar-nav .nav-item.dropdown:first-child .dropdown-menu {left: 0 !important;}
  .navbar-nav .nav-item.dropdown:first-child .dropdown-menu li a{white-space: nowrap;}
}
@media (max-width: 991.98px) {
  #header {
    position: inherit;
    min-height: inherit;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
  }
  #header::before,
  .bg_box {
    display: none;
  }
  #container,
  #etw_content,
  .home_box {
    margin: 0 auto;
  }

  #quicknav,
  .tags_box,
  #etw_sidebar,
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .video_link {
    padding: 0;
    background: none;
  }
  .video_link a {
    color: #333 !important;
  }
  #etw_sidebar {
    border: none;
  }

  #etw_logo {
    position: relative;
    padding: 0;
  }
  .small_nav {
    margin-top: 0;
    margin-top: 1rem;
    max-width: inherit;
  }
  .small_nav ul {
    flex-wrap: wrap;
    float: left;
    width: 100%;
  }
  .small_nav ul li {
    width: 100%;
  }
  .small_nav ul li:nth-child(2) {
    display: none;
  }
  .top-nav .navbar {
    float: left;
    width: 100%;
  }

  .small_nav ul li a::before {
    display: none;
  }
  .nav-item span.pro_icon {
    display: block;
  }
  .navbar-light .navbar-toggler {
    color: #dc1f1b;
    font-size: 2.5rem;
    border: none;
  }
  .top-nav {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .small_nav ul li a {
    padding: 0.6rem 0.5rem;
    border-right: none;
    font-size: 1rem;
    border-bottom: 1px solid #666;
    color: #333;
    text-transform: none;
    font-family: "Poppins-Medium";
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu > li > a {
    font-size: 0.8rem;
  }

  .navbar {
    padding: 0;
  }
  .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    font-size: 14px;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    border-radius: 0;
    color: #fff;
    background-color: #252525;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    border-radius: 0;
    color: #fff;
    background-color: #252525;
  }

  .etw_language {
    padding-top: 0;
    background: none;
  }
  .etw_language {
    display: block;
    float: right;
    height: auto;
  }
  .etw_language > ul {
    position: relative;
    z-index: 9;
    float: right;
    font-size: 1rem;
    border-radius: 8px;
  }
  .etw_language > ul > li > a {
    display: block;
    color: #000;
    padding: 0rem 1rem;
  }
  .etw_language ul ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0;
    background-color: #ffffff;
    min-width: 100px;
  }
  .etw_language ul ul a {
    display: block;
    text-align: left;
    float: left;
    padding: 0.3rem 1rem;
    color: #333;
  }
  #etw_language .dropdown-item {
    color: #333;
    padding: 0.2rem 0 0 1.5rem;
  }
  #etw_language .dropdown-item:hover {
    color: #8f99a5;
  }
  .etw_language ul li:hover > ul {
    display: block;
  }
  .etw_language .dropdown-item {
    min-width: 100px;
  }
  .etw_language #etw_language {
    float: none;
    margin-top: 0;
    height: auto;
  }
  .etw_language #etw_language a {
    line-height: 1.5rem;
  }
  #etw_language .dropdown-item img {
    display: none;
  }

  #floatchatiframe2011 {
    width: 100%;
  }
  .banner_01 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 925.98px) {
  .pro_banner h2{font-size: 1.3rem;}
}
@media (max-width: 768.98px) {
  .inquiry_box .contact_box {
    display: none;
  }
  .inquiry_box .contact_box,
  .etw_set_feedback_form {
    width: 100%;
  }
  .inquiry_box .contact_box {
    left: 0;
    top: 0;
  }
  .webtitle {
    font-size: 1.6rem;
  }
  .app_item {
    text-align: center;
  }
  .app_item .app_des {
    width: 100%;
  }
  .advantages_box ul {
    width: 48%;
  }
  .advantages_box ul:nth-child(3n) {
    margin-right: 2%;
  }
  .advantages_box ul:nth-child(2n) {
    margin-right: 0;
  }
  /*FEATURED VIDEOS*/
  .etw_featured .item {
    width: 49%;
    margin-bottom: 20px;
  }
  .etw_featured .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .etw_featured .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .about_des {
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem;
  }
  .about_des::before {
    display: none;
  }
  .about_box {
    background: #eee;
    padding: 2rem;
  }
  .feature ul{flex-wrap: wrap; padding: 5px;}
  .feature ul li.feature_img{text-align: center; margin-bottom: 1rem;}
  .feature ul li.feature_img,.feature ul li.feature_des{width: 100%;}
}
@media (max-width: 650.98px) {
  html {
    font-size: 14px;
  }
  .related_pro li {
    width: 32%;
  }
  .related_pro li:nth-child(4n) {
    margin-right: 2%;
  }
  .related_pro li:nth-child(3n) {
    margin-right: 0;
  }
  .banner_01 h1 {
    text-transform: none;
    font-size: 1.5rem;
    line-height: 1.35;
  }
  .pro_banner h2 {
    font-size: 1.6rem;
  }
  .ban_txt {
    max-width: inherit;
    padding-left: 0;
    float: none;
  }
  .pro_banner h2{font-size: 1rem;}
}
@media (max-width: 575.98px) {
  h2,
  .etw_hometitle {
    font-size: 1.3rem;
  }

  .videoall ul li {
    width: 100%;
    margin-right: 0;
  }

  .advantages_box ul {
    width: 100%;
    margin-right: 0;
  }
  .advantages_img a img {
    width: 100%;
  }
  .related_pro li {
    width: 48%;
  }
  .related_pro li:nth-child(2n) {
    margin-right: 0%;
  }
  .related_pro li:nth-child(3n) {
    margin-right: 2%;
  }
  /*FEATURED VIDEOS*/
  .etw_featured .item {
    width: 100%;
  }
  .etw_featured .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .etw_featured .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .banner_01 h1 {
    font-size: 1.2rem;
  }
  #etw_logo {
    top: 5px;
    margin-bottom: 5px;
  }
  #etw_logo img {
    width: 50px;
  }
  .pro_banner h2 {
    top: 1rem;
    left: 5%;
    transform: inherit;
    font-size: 0.85rem;
    text-align: left;
    line-height: 1.25;
  }
}

@media (max-width: 380.98px) {
  .pro_banner h2 {font-size: 0.75rem;}
  .carousel-caption h5 {
    font-size: 1.2rem;
  }

  .banner_01 {
    top: 10%;
  }
  #etw_logo {
    top: 5px;
  }
  #etw_logo h1 {
    display: none;
  }
  #etw_logo img {
    width: 60px;
  }
  .webtitle {
    font-size: 1.4rem;
  }
  .feature ul {
    flex-wrap: wrap;
  }
  .feature ul li.feature_img,
  .feature ul li.feature_des {
    width: 100%;
  }
}
@media (max-width: 320.98px) {
  .banner_01 {
    display: none;
  }
  .related_pro li {
    width: 100%;
    margin-right: 0;
  }
}
/* 2024-10-31 */
.discount {
  color: #f00;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #fff !important;
}

ol.item_circle {
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
ol.item_circle li {
  position: relative;
  text-align: left;
  padding-left: 1rem;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
}

ol.item li:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 2px;
  top: -5px;
  color: #dc1f1b;
  font-size: 1rem;
}
ol.item_circle li:before {
  content: "" !important;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #666;
}

.img_list a img{width: 100%;}

.related_pic {width:100%; position: relative;  display: flex; flex-wrap: wrap;justify-content: center;}
.related_pic a {width:18%; margin-right: 1%;}
.related_pic a:nth-child(5n){margin-right: 0;}
.related_pic img {width:100%;height:auto;float:left;border:1px #eee solid; margin-bottom: 5px;}
.related_pic img:hover,.related_pic a.imgdq img {border:1px #00193c solid;}
.related_pic span {font-size:0.7rem;line-height:0.9rem;display:block;text-align:center;color:#666;}

/* social_box */
.social_box{width: 100%; margin-top: 2rem;}
.social_item{height: 100%;background-color: #fff;box-shadow: 0 0 25px rgb(0 0 0 / 10%); }
.social_des{padding: 1rem;}
.social_des h5{color: #dc1f1b;font-size: 1.4rem;font-family:FiraSans-Bold; position: relative;padding-bottom: .5rem;}
.social_des h5::before{position: absolute;content: "";left: 0;bottom: 0;width: 50px;height: 1px;background-color: #dc1f1b;}


.bannerin{width:100%;position:relative;overflow:hidden;}
.bannerin1{background:url(../images/bannerin_01.jpg) no-repeat;background-size:cover;background-position:0 50%;min-height:380px;}
.banner_box{position:absolute;max-width:1200px;margin:0 auto;width:94%;z-index:4;left:0;right:0;top:50%;transform:translateY(-50%);}
.banner_box .etw_hometitle,.banner_box #quicknav,.banner_box #quicknav a{color:#fff;background:0;}
.banner_box .etw_hometitle{font-size:3.4rem;padding:1rem 0;font-weight:600;position:relative;line-height:3.6rem;border-bottom:none;margin:0;color:#fff;letter-spacing:0.1rem;}
.banner_box #quicknav{border-bottom: none;}
.banner_box #quicknav a:hover{color:#f2281c;}
.banner_box #quicknav ul{width:100%;}
.banner_box #quicknav li+li::before{color:#ddd;}
.banner_box #quicknav a i{color:#fff;}
.banner_box1{top:45%;}
.banner_box1 .etw_hometitle,.banner_box1 #quicknav{text-align:center;}

/* service_inner_box */
.service_inner_box{width: 100%;margin-top: 2rem;}
.service_content{display: flex; margin-top: 2rem; background-color: #fef8f8; padding: 2rem; align-items: center; margin-bottom:2rem; flex-wrap: wrap; justify-content: space-between;}
.service_icon{width: 115px;
  height: 115px;
  border-radius: 50%;
  padding: 1rem;
  background-color: #fff;}
.service_des{flex: 1; padding: 0 1rem;}

table tr td.dark{background-color: #e1e3e5;}

.navbar-expand-lg .navbar-nav .dropdown-menu.menu_01 {
  width: 30rem;
  
}
.navbar-expand-lg .navbar-nav .dropdown-menu.menu_01 li a{
  white-space: wrap;
}

@media (max-width:991.98px){
.banner_box .etw_hometitle,.banner_box #quicknav,.banner_box #quicknav a{text-align:left;}
.banner_box .etw_hometitle{font-size:2.4rem;line-height:2.8rem;width:100%;}
.banner_box #quicknav{font-size:0.9rem;}
}

@media (max-width:767.98px){
.bannerin{min-height:auto;padding:1rem 0;}
.banner_box{position:relative;top:auto;transform:none;}
.banner_box p{display:none;}
}

@media (max-width:575.98px){
  .service_des{width: 100%; margin-top: 1rem;flex: none;}
}