@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: "Helvetica-Neue";
  src: url(../font/Helvetica-Neue.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: "AvantGarde-BT";
  src: url(../font/AvantGarde-BT.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/iconfont-02.ttf?t=1624252365977") format("truetype");
}
body {
  color: #6a6a6a;
  background-color: #f1fafe;
  font-family: "Poppins-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;
}
img {
  vertical-align: top;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
.clearfix::after {
  display: table;
}
hr {
  margin-bottom: 1rem;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #174277;
}
a:hover {
  color: #1782d2;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none;
}
a.link {
  color: #124ca0;
  text-decoration: underline;
  font-family: "Oswald";
}
a.link:hover {
  color: #289fe1;
  text-decoration: underline;
}
.img_list span,
.img_list a span {
  text-align: center;
  display: block;
  padding: 0.5rem;
  color: #333;
}
.table {
  margin: 6px 0 0 0;
  font-size: 14px;
}
.table tr.top {
  background: #e7e3c6 !important;
  color: #333;
  text-align: center !important;
}
.table tr td {
  vertical-align: middle !important;
  padding: 6px 3px !important;
  text-align: left;
}
.table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table tr:nth-child(even) {
  background-color: #fff;
}
.table-img {
  width: 100%;
  min-width: 200px;
}
.table-img img {
  width: 200px;
}
table,
td {
  border: 1px solid #ccc !important;
}
.table1 {
  width: auto;
}
h2,
.etw_hometitle {
  display: block;
  line-height: 1.35;
  padding: 0;
  color: #000;
  font-family: "AvantGarde-BT";
  font-size: 1.4rem;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
}
.etw_hometitle {
  padding-left: 0;
}
h2::before {
  position: absolute;
  content: "";
  top: -0.2rem;
  left: 0;
  background: url(../images/h2_bg.png) no-repeat center center;
  width: 40px;
  height: 40px;
}
.banner_h2 {
  color: #fff;
  font-family: "Poppins-Medium";
  font-size: 2.2rem;
  padding: 1rem 0 0.5rem 0;
  font-weight: 600;
}
.js-gallery-wrap h3 {
  font-size: 1.1rem;
  color: #000;
  margin-top: 1rem;
  padding-top: 0;
  line-height: 1.55;
  font-weight: bold;
}
.pro_detail_img img {
  width: 100%;
}
b {
  font-weight: normal;
  font-style: italic;
  color: #000;
  text-decoration: underline;
}
strong {
  font-size: 0.9rem;
  color: #000;
}
#etw_top {
  position: fixed;
  width: 35px;
  height: 35px;
  right: 5px;
  bottom: 100px;
  text-align: center;
  background: #e2bf00;
  z-index: 100;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  border-radius: 50%;
}
#etw_top a {
  color: #fff;
}
.brief {
  color: #999;
  padding-top: 1rem;
  margin-bottom: 3rem;
  font-size: 0.85rem;
  margin-top: 2rem;
}
#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: #0d4bbf;
}
.etw_language a:not([href]):not([tabindex]) {
  color: #333;
  cursor: pointer;
}
/* #header */
#header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  border-top: 10px solid #e2bf00;
  background-color: #28288a;
}
.headerin {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#etw_logo {
  float: left;
  position: relative;
  text-align: center;
  padding: 0.5rem 0;
}
.top-nav {
  margin: 0 auto;
  margin-top: 0.5rem;
  font-family: "AvantGarde-BT";
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: "Poppins-Medium";
}
.navbar-light .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 70%;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 5px;
  background: #ffd800;
  transform: scale(0);
  transition: all 0.2s;
  transform-origin: left;
  margin: 0 auto;
}
.navbar-light .navbar-nav .nav-item {
  position: relative;
}
.navbar-light .navbar-nav li a.nav-link:hover:before,
.navbar-light .navbar-nav li.active a.nav-link:before {
  transform: scale(1);
}
.dropdown-item {
  font-size: 0.85rem;
  font-family: Arial, Helvetica, sans-serif;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
  min-width: 42rem;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu li {
  width: 48%;
  display: block;
  float: left;
  margin-right: 2%;
}
.navbar-expand-lg
  .navbar-nav
  .nav-item:nth-child(3)
  .dropdown-menu
  li:nth-child(2n + 1) {
  clear: both;
}
.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
  padding: 0.51rem;
}
.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu li a {
  padding: 0.2rem 0.8rem;
  padding-left: 1rem;
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu li a {
  white-space: normal;
}
.navbar-expand-lg .navbar-nav .nav-item .dropdown-menu li a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #666;
  left: 5px;
  top: 12px;
  border-radius: 50%;
}
.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 {
  color: #ffd800;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffd800;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #28288a;
  background: none;
}
.dropdown-menu {
  padding-top: 0;
}
/*language*/
.etw_language > ul {
  border-radius: 0 0 12px 12px;
  z-index: 2;
  padding: 0rem 0.2rem;
  background-color: #e2bf00;
  position: absolute;
  right: 0;
  top: -15px;
  font-family: "Poppins-Medium";
}
.etw_language > ul > li > a {
  display: flex;
  color: #373737;
  padding: 0.2rem 1rem;
  font-size: 0.9rem;
  align-items: center;
  justify-content: space-around;
}
.etw_language ul ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  background-color: #eee;
  min-width: 100px;
  border-radius: 4px;
}
.etw_language ul ul a {
  display: block;
  text-align: left;
  float: left;
  padding: 0.3rem 1rem;
  color: #333;
}
.etw_language ul ul li a:hover {
  color: #0d4bbf;
}
.etw_language ul li:hover > ul {
  display: block;
}
.etw_language .dropdown-item {
  min-width: 100px;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  padding-top: 0.3rem;
}
@media (max-width: 1198.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-light .navbar-nav .nav-link {
    text-transform: none;
  }
}
@media (max-width: 991.98px) {
  .navfeed {
    display: none;
  }
  #header {
    position: inherit;
    min-height: inherit;
    border-top: none;
  }
  .navbar-expand-lg {
    margin-top: 0.5rem;
    padding-left: 1.12rem;
  }
  .etw_language ul {
    top: 0;
    margin-top: 0;
    background: none;
    right: 5rem;
  }
  .etw_language ul li {
    position: relative;
  }
  .etw_language ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    background-color: #dbdbdb;
    top: 0.2rem;
    right: -0.5rem;
  }
  .etw_language > ul > li > a {
    padding: 0 0.5rem;
  }
  #etw_logo {
    width: 105px;
    float: left;
    border: none;
    padding-left: 1rem;
  }
  .pro_logo {
    top: 0;
  }
  .top-nav-pro .navbar-expand-lg {
    padding-top: 0;
  }
  .top-nav {
    width: 100%;
    margin-top: 0;
    clear: both;
    display: block;
  }
  .navbar-light .navbar-nav {
    background-color: #fff;
  }
  .navbar {
    padding: 0;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    color: #141414;
  }
  .navbar-light .navbar-nav a.nav-link:before {
    width: 0;
    height: 0;
  }
  .navbar-light .navbar-nav .nav-item::after {
    display: none;
  }
  .navbar-light .navbar-nav .active .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #1a8ccd;
    background: none;
  }
  .navbar-light .navbar-nav .show > .nav-link {
    background: none;
  }
  .navbar-light .navbar-nav a.nav-link {
    font-weight: 400;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #141414;
    padding: 0.6rem;
    text-align: left;
  }
  .dropdown-menu {
    border: none;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    font-size: 20px;
    margin: 0rem 1rem 0 0;
    border-color: #0d4bbf;
    background-color: #0d4bbf;
    border: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 0rem;
  }
  #quicknav,
  .bg-light-line {
    display: none;
  }
}
#container {
  width: 100%;
  margin: 0 auto;
  margin-top: 5.2rem;
}
.bg-light {
  width: 100%;
  margin: 3rem auto;
  padding: 3rem 2rem;
  background-image: linear-gradient(to top, #f8f8f8, #efefef);
}
.bg-light-line {
  border-bottom: 1px solid #e0dede;
  padding: 0;
  padding-top: 1rem;
}
/*banner*/
#etw_banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#etw_banner .banner_txt {
  position: absolute;
  top: 15%;
  left: 32%;
  right: 5%;
  margin: 0 auto;
  color: #fff;
  z-index: 0;
}
#etw_banner .banner_txt h1 {
  font-size: 2.3rem;
  font-family: "AvantGarde-BT";
  margin-bottom: 1rem;
  color: #e2bf00;
  font-weight: 600;
}
#etw_banner .banner_txt p {
  text-shadow: 2px 2px 2px #000;
  font-size: 1.2rem;
  margin: 0 auto;
}
.banner_txt_in {
  width: 100%;
  max-width: 720px;
  padding: 2rem;
  margin: 0 auto;
  text-align: left;
}
/* main_pro */
.main_pro {
  width: 100%;
  margin: 0 auto;
}
.main_pro a {
  color: #202020;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.35;
  font-family: "Poppins-Medium";
}
.main_pro a .main_pro_item img,
.main_pro_inner .main_pro_item .main_pro_img img {
  transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}
