﻿.has-banner {
  position: relative;
  height: 426px;
  /* overflow: hidden; */
}
.has-banner #svg-path {
  margin-left: 30px;
  display: block;
  opacity: 1;
}
.has-banner .banner-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.has-banner .content {
  position: relative;
  z-index: 88;
  height: 426px;
}
.has-banner .content .text {
  /* position: absolute;
  top: 80px;
  left: 50%;
  font-size: 48px;
  line-height: 60px;
  width: 90%;
  color: #fff;
  transform:translateX(-50%);
  text-align:center; */
  position: absolute;
  top: 160px;
  left: 2%;
  font-size: 48px;
  line-height: 60px;
  width: 55%;
  color: #fff;
}
.has-banner .content .text .play-video {
    font-size:22px;
    display:block;
    margin-top:30px;
   color:#fff;
    }
    .has-banner .content .text .play-video:hover {
        text-decoration:none;
    }
    .has-banner .content .text .play-video em {
        font-size:16px;
        margin-left:15px;
    }
.has-banner .content .title {
  position: absolute;
  bottom: 50px;
  right: 8.5%;
  margin-bottom: 0;
}
#has-banner .banner-contact {
  margin-top: 0;
  padding-top: 100px;
  height: 100%;
}
#has-banner .banner-contact .container {
  position: relative;
  height: 100%;
}
#has-banner .banner-contact .title {
  position: absolute;
  bottom: 50px;
  right: 14.5%;
}
