#main .banner-box {
  width: 100%;
  position: relative;
}
#main .banner-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#main .banner-box .txt-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 0;
  z-index: 3;
}
#main .banner-box .txt-box .title {
  color: #f7f7f7;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0.5;
}
#main .banner-box .txt-box .txt {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}
#main #contact {
  background: url("/files/Home/contact-bg.png") no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

#contact .txt-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 46px;
}
#contact .txt-box .link svg {
  height: auto;
  width: 30px;
  cursor: pointer;
  margin-right: 15px;
}
#contact .txt-box .txt {
  margin-top: 20px;
}
#contact .txt-box .txt h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0b355f;
  letter-spacing: 2px;
}
#contact .txt-box .txt a {
  color: #000;
  text-decoration: unset;
}
#contact .txt-box .txt a:hover {
  color: #000;
}
#contact .txt-box .map {
  margin-top: 15px;
  width: 100%;
  height: 320px;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.32);
}
#contact .txt-box .map iframe {
  width: 100%;
  height: 100%;
}
#contact .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}
#contact .input-box .input-group {
  margin-bottom: 20px;
}
#contact .input-box .input-group span {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 10px;
  border: unset;
  background: unset;
}
#contact .input-box .input-group input {
  border: unset;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #contact .input-box .input-group {
    width: 100%;
  }
}
#contact .input-box .form-group {
  padding-left: 0.75rem;
}
#contact .input-box .form-group textarea {
  border: unset;
  resize: none;
}
#contact .input-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 24px;
  float: right;
}
#contact #captcha {
  border-radius: 0;
  border: 1px solid #efefef;
}

#contact .input-box .btn-box .btn-group .btn {
  background: #fff;
  margin-left: 6px;
  border-radius: unset;
  border: 1px solid #efefef;
}

#ad {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 0;
}