@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@keyframes zoom-in-out {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.95); } }

@keyframes zoom-in-out-big {
  0% {
    transform: scale(0.95); }
  12.5% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  37.5% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(0.95); } }

@keyframes jump-up-down {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -10px); }
  100% {
    transform: translate(0, 0); } }

@keyframes jump-up-down-little {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -5px); }
  100% {
    transform: translate(0, 0); } }

@keyframes right-left {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(-10px, 0); }
  100% {
    transform: translate(0, 0); } }

.zoom-animation {
  animation: zoom-in-out 1s infinite ease-in-out; }

.jump-animation {
  animation: jump-up-down 1s infinite ease-in-out; }

.jump-little-animation {
  animation: jump-up-down-little 1s infinite ease-in-out; }

.right-animation {
  animation: right-left 1s infinite ease-in-out; }

.zoom-big-animation {
  animation: zoom-in-out-big 2s infinite ease-in-out; }

@font-face {
  font-family: "promise";
  src: url("/assets/fonts/promise.eot");
  src: url("/assets/fonts/promise.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/promise.woff") format("woff"), url("/assets/fonts/promise.ttf") format("truetype"), url("/assets/fonts/promise.svg#promise") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "promise" !important;
  content: attr(data-icon);
  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; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  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; }

.icon-clock:before {
  content: "\62"; }

.icon-fax:before {
  content: "\63"; }

.icon-location:before {
  content: "\64"; }

.icon-tel:before {
  content: "\65"; }

.icon-tel-24hours:before {
  content: "\68"; }

.icon-plus:before {
  content: "\6a"; }

.icon-minus:before {
  content: "\6b"; }

.icon-go-to-top:before {
  content: "\6c"; }

.icon-right-arrow:before {
  content: "\6d"; }

.icon-contract:before {
  content: "\61"; }

.icon-transfer:before {
  content: "\67"; }

.icon-24hr-transfer:before {
  content: "\6f"; }

.icon-zero-processing-fee:before {
  content: "\73"; }

.icon-tel-money:before {
  content: "\69"; }

.icon-left-arrow:before {
  content: "\6e"; }

.icon-close:before {
  content: "\75"; }

.icon-no-need-document:before {
  content: "\71"; }

.icon-online-process:before {
  content: "\70"; }

.icon-approved:before {
  content: "\72"; }

.icon-daily-interest:before {
  content: "\74"; }

.icon-application:before {
  content: "\66"; }

html {
  min-width: 320px; }
  html.lightboxOn {
    overflow: hidden;
    height: 100%; }

body {
  /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  min-width: 320px; }

.iframe-content {
  margin-bottom: 20px; }

.desktop-only {
  display: block; }
  @media (max-width: 767px) {
    .desktop-only {
      display: none; } }

.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

.ui-header {
  position: fixed; }

.main-content {
  padding-top: 98px;
  min-height: 300px; }
  @media (max-width: 767px) {
    .main-content {
      padding-top: 115px; } }

input:not([type="checkbox"]), select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

button {
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    img {
      /* IE10+ CSS styles go here */
      outline: 0;
      border: 0; } }

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

.button, .action-button .btn, .header #header-container .main-menu .btn, .application-procedure .custom, .application-procedure .content-wrap .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 1px 2px #fff, 0 1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 4px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px #fff, 0 1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 4px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 2px #fff, 0 1px 1px #666, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 4px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 2px #fff, 0 1px 1px #666, inset 0 0px 1px rgba(0, 0, 0, 0.5), inset 0 4px 1px rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 100%;
  line-height: 20px;
  padding: 10px 30px;
  text-align: center;
  background: #1d4be6;
  background: -webkit-linear-gradient(bottom, #1d4be6 0%, #265ee9 30%, #5595f6 60%, #5494f5 100%);
  background: linear-gradient(to top, #1d4be6 0%, #265ee9 30%, #5595f6 60%, #5494f5 100%); }
  .button span, .action-button .btn span, .header #header-container .main-menu .btn>span, .application-procedure .custom span, .application-procedure .content-wrap .btn span {
    width: 100%;
    display: block;
    min-height: 20px;}
  .button:hover, .action-button .btn:hover, .header #header-container .main-menu .btn:hover, .application-procedure .custom:hover, .application-procedure .content-wrap .btn:hover {
    background: #1d4be6;
    background: -webkit-linear-gradient(bottom, #1d4be6 0%, #204fc4 30%, #4474bd 60%, #5494f5 100%);
    background: linear-gradient(to top, #1d4be6 0%, #204fc4 30%, #4474bd 60%, #5494f5 100%); }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=tel] {
  -moz-appearance: textfield; }

  .header-tab {
    width: 98%;
    margin: 0 auto;
    height: 70px;
    background: #ff5366;
    border-radius: 7px;
    position: relative;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 50px;
    padding: 0px 20px; }
    @media (max-width: 767px) {
      .header-tab {
        height: 50px;
        padding: 0 20px; } }
    @media (max-width: 500px) {
      .header-tab {
        height: 70px;
        padding: 0 10px;
        margin-bottom: 30px;} }
    .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 span {
      font-weight: 800;
      margin-left: 80px;
      line-height: 70px;
      height: 70px; }
      @media (max-width: 767px) {
        .header-tab span {
          height: 50px;
          line-height: 50px;
          font-size: 16px;
          margin-left: 45px; } }
      @media (max-width: 500px) {
        .header-tab span {
          font-size: 14px!important;
          margin-left: 40px!important;
        }
      }
    .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;
          position: absolute;
          float: initial;
          right: 10px;
          bottom: 0;
          height: 30px;
          line-height: 30px;} }
      .header-tab a:hover {
        text-decoration: underline; }

