@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
img {
  max-width: 100%;
}

section {
  display: flex;
}

.block {
  background-color: #FCFCFC;
  height: calc(100vh - 17px);
}

section > div {
  position: relative;
  z-index: 1;
}

.picture .info-content {
  height: calc(100vh - 18px);
  text-align: center;
  margin: auto;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.picture .info-img {
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.picture .info-img img {
  position: relative;
  float: left;
}
.picture .info-img .img1 {
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.picture .info-img .img1.show {
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.service {
  width: 65vh;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #efefef;
}
.service .info-content {
  display: flex;
  flex-flow: row wrap;
  width: auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.service .info-text .smallInfo {
  max-width: 400px;
  width: auto;
  text-align: center;
  position: relative;
}
.service .info-text .smallInfo .caption {
  font-size: 1.25rem;
}
.service .info-text .smallInfo .subtitle {
  font-size: 0.875rem;
}
.service .info-img {
  object-fit: contain;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.award {
  width: auto;
  margin: 0 100px;
  position: relative;
  font-size: 0.875rem;
}
.award-line {
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.award-list:nth-child(odd) .award-img-inner {
  margin-top: auto;
}
.award-list:nth-child(even) .award-project {
  flex-flow: column-reverse;
}
.award-list:nth-child(even) .award-logoinfo {
  margin-top: auto;
}
.award-div {
  height: 100%;
}
.award-dot {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: #FFF solid 10px;
  opacity: 0;
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
}
.award-dot.show {
  opacity: 1;
}
.award-project {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 65%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.award-project.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.award-img {
  display: flex;
  height: 50%;
}
.award-img-inner {
  overflow: hidden;
  margin: 40px 0;
  max-width: 85vh;
}
.award-img:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.award-img img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.award-logoinfo {
  margin: 40px 0;
  padding-left: 60px;
  position: relative;
}
.award-logo {
  width: 40px;
  position: absolute;
  left: 0;
  top: 10px;
}
.award-itemhonor {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
  color: #888;
  text-transform: uppercase;
}
.award-itemhonor:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #000;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.award-itemhonor:hover {
  color: #000;
}
.award-itemhonor:hover:before {
  width: 100%;
  -moz-animation: projectLine 1.2s infinite;
  -webkit-animation: projectLine 1.2s infinite;
  animation: projectLine 1.2s infinite;
}

@media screen and (max-height: 700px) {
  .award-img-inner {
    margin: 20px 0;
  }
  .award-logoinfo {
    margin: 20px 0;
  }
}
@media screen and (max-height: 500px) {
  .picture {
    display: none;
  }

  .block {
    padding: 0 65px 0 50px;
    height: auto;
  }
  .block.service {
    margin-top: 100px;
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1100px), screen and (max-height: 500px) {
  .picture {
    display: none;
  }

  .title {
    margin-bottom: 20px;
  }

  .block {
    padding: 0 65px 0 50px;
    height: auto;
  }
  .block.service {
    margin-top: 80px;
    padding: 20px;
    width: 100%;
  }

  .award {
    margin: 50px 0;
    width: calc(100% - 100px);
    height: calc(56.5% - 115px);
    display: block;
  }
  .award.block {
    padding: 0 50px;
  }
  .award-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .award-line {
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  .award-list {
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  .award-list:nth-child(odd) .award-div {
    margin-left: auto;
  }
  .award-list:nth-child(odd) .award-project {
    margin-left: auto;
  }
  .award-list:nth-child(even) .award-logoinfo {
    margin-top: 20px;
  }
  .award-list:nth-child(even) .award-img-inner {
    margin-bottom: auto;
  }
  .award-dot {
    top: 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .award-div {
    width: 50%;
  }
  .award-project {
    width: calc(100% - 50px);
    margin: 0;
    height: auto;
    display: block;
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transition: opacity 0.6s, -moz-transform 0.6s;
    -o-transition: opacity 0.6s, -o-transform 0.6s;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  .award-project.show {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .award-item {
    margin: 0;
  }
  .award-img-inner {
    max-width: unset;
    margin: 0;
  }
  .award-logoinfo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) and (max-height: 500px) {
  .block {
    padding: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .block {
    padding: 0 25px;
    width: calc(100% - 50px);
  }

  .award {
    width: calc(100% - 50px);
    height: calc(56.5% - 50px);
  }
  .award.block {
    padding: 0 25px;
  }
  .award-line {
    left: 25px;
  }
  .award-list:nth-child(even) .award-project {
    margin-left: auto;
  }
  .award-div {
    width: 100%;
    margin-left: unset;
  }
  .award-dot {
    width: 7px;
    height: 7px;
    left: -13px;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .award-project {
    width: calc(100% - 25px);
  }
  .award-logoinfo {
    margin-bottom: 10px;
  }
}