.main_pro a .main_pro_item:hover img,
.main_pro_inner .main_pro_item:hover .main_pro_img img {
  transform: scale(1.05);
}
.main_pro a .main_pro_item span,
.main_pro_inner .main_pro_item .main_pro_text span {
  display: block;
  padding-top: 1rem;
  color: #202020;
}
.main_pro a .main_pro_item:hover span,
.main_pro_inner .main_pro_item:hover .main_pro_text span {
  color: #0d4bbf;
}
.hub_pro {
  margin: 2rem auto;
}
.hub_pro .main_pro_item {
  border: 1px solid #dee2e6;
  padding: 1rem;
  height: 100%;
}
.other_Products .main_pro_text {
  background-color: #f7f8fa;
  padding: 0.5rem;
}
.other_Products .main_pro_item img {
  max-width: 150px;
}
.other_Products a .main_pro_item {
  border-bottom: 1px solid #eee;
}
.other_Products a,
.hub_pro a {
  font-size: 1rem;
}
/* main_pro_inner */
.main_pro_inner {
  width: 100%;
  margin: 0 auto;
}
.main_pro_inner a {
  display: block;
}
.main_pro_inner .main_pro_item {
  display: flex;
  flex-wrap: wrap;
}
.main_pro_inner .main_pro_item .main_pro_img {
  flex: 1;
  padding-right: 2rem;
}
.main_pro_inner .main_pro_item .main_pro_text {
  flex: 1;
  text-align: left;
  color: #656970;
  line-height: 1.55;
}
.main_pro_inner .main_pro_item .main_pro_text span {
  color: #000;
  font-size: 1.1rem;
  display: block;
  padding-bottom: 1rem;
}
/* markets_box */
.markets_box {
  width: 100%;
  margin: 0rem auto;
  background: url(../images/marke_bg.jpg) no-repeat top;
  background-size: cover;
  border-top: 10px solid #28288a;
  padding: 2rem;
  padding-bottom: 3rem;
}
.markets_box_inner {
  background: none;
  border: none;
  padding: 0;
  margin-top: 0;
}
.markets_box .markets_box_text {
  position: relative;
}
.markets_box .markets_box_text img {
  width: 100%;
}
.markets_box .markets_box_text span {
  display: block;
  background-color: rgba(40, 40, 138, 0.7);
  color: #fff;
  text-align: center;
  padding: 0.51rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 1s;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  font-size: 1rem;
}
.markets_box .markets_box_text:hover span {
  background-color: rgba(40, 40, 138, 1);
}
/* capabilities_box */
.capabilities_box {
  width: 100%;
  margin: 0rem auto;
  margin-bottom: 1wrem;
  background: url(../images/capa_bg.jpg) no-repeat top;
  background-size: cover;
  padding: 3rem 2rem;
}
.capabilities_box .webtitle {
  color: #e2bf00;
  background-position: left bottom;
  text-align: left;
  text-transform: none;
  padding-bottom: 2.5rem;
}
.capabilities_box .capabilities_box_item {
  height: 100%;
  background-color: #fff;
  border-radius: 22px;
  padding: 1rem;
  padding-top: 3rem;
  transition: all 1s;
}
.capabilities_box .capabilities_box_item:hover {
  background-color: rgba(249, 241, 197, 1);
}
.capabilities_box .capabilities_box_item h3 {
  font-family: "Poppins-Medium";
  font-size: 1.2rem;
  color: #181818;
  position: relative;
  margin-bottom: 1rem;
}
.capabilities_box .capabilities_box_item h3::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #e2bf00;
  left: 0;
  top: -1rem;
}
.capabilities_box .capabilities_box_item p {
  color: #6a6a6a;
  line-height: 1.35;
}
/* about_des */
.about_des {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.about_des .webtitle {
  background-position: left bottom;
  text-align: left;
  text-transform: none;
  padding-bottom: 2.5rem;
}
.btn-more {
  background-color: #28288a;
  color: #e2bf00;
  padding: 0.2rem 2rem;
}
.btn-more:hover {
  background-color: #e2bf00;
  color: #28288a;
}
.btn-download {
  margin-bottom: 1rem;
  padding-top: 0;
}
.btn {
  white-space: normal;
}
.banner-page.about {
  background: url("../images/banner-page.jpg") bottom center no-repeat;
  background-attachment: scroll;
  background-size: auto;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1;
  padding-top: 3rem;
}
.banner-page {
  height: 250px;
  display: block;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* .nav-tabs-list-time */
.nav-tabs-list-time {
  width: 100%;
  margin-top: 2rem;
  float: left;
  margin-bottom: 2rem;
}
.nav-tabs-list-time li {
  border: 1px solid #e2e2e2;
  margin-right: 1%;
  border-bottom: none;
  width: 32%;
}
.nav-tabs-list-time li a {
  color: #666;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.nav-tabs-list-time li a i {
  font-size: 1rem;
}
.nav-tabs-list-time li a.active {
  background-color: #eee;
}
/* service_box */
.service_box {
  width: 100%;
  margin-top: 1rem auto;
  margin-top: 2rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.service_box a {
  display: block;
}
.service_box dl {
  background-image: linear-gradient(#f8f8f8 23%, #e8e8e8 62%);
  padding: 2rem;
  border-left: 2px solid #0d4bbf;
  margin-bottom: 2rem;
  width: 48%;
  transition: all 0.3s ease-out;
}
.service_box dl:hover {
  background-image: linear-gradient(#eee 23%, #dbdbdb 62%);
}
.service_box dl dt,
.service_box dl dt a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_box dl:nth-of-type(odd) {
  border-left: 2px solid #fff;
}
.service_box dl dt {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  line-height: 1.35;
  font-weight: normal;
  color: #000;
}
.service_box dl dt a:hover {
  color: #0d4bbf;
}
/* about-manufactures-div */
.about-manufactures-div {
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
}
.about-manufactures-div ul li {
  width: 100%;
}
.about-manufactures-div ul li dl {
  display: flex;
  flex-wrap: wrap;
}
.about-manufactures-div ul li dl dd {
  border: 1px dashed #1782d2;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  width: 156px;
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.35;
  justify-content: center;
}
.about-manufactures-div ul li dl dd:nth-child(1) {
  background-color: rgba(40, 40, 138, 1);
  color: #fff;
  position: relative;
  margin-right: 1rem;
}
.about-manufactures-div ul li dl dd:nth-child(1)::before {
  content: " \f0da";
  position: absolute;
  right: -11px;
  bottom: 20%;
  color: rgba(40, 40, 138, 1);
  font-family: fontawesome;
  font-size: 3rem;
}
.about-manufactures-div ul li dl dd:nth-child(6),
.about-manufactures-div ul li dl dd:nth-child(10) {
  margin-left: 174px;
}
/* manufactures_box */
.manufactures_box {
  background-color: rgba(40, 40, 138, 0.45);
  padding: 1rem;
  margin-right: 15px;
  margin-left: 0px;
  color: #fff;
}
.manufactures_box h3 a {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
  padding-bottom: 0.5rem;
  color: #fff;
}
/* man_pic */
.man_pic {
  width: 100%;
  display: flex;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}
.man_pic .man_name {
  padding: 1.5rem;
  flex: 1;
  background-color: rgba(40, 40, 138, 0.45);
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.man_pic .man_name strong {
  color: #fff;
}
.man_pic .man_img {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: rgba(40, 40, 138, 0.45);
}
.man_pic2 .man_img {
  background-color: #fff;
}
.man_pic2 .man_name {
  padding: 8px;
}
/* #quicknav */
#quicknav {
  height: auto;
  color: #666;
  line-height: 1.2rem;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}
#quicknav a {
  color: #666;
}
#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: #666;
  content: "/\00a0";
}
#quicknav a:hover {
  color: #0d4bbf;
}
.content {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
.home_content {
  margin-top: -3%;
  background-color: #fff;
  max-width: 1200px;
  padding: 2rem 2rem;
  position: relative;
  box-shadow: 0 2px 20px rgba(13, 75, 191, 0.2);
  border-radius: 22px 22px 0 0;
}
.contact_content {
  margin-top: 8rem;
}
.webtitle,
.webtitle a {
  font-size: 2rem;
  color: #161862;
  text-align: center;
  margin-bottom: 1rem;
  background: url(../images/titel_bg.png) bottom no-repeat;
  padding-bottom: 2.5rem;
  font-family: "Poppins-Medium";
  font-weight: bold;
  line-height: 1.25;
  display: block;
}
.webtitle_small {
  font-size: 1.4rem;
  color: #000;
  font-family: "AvantGarde-BT";
  background-color: rgba(13, 75, 191, 0.2);
  padding: 1rem 0;
}
.big_title {
  font-size: 1.3rem;
  font-family: "AvantGarde-BT";
  background-image: linear-gradient(to top, #eee, #fcf9f9);
  color: #000;
  padding: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
/* sidebar */
.right_sidebar {
  position: relative;
  z-index: 9;
  padding-left: 1rem;
}
.sidebar {
  margin-bottom: 1rem;
  padding: 1rem;
  background-image: linear-gradient(to top, #eee, #fcf9f9);
}
.sidebar > li {
  margin-bottom: 0.5rem;
}
.sidebar li > a {
  color: #666;
  font-size: 1rem;
  display: block;
  position: relative;
  padding-bottom: 0.51rem;
  line-height: 1.25;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.8rem;
}
.sidebar li > a::before {
  position: absolute;
  content: "\f105";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -2px;
  left: 0;
  top: -1px;
  font-size: 1rem;
  color: #666;
}
.sidebar li > a:hover,
.sidebar li > a.dq {
  color: #0d4bbf;
}
.sidebar li > ol {
  padding: 0.51rem 0.51rem 0.51rem 0;
  margin-bottom: 1rem;
}
.sidebar li > ol > li > a {
  font-size: 1rem;
  display: block;
  border-bottom: none;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  padding-left: 1.55rem;
  font-weight: normal;
  color: #666;
  border-bottom: 1px solid #ccc;
}
.sidebar li > ol > li > a::before {
  content: " ";
  background-color: #666;
  width: 4px;
  height: 4px;
  left: 12px;
  top: 6px;
  border-radius: 50%;
}
.sidebar_tile {
  color: #28288a;
  font-size: 1.4rem;
  font-family: "AvantGarde-BT";
  position: relative;
  padding: 0.5rem 1rem;
  padding-left: 0;
  border-radius: 18px 18px 0 0;
  border-bottom: 2px solid #e2bf00;
}
.sidebar_tile a {
  display: block;
}
.sidebar_tile a.dq,
.sidebar_tile a:hover {
  color: #0d4bbf;
}
#tags {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-image: linear-gradient(to top, #eee, #fcf9f9);
  padding-top: 1rem;
}
#tags_title {
  margin-top: 0;
}
#tags li {
  margin: 0 5px 3px 0;
  color: #75767b;
  display: block;
  line-height: 16px;
  font-size: 0.8rem;
  padding: 0.4rem 0;
  padding-right: 1rem;
  position: relative;
  padding-left: 1.55rem;
}
#tags li::before {
  position: absolute;
  content: " ";
  width: 5px;
  height: 5px;
  background-color: #ccc;
  bottom: 12px;
  left: 10px;
  border-radius: 50%;
}
.tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #666;
}
.tags_title {
  margin-top: 2rem;
}
.tags li {
  border: 1px solid #eee;
  background-color: #f8f8f8;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
/* etw_set_feedback_form */
.form_title {
  font-size: 1.4rem;
  font-family: "Poppins-Regular";
  background-color: #28288a;
  color: #fff;
  padding: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.etw_set_feedback_form {
  margin: 2rem auto;
  overflow: hidden;
  background-color: #eee;
  border-radius: 18px;
  padding-bottom: 2rem;
}
#floatchatiframe2011 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
/* ul.item */
ul.item {
  margin-bottom: 5px;
  width: 100%;
  float: none;
}
ul.item li {
  position: relative;
  padding-left: 1.8rem;
  text-align: left;
  padding-bottom: 0.3rem;
}
ul.item li:before {
  content: "\f006";
  font-family: fontawesome;
  position: absolute;
  left: 9px;
  top: 2px;
  color: #666;
  font-size: 0.8rem;
}
ul.item_circle li:before {
  content: "\f111";
  font-size: 0.5rem;
  top: 6px;
}
.manufactures_box ul li::before {
  color: #fff;
}
/* timeline */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* The line */
.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #8d8dc8;
  left: 20%;
  margin-left: -10px;
}
.cbp_tmtimeline > li {
  position: relative;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 2em;
  color: #000;
  font-family: "Asap-Bold";
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #000;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #eee;
  color: #333;
  padding: 2em;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  border: 1px dashed #ccc;
}
.cbp_tmtimeline > li .cbp_tmlabel strong {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #000;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1rem;
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #eee;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #ccc;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: fontawesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #28288a;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #8d8dc8;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
}
.cbp_tmicon-phone:before {
  content: "\f073";
}
.cbp_tmicon-screen:before {
  content: "\f073";
}
.cbp_tmicon-mail:before {
  content: "\f073";
}
.cbp_tmicon-earth:before {
  content: "\f073";
}
/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #eee;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #ccc;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
/* .left_pics */
.left_pro_img {
  position: relative;
  padding: 1rem;
  background-color: #eee;
}
.left_pics {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.left_pics img {
  width: auto;
  text-align: center;
}
.related_pic {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.related_pic a {
  width: 23.5%;
  margin-right: 2%;
}
.related_pic a:nth-child(4n) {
  margin-right: 0;
}
.related_pic a:nth-child(4n + 1) {
  clear: both;
}
.related_pic img {
  width: 100%;
  height: auto;
  float: left;
  border: 1px #ccc solid;
  padding: 2px;
  margin: 10px 0 5px 0;
}
.related_pic img:hover {
  border: 1px #000 solid;
}
.related_pic span {
  font-size: 0.75rem;
  line-height: 0.9rem;
  display: block;
  text-align: center;
}
/* contact-info */
.almi-contact-info-box h3 {
  font-size: 1.4rem;
}
.contact-info-box {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.contact-info-icon {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  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: 4px solid #0d4bbf;
}
.contact-info-icon i {
  font-size: 1.8rem;
}
ul.contact-info {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  flex: 1;
}
ul.contact-info li,
ul.contact-info li a {
  font-size: 1rem;
  color: #656970;
  font-weight: 500;
  margin-bottom: 0;
}
.feedback_form_contact {
  background-color: #eee;
  border: none;
  border-radius: 8px;
  padding-top: 1rem;
}
.form_contact_title {
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
/* #footer */
#footer {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
  background: #28288a;
  margin-top: 3rem;
}
.etw_footin {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #16164c;
  padding: 1rem 0;
}
.f_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.f_list a {
  color: #fff;
  padding: 0.5rem;
}
.etw_bottom {
  width: 100%;
  padding-bottom: 1.5rem;
  text-align: left;
  font-size: 0.9rem;
  color: #fff;
  border-top: 4px solid #e2bf00;
  padding-top: 2rem;
}
.etw_bottom .etw_foot_title {
  padding-bottom: 0.5rem;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}
.etw_bottom .etw_foot_title a {
  color: #fff;
  font-size: 1.066667rem;
  display: block;
}
.etw_bottom .etw_foot_title a:hover {
  color: #e2bf00;
  text-decoration: none;
}
.etw_bottom a {
  color: #fff;
}
.etw_bottom a:hover {
  color: #e2bf00;
}
.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;
  padding-bottom: 0.6rem;
  line-height: 1.4rem;
  padding-left: 1rem;
  color: #fff;
  position: relative;
  font-weight: 400;
  position: relative;
}
.etw_bottom ul > li > a:before {
  position: absolute;
  content: "\f105";
  left: 2px;
  top: 0px;
  font-family: fontawesome;
  color: #fff;
}
.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: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 20px;
}
.cot_tel:before {
  content: "\f095";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 18px;
}
.cot_email:before {
  content: "\f0e0";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_people:before {
  content: "\f2be";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_mobile:before {
  content: "\f10b";
  position: absolute;
  left: 4px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 22px;
}
.cot_fax:before {
  content: "\f1ac";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-family: fontawesome;
  font-size: 16px;
}
.cot_whatsapp:before {
  content: "\f17e";
  position: absolute;
  left: 0px;
  top: 5px;
  color: #fff;
  font-family: fontawesome;
  font-size: 18px;
}
#etw_coper {
  margin-top: 2px;
  width: 100%;
  line-height: 22px;
}
#etw_coper a {
  display: block;
  color: #fff;
  font-size: 0.75rem;
}
#otherlink {
  clear: both;
  width: 100%;
  height: auto;
  padding-top: 1rem;
}
#otherlink a {
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  font-size: 0.75rem;
  margin-right: 5px;
  line-height: 22px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
#otherlink a span {
  opacity: 0.5;
  position: relative;
  top: 0;
  font-size: 12px;
}
#otherlink a:hover {
  color: #666;
}
#otherlink a:hover span {
  opacity: 1;
  top: -2px;
  transition: all 0.3s ease-in-out;
}
/*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: 1499.98px) {
  #etw_banner .banner_txt h1 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .about-manufactures-div ul li dl dd:nth-child(6),
  .about-manufactures-div ul li dl dd:nth-child(10) {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  #container,
  .pro_container {
    margin-top: 0 !important;
  }
  .contact_content {
    margin-top: 3rem;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner_txt_in {
    padding: 1rem;
  }
  #etw_banner .banner_txt h1 {
    font-size: 1.4rem;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon,
  .banner_img {
    display: none;
  }
  .banner-page {
    height: 150px;
  }
  .banner_h2 {
    text-transform: none;
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.35;
    text-shadow: 3px 3px 3px #000;
  }
  .other_Products {
    margin-top: 2rem;
  }
  .about-manufactures-div ul li dl dd:nth-child(6),
  .about-manufactures-div ul li dl dd:nth-child(10) {
    margin-left: 0;
  }
}
@media (max-width: 650.98px) {
  html {
    font-size: 14px;
  }
  .etw_footin {
    text-align: center;
  }
  ul.item li {
    margin-left: 0;
  }
  #floatchatiframe2011,
  .feedback_form_contact #floatchatiframe2011 {
    width: 100%;
  }
  h2,
  .etw_hometitle {
    font-size: 1.2rem;
  }
  .main_pro_inner .main_pro_item .main_pro_text,
  .main_pro_inner .main_pro_item .main_pro_img {
    flex: auto;
    width: 100%;
  }
  .man_pic {
    flex-wrap: wrap;
    justify-content: center;
  }
  .man_pic .man_img,
  .man_pic .man_name {
    flex: auto;
    width: 100%;
    justify-content: center;
  }
  .man_pic2 .man_img {
    order: 0;
  }
  .man_pic2 .man_name {
    order: 1;
  }
}
@media (max-width: 575.98px) {
  #etw_banner .banner_txt {
    top: 1%;
  }
  .banner_txt_in {
    background: none;
  }
  #etw_banner .banner_txt h1 {
    font-size: 1.4rem;
    text-transform: none;
    text-shadow: 2px 2px 3px #000;
    font-weight: bold;
  }
  .carousel-caption {
    bottom: 1%;
  }
  .navbar-expand-lg .navbar-nav .nav-item:nth-child(3) .dropdown-menu {
    min-width: auto;
  }
  .markets_box {
    padding: 1rem;
  }
  .markets_box .markets_box_text span {
    position: relative;
    height: 60px;
    font-size: 0.9rem;
  }
  .service_box dl {
    width: 100%;
  }
  .service_box dl:nth-of-type(odd) {
    border-left: 2px solid #0d4bbf;
  }
}
@media (max-width: 380.98px) {
  .nav-tabs-list-time li a {
    padding: 0.3rem 0.5rem;
    font-size: 12px;
  }
}



/* news_list */
.news_list{width:100%}
.news_list ul>li>ol{overflow: hidden; flex-wrap:nowrap;padding:1rem;background:#eee; margin-bottom: 2rem;}
.news_list ul>li>ol>li.product_img{width:58%;height: 180px;overflow: hidden; float: left; max-width: 220px;margin-right: 1rem;}
.news_list ul>li>ol>li.product_img img{width: 100%;display: block;}
.news_list ul>li>ol>li.product_con{overflow: hidden;}
.news_list ul>li>ol>li.product_con .newstime{background:#ccc;padding:.5rem;clear:both}
.news_list ul>li>ol>li.product_con a{font-size:1.2rem;color:#333;margin-top:1rem;margin-bottom:.5rem; text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden; display:block;transition:.3s}
.news_list ul>li>ol>li.product_con p{    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;color:#666}
.news_list ul>li>ol>li.product_con a:hover{color:#28288a;text-decoration:none}
.news_name{border-bottom:1px solid #ccc;text-align:center;padding-bottom:10px;margin-bottom:30px}
.news_name h2{color:#022e5b;font-size:1.2rem;margin-bottom:12px;padding-bottom:15px;border:none}
.news_name h2::before{display: none;}
.news_name h5{color:#777;font-size:1rem}
.news_prevnext{width:100%}
.news_detail img{text-align: center; margin: 0 auto; display: block;}
.new_next {background-color: #eee; padding: 1rem; margin-top: 2rem;}
.new_next a{font-size: 1.1rem; position: relative; padding-left: 1.5rem;}
.new_next a::before{content: "\f178"; position:absolute;color:#0c499e;  left:0px; top:-2px;font-family:fontawesome;}
@media (max-width: 767.98px) {
.news_list ul>li>ol{flex-wrap:wrap;}
.news_list ul>li>ol>li.product_con{width:100%;}
.news_list ul>li>ol>li.product_img{width:100%; text-align: center; margin: 0 auto 20px; display: block;}
.news_list ul>li>ol>li.product_img img{width: 100%;display: block;}
}