.termsFormat .box {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .termsFormat .box {
      margin-bottom: 20px; } }
  .termsFormat .box p {
    font-size: 18px;
    /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
    margin-bottom: 20px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .termsFormat .box p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; } }
  .termsFormat .box .title {
    font-size: 24px;
    /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .termsFormat .box .title {
        font-size: 18px;
        margin-bottom: 20px; } }
  .termsFormat .box .desc {
    font-size: 18px;
    /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
    margin-bottom: 20px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .termsFormat .box .desc {
        font-size: 16px;
        line-height: 20px; } }
    .termsFormat .box .desc .title {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 20px;
      line-height: 20px; }
      @media (max-width: 767px) {
        .termsFormat .box .desc .title {
          font-size: 16px;
          line-height: 20px; } }
    .termsFormat .box .desc ol, .termsFormat .box .desc ul {
      font-size: 18px;
      line-height: 24px;
      padding-left: 20px;
      list-style: decimal; }
      @media (max-width: 767px) {
        .termsFormat .box .desc ol, .termsFormat .box .desc ul {
          font-size: 16px;
          line-height: 20px;
          padding-left: 10px; } }
      .termsFormat .box .desc ol li,
       .termsFormat .box .desc ul li {
        margin-bottom: 20px;
        padding-left: 10px;
      }
        @media (max-width: 767px) {
          .termsFormat .box .desc ol li .title, .termsFormat .box .desc ul li .title {
            margin-bottom: 10px; } }
        .termsFormat .box .desc ol li ul, .termsFormat .box .desc ul li ul {
          margin-top: 20px; }
          .termsFormat .box .desc ol li ul li, .termsFormat .box .desc ul li ul li {
            font-weight: 400;
            padding-left: 5px;
            list-style-type: lower-alpha; }
            .termsFormat .box .desc ol li ul li ul li, .termsFormat .box .desc ul li ul li ul li {
              font-weight: 400;
              list-style-type: lower-roman; }
    .termsFormat .box .desc ol {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .termsFormat .box .desc ol {
          padding-left: 20px; } }

.termsFormat .content.en {
  /* font-family: Arial, Helvetica, sans-serif; */
  }
  .termsFormat .content.en .big-title {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .termsFormat .content.en .big-title {
        font-size: 18px;
        margin-top: 40px; } }
  .termsFormat .content.en .co-title {
    font-size: 24px; }
    @media (max-width: 767px) {
      .termsFormat .content.en .co-title {
        font-size: 18px; } }
  .termsFormat .content.en .box {
    /* font-family: Arial, Helvetica, sans-serif; */
    }
    .termsFormat .content.en .box .title {
      font-size: 24px;
      /* font-family: Arial, Helvetica, sans-serif; */
      }
      @media (max-width: 767px) {
        .termsFormat .content.en .box .title {
          font-size: 14px; } }
    .termsFormat .content.en .box .desc {
      /* font-family: Arial, Helvetica, sans-serif; */
      font-size: 16px; }
      @media (max-width: 767px) {
        .termsFormat .content.en .box .desc {
          font-size: 16px; } }
      .termsFormat .content.en .box .desc p {
        font-size: 18px; }
        @media (max-width: 767px) {
          .termsFormat .content.en .box .desc p {
            font-size: 16px;
            line-height: 20px; } }
      .termsFormat .content.en .box .desc .title {
        font-size: 18px; }
        @media (max-width: 767px) {
          .termsFormat .content.en .box .desc .title {
            font-size: 16px; } }
      .termsFormat .content.en .box .desc ul li {
        font-size: 18px; }
        @media (max-width: 767px) {
          .termsFormat .content.en .box .desc ul li {
            font-size: 16px; } }

.form-wrapper {
  width: 100%;
  max-width: 768px;
  padding: 0px 20px;
  margin: auto; }
  @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: 5px;
    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: 60px;
    border: none;
    border-bottom: 1px solid #0072bb;
    border-radius: 0px;
    margin-top: 20px; } */

  @media (max-width: 767px) {
    .form-fields {
      padding: 0px 10px; } }
  .form-fields sup {
    color: #ed1b24; }
    @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%; } }
    @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; }
    @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 select::-ms-expand {
    display: none; }
  .form-fields select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px;
    height: 40px;
    margin-top: 30px;
    margin-top: 50px !important; }
  .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 .form-fields label {
    padding: 0;
    color: #444444;
    font-size: 1.143em;
    font-weight: bold; }
    .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 .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 {
    height: auto;
    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);
      max-width: none; }
    .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: 40px auto 10px;
  padding-bottom: 30px;
  float: none;}
  .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; }

@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; } }

footer {
  position: relative; }

