.inner-banner {
  position: relative;
  height: 400px;
  text-align: center;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner .presentation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}
.inner-banner h1 {
  font-family: Montserrat;
  line-height: 1.2;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.inner-banner h1:after {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  margin: 10px auto;
  background: #012b7e;
}
.section-body {
  background: #f6f6f6;
  padding-bottom: 40px;
  padding-top: 30px;
}
.section-body .selector {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 18px;
  background: #fff;
}
.section-body .selector .container {
  white-space: nowrap;
  overflow: hidden;
}
.section-body .selector span {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  text-align: center;
  transition: all 0.2s;
}
.section-body .selector .active {
  color: #fff;
  background: #012b7f;
}
.section-body .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 60px;
  padding-bottom: 40px;
}
.part-wrap .items {
  grid-template-columns: repeat(5, 1fr);
}
.section-body .item {
  position: relative;
}
.section-body .item:after {
  content: "\e924";
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #012b7e;
  font-size: 12px;
  transition: 0.15s 0.1s;
}
.section-body .item .thumbnail {
  position: relative;
}
.section-body .item .content {
  padding: 20px;
  background: #fff;
  transition: 0.15s 0.1s;
}
.part-wrap .item .content {
  background-color: #eee;
}
.section-body .item .info {
  margin-top: 8px;
  font-size: 15px;
  color: #999;
  transition: 0.15s 0.1s;
}
.section-body .item:hover:after {
  color: #fff;
}
.section-body .item:hover .content {
  color: #fff;
  background: #012b7f;
}
.section-body .item:hover .info {
  color: #fff;
}
.section-body .button-load {
  display: block;
  width: 110px;
  padding: 6px 0;
  margin: 0 auto;
  color: #012b7f;
  text-align: center;
  border-bottom: 1px solid #012b7f;
}
.section-review {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.section-review .pagination {
  margin-top: 20px;
}
.section-review .pagination span {
  display: inline-block;
  width: 35px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  line-height: 35px;
  font-family: icons;
  text-align: center;
  color: #d4d4d4;
  cursor: pointer;
  transition: all 0.15s;
}
.section-review .pagination span:active {
  color: #fff;
  background: #012b7f;
}
.section-review .reviews {
  margin-top: 30px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
}
.section-review .item {
  display: inline-block;
  white-space: normal;
}
.section-review blockquote {
  position: relative;
  display: flex;
}
.section-review blockquote:before {
  content: "“";
  position: relative;
  top: -20px;
  left: 0;
  color: #e6e6e6;
  font-size: 3em;
  vertical-align: top;
}
.section-review blockquote:after {
  content: "“";
  position: relative;
  bottom: -40px;
  color: #e6e6e6;
  font-size: 3em;
  vertical-align: bottom;
}
.section-review .author {
  display: flex;
  place-items: center;
  justify-content: center;
  width: 250px;
  margin: 30px auto;
  text-align: left;
}
.section-review .avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin-right: 20px;
}
.section-review .author .name {
  color: #333;
  font-weight: 600;
}
.section-partner {
  position: relative;
  box-sizing: border-box;
  height: 655px;
  padding-top: 160px;
  color: #fff;
  background: url(../img/bg-partner.png) no-repeat center bottom;
  background-size: cover;
}
.section-partner .container {
  height: auto;
}
.section-partner .synopsis {
  width: 33%;
  margin-top: 30px;
}
.section-partner .partner-container {
  box-sizing: border-box;
  margin-top: 60px;
  padding: 40px 60px;
  background: rgba(255, 255, 255, 0.8);
}
.section-partner .items {
  white-space: nowrap;
  overflow: hidden;
}
.section-partner .items img {
  display: inline-block;
  margin-right: 30px;
}
.section-request {
  margin-top: 0;
}

@media (max-width: 1345px) {
  .inner-banner .presentation {
    max-width: 95%;
    width: 95%;
  }
  .section-body .selector {
    font-size: 15px;
  }
  .section-body .selector .container {
    overflow-x: auto;
  }
  .section-partner {
    padding-top: 12vw;
    height: 48.7vw;
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    height: 350px;
  }
  .inner-banner h1 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .inner-banner h1:after {
    margin: 10px auto;
  }
  .section-body .selector {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .section-body .selector span {
    width: auto;
    padding: 0 10px;
  }
  .section-body {
    padding-bottom: 15px;
  }
  .section-body .items {
    margin-top: 30px;
  }
  .section-partner .synopsis {
    width: 100%;
    margin-top: 15px;
    line-height: 1.1;
  }
  .section-partner .partner-container {
    position: absolute;
    bottom: 30px;
    margin-top: 0;
    padding: 1.5vw 2vw;
  }
  .section-partner .items img {
    width: 120px;
    margin-right: 15px;
  }
}
@media (max-width: 780px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner h1 {
    font-size: 30px;
  }
  .section-body .items {
    grid-template-columns: 1fr 1fr;
  }
  .section-body .item .name {
    font-size: 15px;
  }
  .section-body .item .info {
    font-size: 14px;
  }
  .section-review {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .section-body .items {
    grid-template-columns: 1fr;
  }
}
