/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

header {
  z-index: 99;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px -5px #000;
  box-shadow: 0px 0px 10px -5px #000;
}
header .header-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
header .logo img {
  height: 45px;
  width: auto;
}

header .header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #2a2f37;
}
header .header-item-link {
  margin-left: 24px;
  position: relative;
}
header .header-item-link > a {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
header .header-menu {
  z-index: 99;
  position: absolute;
  overflow: hidden;
}
header .header-menu li {
  height: 30px;
  width: 250px;
  margin: 0px;
  line-height: 30px;
}
header .header-menu li a {
  display: block;
  padding-left: 24px;
}
header .header-menu li.active a {
  padding-left: 20px;
}

header .header-menu li.active {
  border-left: 4px solid #014e98;
}
header .header-menu li.active a,
header .header-menu li:hover a {
  color: #014e98;
  font-weight: bold;
}

header .header-menu.header-menu-cnc,
header .header-menu.header-menu-chemicals,
header .header-menu.header-menu-automation {
  width: 250px;
  background-color: #fff;
  top: 55px;
  left: -64px;
  height: 0px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

header .header-menu.header-menu-cnc.open {
  height: 210px;
}

header .header-menu.header-menu-chemicals.open {
  height: 270px;
}

header .header-menu.header-menu-automation.open {
  height: 90px;
}

header a.active {
  color: #014e98;
  font-weight: 500;
}

header a#product :hover {
  color: #014e98;
  font-weight: 500;
}

header .product-menu {
  z-index: 99;
  height: 0px;
  position: absolute;
  overflow: hidden;
}

/* header .product-menu.product-menu__cnc.active {
    height: 210px;
    transition: all 0.2s;
} */
/* header .product-menu.active {
    height: 360px;
    transition: all 0.2s;
} */

header .list {
  width: 250px;
}
header .list.boder-r {
  border-right: 1px solid #2a2f37;
}
header ul {
  padding-left: 0;
  margin-left: 40px;
  margin-bottom: 0px;
}
header li {
  list-style-type: none;
  font-size: 14px;
  margin: 10px 0px 0px 0px;
}
header .title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
  margin-left: 40px;
}

header .product-content {
  border-top: 2px solid #014e98;
  padding-top: 30px;
  padding-bottom: 26px;
}
header .product-content .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .product-content a:hover {
  color: #014e98;
  font-weight: bold;
}

header .product-footer {
  border-top: 1px solid #eeeeee;
  display: none;
}
header .product-footer .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
}
header .product-footer .list {
  height: 22px;
}
header .product-footer a {
  font-size: 16px;
  color: #4a4a4a;
  text-decoration: underline;
  margin-left: 38px;
}

header .product-menu.active .product-close {
  width: 100%;
  z-index: 999;
  height: calc(100vh - 430px);
  position: absolute;
}

header .product-menu .product-close {
  height: 0px;
}

/* because header fixed, need to add top  */
.wrap {
  padding-top: 70px;
}