.footer {
  width: 100%;
  position: relative;
  border-top: 3px solid #0072bb;
}
  .footer #footer-container {
    position: relative;
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
    background: #ffffff;
    padding-top: 58px;
    padding-bottom: 20px;
  }
    .footer #footer-container:after {
      content: "";
      display: table;
      clear: both;
    }
    @media (max-width: 767px) {
      .footer #footer-container {
        padding: 30px 0px;
      }
    }
    .footer #footer-container .left {
      float: left;
      width: 570px;
      padding-left: 20px;
    }
      .footer #footer-container .left::after {
        content: "";
        display: block;
        clear: both;
      }
        .footer #footer-container .left .content {
          margin-top: 20px;
        }
        .footer #footer-container .left .content:first-child {
          margin-top: 0px;
        }
          .footer #footer-container .left .content-wrapper .content .title {
            font-size: 16px;
            color: #0072bb;
            font-weight: 600;
            margin-bottom: 6px;
          }
          .footer #footer-container .left .content-wrapper .content .sub-title {
            font-family: Arial, sans-serif;
            font-size: 84px;
            color: #153564;
            font-weight: 400;
            white-space: nowrap;
          }
          @media (max-width: 500px) {
            .footer #footer-container .left .content-wrapper .content .sub-title {
              font-size: 56px;
            }
          }

      .footer #footer-container .left .logo img {
        display: inline-block;
        height: auto;
        margin: 0px 20px 0px 0px;
      }
        .footer #footer-container .left .logo img.s1 {
          width: 130px;
        }
        .footer #footer-container .left .logo img.s2 {
          width: 60px;
        }
      @media (min-width: 1024px) and (max-width: 1185px) {
        .footer #footer-container .left {
          width: 405px;
        }
      }

      @media (max-width: 1023px) {
        .footer #footer-container {
          padding-bottom: 50px;
        }
        .footer #footer-container .left {
          width: 100%;
          margin: 0px;
          padding: 0px 20px;
        }
          .footer #footer-container .left .content-wrapper {
            width: 60%;
            float: left;
          }
            .footer #footer-container .left .content-wrapper .content {
              width: 100%;
              padding: 0px 10px;
            }
          .footer #footer-container .left .logo {
            width: 40%;
            float: left;
            margin-top: -10px;
          }
          .footer #footer-container .left .logo img {
            display:block;
            margin: 40px auto 0px auto;
          }
          .footer #footer-container .left .logo img.s1 {
            width: 150px;
          }
        }
      @media (max-width: 767px) {
        .footer #footer-container .left {
          text-align: center;
        }
        .footer #footer-container .left .content-wrapper {
          width: 100%;
          float: none;
        }
          .footer #footer-container .left .content-wrapper .content {
            width: 100%;
            margin-bottom: 30px;
          }
        .footer #footer-container .left .logo {
          text-align: center;
          width: 100%;
          margin: 0px;
        }
          .footer #footer-container .left .logo img {
            display: block;
            margin: 20px auto 0px auto;
          }
      }
    .footer #footer-container .right {
      width: 600px;
      float: right; }
      @media (max-width: 1023px) {
        .footer #footer-container .right {
          display: none; } }
      .footer #footer-container .right .content-col {
        width: 35%;
        float: right; }
        .footer #footer-container .right .content-col ul li {
          /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
          text-indent: 16px;
          position: relative;
          margin-bottom: 10px;
          cursor: pointer; }
          .footer #footer-container .right .content-col ul li a {
            transition: all .3s ease;
            color: #26323f;
            position: relative; }
          .footer #footer-container .right .content-col ul li:hover a {
            color: #999999; }
          .footer #footer-container .right .content-col ul li:hover a:after {
            content: '';
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 1px;
            border-width: 0 0 1px;
            border-style: solid; }
          .footer #footer-container .right .content-col ul li:hover::before {
            left: 5px; }
          .footer #footer-container .right .content-col ul li::before {
            position: absolute;
            top: 6px;
            left: 0px;
            content: " ";
            border: solid #0072bb;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 2px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transition: all .3s ease;
            width: 2px;
            height: 2px; }

