.top-img {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -moz-transition: -moz-transform 8s;
  -o-transition: -o-transform 8s;
  -webkit-transition: -webkit-transform 8s;
  transition: transform 8s;
}
.top-img.show-img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-title {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.top-title.show-text {
  opacity: 1;
}

.award-inner {
  padding: 0 50px;
  max-width: 1300px;
  margin: 0 auto;
}
.award-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.award-slogan {
  font-family: "Forum", Arial, Helvetica;
  color: #eee;
  font-size: 40px;
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
.award-slogan.show span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.award-slogan span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.show .award-slogan span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.award-list {
  width: 70%;
  margin-left: 7%;
}
.award-item {
  padding-bottom: 100px;
}
.award-item:last-child {
  padding-bottom: unset;
}
.award-item a {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.award-item a:hover .award-btn {
  margin-left: 8px;
  color: #015472;
}
.award-item a:hover .award-bg:after {
  width: 100%;
}
.award-img {
  width: 33.3333%;
  opacity: 0;
  -moz-transform: translateY(30px) scale(0.95);
  -ms-transform: translateY(30px) scale(0.95);
  -webkit-transform: translateY(30px) scale(0.95);
  transform: translateY(30px) scale(0.95);
  -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-img.show {
  opacity: 1;
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.award-img img {
  width: 100%;
}
.award-content {
  width: 56.6666%;
  padding-left: 10%;
}
.award-content p:nth-child(2) {
  font-size: 0.75rem;
}
.award-content p:nth-child(3) {
  font-size: 0.875rem;
  padding-top: 2px;
  color: #015472;
}
.award-logo {
  width: 35px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.award-logo img {
  width: 100%;
}
.award-btn {
  padding-bottom: 7%;
  -moz-transition: color 0.3s, margin 0.3s, opacity 0.6s, -moz-transform 0.6s;
  -o-transition: color 0.3s, margin 0.3s, opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: color 0.3s, margin 0.3s, opacity 0.6s, -webkit-transform 0.6s;
  transition: color 0.3s, margin 0.3s, opacity 0.6s, transform 0.6s;
}
.award-bg {
  width: 125%;
  height: 8px;
  background: #e7e5d7;
  margin-left: -25%;
  margin-bottom: -3%;
  position: relative;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.award-bg.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.award-bg:after {
  content: "";
  width: 0%;
  height: 100%;
  background: #28687f;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}

@media screen and (max-width: 1100px) {
  .award-wrap {
    display: block;
  }
  .award-slogan {
    writing-mode: initial;
    text-orientation: initial;
    padding-bottom: 50px;
    text-align: right;
  }
  .award-slogan span {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  .award-list {
    margin-left: unset;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .award-slogan {
    font-size: 32px;
  }
  .award-item {
    padding-bottom: 50px;
  }
  .award-item a {
    display: block;
  }
  .award-img {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .award-content {
    padding-left: unset;
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .award-logo {
    width: 30px;
    margin-bottom: 10px;
  }
  .award-bg {
    position: absolute;
    margin-left: unset;
    margin-bottom: unset;
    background: #28687f;
    width: 110%;
    height: 8px;
    top: -30px;
    left: -5%;
    z-index: -1;
  }
  .award-bg:after {
    background: #e7e5d7;
  }
  .award-btn {
    padding-bottom: unset;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .award-inner {
    padding: 0 30px;
  }
  .award-slogan {
    padding-bottom: 30px;
    font-size: 1.5rem;
    color: #cac7a7;
  }
  .award-item {
    padding-bottom: 35px;
  }
  .award-item:nth-child(even) .award-bg {
    background: #e7e5d7;
  }
  .award-img {
    width: 100%;
    padding-bottom: 30px;
  }
  .award-content {
    width: 100%;
  }
  .award-bg {
    width: calc(100% - 40px);
    height: 60px;
    left: unset;
    right: -30px;
    top: -65px;
  }
  .award-bg:after {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .award-bg {
    height: 50px;
    top: -55px;
  }
}
