.top-img {
  background-position: 55% 70%;
}

.contact-slogan {
  padding: 0 8% 100px;
  text-align: center;
  font-family: "Fira Sans", "Mukta", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #FFF;
}
.contact-slogan p {
  width: fit-content;
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.contact-slogan p.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.contact-slogan p.show:before {
  width: 30%;
}
.contact-slogan p:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #EF6A00;
  display: block;
  margin: 0 auto 20px;
  -moz-transition: width 0.6s linear 0.4s;
  -o-transition: width 0.6s linear 0.4s;
  -webkit-transition: width 0.6s linear;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s linear 0.4s;
}
.contact-inner {
  padding: 100px 8%;
  background: #404040;
}
.contact-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.contact-line {
  width: 14%;
}
.contact-line.show:after {
  height: 100%;
}
.contact-line:after {
  content: "";
  width: 1px;
  height: 0%;
  background: #6f6f6f;
  display: block;
  margin: auto;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.contact-list {
  width: 43%;
  max-width: 400px;
  font-size: 0.875em;
}
.contact-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 8px 0 8px 28px;
}
.contact-item i {
  color: #EF6A00;
  position: absolute;
  left: 0;
}
.contact-item a {
  margin-top: -4px;
}
.contact-item span {
  margin-top: -4px;
}

.bg-inner {
  padding: 0 8%;
}
.bg-img {
  background-image: url("../images/contact/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 50%;
  height: 400px;
}
.bg-img img {
  display: none;
}

.map-slogan {
  padding: 0 8% 100px;
  text-align: center;
  font-family: "Fira Sans", "Mukta", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #FFF;
}
.map-slogan p {
  width: fit-content;
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.map-slogan p.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.map-slogan p.show:before {
  width: 30%;
}
.map-slogan p:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #EF6A00;
  display: block;
  margin: 0 auto 20px;
  -moz-transition: width 0.6s linear 0.4s;
  -o-transition: width 0.6s linear 0.4s;
  -webkit-transition: width 0.6s linear;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s linear 0.4s;
}
.map-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.map-wrap:last-child {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: 150px;
}
.map-wrap:last-child .map-content {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.map-wrap:last-child .map-content.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.map-content {
  width: 55%;
  height: 30vw;
  border: 1px solid #6f6f6f;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.map-content.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.map-inner {
  width: 45%;
}
.map-title {
  display: -ms-flexbox;
  display: flex;
}
.map .title1 {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.map .title1.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.map .title1 .map-text:before {
  left: 0;
}
.map .title2 {
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.map .title2.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.map .title2 .map-text:before {
  right: 0;
}
.map-bullet {
  position: relative;
}
.map-dot {
  width: 7px;
  height: 7px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-circle {
  width: 25px;
  height: 25px;
  border: 1px solid #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -13px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-text {
  color: #FFF;
  text-align: center;
  position: relative;
  width: 100%;
}
.map-text:before {
  content: "";
  width: calc(50% - 60px);
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .contact-slogan {
    padding: 0 5% 100px;
  }
  .contact-inner {
    padding: 80px 5%;
  }
  .contact-wrap {
    display: block;
  }
  .contact-line {
    display: none;
  }
  .contact-list {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }

  .bg-inner {
    padding: 0 5%;
  }
  .bg-img {
    position: relative;
  }
  .bg-img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #545859;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-transition: height 0.6s;
    -o-transition: height 0.6s;
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
  }
  .bg-img.show:after {
    height: 0;
  }

  .map-slogan {
    padding: 0 5% 100px;
  }
  .map-wrap {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .map-wrap:last-child {
    margin-top: 100px;
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .map-content {
    width: 100%;
    height: 400px;
  }
  .map-inner {
    width: 90%;
    padding: 0 5%;
  }
  .map-title {
    display: block;
  }
  .map .title1, .map .title2 {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .map .title1.show, .map .title2.show {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .map-text:before {
    display: none;
  }
  .map-text:after {
    content: "";
    width: 1px;
    height: 75px;
    background: #FFF;
    display: block;
    margin: 10px auto 0;
  }
  .map-dot {
    top: calc(100% - 3px);
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .map-circle {
    top: calc(100% - 13px);
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .contact-slogan {
    padding: 0 25px 50px;
  }
  .contact-inner {
    padding: 50px 25px;
  }

  .bg-inner {
    padding: 0 25px;
  }
  .bg-img {
    background-image: none;
    height: unset;
  }
  .bg-img img {
    display: block;
    width: 100%;
  }

  .map-slogan {
    padding: 50px 25px;
  }
  .map-wrap:last-child {
    margin-top: 80px;
  }
  .map-content {
    height: 350px;
  }
  .map-text:after {
    height: 55px;
  }
}