@-moz-document url-prefix() {
  .footer #footer-container .right .content-col ul li::before {
    /* top: 4px; */ } }
      .footer #footer-container .right .content-col:nth-child(1) {
        width: 36%;
        padding-right: 2%; }
      .footer #footer-container .right .content-col:nth-child(3) {
        width: 28%; }

        .header {
          width: 100%;
          position: relative;
          transition: all .3s ease; }
          .header a {
            -webkit-tap-highlight-color: transparent; }
          .header.shadow {
            box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2); }
          .header #header-container {
            position: relative;
            width: 100%;
            max-width: 1175px;
            margin: 0 auto;
            height: 98px;
            background: #ffffff;
            overflow: hidden; }
            .header #header-container #logo {
              width: 165px;
              margin-top: 7px;
              display: inline-block;
              margin-left: 15px;
              padding-top: 0;}
              .header #header-container #logo img {
                width: 100%;
                height: auto;}
              @media (max-width: 767px) {
                .header #header-container #logo {
                  width: 108px;
                  margin-top: 4px; } }
            .header #header-container .content {
              float: right;
              height: 98px; }
              @media (max-width: 767px) {
                .header #header-container .content {
                  width: 100%;
                  height: 48px; } }
            .header #header-container .desktop-menu {
              padding-top: 11px;
              width: 365px;
              /* float: left; */
              height: 100%;
              display: inline-block;}
              .header #header-container .desktop-menu .row {
                width: 100%;
                float: left;
                height: 30px;
                color: #26323f; }
                .header #header-container .desktop-menu .row ul {
                  width: 100%; }
                  .header #header-container .desktop-menu .row ul li {
                    font-size: 17px;
                    float: right;
                    color: #26323f;
                    margin-left: 15px;
                    /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
                    font-weight: 400;
                    cursor: pointer; }
                    .header #header-container .desktop-menu .row ul li a {
                      transition: all .3s ease;
                      color: #26323f;
                      position: relative; }
                    .header #header-container .desktop-menu .row ul li:hover a {
                      color: #999999; }
                    .header #header-container .desktop-menu .row ul li:hover a:after {
                      content: '';
                      width: 100%;
                      position: absolute;
                      left: 0;
                      bottom: 1px;
                      border-width: 0 0 1px;
                      border-style: solid; }
                .header #header-container .desktop-menu .row .tel-icon, .header #header-container .desktop-menu .row .tel-number {
                  height: 30px;
                  /* float: left; */
                  display: inline-block; }
                .header #header-container .desktop-menu .row .tel-icon {
                  margin-left: 105px; }
                  .header #header-container .desktop-menu .row .tel-icon img {
                    width: 80px; }
                .header #header-container .desktop-menu .row .tel-number {
                  /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
                  font-weight: 400;
                  line-height: 30px;
                  font-size: 17px;
                  margin-left: 5px; }
                  @media (max-width: 1023px) {
                    .header #header-container .desktop-menu .row .tel-number {
                      font-size: 22px; } }
                @media (max-width: 1023px) {
                  .header #header-container .desktop-menu .row.tel-box {
                    margin-top: 17px; }
                    .header #header-container .desktop-menu .row.tel-box .tel-icon {
                      margin-left: 0px; } }
                .header #header-container .desktop-menu .row.choice-box {
                  margin-top: 5px; }
                  @media (max-width: 1023px) {
                    .header #header-container .desktop-menu .row.choice-box {
                      display: none; } }
              @media (max-width: 1023px) {
                .header #header-container .desktop-menu {
                  width: 220px; } }
              @media (max-width: 900px) {
                .header #header-container .desktop-menu {
                  width: 80px; }
                  .header #header-container .desktop-menu .row.tel-box {
                    margin-top: 5px; }
                    .header #header-container .desktop-menu .row.tel-box .tel-icon, .header #header-container .desktop-menu .row.tel-box .tel-number {
                      margin-left: 0px;
                      width: 100%; }
                    .header #header-container .desktop-menu .row.tel-box .tel-number {
                      font-size: 14px;
                      line-height: 20px;
                      font-weight: 900;
                    }
              }
              @media (max-width: 767px) {
                .header #header-container .desktop-menu {
                  position: absolute;
                  top: -20px;
                  right: 70px; } }
            .header #header-container .main-menu {
              width: 370px;
              /* float: left; */
              height: 98px;
              padding-top: 27px;
              display: inline-block;
            }
              .header #header-container .main-menu ul {
                margin: 0;
              }
              .header #header-container .main-menu ul li {
                font-size: 17px;
                /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
                font-weight: 400;
                float: left;
                margin-left: 6px;
              }
              .header #header-container .main-menu .btn {
                position: relative;
                padding: 18px 8px 10px 26px;
                display: block;
                cursor: pointer;
                font-size: 14px;
                line-height: 1.1;
                text-align: center;
                width: 116px;
                height: 50px;
                overflow: hidden;
              }
                .header #header-container .main-menu .btn>span {
                  display: inline-block;
                  width: auto;
                  position: relative;
                }
                .header #header-container .main-menu .btn>span:before {
                  content: "";
                  position: absolute;
                  display: block;
                  width: 18px;
                  height: 18px;
                  left: -23px;
                  top: -1px;
                  background-position: center center;
                  background-repeat: no-repeat;
                  background-size: contain;
                }
                  .header #header-container .main-menu .btn#apply2-btn>span:before {
                    background-image: url('/assets/images/icon_apply.png');
                  }
                  @media (min-width: 768px) {
                    .header #header-container .main-menu .btn#sign-btn>span {
                      font-size: 13px;
                      margin-top: -7px;
                    }
                      .header #header-container .main-menu .btn#sign-btn>span:before {
                        top: 6px;
                      }
                    .header #header-container .main-menu .btn#sign-btn>span>span {
                      display: block;
                    }
                  }
                  @media (max-width: 499px) {
                    .header #header-container .main-menu .btn#sign-btn>span {
                      font-size: 15px;
                      margin-top: -7px;
                    }
                    .header #header-container .main-menu .btn#sign-btn>span:before {
                      top: 6px;
                    }
                    .header #header-container .main-menu .btn#sign-btn>span>span {
                      display: block;
                    }
                  }
                  .header #header-container .main-menu .btn#sign-btn>span:before {
                    background-image: url('/assets/images/icon_sign.png');
                  }
                  .header #header-container .main-menu .btn#login-btn>span:before {
                    background-image: url('/assets/images/icon_login.png');
                  }
                .header #header-container .main-menu .btn#apply2-btn {
                  background-color: #ed2138;
                  background: -webkit-linear-gradient(bottom, #ed2138 0%, #f43c5f 30%, #f85e83 60%, #f85d82 100%);
                  background: linear-gradient(to top, #ed2138 0%, #f43c5f 30%, #f85e83 60%, #f85d82 100%); }
                  .header #header-container .main-menu .btn#apply2-btn:hover {
                    background-color: #cc1b2f;
                    background: -webkit-linear-gradient(bottom, #cc1b2f 0%, #b62c47 30%, #dd5275 60%, #f35d82 100%);
                    background: linear-gradient(to top, #cc1b2f 0%, #b62c47 30%, #dd5275 60%, #f35d82 100%); }
                .header #header-container .main-menu .btn#sign-btn {
                  background: #5a2c99;
                  background: -webkit-linear-gradient(bottom, #5a2c99 0%, #8d58c2 40%, #a26fce 60%, #a472d1 100%);
                  background: linear-gradient(to top, #5a2c99 0%, #8d58c2 40%, #a26fce 60%, #a472d1 100%); }
                  .header #header-container .main-menu .btn#sign-btn:hover {
                    background: #5a2c99;
                    background: -webkit-linear-gradient(bottom, #5a2c99 0%, #693a97 40%, #875dac 60%, #a472d1 100%);
                    background: linear-gradient(to top, #5a2c99 0%, #693a97 40%, #875dac 60%, #a472d1 100%); }
                    .header #header-container .main-menu .btn#login-btn {
                      background-color: #c38e22;
                      background: -webkit-linear-gradient(bottom, #c38e22 0%, #f4b73c 30%, #ffcb4b 60%, #ffd20f 100%);
                      background: linear-gradient(to top, #c38e22 0%, #f4b73c 30%, #ffcb4b 60%, #ffd20f 100%); }
                      .header #header-container .main-menu .btn#login-btn:hover {
                        background-color: #a97726;
                        background: -webkit-linear-gradient(bottom, #a97726 0%, #d49635 30%, #f1b93e 60%, #f4bf38 100%);
                        background: linear-gradient(to top, #a97726 0%, #d49635 30%, #f1b93e 60%, #f4bf38 100%); }
              @media (max-width: 1023px) {
                .header #header-container .main-menu {
                  margin-right: 60px; } }
              .header #header-container .main-menu.open {
                display: block !important;
                opacity: 0 !important; }
              @media (max-width: 767px) {
                .header #header-container .main-menu {
                  width: 100%;
                  padding-top: 5px;
                  height: 45px;
                }
                  .header #header-container .main-menu.open {
                    opacity: 1 !important; }
                  .header #header-container .main-menu ul li {
                    margin-left: 0px;
                    width: 33.3333%;
                    padding-left: 1px;
                  }
                    .header #header-container .main-menu ul li:last-of-type {
                      padding-right: 1px;
                    }
                    .header #header-container .main-menu .btn {
                      width: 100%;
                      font-size: 16px;
                      padding: 16px 3px 5px 23px;
                      -webkit-border-radius: 5px;
                         -moz-border-radius: 5px;
                          -ms-border-radius: 5px;
                              border-radius: 5px;
                    }
                }
            .header #header-container .burger-button {
              width: 30px;
              height: 22px;
              position: absolute;
              top: 36px;
              right: -45px;
              cursor: pointer; }
              .header #header-container .burger-button:hover span:nth-child(1) {
                top: -3px; }
              .header #header-container .burger-button:hover span:nth-child(3) {
                bottom: -3px; }
              .header #header-container .burger-button span {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 2px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                border-radius: 5px;
                background: #233342;
                transition: all .3s ease; }
              .header #header-container .burger-button span:nth-child(2) {
                top: 50%;
                margin-top: -1px; }
              .header #header-container .burger-button span:nth-child(3) {
                top: auto;
                bottom: 0px; }
              @media (max-width: 1023px) {
                .header #header-container .burger-button {
                  right: 20px; } }
              @media (max-width: 767px) {
                .header #header-container .burger-button {
                  top: 23px;
                  right: 15px; } }
            @media (max-width: 767px) {
              .header #header-container {
                height: 115px;
              }
            }

        header {
          display: block;
          position: fixed;
          width: 100%;
          background: #ffffff;
          top: 0px;
          z-index: 1000; }

