/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.top-cover {
  height: 370px;
  background-color: #2a2f37;
  position: relative;
}
.top-cover.top-cover-contact {
  background-image: url(../img/contact_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-cover.top-cover-privacy {
  background-image: url(../img/legal_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-cover.top-cover-chemicals {
  background-image: url(../img/index/hero_bn-01.jpg);
  background-size: cover;
  background-position: center;
}

.top-cover.top-cover-cnc {
  background-image: url(../img/index/hero_bn-02.jpg);
  background-size: cover;
  background-position: center;
}
.top-cover.top-cover-automation {
  background-image: url(../img/index/hero_bn-03.jpg);
  background-size: cover;
  background-position: center;
}

.top-cover.top-cover-automation:after,
.top-cover.top-cover-cnc:after,
.top-cover.top-cover-chemicals:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-color: #2a2f37;
  z-index: 1;
}

.top-cover.top-cover-privacy h2 {
  color: #fff;
  z-index: 20;
}

.top-cover .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-cover h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 90px;
  margin-bottom: 26px;
  color: #fff;
  text-shadow: 0px 0px 5px #222;
  z-index: 20;
}

.top-cover p {
  width: 960px;
  text-shadow: 0px 0px 4px #333;
  min-height: 108px;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 20;
}
.top-cover .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cover-btn-border {
  padding-top: 2px;
  position: relative;
  width: 180px;
  height: 50px;
  z-index: 20;
  text-align: center;
  line-height: 50px;
  background-image: url(../img/icon/btn_order1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cover-btn-border.cover-btn-border___255 {
  background-image: url(../img/icon/btn_order2.svg);
  width: 255px;
}

.cover-btn-border a {
  margin-right: 10px;
  font-size: 18px;
  display: block;
  width: 100%;
}
.cover-btn-border a,
.cover-btn-border a:link,
.cover-btn-border a:visited {
  color: #fff;
}

.cover-btn-border.active {
  -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);
  background-image: url(../img/icon/btn_block1.svg);
}
.cover-btn-border.cover-btn-border___255.active {
  background-image: url(../img/icon/btn_block2.svg);
}
.cover-btn-border.active a {
  color: #2a2f37;
  font-weight: bold;
}
