#mdl-intro {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#mdl-intro .header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  /*background: rgba(255, 255, 255, 0.8);*/
  padding: 15px 0;
}

#mdl-intro .header .logo {
  display: table;
  margin: 0 auto;
}

#mdl-intro .slide {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

#mdl-intro .slide .item {
  width: 100%;
  height: 100%;
}

#mdl-intro .slide, #mdl-intro .slick-list, #mdl-intro .slick-track {
  height: 100%;
  width: 100%;
}

#mdl-intro .slide:before, #mdl-intro .slick-list:before, #mdl-intro .slick-track:before {
  content: '';
  position: absolute;
  /*background: rgba(0, 0, 0, 0.1);*/
  width: 100%;
  height: 100%;
  z-index: 1;
}

#mdl-intro .slide .item .img, #mdl-intro .slick-list .item .img, #mdl-intro .slick-track .item .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#mdl-intro .main {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

#mdl-intro .main .mid {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  border: 1px solid #fff;
  padding: 10px 25px;
}

#mdl-intro .main .mid:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

#mdl-intro .main .mid img {
  margin: 0 auto;
}

#mdl-intro .main .mid .text-solution {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "OpenSans-Bold";
  margin-top: 20px;
  color: #333;
}

#mdl-intro .main .go-home {
  position: absolute;
  left: 50%;
  top: 85%;
  -webkit-transform: translate(-50%, -85%);
  transform: translate(-50%, -85%);
  background: #0e8f9c;
  color: #fff;
  padding: 8px 20px;
  font-family: "OpenSans-Semibold";
  text-transform: uppercase;
  border: 1px solid #fff;
}

#mdl-intro .main .go-home:hover {
  background: #14565d;
}

#mdl-intro .main .bot {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  left: 0;
  background: #0e8f9c;
  padding: 10px 15px;
  text-align: center;
}

#mdl-intro .main .bot p {
  margin: 0 auto;
  padding-left: 25px;
  display: table;
}

#mdl-intro .main .bot p.address {
  background: url(../images/ic-address-intro.png) no-repeat left center;
}

#mdl-intro .main .bot p.phone {
  background: url(../images/ic-phone-intro.png) no-repeat left center;
}

#mdl-intro .main .bot p.mail {
  background: url(../images/ic-mail-intro.png) no-repeat left center;
}

#mdl-intro .main .bot p.website {
  background: url(../images/ic-website-intro.png) no-repeat left center;
}


@media only screen and (max-width: 991px) {
  #mdl-intro .main .mid img {
    width: 300px;
  }
  #mdl-intro .main .mid .text-solution {
    font-size: 20px;
  }
}