.go-to-top {
  text-align: center;
  background: #eef5ff; }
  .go-to-top a {
    cursor: pointer;
    padding: 15px 0;
    display: block; }
  .go-to-top__text {
    color: #0072bb;
    font-size: 18px;
    font-weight: 900;
    display: inline-block; }
  .go-to-top .icon-go-to-top {
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
    color: #0072bb;
    font-size: 17px; }

.alert {
  width: 100%;
  position: relative;
  height: auto;
  display: none;
  background: #e7e7e7;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999; }
  .alert::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120%;
    margin-left: -10%;
    height: 20px;
    display: block;
    box-shadow: 0px 0px 0px #000000, inset 0px 10px 10px rgba(0, 0, 0, 0.1); }
  .alert #alert-box {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 100px;
    max-width: 1175px;
    font-size: 18px;
    /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
    position: relative; }
    @media (max-width: 767px) {
      .alert #alert-box {
        padding: 50px 15px;
        font-size: 16px; } }
    .alert #alert-box .close-btn {
      display: block;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      transition: transform .5s ease-in-out; }
      .alert #alert-box .close-btn::before {
        content: "";
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 0;
        border-top: 2px solid rgba(0, 0, 0, 0.5);
        transform: rotate(45deg);
        transform-origin: center; }
      .alert #alert-box .close-btn::after {
        content: "";
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        height: 0;
        border-top: 2px solid rgba(0, 0, 0, 0.5);
        transform: rotate(-45deg);
        transform-origin: center; }
    .alert #alert-box .title {
      font-weight: 900;
      margin-bottom: 10px; }
    .alert #alert-box .desc {
      line-height: 25px;
      margin-bottom: 10px; }
    .alert #alert-box #detail-btn a {
      color: #008af2;
      display: inline-block;
      line-height: 1.1em;
      border-bottom: 1px solid #008af2; }

