section {
  padding: 6.25rem 0; }
  @media (max-width: 767.98px) {
    section {
      padding: 3rem 0 !important; }
      section .mobile-title {
        font-size: 26px;
        color: #3D4F82; } }

section.first {
  overflow: hidden;
  padding: 0;
  color: #FFF;
  background: url("../images/index/bg1.png") no-repeat top center;
  background-size: cover; }
  section.first .title-block {
    max-width: 40rem;
    margin: 6.25rem auto 0;
    text-align: center; }
    section.first .title-block h1 {
      color: #fff;
      font-size: 2.63rem; }
    section.first .title-block p {
      font-size: 1.13rem;
      font-weight: 300; }
  @media (max-width: 767.98px) {
    section.first {
      background: url("../images/index/mobile-first-bg.png") no-repeat top center;
      background-size: cover; }
      section.first .title-block {
        margin: 4rem auto 6rem; }
        section.first .title-block h1 {
          font-size: 26px;
          font-weight: 400;
          line-height: 1.5;
          margin: 0; } }

section.function {
  position: relative;
  background-size: contain; }
  section.function::before {
    position: absolute;
    top: 180px;
    content: "";
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/index/function-bg1.png) no-repeat top;
    background-size: contain; }
  section.function::after {
    position: absolute;
    bottom: 0;
    content: "";
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/index/function-bg2.png) no-repeat bottom;
    background-size: contain; }
  section.function > div {
    position: relative; }
  section.function .title-block {
    text-align: center; }
  section.function .function__box {
    max-width: 960px;
    display: flex;
    width: 100%;
    margin: 2rem auto; }
    section.function .function__box img {
      max-width: 100%; }
  section.function .function__picture {
    flex: 3; }
  section.function .function__introduce {
    flex: 2;
    align-self: center;
    padding-left: 5rem;
    vertical-align: middle; }
    section.function .function__introduce .title {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.5;
      color: #3D4F82; }
    section.function .function__introduce ul li {
      position: relative;
      padding-left: 10px;
      color: rgba(6, 12, 25, 0.65);
      line-height: 1.8;
      font-weight: 300; }
      section.function .function__introduce ul li::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        content: "";
        display: inline-block;
        width: 2px;
        height: 2px;
        border-radius: 6px;
        background-color: #357BE8; }
    section.function .function__introduce .btn-sm {
      font-size: 0.75rem;
      min-width: 110px; }
  @media (max-width: 767.98px) {
    section.function {
      padding: 2rem 0 !important;
      background: linear-gradient(#f4f8fe, #fff, #f3f7fe); }
      section.function::before {
        content: "";
        display: block;
        height: 50px;
        width: 100%;
        top: -30px;
        transform: rotate(-4deg);
        background: linear-gradient(#f3f7fe, #f4f8fe);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
      section.function::after {
        display: none; }
      section.function .sync-mobile {
        padding: 30px; }
        section.function .sync-mobile__title {
          line-height: 1.5;
          font-size: 16px;
          color: #3D4F82; }
        section.function .sync-mobile__cover {
          text-align: center;
          margin-top: -30px; }
          section.function .sync-mobile__cover.full {
            margin: 0 -30px; }
          section.function .sync-mobile__cover img {
            max-width: 100%; }
      section.function .btn-primary-circle {
        padding: 6px 15px;
        background-color: #E8F0FF;
        color: #3D4F82;
        box-shadow: none; } }

.sync {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden; }
  .sync::before {
    position: absolute;
    bottom: 12%;
    left: 40px;
    content: "";
    display: block;
    height: 123px;
    width: 123px;
    border-radius: 50%;
    background-color: #FFF8E8; }
  .sync::after {
    position: absolute;
    top: 20px;
    right: -110px;
    content: "";
    display: block;
    height: 240px;
    width: 240px;
    z-index: -1;
    border-radius: 50%;
    background-color: #E8EFFF; }
  .sync .container {
    max-width: 850px; }
    .sync .container .title-block {
      margin: 0 0 4rem;
      text-align: center; }
  .sync__box {
    max-width: 180px;
    min-height: 180px;
    padding: 1.5rem 0;
    margin: 0 auto;
    text-align: left; }
    .sync__box .imagegrid {
      width: 46px;
      height: 46px;
      transition: all 0.3s ease; }
    .sync__box h4 {
      margin-bottom: 5px;
      line-height: 1.5;
      font-size: 1.25rem; }
    .sync__box p {
      color: #999;
      font-size: 0.75rem;
      margin: 0; }
  @media (max-width: 767.98px) {
    .sync::before {
      width: 60px;
      height: 60px; }
    .sync::after {
      width: 120px;
      height: 120px;
      right: -50px; }
    .sync__box {
      text-align: center; }
      .sync__box .imagegrid {
        margin: 0 auto; } }

.schools {
  position: relative;
  padding: 5rem 0 3.13rem;
  text-align: center;
  background-image: linear-gradient(#FBFCFF, #F4F8FF); }
  .schools::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/index/bg3.png") no-repeat;
    background-size: cover;
    overflow: hidden; }
  .schools .title-block {
    position: relative;
    margin-bottom: 2rem; }
  .schools .col-md-3 {
    padding: 10px; }
  .schools__box {
    position: relative;
    top: 0;
    min-height: 160px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1.8rem 10px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(63, 119, 229, 0.08); }
    @media (max-width: 767.98px) {
      .schools__box {
        min-height: 150px; } }
    @media (max-width: 575.98px) {
      .schools__box {
        min-height: 170px; } }
    .schools__box:hover {
      top: -6px;
      box-shadow: 0 4px 8px rgba(51, 51, 51, 0.08); }
    .schools__box .logo {
      position: relative;
      width: 45px;
      height: 45px;
      margin: 0 auto;
      overflow: hidden; }
      .schools__box .logo img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        max-width: 100%;
        max-height: 100%; }
    .schools__box h4 {
      margin: 5px 0 0;
      font-size: 14px;
      font-weight: 600;
      color: rgba(6, 12, 25, 0.85); }
    .schools__box p {
      margin: 0;
      font-size: 0.75rem;
      color: #999; }
  .schools__more-btn {
    position: relative;
    padding: 8px 20px;
    margin-top: 3.13rem;
    font-size: 14px;
    line-height: 1;
    border-radius: 25px; }
  @media (max-width: 767.98px) {
    .schools .row {
      margin: 0; }
    .schools .col-md-3 {
      padding: 7px; } }

.contact {
  padding: 52px 0; }
  .contact__title {
    margin-bottom: 8px;
    line-height: 1.4; }
  .contact p {
    color: #999;
    line-height: 1.4; }
  .contact .nav-pills {
    display: inline-block;
    margin: 0 auto 2rem;
    box-shadow: none; }
    .contact .nav-pills .nav-item {
      text-align: center; }
  @media (max-width: 767.98px) {
    .contact .nav-pills {
      width: auto;
      margin: 0 0 2rem 0; } }

.reserve-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px; }

.btn.start-reserve-button {
  width: 140px;
  height: 40px;
  padding: 0;
  border-radius: 4px;
  padding: 8px 16px;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  transition: all 0.3s ease; }
  .btn.start-reserve-button.light {
    background-color: #fff;
    color: #007bff; }
    .btn.start-reserve-button.light:hover {
      color: #477cff;
      box-shadow: 1px 2px 3px 1px rgba(0, 50, 125, 0.2); }
    .btn.start-reserve-button.light:active {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .btn.start-reserve-button.dark {
    background-color: #007bff;
    color: #fff; }
    .btn.start-reserve-button.dark:hover {
      background-color: #1787ff;
      box-shadow: 1px 2px 3px 1px rgba(0, 50, 125, 0.2); }
    .btn.start-reserve-button.dark:active {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
