﻿.form--container {
    width:60% !important;
    margin:0 auto;
}
.ivu-form .ivu-form-item-label {
    width: 74px !important;
}
.ivu-form-item-content {
    margin-left: 74px !important;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ivu-input-wrapper {
    width:100% !important;
}

@media screen and (max-width: 500px) {
    .form--container {
        width: 100% !important;
        margin: 0 auto;
        padding:0 15px;
        box-sizing:border-box;
    }
    .ivu-form-item {
        display:flex;
        justify-content:flex-start;
        align-items:center;
    }
    .ivu-form-item-content {
        margin-left: 15px !important;
        width: 0;
        flex-grow: 1;
        display: flex;
        justify-content:center;
        align-items: center;
    }
}
#nav-scroll, #m-nav {
    display:none;
}
.swiper-container {
      width: 100%;
      height: 300px;
      margin: 20px auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