.warning {
  width: 100%;
  position: relative;
  display: inline-block;
  background: #ddeffa; }
  .warning #warning-container {
    position: relative;
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
    min-height: 100px;
    padding: 30px 0px;
    text-align: center;
    /* font-family: "Microsoft JhengHei", "Apple LiSong", Helvetica, Arial, sans-serif, Verdana; */
    }
    .warning #warning-container .main-title {
      color: #153564;
  	  font-family: Arial, sans-serif, Verdana !important;
      font-size: 43px;
      font-weight: 600;
      margin-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
    }
      @media (max-width: 500px) {
        .warning #warning-container .main-title {
          font-size: 30px;
        }
      }
      @media (min-width: 501px) and (max-width: 680px) {
        .warning #warning-container .main-title .nobr {
          white-space:normal;
        }
      }
      @media (max-width: 422px) {
        .warning #warning-container .main-title .nobr {
          white-space:normal;
        }
      }
    .warning #warning-container .sign {
      width: 100%;
      display: inline-block;
      text-align: center;
      margin-bottom: 10px;
      font-size: 14px; }
      .warning #warning-container .sign .num, .warning #warning-container .sign .tel {
        display: inline-block; }
      @media (max-width: 767px) {
        .warning #warning-container .sign .num {
          margin-bottom: 5px; }
        .warning #warning-container .sign .num, .warning #warning-container .sign .tel {
          width: 100%; } }
    .warning #warning-container .rights {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-size: 12px; }
      .warning #warning-container .rights .company, .warning #warning-container .rights .terms {
        display: inline-block; }
      @media (max-width: 767px) {
        .warning #warning-container .rights .company {
          margin-bottom: 5px; }
        .warning #warning-container .rights .company, .warning #warning-container .rights .terms {
          width: 100%; } }

.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;
        height: auto;
        /* text-indent: inherit;
       line-height: normal;
       padding: 20px; */
      }
        .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;
          padding: 5px;
          top: calc(50% - 5px);
          text-indent: 0;}
      .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%;
            min-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;
            padding: 20px;
            line-height: normal;
          }
            .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;
              transform: translateY(-50%) rotate(-45deg);
              -webkit-transform: translateY(-50%) rotate(-45deg);
             top: 50%;}
        .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; */
            min-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;
            padding: 20px;
            line-height: normal;
            text-indent: 0px  }
            .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;
              transform: translateY(-50%) rotate(-45deg);
             -webkit-transform: translateY(-50%) rotate(-45deg);
             top: 50%;}
            .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: 40px;
    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: 20px;
      top: 50%;
      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: 24px;
    right: 60px;
    width: 40px;
    height: 50px;
    border-right: 2px solid #999999;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
  }
    .side-menu .back-btn.show {
      opacity: 1;
      pointer-events: auto;
      }
    .side-menu .back-btn::before {
      position: absolute;
      top: 18px;
      left: 15px;
      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: 10px;
        right: 55px;
        }
        .side-menu .back-btn::before {
          left: 15px;
          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 {
      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 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .super-title #super-title-container h1 {
          line-height: 70px;
          font-size: 24px; } }
      .super-title #super-title-container h1 span {
        display: inline; }
        @media (max-width: 767px) {
          .super-title #super-title-container h1 span {
            display: block; } }

.page-banner {
  height: 295px;
  position: relative;
  overflow: hidden;
}
  @media (max-width: 767px) {
    .page-banner {
      height: 150px;
    }
  }
  .page-banner .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    height: 295px;
  }
    @media (max-width: 767px) {
      .page-banner .image {
        height: 150px;
      }
    }
  .page-banner.special {
    opacity: 0;
    height: auto;
  }
  .page-banner.special .image {
    height: auto;
  }
  .page-banner.special .image.desktop-Only {
    height: 300px;
  }
  .page-banner.special .desktop-Only,
  .page-banner.special .tablet-Only,
  .page-banner.special .mobile-Only {
    display: none;
  }
  @media (max-width: 500px) {
    .page-banner.special .mobile-Only {display: block;}
  }
  @media (min-width: 501px) and (max-width: 960px) {
    .page-banner.special .tablet-Only {display: block;}
  }
  @media (min-width: 961px) {
    .page-banner.special .desktop-Only {display: block;}
  }

    .page-banner.special .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%);
    }

.page-banner h1 {
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
  @media (max-width: 767px) {
    .page-banner h1 {
      font-size: 20px;
      font-weight: normal;
    }
  }

.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: 24px;
        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;
  /* Mobile version after expand */ }
  .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-bottom: 20px; }
    .lightbox .lightbox-inner .apply-now-tnc ol {
      list-style: decimal;
      padding-left: 20px;
      margin-bottom: 20px;
      margin-left: 20px; }
    .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 > .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-now h1 {
  opacity: 0; }

.apply-now .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-now .super-title #super-title-container h1 {
    color: #ffffff; }

.apply-now .application-procedure .title-wrap .label {
  display: none; }

