/* .header-tab : the red round corner bar before apply form */
.header-tab {
  width: 98%;
  margin: 0 auto;
  height: 70px;
  background: #ff5366;
  overflow: auto;
  border-radius: 7px;
  position: relative;
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 50px;
  padding: 0px 20px;
}
  .header-tab::after {
    content: "";
    display: block;
    clear: both;
  }
  @media (max-width: 767px) {
    .header-tab {
      height: 50px;
      padding: 0 20px;
    }
  }
  @media (max-width: 500px) {
    .header-tab {
      height: auto;
      min-height: 50px;
      padding: 8px 10px;
    }
  }
  .header-tab .icon {
    width: 42px;
    height: 36px;
    position: absolute;
    top: 15px;
    left: 18px;
  }
    @media (max-width: 767px) {
      .header-tab .icon {
        top: 12px; } }
    @media (max-width: 500px) {
      .header-tab .icon {
        left: 10px; } }
  .header-tab h1 {
    display: inline-block;
    font-weight: 800;
    margin-left: 80px;
    line-height: 70px;
    height: 70px;
  }
    @media (max-width: 767px) {
      .header-tab h1 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin-left: 45px; } }
    @media (max-width: 500px) {
      .header-tab h1 {
        margin-left: 35px;
        line-height: 36px;
        height: auto;
      }
    }
  .header-tab a {
    float: right;
    margin-right: 10px;
    color: #ffffff;
    line-height: 70px;
    height: 70px;
    font-size: 14px;
    height: 1em;
    position: relative;
    display: block; }
    @media (max-width: 767px) {
      .header-tab a {
        height: 50px;
        line-height: 50px;
        margin-right: 0px;
      }
    }
    @media (max-width: 500px) {
      .header-tab a {
        font-size: 12px;
        line-height: 36px;
        height: auto;
      }
    }
    .header-tab a:hover {
      text-decoration: underline; }

