.containerMap {
  background: #f8f8f8;
}
.containerMap .contacti {
  background: #fff;
}
.mapInnerpage {
  margin-top: 82px;
}
.mapInnerpage .innerPage-inner {
  display: flex;
  flex-wrap: wrap;
  color: #333;
}
.mapInnerpage .innerPage-inner a {
  color: #333;
}
.mapInnerpage .innerPage-map-one {
  width: 50%;
  padding: 52px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e8e8ee;
  align-items: center;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first {
  width: 38%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .line {
  width: 60px;
  height: 22px;
  background: #154396;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 14px;
  color: #fff;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .innerPage-map-first-val {
  width: 100%;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second {
  width: 62%;
  display: flex;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second p {
  width: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 18px;
  padding-right: 10px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a {
  transition: 0.5s;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a:hover {
  color: #154396;
  transition: 0.5s;
}
.mapInnerpage .innerPage-map-one-pro {
  width: 100%;
}
.mapInnerpage .innerPage-map-one-pro .innerPage-map-first {
  width: 28%;
}
.mapInnerpage .innerPage-map-one-pro .innerPage-map-second {
  width: 70%;
}
.mapInnerpage .innerPage-map-one-pro .innerPage-map-second p {
  width: 25%;
}
.success {
  padding-bottom: 80px;
  max-height: 70vh;
  min-height: 57vh;
}
.success .ncon {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.success .ncon svg {
  width: 60px;
  margin-top: 110px;
  margin-bottom: 20px;
}
.success .ncon h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
  color: #333;
}
.success .ncon p {
  text-align: center;
  margin-bottom: 5px;
  color: #333;
}
.success .ncon a {
  width: auto;
  padding: 0 12px;
  height: 40px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2CB148;
  margin-top: 20px;
  text-align: center;
}
.success .ncon a:hover,
.success .ncon a.active {
  width: auto;
  padding: 0 12px;
  background: #fff;
  color: #333333;
  border: 1px solid #2CB148;
}
@media only screen and (max-width: 1440px) {
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 20px;
    line-height: 24px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    width: 40%;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 40px 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second p {
    font-size: 16px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second {
    width: 60%;
  }
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-first {
    width: 20%;
  }
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-second {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-second p {
    width: 33%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    width: 33%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second {
    width: 67%;
  }
}
@media only screen and (max-width: 820px) {
  .mapInnerpage .innerPage-map-one {
    flex-wrap: wrap;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .line {
    width: 52px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .innerPage-map-first-val {
    width: auto;
    margin-left: 8px;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 30px 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second .innerPage-map-none {
    display: none;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    width: 100%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second {
    width: 100%;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .mapInnerpage .innerPage-map-one-pro .innerPage-map-second p {
    width: 50%;
  }
  .mapInnerpage .innerPage-map-one {
    width: 100%;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 20px 0;
  }
  .success .ncon h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 520px) {
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 14px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 12px;
    margin-top: 10px;
  }
}