.apply-now .application-procedure .content-wrap .btn {
  display: none; }

  /*
.apply-now-step-2-content {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  padding: 70px 0px; }
  @media (max-width: 1023px) {
    .apply-now-step-2-content {
      padding: 60px 0px; } }
  @media (max-width: 767px) {
    .apply-now-step-2-content {
      padding: 40px 0px; } }
  .apply-now-step-2-content .header-tab {
    width: 100%;
    height: 70px;
    background: #ff5366;
    border-radius: 7px;
    position: relative;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .apply-now-step-2-content .header-tab {
        width: 90%;
        height: 50px;
        margin: 0px 5%; } }
    .apply-now-step-2-content .header-tab .icon {
      width: 42px;
      height: 36px;
      position: absolute;
      top: 15px;
      left: 18px; }
      @media (max-width: 767px) {
        .apply-now-step-2-content .header-tab .icon {
          top: 12px; } }
    .apply-now-step-2-content .header-tab span {
      font-weight: 800;
      margin-left: 80px;
      line-height: 70px;
      height: 70px; }
      @media (max-width: 767px) {
        .apply-now-step-2-content .header-tab span {
          height: 50px;
          line-height: 50px;
          font-size: 16px;
          margin-left: 40px; } }
    .apply-now-step-2-content .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) {
        .apply-now-step-2-content .header-tab a {
          height: 50px;
          margin-right: 0px;
          line-height: 50px; } }
      .apply-now-step-2-content .header-tab a:hover {
        text-decoration: underline; }
  .apply-now-step-2-content .tnc {
    width: 100%;
    position: relative;
    color: #999999;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0px 20px; }
    .apply-now-step-2-content .tnc p {
      font-size: 14px;
      margin-bottom: 15px;
      line-height: 18px; }
    @media (max-width: 767px) {
      .apply-now-step-2-content .tnc {
        margin-bottom: 0px; } }
*/

header {
  /* position: relative; */
}

.main-content {
  /* padding-top: 0px !important; */
 }
/*
.apply-now-step-2-content .header-tab {
  width: 90%;
  margin: 0 auto;
  height: 70px;
  background: #ff5366;
  border-radius: 7px;
  position: relative;
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 50px;
  padding: 0px 20px; }
  @media (max-width: 767px) {
    .apply-now-step-2-content .header-tab {
      height: 50px;
      padding: 0 20px; } }
  @media (max-width: 500px) {
    .apply-now-step-2-content .header-tab {
      height: 50px;
      padding: 0 10px; } }
  .apply-now-step-2-content .header-tab .icon {
    width: 42px;
    height: 36px;
    position: absolute;
    top: 15px;
    left: 18px; }
    @media (max-width: 767px) {
      .apply-now-step-2-content .header-tab .icon {
        top: 12px; } }
    @media (max-width: 500px) {
      .apply-now-step-2-content .header-tab .icon {
        left: 10px; } }
  .apply-now-step-2-content .header-tab span {
    font-weight: 800;
    margin-left: 80px;
    line-height: 70px;
    height: 70px; }
    @media (max-width: 767px) {
      .apply-now-step-2-content .header-tab span {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin-left: 45px; } }
    @media (max-width: 500px) {
      .apply-now-step-2-content .header-tab span {
        margin-left: 35px; } }
  .apply-now-step-2-content .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) {
      .apply-now-step-2-content .header-tab a {
        height: 50px;
        line-height: 50px;
        margin-right: 0px; } }
    @media (max-width: 500px) {
      .apply-now-step-2-content .header-tab a {
        font-size: 12px; } }
    .apply-now-step-2-content .header-tab a:hover {
      text-decoration: underline; }
*/


/* New added */
body {
  background: white;
  color: #222222;
  /* font-family: Helvetica,Arial,sans-serif; */
}
.left-col input#psaId01, .left-col input#psaId03 {
  width: 15%;
  text-transform: uppercase;
}
.left-col input#psaId02 {
  width: 58%;
  margin: 0 4%;
  color: #000;
}
.left-col input#psaId03 {
  text-align: center;
}

.form-fields label.control-label {
  font-size: 17px!important;
  top: -30px;
}
.form-fields .fields_verify {
  top: -18px;
}
.form-fields label.error, .form-fields.error span {
  font-size: 14px;
}
.radio-option span {
  font-size: 18px;
  margin-bottom: 14px;
  margin-left: 6px;
}
.radio-option .fa-stack-1x {
  font-size: .9em;
}

.form-fields-cont .left {
  width: 56%;
  margin-right: 2%;
  float: left;
}
.form-fields-cont .center {
  width: 20%;
  margin-right: 2%;
  float: left;
}
.form-fields-cont .right {
  width: 20%;
  float: left;
}
form .title {
  font-size: 35px;
  width: 100%;
  padding: 0px 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
form .sub-title {
  width: 100%;
  padding: 0px 20px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 22px;
}

.form-wrapper {
  padding: 70px 0px;
}
.form-wrapper .tnc {
  width: 100%;
  position: relative;
  color: #999999;
  margin-top: 40px;
  padding: 0px 20px;
}
.form-wrapper .tnc p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 18px;
}

.form-wrapper .form-fields#opt {
  margin: 20px 0 0 0;
  width: 100% !important;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.form-wrapper #opt.form-fields.error {
  height: auto;
  top: 0;
}

.form-fields.branch, .form-fields.error {
  top: 10px;
}

@media (max-width: 1023px) {
  .form-wrapper {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .form-wrapper {
    padding: 40px 20px;
  }
  .form-fields .form-fields-cont {
    padding: 0 0 0 0;
    float: left;
  }
  .form-wrapper .tnc {
    margin-bottom: 20px;
    padding: 0px 0px;
  }
}

/* Override */
.form-fields {
  clear: both;
}
form {
  opacity: 0;
  transition: opacity 1s;
}
form.show {
  opacity: 1;
}
.footer #footer-container .right .content-col ul li {
  padding-left: 16px;
  text-indent: inherit;
}
.footer #footer-container .right .content-col ul li a:hover {
  text-decoration: underline;
}
.left-col select {
	/* font-family: "Helvetica-promise", Helvetica, "Microsoft JhengHei", "Apple LiSong", Arial, sans-serif, Verdana !important; */
	font-family: Arial, "Microsoft JhengHei", "Apple LiSong", sans-serif, Verdana !important;
}