.form-wrapper {
  width: 100%;
  max-width: 768px;
  padding: 0px 20px; }
  @media (max-width: 767px) {
    .form-wrapper {
      padding: 0px; } }
  .form-wrapper .selectize-dropdown {
    border-radius: 0px;
    border: 1px solid #3b6bb9 !important;
    border-top: none !important; }
    .form-wrapper .selectize-dropdown .selectize-dropdown-content .option:nth-child(1) {
      display: none !important; }
    .form-wrapper .selectize-dropdown .selectize-dropdown-content .option:hover {
      background: #dbdbdb !important; }
    .form-wrapper .selectize-dropdown .selectize-dropdown-content .option.active {
      background: #dbdbdb !important; }
  .form-wrapper .selectize-control.single .selectize-input:after {
    display: none !important; }
  .form-wrapper .selectize-dropdown .optgroup-header, .form-wrapper .selectize-dropdown [data-selectable] {
    font-size: 16px;
    padding: 13px 8px;
    position: relative;
    color: #6e94ac;
    border-radius: 0px; }
    .form-wrapper .selectize-dropdown .optgroup-header::after, .form-wrapper .selectize-dropdown [data-selectable]::after {
      content: " ";
      border-bottom: 1px solid #89b4dc;
      width: 98%;
      height: 1px;
      position: absolute;
      bottom: 0px;
      left: 1%; }
    .form-wrapper .selectize-dropdown .optgroup-header:last-child::after, .form-wrapper .selectize-dropdown [data-selectable]:last-child::after {
      border: none; }
  .form-wrapper .selectize-control.single .selectize-input {
    box-shadow: none;
    background: transparent;
    border: none;
    height: 35px;
    padding: 0;
    margin-top: 15px;
    color: #000000;
    position: relative; }
    .form-wrapper .selectize-control.single .selectize-input::before, .form-wrapper .selectize-control.single .selectize-input:before {
      display: none !important; }
    .form-wrapper .selectize-control.single .selectize-input.input-active {
      border: 1px solid #3b6bb9;
      border-radius: 0px;
      border-bottom: none; }
    .form-wrapper .selectize-control.single .selectize-input .item {
      font-size: 20px;
      margin-top: 0px;
      padding-top: 5px;
      margin-left: 0px;
      color: #000000;
      width: 100%;
      height: 35px;
      display: inline-block; }
    .form-wrapper .selectize-control.single .selectize-input #psaTitle-selectized {
      cursor: pointer;
      pointer-events: none;
      height: 35px;
      position: absolute;
      text-indent: -100px !important;
      left: -10000px !important; }
  .form-wrapper .selectize-control.single {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #0072bb;
    border-radius: 0px;
    margin-top: 20px; }

.form-fields {
  width: 100%;
  display: inline-block;
  /* IE11 */ }
  @media (max-width: 767px) {
    .form-fields {
      padding: 0px 20px; } }
  .form-fields sup {
    color: #ed1b24; }
  .form-fields .form-fields-cont {
    width: 50%;
    padding: 5px 0px 0px 0px;
    position: relative; }
    @media (max-width: 767px) {
      .form-fields .form-fields-cont {
        width: 100%;
        padding: 0 0 0 0; } }
    .form-fields .form-fields-cont.one-row {
      width: 100%; }
      .form-fields .form-fields-cont.one-row .left {
        top: 0px;
        width: 30%;
        float: left;
        line-height: 60px; }
        @media (max-width: 767px) {
          .form-fields .form-fields-cont.one-row .left {
            width: 100%; } }
      .form-fields .form-fields-cont.one-row .right {
        width: 70%;
        float: left; }
        @media (max-width: 767px) {
          .form-fields .form-fields-cont.one-row .right {
            width: 100%; } }
  .form-fields .label-cont, .form-fields .form-fields-cont {
    float: left;
    margin: 0; }
  .form-fields .form-fields-left-cont {
    padding-right: 3%; }
    @media (max-width: 767px) {
      .form-fields .form-fields-left-cont {
        padding-right: 0%; } }
  .form-fields .form-fields-right-cont {
    padding-left: 3%; }
    @media (max-width: 767px) {
      .form-fields .form-fields-right-cont {
        padding-left: 0%; } }
  .form-fields .true-false-btn {
    width: 48%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e9f0f7;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 62px;
    height: 62px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; }
    .form-fields .true-false-btn:focus {
      border: 1px solid #7fb8dd;
      border-radius: 0px; }
    .form-fields .true-false-btn:hover {
      background: #d5dee6; }
    .form-fields .true-false-btn.selected {
      background: #0072bb;
      color: #ffffff; }
    @media (max-width: 767px) {
      .form-fields .true-false-btn {
        width: 100%; } }
  .form-fields .right .true-false-btn {
    float: left; }
    @media (max-width: 767px) {
      .form-fields .right .true-false-btn {
        margin-bottom: 10px; } }
  .form-fields .right .true-false-btn:nth-child(2) {
    float: right; }
  .form-fields .form-fields.error {
    height: auto;
    display: none;
    position: absolute;
    top: 0px;
    font-size: 16px;
    color: #c4020a;
    margin-left: 0px; }
    @media (max-width: 767px) {
      .form-fields .form-fields.error {
        padding-left: 0%; } }
  .form-fields .control-label.error {
    color: #c4020a; }
  .form-fields input[type=number]::-webkit-inner-spin-button,
  .form-fields input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-fields input[type=tel]::-webkit-inner-spin-button,
  .form-fields input[type=tel]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .form-fields input[type=text], .form-fields input[type=number], .form-fields input[type=tel], .form-fields select {
    font-size: 20px;
    margin-top: 25px;
    width: 100%;
    height: 70px;
    display: inline-block;
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #0072bb;
    vertical-align: top;
    line-height: normal;
    margin: 0;
    padding: 32px 0 0 0;
    -webkit-transition: border-bottom 1.2s;
    -o-transition: border-bottom 1.2s;
    transition: border-bottom 1.2s;
    font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; }
  .form-fields select::-ms-expand {
    display: none; }
  .form-fields select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px;
    height: 40px;
    margin-top: 30px; }
  .form-fields select {
    color: #000000; }
  .form-fields textarea {
    resize: none;
    outline: none;
    overflow: auto;
    border: 1px solid #7fb8dd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease; }
    .form-fields textarea.error {
      margin-top: 0px !important;
      border: 1px solid #c4020a; }
  .form-fields .select_arrow {
    width: 100%;
    position: relative;
    display: block;
    text-align: right;
    top: 5px; }
    .form-fields .select_arrow::after {
      content: ' ';
      border: solid #0072bb;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 5px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      position: absolute;
      top: -53px;
      right: 12px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      z-index: 10; }
    .form-fields .select_arrow.open::after {
      transform: rotate(225deg);
      top: -45px;
      -webkit-transform: rotate(225deg); }
  .form-fields label {
    display: inline-block;
    color: #0072bb; }
  .form-fields .form-fields label {
    padding: 0;
    color: #444444;
    font-size: 1.143em;
    font-weight: bold; }
  .form-fields .control-label {
    text-align: left;
    width: 100%;
    pointer-events: none;
    position: relative;
    transform-origin: 0 -50%;
    -ms-transform-origin: 0 -50%;
    -webkit-transform-origin: 0 -50%;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    font-size: 18px;
    font-weight: 500;
    top: -30px;
    margin-bottom: 0;
    display: block;
    margin-left: 0px; }
    .form-fields .control-label.focus {
      transform: scale(0.8) translateY(-140%);
      -webkit-transform: scale(0.8) translateY(-140%);
      transition: 0.2s;
      -webkit-transition: 0.2s; }
    .form-fields .control-label.error {
      color: #c4020a; }
  .form-fields .fields_verify {
    height: 1px;
    display: block;
    position: relative;
    top: -26px;
    width: 0px;
    background-color: #0072bb;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .form-fields .form-control:hover ~ .control-label {
    transform: scale(0.8) translateY(-140%);
    -webkit-transform: scale(0.8) translateY(-140%);
    transition: 0.2s;
    -webkit-transition: 0.2s; }
  .form-fields .active-label {
    color: #0072bb;
    transform: scale(0.8) translateY(-140%);
    -webkit-transform: scale(0.8) translateY(-140%);
    -ms-transform: scale(0.8) translateY(-140%);
    font-weight: bold; }
  .form-fields .form-control:focus ~ .control-label {
    transform: scale(0.8) translateY(-140%);
    -webkit-transform: scale(0.8) translateY(-140%);
    transition: 0.2s;
    -webkit-transition: 0.2s; }
  .form-fields .form-control:focus::-webkit-input-placeholder {
    color: #bebebe;
    -webkit-transition: color 0.2s ease-in-out; }
  .form-fields .form-control:focus::placeholder {
    color: #bebebe;
    -webkit-transition: color 0.2s ease-in-out; }
  .form-fields .fields_verify {
    height: 1px;
    display: block;
    position: relative;
    top: -19px;
    width: 0px;
    background-color: #bfbfbf;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .form-fields .fields_verify.fields_verify_wrong {
      width: 100%;
      background-color: #bfbfbf; }
    .form-fields .fields_verify.fields_verify_wrong + .select_arrow::after {
      border-color: #bfbfbf; }
    .form-fields .fields_verify.fields_verify_correct {
      width: 100%;
      background-color: #0072bb; }
  .form-fields #psaName {
    text-transform: uppercase; }
  .form-fields#opt {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 0px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      .form-fields#opt {
        margin-top: 0px;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        padding: 0 10px; } }
    .form-fields#opt input.checkbox {
      width: auto !important;
      height: auto !important;
      padding: 0;
      margin: 0;
      visibility: hidden; }
    .form-fields#opt .optSquare {
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: 2px solid #3f7396;
      left: -14px;
      top: 10px;
      margin: 0;
      cursor: pointer; }
      .form-fields#opt .optSquare:focus {
        outline: 1px solid #9fbbe6; }
      .form-fields#opt .optSquare .check-icon {
        visibility: hidden;
        position: absolute;
        top: -2px;
        left: -2px;
        width: 20px;
        height: 20px;
        background: url("../assets/images/tick.png");
        background-size: 100%;
        background-repeat: no-repeat; }
        .form-fields#opt .optSquare .check-icon:focus {
          outline: 1px solid #9fbbe6; }
    .form-fields#opt input#psaRead:checked ~ .optSquare .check-icon {
      visibility: visible; }
    .form-fields#opt label {
      display: inline-block;
      font-size: 14px;
      padding-left: 3px;
      color: inherit;
      margin: 10px 0 10px 0;
      text-shadow: none;
      font-weight: bold;
      vertical-align: top;
      max-width: 580px;
      position: relative;
      line-height: initial; }
    .form-fields#opt p {
      display: inline-block;
      font-size: 14px;
      padding-left: 3px;
      color: inherit;
      margin: 10px 0 10px 0;
      text-shadow: none;
      font-weight: bold;
      vertical-align: top;
      position: relative;
      line-height: initial;
      color: #666;
      width: calc(100% - 65px); }
    .form-fields#opt a {
      color: #0072bb; }
      .form-fields#opt a:focus {
        outline: 1px solid #9fbbe6; }
    .form-fields#opt .error {
      width: calc(100% - 65px);
      display: block;
      position: relative;
      margin-left: 43px;
      font-size: 14px;
      line-height: 18px; }
      @media (max-width: 767px) {
        .form-fields#opt .error {
          width: calc(100% - 45px); } }

.action-button {
  margin: 0px auto;
  width: 310px;
  margin-top: 40px; }
  .action-button .btn {
    padding: 10px 30px;
    display: block;
    cursor: pointer;
    height: 60px;
    border: 0px;
    font-size: 24px;
    font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana;
    font-weight: 800; }
    .action-button .btn:focus {
      outline: 1px solid #9fbbe6; }
  @media (max-width: 767px) {
    .action-button {
      width: 86%;
      margin-left: 7%;
      margin-right: 7%;
      margin-top: 20px; } }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .desktop-Only {
    display: none; } }

@media (max-width: 680px) {
  .desktop-Only {
    display: none; } }

.mobile-Only {
  display: none; }
  @media (max-width: 768px) {
    .mobile-Only {
      display: none; } }
  @media (max-width: 680px) {
    .mobile-Only {
      display: block; } }

.tablet-Only {
  display: none; }
  @media (max-width: 768px) {
    .tablet-Only {
      display: block; } }
  @media (max-width: 680px) {
    .tablet-Only {
      display: none; } }

/**
 * selectize.default.css (v0.12.4) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0); }

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }

@media (max-width: 767px) {
  .collapse-item .collapse-item-container {
    display: none; } }

.side-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  overflow: hidden;
  top: 0px;
  right: -100%; }
  .side-menu #bg-black {
    position: absolute;
    width: 100%;
    height: calc(100% - 98px);
    top: 98px;
    right: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s ease; }
    @media (max-width: 767px) {
      .side-menu #bg-black {
        top: 65px;
        height: calc(100% - 65px); } }
    .side-menu #bg-black.open {
      opacity: 1; }
  .side-menu #side-menu-container {
    position: absolute;
    width: 240px;
    height: calc(100% - 98px);
    top: 98px;
    right: -100%;
    transition: all .5s ease; }
    .side-menu #side-menu-container.open {
      right: 0%; }
    @media (max-width: 767px) {
      .side-menu #side-menu-container {
        top: 65px;
        height: calc(100% - 65px); } }
    .side-menu #side-menu-container #lv1-menu {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      background: #2f74dc;
      -webkit-overflow-scrolling: touch;
      overflow: hidden; }
      .side-menu #side-menu-container #lv1-menu ul li {
        width: 100%;
        height: 50px;
        border-bottom: 2px solid #ffffff;
        line-height: 50px;
        text-indent: 20px;
        color: #ffffff;
        font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana;
        cursor: pointer;
        position: relative;
        transform: translate(-20px, 0px);
        opacity: 0;
        transition: all .3s ease; }
        .side-menu #side-menu-container #lv1-menu ul li a {
          transition: all .3s ease;
          color: #ffffff;
          position: relative; }
        .side-menu #side-menu-container #lv1-menu ul li span {
          position: relative; }
        .side-menu #side-menu-container #lv1-menu ul li.show {
          transform: translate(0px, 0px);
          opacity: 1; }
        .side-menu #side-menu-container #lv1-menu ul li.hide {
          transform: translate(20px, 0px);
          opacity: 0; }
        .side-menu #side-menu-container #lv1-menu ul li::before {
          position: absolute;
          top: 20px;
          right: 15px;
          content: " ";
          border: solid #ffffff;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 3px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transition: all .3s ease;
          width: 2px;
          height: 2px; }
      .side-menu #side-menu-container #lv1-menu .sub-menu {
        margin-top: 10px; }
        .side-menu #side-menu-container #lv1-menu .sub-menu ul li {
          background: #ffffff;
          border-radius: 10px;
          margin-bottom: 5px;
          margin-left: 20px;
          color: #062469;
          text-indent: 24px;
          height: 36px;
          line-height: 36px; }
          .side-menu #side-menu-container #lv1-menu .sub-menu ul li span {
            transition: all .3s ease;
            color: #062469;
            position: relative; }
          .side-menu #side-menu-container #lv1-menu .sub-menu ul li::before {
            border: solid #062469;
            top: 14px;
            right: 35px;
            border-width: 0 2px 2px 0; }
    .side-menu #side-menu-container #lv2-menu-other {
      position: absolute;
      top: 0px;
      right: -100%;
      height: 100%;
      width: 240px; }
      .side-menu #side-menu-container #lv2-menu-other .content {
        overflow-y: auto;
        float: left;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch; }
        .side-menu #side-menu-container #lv2-menu-other .content .sub-title {
          width: 100%;
          height: 50px;
          line-height: 48px;
          text-indent: 20px;
          color: #ffffff;
          background: #999999;
          font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana;
          position: relative;
          transform: translate(-20px, 0px);
          opacity: 0;
          transition: all .3s ease; }
          .side-menu #side-menu-container #lv2-menu-other .content .sub-title.show {
            transform: translate(0px, 0px);
            opacity: 1; }
          .side-menu #side-menu-container #lv2-menu-other .content .sub-title.hide {
            transform: translate(20px, 0px);
            opacity: 0; }
        .side-menu #side-menu-container #lv2-menu-other .content .list {
          width: 100%;
          margin: 0px;
          padding: 0px;
          border-bottom: 1px solid #ffffff; }
          .side-menu #side-menu-container #lv2-menu-other .content .list ul li {
            border-bottom: 2px solid #ffffff;
            width: 100%;
            height: 50px;
            line-height: 48px;
            text-indent: 20px;
            color: #ffffff;
            font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana;
            position: relative;
            cursor: pointer;
            transform: translate(-20px, 0px);
            opacity: 0;
            transition: all .3s ease; }
            .side-menu #side-menu-container #lv2-menu-other .content .list ul li.show {
              transform: translate(0px, 0px);
              opacity: 1; }
            .side-menu #side-menu-container #lv2-menu-other .content .list ul li.hide {
              transform: translate(20px, 0px);
              opacity: 0; }
            .side-menu #side-menu-container #lv2-menu-other .content .list ul li span {
              transition: all .3s ease;
              color: #ffffff;
              position: relative; }
            .side-menu #side-menu-container #lv2-menu-other .content .list ul li::after {
              position: absolute;
              top: 20px;
              right: 15px;
              content: " ";
              border: solid #ffffff;
              border-width: 0 2px 2px 0;
              display: inline-block;
              padding: 3px;
              transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              transition: all .3s ease;
              width: 2px;
              height: 2px; }
        .side-menu #side-menu-container #lv2-menu-other .content .list:nth-last-child(1) {
          border: none; }
      .side-menu #side-menu-container #lv2-menu-other.open {
        right: 0%; }
    .side-menu #side-menu-container #lv2-menu-member {
      position: absolute;
      top: 0px;
      right: -100%;
      height: 100%;
      width: 240px; }
      .side-menu #side-menu-container #lv2-menu-member .content {
        overflow-y: auto;
        float: left;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch; }
        .side-menu #side-menu-container #lv2-menu-member .content .sub-title {
          width: 100%;
          height: 50px;
          line-height: 48px;
          text-indent: 20px;
          color: #ffffff;
          background: #999999;
          font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana;
          position: relative;
          transform: translate(-20px, 0px);
          opacity: 0;
          transition: all .3s ease; }
          .side-menu #side-menu-container #lv2-menu-member .content .sub-title.show {
            transform: translate(0px, 0px);
            opacity: 1; }
          .side-menu #side-menu-container #lv2-menu-member .content .sub-title.hide {
            transform: translate(20px, 0px);
            opacity: 0; }
        .side-menu #side-menu-container #lv2-menu-member .content .list {
          width: 100%;
          margin: 0px;
          padding: 0px;
          border-bottom: 1px solid #ffffff; }
          .side-menu #side-menu-container #lv2-menu-member .content .list ul li {
            border-bottom: 2px solid #ffffff;
            width: 100%;
            height: 50px;
            line-height: 48px;
            text-indent: 20px;
            color: #ffffff;
            font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana;
            position: relative;
            cursor: pointer;
            transform: translate(-20px, 0px);
            opacity: 0;
            transition: all .3s ease; }
            .side-menu #side-menu-container #lv2-menu-member .content .list ul li.show {
              transform: translate(0px, 0px);
              opacity: 1; }
            .side-menu #side-menu-container #lv2-menu-member .content .list ul li.hide {
              transform: translate(20px, 0px);
              opacity: 0; }
            .side-menu #side-menu-container #lv2-menu-member .content .list ul li span {
              transition: all .3s ease;
              color: #ffffff;
              position: relative; }
            .side-menu #side-menu-container #lv2-menu-member .content .list ul li::after {
              position: absolute;
              top: 20px;
              right: 15px;
              content: " ";
              border: solid #ffffff;
              border-width: 0 2px 2px 0;
              display: inline-block;
              padding: 3px;
              transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              transition: all .3s ease;
              width: 2px;
              height: 2px; }
            .side-menu #side-menu-container #lv2-menu-member .content .list ul li:hover::after {
              right: 10px; }
        .side-menu #side-menu-container #lv2-menu-member .content .list:nth-last-child(1) {
          border: none; }
      .side-menu #side-menu-container #lv2-menu-member.open {
        right: 0%; }
  .side-menu .close-btn, .side-menu .back-btn {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 48px;
    height: 50px;
    cursor: pointer; }
  .side-menu .close-btn {
    display: none; }
    .side-menu .close-btn::before, .side-menu .close-btn::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 26px;
      top: 48%;
      left: 10px;
      margin-top: -1px;
      background: #2f74dc; }
    .side-menu .close-btn::before {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .side-menu .close-btn::after {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .side-menu .close-btn:hover::before, .side-menu .close-btn:hover::after {
      background: #87aeeb; }
    @media (max-width: 767px) {
      .side-menu .close-btn {
        top: 10px;
        right: 23px;
        width: 20px; }
        .side-menu .close-btn::before, .side-menu .close-btn::after {
          width: 20px; } }
  .side-menu .back-btn {
    top: 28px;
    right: 70px;
    width: 58px;
    height: 40px;
    border-right: 2px solid #999999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease;
  }
    .side-menu .back-btn.show {
      opacity: 1;
      pointer-events: auto;
    }
    .side-menu .back-btn::before {
      position: absolute;
      top: 13px;
      left: 20px;
      content: " ";
      border: solid #2f74dc;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 6px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transition: all .3s ease; }
    @media (max-width: 767px) {
      .side-menu .back-btn {
        top: 15px;
        right: 52px; }
        .side-menu .back-btn::before {
          left: 26px;
          padding: 5px; } }

body.no-touch .side-menu #side-menu-container #lv2-menu-other .content .list ul li:hover span {
  color: #999; }
  body.no-touch .side-menu #side-menu-container #lv2-menu-other .content .list ul li:hover span:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid; }

body.no-touch .side-menu #side-menu-container #lv2-menu-other .content .list ul li:hover::after {
  right: 10px; }

body.no-touch .side-menu #side-menu-container #lv1-menu ul li:hover::before {
  right: 10px;
  border-color: #bccdf1; }

body.no-touch .side-menu #side-menu-container #lv1-menu ul li:hover span {
  color: #bccdf1; }
  body.no-touch .side-menu #side-menu-container #lv1-menu ul li:hover span:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid; }

body.no-touch .side-menu #side-menu-container #lv1-menu .sub-menu ul li:hover::before {
  right: 30px;
  border-color: #b6bacb; }

body.no-touch .side-menu #side-menu-container #lv1-menu .sub-menu ul li:hover span {
  color: #b6bacb; }
  body.no-touch .side-menu #side-menu-container #lv1-menu .sub-menu ul li:hover span:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid; }

.super-title {
  width: 100%;
  position: relative;
  background: #cce5f5;
  background: -webkit-linear-gradient(bottom, #cce5f5 0%, #cce5f5 40%, #cce5f5 80%, #c5ddec 100%);
  background: linear-gradient(to top, #cce5f5 0%, #cce5f5 40%, #cce5f5 80%, #c5ddec 100%); }
  .super-title #super-title-container {
    position: relative;
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
    height: auto;
    min-height: 70px;
  }
    .super-title #super-title-container h1,
    .super-title #super-title-container h2 {
      color: #26323f;
      width: 100%;
      text-align: center;
      display: block;
      line-height: 100px;
      font-size: 36px;
      font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana;
      font-weight: 900; }
      @media (max-width: 1023px) {
        .super-title #super-title-container h1,
        .super-title #super-title-container h2 {
          font-size: 30px;
        }
      }
      .super-title #super-title-container h1 span,
      .super-title #super-title-container h2 span {
        display: inline;
      }
        @media (max-width: 767px) {
          .super-title #super-title-container h1,
          .super-title #super-title-container h2 {
            font-size: 30px;
            line-height: 70px;
            padding-top: 2px;
            display: block;
          }
        }

.page-banner {
  position: relative;
  overflow: hidden;
  background-color: #000010;
}
  .page-banner img {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-banner .desktop-Only,
  .page-banner .tablet-Only,
  .page-banner .mobile-Only {
    display: none;
  }
  @media (max-width: 500px) {
    .page-banner .mobile-Only {display: block;}
  }
  @media (min-width: 501px) and (max-width: 960px) {
    .page-banner .tablet-Only {display: block;}
  }
  @media (min-width: 961px) {
    .page-banner .desktop-Only {display: block;}
  }

  .page-banner.special {
    opacity: 0;
  }
  .page-banner .image.desktop-Only {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
    .page-banner .image.desktop-Only img {
      width: auto;
      max-width: none;
      position: absolute;
      left: 50%;
      top:0px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.application-procedure {
  position: relative;
  /* Mobile version after expand */ }
  .application-procedure .title-wrap {
    background: #ddeffa; }
    @media (max-width: 767px) {
      .application-procedure .title-wrap {
        background: #0173bb;
        background: -webkit-linear-gradient(bottom, #0173bb 0%, #4ba1d7 100%);
        background: linear-gradient(to top, #0173bb 0%, #4ba1d7 100%); } }
    .application-procedure .title-wrap .container {
      position: relative; }
    .application-procedure .title-wrap .label {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -ms-transition: all 0.2s;
      transition: all 0.2s;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      background: #ff8a00;
      text-align: center;
      padding: 20px 10px 18px 10px;
      -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2); }
      @media (max-width: 1175px) {
        .application-procedure .title-wrap .label {
          left: 15px;
          padding: 20px 10px 10px 10px; } }
      @media (max-width: 767px) {
        .application-procedure .title-wrap .label {
          opacity: 0;
          height: 0;
          overflow: hidden;
          left: 0;
          padding: 26px 6px 16px 6px;
          -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); } }
      .application-procedure .title-wrap .label span {
        color: #fff;
        display: inline-block;
        width: 35px;
        font-size: 24px;
        line-height: 28px; }
        @media (max-width: 767px) {
          .application-procedure .title-wrap .label span {
            font-size: 16px;
            width: 26px;
            line-height: 20px; } }
      .application-procedure .title-wrap .label:after {
        position: absolute;
        content: '';
        right: 0;
        bottom: -22px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 45px 24px 0;
        border-color: transparent #ff8a00 transparent transparent; }
        @media (max-width: 767px) {
          .application-procedure .title-wrap .label:after {
            border-width: 0 34px 24px 0; } }
      .application-procedure .title-wrap .label:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -22px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24px 45px 0 0;
        border-color: #ff8a00 transparent transparent transparent; }
        @media (max-width: 767px) {
          .application-procedure .title-wrap .label:before {
            border-width: 24px 34px 0 0; } }
  .application-procedure .container {
    position: relative;
    margin: 0 auto;
    max-width: 1175px;
    width: 100%; }
  .application-procedure h2 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #153564;
    padding: 37px 0; }
    @media (max-width: 767px) {
      .application-procedure h2 {
        color: #fff;
        cursor: pointer;
        font-size: 30px;
        padding: 23px 0;
        position: relative; }
        .application-procedure h2:after {
          position: absolute;
          top: 50%;
          right: 16px;
          font-family: "promise" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\6a";
          color: #fff;
          margin-top: -12px;
          font-size: 20px;
          background: none;
          width: auto;
          height: auto; } }
  .application-procedure .content-wrap {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    padding: 70px 0; }
    @media (max-width: 1023px) {
      .application-procedure .content-wrap {
        padding: 25px 0; } }
    .application-procedure .content-wrap ul li {
      display: inline-block;
      padding: 0 60px;
      position: relative; }
      @media (max-width: 1023px) {
        .application-procedure .content-wrap ul li {
          padding: 0 40px; } }
      @media (max-width: 767px) {
        .application-procedure .content-wrap ul li {
          display: block;
          padding: 0 0 50px 0;
          text-align: center; }
          .application-procedure .content-wrap ul li:last-child {
            padding: 0; } }
      .application-procedure .content-wrap ul li:after {
        font-family: "promise" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\6d";
        position: absolute;
        right: -10px;
        margin-top: -10px;
        top: 50%;
        font-size: 20px;
        color: #999999; }
        @media (max-width: 767px) {
          .application-procedure .content-wrap ul li:after {
            left: 50%;
            right: auto;
            top: auto;
            bottom: 15px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            font-size: 20px;
            color: #cccccc;
            margin-top: 0;
            margin-left: -10px; } }
      .application-procedure .content-wrap ul li:last-child:after {
        content: ''; }
      .application-procedure .content-wrap ul li .item {
        text-align: center;
        width: 160px;
        border: 4px solid #e6e6e6;
        padding: 20px 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px; }
        @media (max-width: 767px) {
          .application-procedure .content-wrap ul li .item {
            display: inline-block;
            max-width: 215px;
            width: 100%;
            padding: 11px 15px 11px 10px; } }
        .application-procedure .content-wrap ul li .item span {
          font-size: 30px;
          display: inline-block;
          -webkit-transform: translateY(-3px);
          -moz-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          transform: translateY(-3px); }
          @media (max-width: 767px) {
            .application-procedure .content-wrap ul li .item span {
              -webkit-transform: translateY(0px);
              -moz-transform: translateY(0px);
              -ms-transform: translateY(0px);
              transform: translateY(0px);
              font-size: 24px;
              display: inline-block;
              vertical-align: middle; } }
        .application-procedure .content-wrap ul li .item .icon-wrap {
          display: table;
          height: 125px;
          width: 100%; }
          @media (max-width: 767px) {
            .application-procedure .content-wrap ul li .item .icon-wrap {
              width: 90px;
              display: inline-block;
              height: auto;
              vertical-align: middle; } }
        .application-procedure .content-wrap ul li .item .icon {
          display: table-cell;
          vertical-align: middle; }
          @media (max-width: 767px) {
            .application-procedure .content-wrap ul li .item .icon {
              display: inline-block; } }
        .application-procedure .content-wrap ul li .item.application {
          color: #0099ff; }
          .application-procedure .content-wrap ul li .item.application .icon.icon-application {
            font-size: 90px;
            -webkit-transform: translateY(2px) translateX(4px);
            -moz-transform: translateY(2px) translateX(4px);
            -ms-transform: translateY(2px) translateX(4px);
            transform: translateY(2px) translateX(4px); }
            @media (max-width: 767px) {
              .application-procedure .content-wrap ul li .item.application .icon.icon-application {
                font-size: 65px;
                -webkit-transform: translateY(4px) translateX(0);
                -moz-transform: translateY(4px) translateX(0);
                -ms-transform: translateY(4px) translateX(0);
                transform: translateY(4px) translateX(0); } }
        .application-procedure .content-wrap ul li .item.contract {
          color: #f7540f; }
          .application-procedure .content-wrap ul li .item.contract .icon.icon-contract {
            font-size: 95px; }
            @media (max-width: 767px) {
              .application-procedure .content-wrap ul li .item.contract .icon.icon-contract {
                font-size: 65px; } }
        .application-procedure .content-wrap ul li .item.transfer {
          color: #99c12c; }
          .application-procedure .content-wrap ul li .item.transfer .icon.icon-transfer {
            font-size: 110px; }
            @media (max-width: 767px) {
              .application-procedure .content-wrap ul li .item.transfer .icon.icon-transfer {
                font-size: 80px;
                line-height: 70px; } }
    .application-procedure .content-wrap .btn {
      padding: 20px 30px;
      margin-top: 50px;
      font-weight: bold;
      max-width: 360px;
      display: inline-block;
      font-size: 24px; }
      @media (max-width: 767px) {
        .application-procedure .content-wrap .btn {
          margin-top: 32px;
          max-width: 290px;
          font-size: 18px; } }
  @media (max-width: 767px) {
    .application-procedure.active .title-wrap {
      background: #ddeffa; }
    .application-procedure.active h2 {
      color: #153564; }
      .application-procedure.active h2:after {
        content: '';
        margin-top: -2px;
        width: 21px;
        height: 3px;
        background: #153564; }
    .application-procedure.active .label {
      opacity: 1;
      height: auto;
      overflow: visible; } }



.apply-step {
  position: relative;
}
  .apply-step .nowrap {
    white-space: nowrap;
  }
  .apply-step .title-wrap {
    background: #ddeffa; }
    @media (max-width: 767px) {
      .apply-step .title-wrap {
        background: #0173bb;
        background: -webkit-linear-gradient(bottom, #0173bb 0%, #4ba1d7 100%);
        background: linear-gradient(to top, #0173bb 0%, #4ba1d7 100%); } }

  .apply-step .container {
    position: relative;
    margin: 0 auto;
    max-width: 1175px;
    width: 100%; }
  .apply-step h2 {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #153564;
    padding: 37px 0; }
    @media (max-width: 767px) {
      .apply-step h2 {
        color: #fff;
        cursor: pointer;
        font-size: 30px;
        padding: 23px 44px;
        position: relative; }
        .apply-step h2:after {
          position: absolute;
          top: 50%;
          right: 16px;
          font-family: "promise" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\6a";
          color: #fff;
          margin-top: -12px;
          font-size: 20px;
          background: none;
          width: auto;
          height: auto; } }
  .apply-step .content-wrap {
    color: #2b2c3e;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    padding: 40px 0px 80px 0px;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
  }
    @media (max-width: 767px) {
      .apply-step .content-wrap {
        font-size: 16px;
      }
    }
    @media (max-width: 1023px) {
      .apply-step .content-wrap {
        padding: 30px 0px 120px 0px;
      }
    }

  .apply-step .content-wrap p {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .apply-step ul {
    margin: 60px 0px 0px 0px;
  }

  .apply-step ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .apply-step li {
    text-align: center;
    position: relative;
    display: block;
    width: 33.33%;
    float: left;
    padding: 0px 20px;
  }
    @media (max-width: 767px) {
      .apply-step li {
        float:none;
        width: 100%;
        margin-top: 60px;
      }
    }
  .apply-step li h3 {
    color:#0071bd;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 25px;
  }
  .apply-step .content-wrap li p {
    padding: 0px;
  }
  .apply-step .icon {
    display: block;
    margin: 0px auto;
    max-width: 132px;
  }
@media (max-width: 767px) {
  .apply-step.active .title-wrap {
    background: #ddeffa;
  }
  .apply-step.active h2 {
    color: #153564;
  }
    .apply-step.active h2:after {
      content: '';
      margin-top: -2px;
      width: 21px;
      height: 3px;
      background: #153564;
    }
  .apply-step.active .label {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}








.lightbox-tnc {
  display: none; }

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none; }
  .lightbox .lightbox-inner {
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 810px;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 767px) {
      .lightbox .lightbox-inner {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        top: 30px;
        bottom: 30px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: auto; } }
    @media screen and (max-height: 700px) {
      .lightbox .lightbox-inner {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        top: 30px;
        bottom: 30px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: auto; } }
    .lightbox .lightbox-inner .icon-close {
      position: absolute;
      right: 15px;
      top: 25px;
      font-size: 20px; }
    .lightbox .lightbox-inner .content-wrap {
      overflow: hidden;
      padding: 25px 15px 50px 0;
      background: #fff; }
      @media (max-width: 767px) {
        .lightbox .lightbox-inner .content-wrap {
          padding: 12px 5px 100px 0;
          height: 100%; } }
      @media screen and (max-height: 700px) {
        .lightbox .lightbox-inner .content-wrap {
          padding: 12px 5px 100px 0;
          height: 100%; } }
    .lightbox .lightbox-inner h2 {
      background: #f7f8fa;
      text-align: center;
      font-size: 30px;
      line-height: 70px;
      font-weight: bold;
      color: #26323f; }
      @media (max-width: 767px) {
        .lightbox .lightbox-inner h2 {
          font-size: 24px; } }
    .lightbox .lightbox-inner .content {
      padding: 0 30px 30px 30px;
      height: 530px;
      width: 100%;
      color: #26323f;
      font-size: 18px;
      line-height: 24px; }
      @media (max-width: 767px) {
        .lightbox .lightbox-inner .content {
          padding: 0 15px 15px 15px;
          font-size: 16px; } }
    .lightbox .lightbox-inner .apply-now-tnc p {
      margin-top: 15px;
    }
    .lightbox .lightbox-inner .apply-now-tnc p:first-of-type {
      margin-top: 0px;
    }
    .lightbox .lightbox-inner .apply-now-tnc ul {
      list-style: disc;
      padding-left: 20px;
      margin-top: 10px;
      margin-bottom: 20px; }
    .lightbox .lightbox-inner .apply-now-tnc ol {
      list-style: decimal;
      padding-left: 20px;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .lightbox .lightbox-inner .apply-now-tnc a {
      color:#000000;
      text-decoration: underline;
    }
    .lightbox .lightbox-inner .apply-now-tnc table {
      margin-top: 15px;
      margin-bottom: 15px;
    }
      @media (max-width: 767px) {
        .lightbox .lightbox-inner .apply-now-tnc table {
          font-size: 14px; } }
      .lightbox .lightbox-inner .apply-now-tnc table th {
        background-color: #cbe5f4;
        color: #0072b8;
        padding: 18px 9px;
        text-align: center;
        font-weight: bold; }
        @media (max-width: 767px) {
          .lightbox .lightbox-inner .apply-now-tnc table th {
            padding: 16px 9px; } }
      .lightbox .lightbox-inner .apply-now-tnc table td {
        text-align: center;
        padding: 18px 20px;
        width: 50%; }
        @media (max-width: 767px) {
          .lightbox .lightbox-inner .apply-now-tnc table td {
            line-height: 18px;
            padding: 12px 9px; } }
        .lightbox .lightbox-inner .apply-now-tnc table td:first-child {
          border-left: 1px solid #7eb8dd;
          border-bottom: 1px solid #7eb8dd; }
        .lightbox .lightbox-inner .apply-now-tnc table td:last-child {
          border-left: 1px solid #7eb8dd;
          border-right: 1px solid #7eb8dd;
          border-bottom: 1px solid #7eb8dd; }

.lightbox-content {
  display: none; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  background: #fff; }

@media (max-width: 767px) {
  .scroll-wrapper {
    height: 100%; } }

@media (max-height: 700px) {
  .scroll-wrapper {
    height: 100%; } }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 767px) {
  .scroll-wrapper > .scroll-content {
    height: 100% !important; } }

@media (max-height: 700px) {
  .scroll-wrapper > .scroll-content {
    height: 100% !important; } }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner {
  overflow-y: scroll; }

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 5px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  /* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4; */ }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #d5d5d5; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #999; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #999; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #999;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

.apply .super-title {
  background: #3aadf6;
  background: -webkit-linear-gradient(bottom, #3aadf6 0%, #3399f6 80%, #317feb 100%);
  background: linear-gradient(to top, #3aadf6 0%, #3399f6 80%, #317feb 100%); }
  .apply .super-title #super-title-container h1,
  .apply .super-title #super-title-container h2 {
    color: #ffffff;
  }


.apply-content {
  position: relative;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  padding: 70px 0px; }
  @media (max-width: 1023px) {
    .apply-content {
      padding: 60px 0px; } }
  @media (max-width: 767px) {
    .apply-content {
      padding: 40px 20px; } }
  .apply-content .tnc {
    width: 100%;
    position: relative;
    color: #999999;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0px 20px; }
    .apply-content .tnc p {
      font-size: 14px;
      margin-bottom: 15px;
      line-height: 18px; }
    @media (max-width: 767px) {
      .apply-content .tnc {
        margin-bottom: 20px;
        padding: 0px 0px; } }

header {
  position: relative; }

.main-content {
  /* padding-top: 0px !important; */
}