form .selectize-control.single {
  margin-top: 50px;
  height: 40px;
}

.action-button.apply-submit-btn .btn:focus {
  outline: none;
}

@media only screen and (max-width: 500px) {
  .left-col input[type=number], .left-col input[type=tel], .left-col input[type=text], .left-col select {
    margin-top: 30px!important;
  }
  .form-fields select.form-control {
    margin-top: 50px!important;
  }
  .form-wrapper .selectize-control.single .selectize-input .item ,
  .form-wrapper .selectize-dropdown .optgroup-header, .form-wrapper .selectize-dropdown [data-selectable] ,
  .form-fields select.form-control ,
  .form-fields input.form-control {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .form-wrapper .selectize-control.single .selectize-input .item ,
  .form-wrapper .selectize-dropdown .optgroup-header, .form-wrapper .selectize-dropdown [data-selectable] ,
  .form-fields select.form-control ,
  .form-fields input.form-control {
    font-size: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .form-wrapper .selectize-control.single .selectize-input .item ,
  .form-wrapper .selectize-dropdown .optgroup-header, .form-wrapper .selectize-dropdown [data-selectable] ,
  .form-fields select.form-control ,
  .form-fields input.form-control {
    font-size: 20px;
  }
}

.active-label {
  /*color: #0071bf!important;*/
  transform: scale(.8) translateY(-140%);
  -webkit-transform: scale(.8) translateY(-140%);
  -ms-transform: scale(.8) translateY(-140%);
}

.lightbox .lightbox-inner .icon-close {
  text-indent: inherit;
}
@media (max-width: 375px) {
  .lightbox .lightbox-inner h2 {
    font-size: 20px;
  }
}

.tel-number a:active,
.tel-number a:hover,
.tel-number a:focus-within,
.tel-number a:visited,
.tel-number a:focus
.tel-call a:active,
.tel-call a:hover,
.tel-call a:focus-within,
.tel-call a:visited,
.tel-call a:focus {
  color: inherit;
}

/* p {
  text-rendering: auto;
} */

.form-fields .selectize-control ~ span.fields_verify.fields_verify_correct {
  background-color: transparent;
  width: 0;
}

@media (max-width: 1024px) {
  .select_arrow {
      left: 10px;
  }
}

@media only screen and (max-width: 426px) and (min-width: 200px) {
  .form-fields label.error, .form-fields.error span {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .side-menu .close-btn {
    right: 5px;
    width: 40px;
  }
}

.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%);
}
.super-title #super-title-container h1 {
  color: #ffffff;
}

.application-procedure [class*=" icon-"] ,
.application-procedure [class^=icon-] ,
.go-to-top [class*=" icon-"] ,
.go-to-top [class^=icon-] {
  text-indent: 0 !important;
}

.header #header-container .desktop-menu {
  margin-right: 0px;
}
.header #header-container .desktop-menu .row {
  margin-top: 12px;
  text-align: right;
}
.header #header-container .desktop-menu .row .tel-icon {
  margin-left: 0px;
}
.header #header-container .desktop-menu .row .tel-icon img {
  height: 30px;
  margin-top: -5px;
  width: auto;
  max-width: none;
}

@media (max-width: 1023px) {
  .header #header-container .desktop-menu {
    width: 260px;
    margin-right: 5px;
    padding-top: 17px;
  }
}
@media (max-width: 900px) {
  .header #header-container .desktop-menu {
    width: 120px;
  }
  .header #header-container .desktop-menu .row.tel-box {
    margin-top: 5px;
  }
  .header #header-container .desktop-menu .row.tel-box .tel-icon {
    width: auto;
    margin-left: -25px;
  }
  .header #header-container .desktop-menu .row.tel-box .tel-icon img {
    height: 24px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .header #header-container .desktop-menu {
    width: 120px;
    margin-right: 0;
    padding-top: 0;
    height: 65px;
    top: 0;
  }
}

.super-title #super-title-container h1 br {
  display: none;
}
@media (max-width: 480px) {
  .super-title #super-title-container h1 {
    /*
    line-height: initial;
    padding: 10px 0;
    font-weight: bold;
    */
    font-size: 20px;
  }
  .super-title #super-title-container h1 br {
    /* display: block; */
  }
  .form-wrapper {
    padding: 20px 10px;
  }
  .super-title #super-title-container h1 {
    font-size: 20px;
    font-family: Arial !important;
  }
}
@media (max-width: 375px) {
  .super-title #super-title-container h1 {
    font-size: 20px;
    font-family: Arial !important;
  }
}

.psaId_group:hover~.control-label {
  transform: scale(.8) translateY(-140%);
  -webkit-transform: scale(.8) translateY(-140%);
  transition: .2s;
  -webkit-transition: .2s;
}
/* Steps */

.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: 24px;
        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; }
    .application-procedure .content-wrap ul {
      margin: 0;
      line-height: inherit;
      font-size: inherit;
    }
    @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: block;
              margin: auto;
              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 (min-width: 768px) {
  .header #header-container .main-menu {
    padding-top: 25px;
  }
}

.apply .super-title #super-title-container h1 {
  font-family: "Microsoft JhengHei","Apple LiSong",Helvetica,Arial,sans-serif,Verdana;
}
