@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.min.css.map */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Microsoft JhengHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #09adbf;
  text-decoration: none; }

a:hover, a:focus {
  color: #066b76;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid white; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: rgba(0, 0, 0, 0.8);
  background-color: #f5f5f5;
  border-color: #f5f5f5; }

.btn-default:focus, .btn-default.focus {
  color: rgba(0, 0, 0, 0.8);
  background-color: gainsboro;
  border-color: #b5b5b5; }

.btn-default:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: gainsboro;
  border-color: #d6d6d6; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background-color: gainsboro;
  border-color: #d6d6d6; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.8);
  background-color: #cacaca;
  border-color: #b5b5b5; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5; }

.btn-default .badge {
  color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0.8); }

.btn-primary {
  color: #fff;
  background-color: #14bdcc;
  border-color: #14bdcc; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0f929e;
  border-color: #095158; }

.btn-primary:hover {
  color: #fff;
  background-color: #0f929e;
  border-color: #0f8994; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f929e;
  border-color: #0f8994; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0c747d;
  border-color: #095158; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #14bdcc;
  border-color: #14bdcc; }

.btn-primary .badge {
  color: #14bdcc;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #2d672d; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641; }

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641; }

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d; }

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1f7e9a; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2; }

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a; }

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-warning:focus, .btn-warning.focus {
  color: rgba(0, 0, 0, 0.8);
  background-color: #f3d306;
  border-color: #a89204; }

.btn-warning:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #f3d306;
  border-color: #e9ca06; }

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background-color: #f3d306;
  border-color: #e9ca06; }

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.8);
  background-color: #d0b505;
  border-color: #a89204; }

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-warning .badge {
  color: #fadf32;
  background-color: rgba(0, 0, 0, 0.8); }

.btn-danger {
  color: #fff;
  background-color: #f24030;
  border-color: #f24030; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e1200e;
  border-color: #99150a; }

.btn-danger:hover {
  color: #fff;
  background-color: #e1200e;
  border-color: #d71e0e; }

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e1200e;
  border-color: #d71e0e; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #bf1b0c;
  border-color: #99150a; }

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #f24030;
  border-color: #f24030; }

.btn-danger .badge {
  color: #f24030;
  background-color: #fff; }

.btn-link {
  color: #09adbf;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #066b76;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #8c8c8c;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.btn:hover, .btn:focus {
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #14bdcc;
  border-color: #14bdcc; }

.btn-primary:hover {
  color: #fff;
  background-color: #119da9;
  border-color: #0f929e; }

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #14bdcc;
  border-color: #14bdcc; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f929e;
  border-color: #0e8792; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.5); }

.btn-secondary {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #f9d90d;
  border-color: #f3d306; }

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background-color: #f3d306;
  border-color: #e7c806; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5); }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success:hover {
  color: #fff;
  background-color: #48a648;
  border-color: #449d44; }

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #409440; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); }

.btn-info {
  color: rgba(0, 0, 0, 0.8);
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info:hover {
  color: #fff;
  background-color: #3bb4d8;
  border-color: #31b0d5; }

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: rgba(0, 0, 0, 0.8);
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aaacf; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }

.btn-warning {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-warning:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #f9d90d;
  border-color: #f3d306; }

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background-color: #f3d306;
  border-color: #e7c806; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f24030;
  border-color: #f24030; }

.btn-danger:hover {
  color: #fff;
  background-color: #ed210f;
  border-color: #e1200e; }

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 64, 48, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(242, 64, 48, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f24030;
  border-color: #f24030; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e1200e;
  border-color: #d51e0d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 64, 48, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(242, 64, 48, 0.5); }

.btn-info, .btn-info.disabled, .btn-info:disabled {
  color: #fff; }

.btn-warning {
  color: #333; }

.btn-warning:hover {
  color: #333; }

.btn-outline-primary {
  color: #14bdcc;
  background-color: transparent;
  background-image: none;
  border-color: #14bdcc; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #14bdcc;
  border-color: #14bdcc; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #14bdcc;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #14bdcc;
  border-color: #14bdcc; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(20, 189, 204, 0.5); }

.btn-outline-secondary {
  color: #fadf32;
  background-color: transparent;
  background-image: none;
  border-color: #fadf32; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fadf32;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5); }

.btn-outline-success {
  color: #5cb85c;
  background-color: transparent;
  background-image: none;
  border-color: #5cb85c; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5); }

.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  background-image: none;
  border-color: #5bc0de; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background-color: #5bc0de;
  border-color: #5bc0de; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5); }

.btn-outline-warning {
  color: #fadf32;
  background-color: transparent;
  background-image: none;
  border-color: #fadf32; }

.btn-outline-warning:hover {
  color: #fff;
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fadf32;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fadf32;
  border-color: #fadf32; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 223, 50, 0.5); }

.btn-outline-danger {
  color: #f24030;
  background-color: transparent;
  background-image: none;
  border-color: #f24030; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f24030;
  border-color: #f24030; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 64, 48, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(242, 64, 48, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f24030;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f24030;
  border-color: #f24030; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 64, 48, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(242, 64, 48, 0.5); }

.btn-outline-warning:hover {
  color: #333; }

.btn-outline-warning:disabled:hover, .btn-outline-warning.disabled:hover {
  color: #fadf32; }

.btn-link {
  font-weight: 400;
  color: #09adbf;
  background-color: transparent; }

.btn-link:hover {
  color: #066b76;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link:disabled, .btn-link.disabled {
  color: #8c8c8c;
  pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

body, html {
  font-size: 16px; }

/*# sourceMappingURL=main.css.map */
@-webkit-keyframes fadein {
  0% {
    top: 10px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
@keyframes fadein {
  0% {
    top: 10px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@-webkit-keyframes solid-fadeOut {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    z-index: -1; } }

@keyframes solid-fadeOut {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    z-index: -1; } }

@-webkit-keyframes thrill {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes thrill {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

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

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

@-webkit-keyframes opacity_In {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity_In {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes opacity_Out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity_Out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

[v-cloak] {
  display: none !important; }

.btn.navbar-toggle___2mWGS {
  display: none; }
  @media screen and (max-width: 768px) {
    .btn.navbar-toggle___2mWGS {
      display: inline-block; } }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

#nav-message-board[aria-expanded="true"], #nav-shopping-cart[aria-expanded="true"], #nav-user[aria-expanded="true"] {
  background-color: transparent; }

#nav-message-board:hover, #nav-message-board:focus, #nav-shopping-cart:hover, #nav-shopping-cart:focus, #nav-user:hover, #nav-user:focus {
  outline: none; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  background-color: #FFFFFF; }
  .table th,
  .table td {
    padding: 8px;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #D9D9D9; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #D9D9D9; }
  .table tbody + tbody {
    border-top: 2px solid #D9D9D9; }
  .table .table {
    background-color: #FFFFFF; }

.table-sm th,
.table-sm td {
  padding: 8px -sm; }

.table-bordered {
  border: 1px solid #D9D9D9; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #D9D9D9; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-child(even) {
  background-color: #FAFAFA; }

.table-hover tbody tr:hover {
  background-color: #FFFFFF; }

.table .thead-dark th {
  color: #D9D9D9;
  background-color: #333333;
  border-color: #333333; }

.table .thead-light th {
  color: #333333;
  background-color: #F5F5F5;
  border-color: #D9D9D9; }

.table .thead-Cyan th {
  color: #FFFFFF;
  background-color: #14BDCC;
  border-color: #09ADBF; }

.table-dark {
  color: #D9D9D9;
  background-color: #333333; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #333333; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #333333; }
  .table-dark.table-hover tbody tr:hover {
    background-color: #404040; }

@media (max-width: breakpoint-max(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive > .table-bordered {
      border: 0; } }

@media (max-width: breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive > .table-bordered {
      border: 0; } }

@media (max-width: breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive > .table-bordered {
      border: 0; } }

@media (max-width: breakpoint-max(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive > .table-bordered {
      border: 0; } }

@media (max-width: breakpoint-max(xl, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive > .table-bordered {
      border: 0; } }

@keyframes fadein {
  0% {
    top: 10px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

.cardbox .items {
  width: 100%;
  height: 180px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  border-left: 4px solid #FADF32;
  border-radius: 5px;
  margin-bottom: 20px; }
  .cardbox .items:hover {
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15); }
  .cardbox .items .img_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 270px;
    height: 180px;
    min-width: 270px;
    background: #333;
    margin-right: 10px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .cardbox .items .img_zone {
        width: 100%;
        height: 210px; } }
    .cardbox .items .img_zone:hover img, .cardbox .items .img_zone:hover svg {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }
    .cardbox .items .img_zone img {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      width: auto;
      height: 100%; }
      @media screen and (max-width: 991px) {
        .cardbox .items .img_zone img {
          width: 100%;
          height: auto; } }
  .cardbox .items .article {
    padding: 20px;
    overflow: hidden; }
    .cardbox .items .article .des {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
  @media screen and (max-width: 1200px) {
    .cardbox .items {
      width: 100%;
      height: 210px; }
      .cardbox .items .img_zone {
        height: 210px; } }
  @media screen and (max-width: 991px) {
    .cardbox .items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      border-top: 4px solid #FADF32;
      border-left: none; }
      .cardbox .items .article .des {
        -webkit-line-clamp: 8; } }

.fb-comments iframe {
  width: 100% !important; }

html, body, .wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  font-size: 16px; }

body {
  background: #FFFFFF; }

.wrap {
  font-family: Roboto, Arial, Microsoft JhengHei, Microsoft YaHei, Helvetica, sans-serif !important; }
  .wrap.overflow {
    overflow-x: hidden; }
  .wrap a:hover {
    text-decoration: none !important; }

h1, h2, h3, h4, h5, p, span, ul, li {
  font-family: Roboto, Arial, Microsoft JhengHei, Microsoft YaHei, Helvetica, sans-serif !important;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0; }

.h1, .h2, .h3, .body1, .body2, .caption, .hero-title {
  margin: 0; }

.hero-title {
  font-size: 40px; }

.h1 {
  font-size: 32px; }

.h2 {
  font-size: 24px; }

.h3 {
  font-size: 20px; }

.body1 {
  font-size: 16px; }

.body2 {
  font-size: 14px; }

.caption {
  font-size: 12px; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-15 {
  padding-top: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-l-15 {
  padding-left: 15px; }

.m-t-15, .mt-2 {
  margin-top: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-30, .mb-5 {
  margin-bottom: 30px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-l-15 {
  margin-left: 15px; }

.ta-r {
  text-align: right; }

.ta-l {
  text-align: left; }

.ta-c {
  text-align: center; }

.solid-white {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 99; }
  .solid-white.active {
    -webkit-animation: solid-fadeOut .6s forwards ease-in-out;
    animation: solid-fadeOut .6s forwards ease-in-out;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.main {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  padding: 60px 0;
  overflow: hidden; }
  .main .banner-photo {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .main .banner-photo img[data-size="pad"] {
      display: none; }
    @media screen and (max-width: 768px) {
      .main .banner-photo img[data-size="web"] {
        display: none; }
      .main .banner-photo img[data-size="pad"] {
        display: block; } }
  .main .banner {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    overflow: hidden; }
    .main .banner .h1 {
      color: #FFFFFF;
      font-weight: 400;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
      margin-bottom: 30px; }
    .main .banner .sub-title {
      font-size: 20px;
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        .main .banner .sub-title {
          font-size: 16px;
          margin-bottom: 150px; } }
      .main .banner .sub-title span {
        width: 100%;
        height: auto;
        display: inline-block;
        color: #FFFFFF;
        font-weight: 400;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

.mytable {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }
  .mytable .tb_title {
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    background: #FADF32;
    padding: 8px 15px; }
  .mytable .tb_header .tb_row {
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    border-bottom: 1px solid #D9D9D9; }
    @media screen and (max-width: 992px) {
      .mytable .tb_header .tb_row {
        display: none; } }
  .mytable .tb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px; }
    @media screen and (max-width: 992px) {
      .mytable .tb_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px 8px; } }
    .mytable .tb_row:nth-child(even) {
      background: #F5F5F5; }
    .mytable .tb_row .title, .mytable .tb_row .time, .mytable .tb_row .date, .mytable .tb_row .location, .mytable .tb_row .feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px; }
    @media screen and (max-width: 992px) {
      .mytable .tb_row .title, .mytable .tb_row .time, .mytable .tb_row .date, .mytable .tb_row .location {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
        .mytable .tb_row .title::before, .mytable .tb_row .time::before, .mytable .tb_row .date::before, .mytable .tb_row .location::before {
          content: '';
          display: block;
          width: 80px;
          height: auto;
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none;
          content: attr(data-cate) "   ";
          display: inline-block;
          color: #B3B3B3;
          font-size: 14px;
          top: 0;
          left: 0; } }
    .mytable .tb_row .title {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      position: relative; }
      @media screen and (max-width: 992px) {
        .mytable .tb_row .title {
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none; } }
      .mytable .tb_row .title[data-type="creat"]::after, .mytable .tb_row .title[data-type="new"]::after {
        content: '';
        display: block;
        width: 60px;
        height: 20px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        position: absolute;
        left: 0;
        top: 0;
        color: #FFFFFF;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        padding: 0 4px;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%); }
      @media screen and (max-width: 992px) {
        .mytable .tb_row .title[data-type="creat"]::after, .mytable .tb_row .title[data-type="new"]::after {
          content: '';
          display: block;
          position: relative;
          width: 60px;
          height: 20px;
          left: auto;
          right: -16px;
          -webkit-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0); } }
      .mytable .tb_row .title[data-type="creat"]::after {
        content: '';
        display: block;
        content: '確定開班';
        background: #F24030; }
      .mytable .tb_row .title[data-type="new"]::after {
        content: '';
        display: block;
        content: '新課上架';
        color: #000000;
        background: #FADF32; }
    .mytable .tb_row .time {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 80px;
      height: auto; }
    .mytable .tb_row .date {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 120px;
      height: auto; }
    .mytable .tb_row .location {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: 180px;
      height: auto; }
    .mytable .tb_row .feature {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: right;
      width: 200px;
      height: auto; }
      .mytable .tb_row .feature .icon-small {
        margin-right: 8px; }
        .mytable .tb_row .feature .icon-small:hover {
          color: #14BDCC; }
    @media screen and (max-width: 992px) {
      .mytable .tb_row .title, .mytable .tb_row .time, .mytable .tb_row .date, .mytable .tb_row .location, .mytable .tb_row .feature {
        width: 100%;
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }

*[data-switch="off"] {
  display: none; }

.card {
  width: 100%;
  height: auto;
  max-width: 400px;
  border: none;
  margin-bottom: 60px;
  text-decoration: none !important; }
  .card:hover .img_zone img, .card:hover .img_zone svg {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  @media screen and (max-width: 576px) {
    .card {
      margin: auto;
      margin-bottom: 60px; } }
  .card .thumbnail-variant-2, .card .thumbnail-classic {
    width: 100%;
    max-width: 100%; }
  .card .thumbnail-variant-2 {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden; }
    .card .thumbnail-variant-2.h_s:hover {
      -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15); }
    .card .thumbnail-variant-2:hover .thumbnail-classic .hide_info {
      display: block; }
  .card .thumbnail-classic {
    position: relative;
    border-bottom: 1px solid #D7D5D9; }
    .card .thumbnail-classic span {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      color: #FFFFFF;
      line-height: 24px;
      padding-left: 14px;
      padding-right: 24px;
      background: -webkit-linear-gradient(150deg, transparent 15px, #F24030 0);
      background: -o-linear-gradient(150deg, transparent 15px, #F24030 0);
      background: linear-gradient(-60deg, transparent 15px, #F24030 0); }
      .card .thumbnail-classic span[data-open="yes"] {
        display: block; }
    .card .thumbnail-classic .img_zone {
      width: 100%;
      height: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      position: relative;
      max-width: 100%;
      background: #FFFFFF;
      padding-top: calc( 100% * 9 / 16);
      overflow: hidden; }
      .card .thumbnail-classic .img_zone > img {
        margin-top: calc( -100% * 9 / 16);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .card .thumbnail-classic .img_zone > .hide_info {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: none;
        z-index: 1;
        color: #FFFFFF;
        font-size: 14px;
        text-align: center;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.7);
        padding: .5rem 2rem; }
  .card .caption {
    position: relative;
    min-height: 208px;
    padding: 15px; }
    .card .caption::before {
      content: '';
      display: block;
      width: 4px;
      height: 26px;
      position: absolute;
      top: 16px;
      left: 0;
      background: #14BDCC; }
    .card .caption .post-title {
      display: -webkit-box;
      min-height: 58px;
      position: relative;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .card .caption .post-title h4 {
        color: #09ADBF;
        font-size: 20px;
        text-align: left;
        font-weight: 400;
        margin: 0;
        padding: 0; }
    .card .caption .post-body {
      display: -webkit-box;
      color: #212529;
      font-size: 16px;
      text-align: left;
      font-weight: 400;
      margin-top: 15px;
      overflow: hidden;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    .card .caption .offline_time, .card .caption .Price, .card .caption .discount_Price, .card .caption .user_count, .card .caption .type, .card .caption .hours, .card .caption .location {
      display: none; }

.icon-small {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  overflow: hidden; }
  .icon-small > i {
    color: #8C8C8C; }
    .icon-small > i:hover {
      color: #14BDCC; }

.my-tbn {
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }
  .my-tbn > i.fas {
    margin-left: 4px; }
  .my-tbn:hover {
    text-decoration: none; }
  .my-tbn.signin-btn {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 160px;
    background: #ED4F3E;
    border: 1px solid #ED4F3E;
    font-size: 20px;
    color: #FFFFFF !important;
    padding: .5rem 1rem; }
    .my-tbn.signin-btn:hover {
      -webkit-box-shadow: 0 2px 4px rgba(33, 37, 41, 0.25), 0 7px 14px rgba(33, 37, 41, 0.25);
      box-shadow: 0 2px 4px rgba(33, 37, 41, 0.25), 0 7px 14px rgba(33, 37, 41, 0.25); }
    .my-tbn.signin-btn:hover {
      background: #e32915;
      border: 1px solid #e32915; }
    @media screen and (max-width: 768px) {
      .my-tbn.signin-btn {
        width: 240px; } }

.btn-more {
  background: none;
  border: 1px solid #14BDCC;
  color: #14BDCC !important;
  font-size: 14px;
  font-weight: 400;
  padding: .25rem .5rem; }
  .btn-more:hover {
    color: #FFFFFF !important;
    background: #14BDCC; }

@media screen and (max-width: 992px) {
  .btn-RWD {
    width: 100%;
    font-size: 16px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem; } }

@media screen and (max-width: 768px) {
  .btn-RWD {
    font-size: 20px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

.wrap_bg {
  height: auto;
  background: url("https://s3-ap-northeast-1.amazonaws.com/marketing-stage/offline/images/wrap_bg.png") #FFFFFF top center;
  background-repeat: repeat;
  background-size: 100% auto; }

ol {
  padding-left: 20px; }

del {
  opacity: .6; }

.m_l20 {
  margin-left: 20px; }

.plr15 {
  padding-left: 15px;
  padding-right: 15px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex.alcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .flex.column-reverse.pad {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 991px) {
        .flex.column-reverse.pad {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  .flex.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flex.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

.ta_left {
  text-align: left; }

.ta_right {
  text-align: right !important; }

.modal .modal-header {
  border-bottom: none; }
  .modal .modal-header .close {
    opacity: .6;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s; }
    .modal .modal-header .close:hover {
      opacity: .8; }
  .modal .modal-header button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    color: #FFF;
    background: #3E3A39;
    border-radius: 50%; }

.modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .modal .modal-body img {
    max-width: 100%; }

.btn {
  cursor: pointer; }
  .btn.btn_custom {
    min-width: 210px;
    min-height: 45px;
    color: #FFF;
    font-size: 16px;
    font-family: Roboto, Arial, Microsoft JhengHei, Microsoft YaHei, Helvetica, sans-serif !important;
    font-weight: bold;
    padding: 10px 16px;
    background: #14BDCC;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .btn.btn_custom {
        width: 100%; } }
    .btn.btn_custom:hover, .btn.btn_custom:focus {
      color: #FFF;
      background-color: #bf9e16;
      border-color: #bf9e16;
      -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.45);
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.45); }
  .btn.btn_table {
    width: auto;
    height: 36px;
    color: #FFF !important;
    font-size: 16px;
    font-family: Roboto, Arial, Microsoft JhengHei, Microsoft YaHei, Helvetica, sans-serif !important;
    background: #14BDCC;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px; }
    .btn.btn_table:hover, .btn.btn_table:focus {
      background-color: #12a7b5; }
  .btn.pdf {
    width: 36px;
    height: 36px;
    padding: 6px;
    margin: 0;
    margin-right: 8px; }
    .btn.pdf svg {
      width: 24px;
      height: 24px;
      fill: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 991px) {
      .btn.pdf {
        width: 44px;
        height: 44px;
        padding: 8px;
        margin: 0;
        margin-bottom: 8px; }
        .btn.pdf svg {
          width: 28px;
          height: 28px; } }
    @media screen and (max-width: 767px) {
      .btn.pdf {
        margin: 0;
        margin-bottom: 15px;
        margin-left: 31px; } }
  .btn.txt_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    border-radius: 0;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 12px; }
    .btn.txt_type svg {
      fill: rgba(0, 0, 0, 0.8);
      margin-right: 6px; }
    .btn.txt_type.white {
      color: #FFF; }
    .btn.txt_type:hover {
      text-decoration: underline; }
    .btn.txt_type.line_l {
      position: relative; }
      .btn.txt_type.line_l::after {
        content: '';
        display: block;
        width: 1px;
        height: 25px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: ' ';
        display: block;
        left: -10px;
        background: #212529; }
  .btn.longer {
    min-width: 310px; }
  @media screen and (max-width: 991px) {
    .btn.pad100 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .btn.rwd100 {
      width: 100%;
      border-radius: 0;
      height: 44px;
      line-height: 1.5; } }
  .btn.red {
    background: #F24030 !important;
    font-weight: normal;
    color: #FFF; }
    .btn.red:hover, .btn.red:focus {
      color: #FFF;
      background-color: #e1200e;
      border-color: #e1200e; }
  .btn.maincolor {
    color: #FFF;
    background: #14BDCC; }
    .btn.maincolor:hover, .btn.maincolor:focus {
      color: #FFF;
      background-color: #0f929e;
      border-color: #0f929e; }
  .btn.yellow {
    background: #FADF32 !important;
    color: rgba(0, 0, 0, 0.8); }
    .btn.yellow:hover, .btn.yellow:focus {
      color: rgba(0, 0, 0, 0.8);
      background-color: #E6BF22;
      border-color: #E6BF22; }
  .btn.slogan {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    background: #FADF32 !important;
    font-weight: normal;
    padding: 0 12px;
    margin: 0 8px;
    margin-top: -8px; }
    @media screen and (max-width: 576px) {
      .btn.slogan {
        width: calc(100% - 30px);
        margin-top: 8px;
        margin-bottom: 8px; } }
    .btn.slogan:hover, .btn.slogan:focus {
      background-color: #f3d306;
      border-color: #f3d306; }
  .btn.ghost_yellow {
    color: #FADF32;
    border: 1px solid #FADF32;
    padding: 6px 12px;
    margin-right: 10px;
    text-decoration: none; }
    .btn.ghost_yellow.opacity {
      opacity: .8; }
      .btn.ghost_yellow.opacity:hover, .btn.ghost_yellow.opacity:focus {
        opacity: 1; }
    .btn.ghost_yellow:hover, .btn.ghost_yellow:focus {
      color: #FFF;
      background-color: #f3d306;
      border-color: #f3d306; }

.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  margin-bottom: -2px;
  margin-right: 6px; }
  .icon.tiny {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-size: 80%; }
  .icon.point {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/marketing-stage/offline/images/point.svg"); }
  .icon.tel {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/marketing-stage/offline/images/tel.svg"); }
  .icon.mail {
    margin-bottom: -4px;
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/marketing-stage/offline/images/mail.svg"); }
  .icon.location {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/marketing-stage/offline/images/location.svg"); }
  .icon.download {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/marketing-stage/offline/images/ic_download.svg"); }

.sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  margin: 30px 0; }
  .sharebox .share {
    width: 36px;
    height: 36px;
    display: block;
    padding: 0;
    margin: 0 10px; }
    .sharebox .share img {
      max-width: 100%;
      height: auto; }

.hero {
  position: relative;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  z-index: 1;
  background: #00424D no-repeat top center;
  background-size: cover;
  background-attachment: fixed; }
  .hero span {
    color: #FFFFFF; }
  .hero::before {
    content: '';
    display: block;
    background: rgba(30, 38, 45, 0.7);
    z-index: -20; }
  .hero::after {
    content: '';
    display: block;
    background-size: 100% auto;
    background-attachment: fixed;
    z-index: -30; }
    @media screen and (max-width: 991px) {
      .hero::after {
        background-position: center top;
        background-size: cover; } }
  .hero .title, .hero .description, .hero .subtitle {
    width: 100%;
    margin-bottom: 30px;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      .hero .title, .hero .description, .hero .subtitle {
        text-align: center; } }
  .hero .title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #FFF; }
    .hero .title span {
      position: absolute;
      top: -18px;
      left: -32px;
      color: rgba(0, 0, 0, 0.8);
      font-size: 12px;
      line-height: 1.5;
      background: #FADF32;
      padding: 0px 4px;
      border-radius: 4px; }
      @media screen and (max-width: 767px) {
        .hero .title span {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: -18px;
          left: 10px; } }
  .hero .description {
    font-size: 16px;
    line-height: 1.5;
    color: #FFF; }
    .hero .description span {
      display: block;
      margin-bottom: 6px; }
  .hero .box_item {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #FADF32;
    background: rgba(30, 38, 45, 0.7);
    text-decoration: none;
    cursor: default; }
    @media screen and (max-width: 768px) {
      .hero .box_item {
        margin-bottom: 30px; } }
    .hero .box_item.click {
      cursor: pointer; }
      .hero .box_item.click:hover {
        background: rgba(61, 77, 91, 0.7); }
    .hero .box_item .date, .hero .box_item .des {
      font-size: 14px; }
    .hero .box_item .date {
      margin-bottom: 8px;
      color: #FADF32; }
      .hero .box_item .date * {
        color: #FADF32; }
    .hero .box_item .des {
      color: #FFFFFF; }
    .hero .box_item .img {
      margin-bottom: 10px; }
    .hero .box_item .name {
      color: #FFFFFF;
      font-size: 18px; }
    .hero .box_item img, .hero .box_item svg {
      max-width: 100px;
      height: auto; }
  .hero .teacher_zone {
    position: relative;
    background: #FFF;
    border-radius: 4px;
    border: 2px solid #14BDCC;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 45px; }
    @media screen and (max-width: 991px) {
      .hero .teacher_zone {
        margin-top: 30px;
        padding-left: 140px; } }
    .hero .teacher_zone .imgs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100px;
      height: 100px;
      position: absolute;
      top: -40px;
      right: 10px;
      background: #FFF;
      border: 4px solid #FFF;
      border-radius: 50%;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .hero .teacher_zone .imgs {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 20px; } }
      .hero .teacher_zone .imgs img, .hero .teacher_zone .imgs svg {
        width: 100%;
        height: auto;
        max-width: 100%; }
    .hero .teacher_zone .name {
      font-size: 16px;
      margin-bottom: 20px;
      padding-right: 90px; }
    .hero .teacher_zone .des {
      font-size: 14px;
      line-height: 1.5; }
      .hero .teacher_zone .des ul {
        padding-left: 20px;
        margin-bottom: 10px; }

.page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px; }
  .page_link.mtb {
    margin-top: 60px;
    margin-bottom: 60px; }
    @media screen and (max-width: 991px) {
      .page_link.mtb {
        margin-top: 0;
        margin-bottom: 20px; } }
  .page_link.mt {
    margin-top: 30px; }
  .page_link.flex_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.contact {
  color: #FFF;
  padding: 40px 0; }
  .contact.color_01 {
    background: #14BDCC; }
  .contact.color_bk {
    background: rgba(0, 0, 0, 0.8); }
  .contact .title, .contact .point_box, .contact .contact_infor {
    width: 100%;
    margin-bottom: 30px; }
  .contact .title {
    text-align: center; }
    .contact .title h3 {
      position: relative;
      display: inline-block;
      width: auto;
      color: #FFF; }
      .contact .title h3::after, .contact .title h3::before {
        width: 4px;
        height: 18px;
        content: ' ';
        display: block;
        position: absolute;
        top: .3rem;
        border-radius: 4px;
        background: #FADF32;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .contact .title h3::after {
        left: -1.5rem; }
      .contact .title h3::before {
        right: -1.5rem; }
  .contact .point_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 991px) {
      .contact .point_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
    .contact .point_box .point_item {
      width: auto;
      color: #FADF32;
      font-size: 20px;
      font-weight: bold;
      margin-right: 20px;
      margin-bottom: 6px; }
      @media screen and (max-width: 991px) {
        .contact .point_box .point_item {
          margin-right: 0; } }
  .contact .contact_infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 15px; }
    .contact .contact_infor .person {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%; }
      @media screen and (max-width: 991px) {
        .contact .contact_infor .person {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; } }
      .contact .contact_infor .person:first-child {
        margin-bottom: 6px; }
        @media screen and (max-width: 991px) {
          .contact .contact_infor .person:first-child {
            margin-bottom: 30px; } }
      .contact .contact_infor .person .name {
        position: relative;
        margin-right: 30px; }
        @media screen and (max-width: 767px) {
          .contact .contact_infor .person .name {
            margin-right: 0;
            margin-bottom: 10px; } }
        .contact .contact_infor .person .name::after {
          content: '';
          display: block;
          position: absolute;
          top: 5px;
          right: -15px;
          height: 16px;
          border: 1px solid #FFF; }
          @media screen and (max-width: 991px) {
            .contact .contact_infor .person .name::after {
              display: none; } }
      .contact .contact_infor .person .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 991px) {
          .contact .contact_infor .person .link {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        @media screen and (max-width: 767px) {
          .contact .contact_infor .person .link {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .contact .contact_infor .person .link > .tel {
          position: relative;
          margin-right: 30px; }
          @media screen and (max-width: 767px) {
            .contact .contact_infor .person .link > .tel {
              margin-right: 0;
              margin-bottom: 10px; } }
          .contact .contact_infor .person .link > .tel::after {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            right: -15px;
            height: 16px;
            border: 1px solid #FFF; }
            @media screen and (max-width: 767px) {
              .contact .contact_infor .person .link > .tel::after {
                display: none; } }
        .contact .contact_infor .person .link > .mail a {
          color: #FFF;
          text-decoration: none; }

.video_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 15px; }
  .video_zone iframe {
    width: 390px;
    height: 240px; }
    @media screen and (max-width: 991px) {
      .video_zone iframe {
        width: 330px;
        height: 220px; } }
    @media screen and (max-width: 767px) {
      .video_zone iframe {
        width: 345px;
        height: 230px; } }

.section {
  padding: 60px 0; }
  .section.bg_dot {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/marketing-stage/offline/images/bg-section-dot.png"); }
    .section.bg_dot.whitetype {
      background-color: #FFF; }
  .section.bg_dot_yellow {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/marketing-stage/offline/images/bg-section-dot-yellow.png"); }
  .section.bg_lightyellow {
    background: #F5F5F5; }
  .section.bg_main {
    background: #09ADBF; }
  .section.bg_white {
    background: #FFF; }
  .section.gray_linear {
    background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#F9F9F9));
    background: -webkit-linear-gradient(top, #E8E8E8, #F9F9F9);
    background: -o-linear-gradient(top, #E8E8E8, #F9F9F9);
    background: linear-gradient(180deg, #E8E8E8, #F9F9F9); }
  .section.nopb {
    padding-bottom: 0; }
  .section.nopt {
    padding-top: 0; }
  .section .section_title {
    position: relative;
    width: 100%;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 71px; }
    .section .section_title::after {
      content: '';
      display: block;
      width: 80px;
      height: 3px;
      position: absolute;
      left: 50%;
      bottom: 60px;
      margin-left: -40px;
      background: #14BDCC; }
    .section .section_title.reverse {
      color: #FFFFFF; }
      .section .section_title.reverse::after {
        content: '';
        display: block;
        background: #ED4F3E; }
    @media screen and (max-width: 767px) {
      .section .section_title {
        padding-left: 15px;
        padding-right: 15px; } }
    .section .section_title.white {
      color: #FFF; }
      .section .section_title.white::after {
        background: #FADF32; }
    .section .section_title.sub {
      color: #14BDCC;
      font-size: 20px;
      text-align: left;
      margin-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 0; }
      @media screen and (max-width: 768px) {
        .section .section_title.sub {
          text-align: center; } }
      .section .section_title.sub::after {
        display: none; }
  .section .section_slogan {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    margin: 20px 0; }
    .section .section_slogan.white {
      color: #FFF; }
    .section .section_slogan a {
      font-family: Roboto, Arial, Microsoft JhengHei, Microsoft YaHei, Helvetica, sans-serif !important; }
  .section .article {
    max-width: 100%;
    margin-bottom: 20px; }
    .section .article.unline {
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
      .section .article.unline:last-child {
        border-bottom: none; }
    .section .article .title {
      color: #09ADBF;
      font-size: 20px;
      margin-bottom: 15px; }
      @media screen and (max-width: 991px) {
        .section .article .title {
          text-align: center; } }
      .section .article .title span {
        font-weight: bold;
        color: #F24030; }
        .section .article .title span.small {
          font-size: 18px; }
    .section .article .no-mb {
      margin-bottom: 0; }
    .section .article .sub_title {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 10px; }
    .section .article .des {
      font-size: 16px;
      line-height: 1.5; }
      .section .article .des span {
        font-weight: bold;
        color: #F24030; }
        .section .article .des span.small {
          font-size: 18px; }
        .section .article .des span.red {
          color: #F24030; }
      .section .article .des p {
        margin-bottom: 10px; }
    .section .article .infor {
      font-size: 14px;
      line-height: 1.5; }
    .section .article a {
      color: #FADF32; }
  .section .title span, .section .des span, .section .infor span {
    color: #E6BF22; }
    .section .title span.yellow, .section .des span.yellow, .section .infor span.yellow {
      color: #FADF32; }
    .section .title span.stong, .section .des span.stong, .section .infor span.stong {
      font-size: 16px;
      font-weight: bold;
      padding: 0 4px; }
  .section .title.whitebg, .section .des.whitebg, .section .infor.whitebg {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #FFFFFF;
    padding: 15px; }
    .section .title.whitebg.h_s:hover, .section .des.whitebg.h_s:hover, .section .infor.whitebg.h_s:hover {
      -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15); }
  .section .title.white, .section .des.white, .section .infor.white {
    color: #FFFFFF; }
    .section .title.white ul, .section .title.white li, .section .title.white p, .section .des.white ul, .section .des.white li, .section .des.white p, .section .infor.white ul, .section .infor.white li, .section .infor.white p {
      color: #FFFFFF; }
  .section .title.bold, .section .des.bold, .section .infor.bold {
    font-weight: bold; }
  .section .type_list {
    margin-top: 0;
    margin-bottom: 0; }
    .section .type_list.color_white li {
      color: #FFFFFF; }
    .section .type_list li {
      margin-left: 30px;
      line-height: 1.5;
      margin-bottom: 8px;
      padding-left: 8px; }
      .section .type_list li.color_main {
        color: #14BDCC; }
      .section .type_list li.bold {
        font-weight: bold; }
      .section .type_list li .type_list {
        color: #212529;
        font-size: 14px;
        font-weight: normal;
        list-style-type: none;
        padding-left: 0px; }
        .section .type_list li .type_list li {
          padding-left: 0;
          margin-bottom: 2px;
          margin-left: 0; }
  .section .job_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 0 30px; }
    .section .job_item img, .section .job_item svg {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .section .job_item:hover img, .section .job_item:hover svg {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .section .job_item:hover .name {
      background: #E6BF22; }
    @media screen and (max-width: 1200px) {
      .section .job_item {
        padding: 0 10px; } }
    @media screen and (max-width: 991px) {
      .section .job_item {
        padding: 0 50px; } }
    @media screen and (max-width: 767px) {
      .section .job_item {
        padding: 0 10px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 480px) {
      .section .job_item {
        padding: 0 40px; } }
    .section .job_item .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      width: 100%;
      height: 200px; }
      .section .job_item .img img, .section .job_item .img svg {
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .section .job_item .img img, .section .job_item .img svg {
            width: auto;
            height: 100%; } }
    .section .job_item .name {
      width: 100%;
      color: #FFF;
      line-height: 1.8;
      background: #14BDCC;
      margin-top: -16px;
      z-index: 999; }
  .section .panelbox .items {
    background: #FFF;
    border: 2px solid #14BDCC;
    border-left: 8px solid #14BDCC;
    padding: 10px 15px;
    margin-bottom: 30px; }
    .section .panelbox .items:last-child {
      margin-bottom: 0; }
    .section .panelbox .items .title {
      font-size: 20px;
      line-height: 1.5; }
    .section .panelbox .items .des {
      border-top: 1px solid #D7D5D9;
      padding-top: 10px;
      margin-top: 10px; }
  .section .articlebox .article {
    position: relative;
    margin-bottom: 30px; }
    .section .articlebox .article .type_list {
      padding-left: 0; }
  .section .articlebox .link {
    color: #FADF32;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: underline; }
  .section .articlebox.icons {
    padding-left: 15px; }
    .section .articlebox.icons .article::after {
      width: 4px;
      height: 16px;
      content: '';
      display: block;
      position: absolute;
      background: #14BDCC;
      top: 6px;
      left: -15px; }
      @media screen and (max-width: 991px) {
        .section .articlebox.icons .article::after {
          display: none; } }
  .section .sub_articlebox {
    text-align: center;
    margin-bottom: 40px; }
    .section .sub_articlebox .article {
      margin-bottom: 30px; }
      .section .sub_articlebox .article .title {
        color: #212529; }
  .section .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
    .section .img_box[data-shadow="open"] .img {
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background: #333;
      overflow: hidden; }
      .section .img_box[data-shadow="open"] .img.h_s:hover {
        -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15); }
      .section .img_box[data-shadow="open"] .img:hover {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
    .section .img_box[data-name="close"] .name {
      display: none; }
    .section .img_box.col_4 .img {
      width: 350px;
      height: 230px; }
      @media screen and (max-width: 1200px) {
        .section .img_box.col_4 .img {
          width: 280px;
          height: 186px; } }
      @media screen and (max-width: 991px) {
        .section .img_box.col_4 .img {
          width: 330px;
          height: 220px; } }
    .section .img_box .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      width: 390px;
      height: 260px;
      border-radius: 10px;
      margin-bottom: 10px; }
      .section .img_box .img.half {
        width: 450px;
        height: 253px; }
      @media screen and (max-width: 991px) {
        .section .img_box .img {
          width: 330px;
          height: 220px; } }
      @media screen and (max-width: 767px) {
        .section .img_box .img {
          width: 345px;
          height: 230px; } }
      .section .img_box .img img {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        width: 100%;
        height: auto; }
      .section .img_box .img:hover img, .section .img_box .img:hover svg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .section .img_box .name {
      text-align: center;
      opacity: 0.8; }
  .section .sub_imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto; }
    .section .sub_imgbox.withRaius img {
      border-radius: 10px; }
    .section .sub_imgbox img {
      max-width: 100%; }
    .section .sub_imgbox[data-shadow="open"] .img {
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .section .sub_imgbox[data-shadow="open"] .img:hover {
        -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15); }
    .section .sub_imgbox[data-name="close"] .name {
      display: none; }
  .section .svg_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .section .svg_box .img {
      width: 110px;
      height: 110px;
      margin-bottom: 30px; }
    .section .svg_box .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 60px;
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px; }
    .section .svg_box img, .section .svg_box svg {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      width: auto;
      max-width: 100%;
      height: 100%; }
    .section .svg_box:hover img, .section .svg_box:hover svg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .section .teacherbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (max-width: 991px) {
      .section .teacherbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .section .teacherbox {
        margin-bottom: 60px; }
        .section .teacherbox.last-child {
          margin-bottom: 0; } }
    .section .teacherbox .img {
      width: 160px;
      height: 160px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 160px;
      border-radius: 50%;
      margin-right: 20px;
      margin-bottom: 20px;
      overflow: hidden; }
      .section .teacherbox .img img {
        max-width: 100%;
        height: auto; }
    .section .teacherbox .article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 15px; }
      @media screen and (max-width: 991px) {
        .section .teacherbox .article {
          text-align: center; } }
      .section .teacherbox .article .title {
        color: #212529;
        font-size: 20px;
        margin-bottom: 8px; }
      .section .teacherbox .article .sub_title {
        color: rgba(0, 0, 0, 0.6); }
      .section .teacherbox .article .des {
        text-align: left; }
        .section .teacherbox .article .des ul {
          margin: 0;
          margin-bottom: 15px; }
  .section .faqbox {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #CACACA;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer; }
    .section .faqbox.active .toggle_btn {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .section .faqbox .title_zone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section .faqbox .title_zone .title {
        font-size: 20px;
        line-height: 1.5; }
      .section .faqbox .title_zone .toggle_btn {
        width: 15px;
        height: 9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .section .faqbox .title_zone .toggle_btn img {
          max-width: 100%;
          height: auto; }
    .section .faqbox .des {
      display: none;
      line-height: 1.5;
      border-top: 1px solid #CACACA;
      margin-top: 15px;
      padding-top: 15px; }
  .section .other_class {
    width: 100%;
    height: 120px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    background: #FFF;
    border-left: 4px solid #14BDCC;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    text-decoration: none; }
    .section .other_class.h_s:hover {
      -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15); }
    .section .other_class.sm {
      height: 100px; }
      @media screen and (max-width: 767px) {
        .section .other_class.sm {
          height: auto; } }
    .section .other_class.color_1 {
      border-left-color: #F37769; }
    .section .other_class.color_2 {
      border-left-color: #19B2B8; }
    .section .other_class.color_3 {
      border-left-color: #FFD05C; }
    .section .other_class.color_4 {
      border-left-color: #A3C449; }
    @media screen and (max-width: 991px) {
      .section .other_class {
        margin-bottom: 20px; } }
    .section .other_class:hover .article .title {
      color: #14BDCC; }
    .section .other_class .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 120px;
      height: 100%;
      min-width: 120px;
      margin-right: 15px;
      overflow: hidden; }
      .section .other_class .img img {
        height: 100%; }
        @media screen and (max-width: 767px) {
          .section .other_class .img img {
            max-height: 100px; } }
    .section .other_class .article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 0; }
      .section .other_class .article .title {
        text-align: left;
        color: #212529;
        font-size: 14px;
        margin-bottom: 0;
        font-weight: bold; }
      .section .other_class .article .infor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #212529;
        font-size: 12px;
        opacity: .6; }
        .section .other_class .article .infor .date, .section .other_class .article .infor .location {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
        .section .other_class .article .infor .date {
          font-weight: bold; }

[v-cloak] {
  display: none !important; }

.wrap .fas {
  margin-right: 12px; }

.t-h2 {
  font-size: 24px; }

.t-h3 {
  font-size: 20px; }

.c-Cyan-500 {
  color: #14BDCC; }

.c-Red-500 {
  color: #F24030; }

.class-panel {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #FFFFFF;
  padding: 30px 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px; }
  .class-panel .panel-title {
    position: relative;
    color: #09ADBF;
    font-size: 20px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px; }
    .class-panel .panel-title::after {
      content: '';
      display: block;
      width: 4px;
      height: 1rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      background: #FADF32; }
  .class-panel .panel-infor-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px; }
    .class-panel .panel-infor-zone .panel-learn {
      color: #09ADBF; }
    .class-panel .panel-infor-zone .panel-hour {
      font-size: 14px; }
  .class-panel .panel-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .class-panel .panel-table .panel-table-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      border-bottom: 1px solid #D9D9D9; }
      .class-panel .panel-table .panel-table-item > .item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px;
        padding: 8px 4px; }
        .class-panel .panel-table .panel-table-item > .item:nth-child(1) {
          padding-left: 15px; }
        .class-panel .panel-table .panel-table-item > .item:nth-child(3) {
          padding-right: 15px; }
      .class-panel .panel-table .panel-table-item.table-th {
        color: #09ADBF;
        background: #F5F5F5;
        border-bottom: none; }
      .class-panel .panel-table .panel-table-item.table-td:last-child {
        border-bottom: none; }
  .class-panel table.panel-table {
    width: 100%;
    height: auto;
    display: table; }
    .class-panel table.panel-table .panel-table-item {
      display: table-row; }
      .class-panel table.panel-table .panel-table-item > .item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 8px 8px; }
        .class-panel table.panel-table .panel-table-item > .item:nth-child(1) {
          padding-left: 8px; }
        .class-panel table.panel-table .panel-table-item > .item:nth-child(3) {
          padding-right: 8px; }
      .class-panel table.panel-table .panel-table-item.table-th {
        font-weight: normal;
        text-align-last: left; }
      .class-panel table.panel-table .panel-table-item.table-td:last-child {
        border-bottom: 1px solid #D9D9D9; }

.class-panel-bar {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 15px !important;
  -webkit-box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
  box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1); }
  .class-panel-bar.p-t-0 {
    padding-top: 0 !important; }
  .class-panel-bar.Cyan-top {
    border-top: 4px solid #14BDCC; }

dl.dl-style, dl.dl-style dt, dl.dl-style dd {
  padding: 0;
  margin: 0; }

dl.dl-style {
  padding-left: 15px; }
  dl.dl-style dt {
    position: relative;
    color: #09ADBF;
    font-size: 20px;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 8px; }
    dl.dl-style dt::after {
      content: '';
      display: block;
      width: 4px;
      height: 1rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -15px;
      background: #FADF32; }
    dl.dl-style dt.Grey {
      color: #333333; }
    dl.dl-style dt.Cyan-type::after {
      content: '';
      display: block;
      background: #14BDCC; }
    dl.dl-style dt.no-type::after {
      content: '';
      display: block;
      display: none; }
  dl.dl-style dd {
    color: Grey-800 !important;
    padding-bottom: 4px; }
  dl.dl-style span {
    color: #F24030;
    padding: 0 4px; }

ul.ul-style, ul.ul-style li {
  padding: 0;
  margin: 0; }

ul.ul-style {
  list-style-type: none; }
  ul.ul-style li {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding: 8px 15px;
    background: #FFFFFF;
    border: 1px solid #14BDCC;
    border-left-width: 8px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

ol.ol-style, ol.ol-style li {
  padding: 0;
  margin: 0; }

ol.ol-style {
  padding-left: 30px; }
  ol.ol-style li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px; }
  ol.ol-style.popup {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
    ol.ol-style.popup li {
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 8px;
      border-bottom: 1px solid #D9D9D9; }
      ol.ol-style.popup li:hover {
        background: #F5F5F5; }
      ol.ol-style.popup li:last-child {
        border-bottom: none; }

span.img_ib {
  display: inline-block;
  margin: 0 8px; }

.tab-bar {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  position: fixed;
  top: -65px;
  background-color: #FFFFFF;
  padding: 0 60px;
  margin: 0;
  z-index: 2000; }
  @media screen and (max-width: 576px) {
    .tab-bar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 8px;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); } }
  .tab-bar.active {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    top: 0; }
  .tab-bar li, .tab-bar ol, .tab-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .tab-bar .tab-bar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 576px) {
      .tab-bar .tab-bar-menu {
        width: 100%;
        height: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        visibility: hidden; }
        .tab-bar .tab-bar-menu.open {
          visibility: visible;
          height: auto;
          margin-top: 8px; } }
    .tab-bar .tab-bar-menu li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 80px;
      color: rgba(0, 0, 0, 0.8);
      padding: 15px;
      padding-top: 19px;
      border-bottom: 3px solid #FFFFFF;
      text-decoration: none;
      white-space: nowrap; }
      @media screen and (max-width: 576px) {
        .tab-bar .tab-bar-menu li > a {
          border-bottom: 1px solid #D9D9D9; } }
      .tab-bar .tab-bar-menu li > a:focus {
        text-decoration: none; }
      .tab-bar .tab-bar-menu li > a:hover {
        background-color: #FAFAFA;
        border-bottom: 3px solid #FADF32; }
        @media screen and (max-width: 576px) {
          .tab-bar .tab-bar-menu li > a:hover {
            background-color: #FFFFFF;
            border-bottom: 1px solid #D9D9D9; } }
      .tab-bar .tab-bar-menu li > a.active {
        background-color: #FAFAFA;
        border-bottom: 3px solid #FADF32; }
        @media screen and (max-width: 576px) {
          .tab-bar .tab-bar-menu li > a.active {
            background-color: #FADF32;
            border-bottom: 1px solid #FADF32; } }
  .tab-bar .openMenu {
    display: none;
    text-decoration: none; }
    .tab-bar .openMenu:hover, .tab-bar .openMenu:focus {
      text-decoration: none; }
    @media screen and (max-width: 576px) {
      .tab-bar .openMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 48px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        color: #09ADBF;
        background: #FFFFFF;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        padding: 15px; } }
    .tab-bar .openMenu .far {
      width: 18px;
      height: 18px;
      color: #666666; }

.go_top {
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 85px;
  bottom: 88px;
  z-index: 900;
  color: #09ADBF;
  background-color: #FFFFFF;
  border: 1px solid #14BDCC;
  border-radius: 4px;
  cursor: pointer;
  visibility: hidden;
  opacity: .7; }
  .go_top:hover {
    -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 768px) {
    .go_top {
      visibility: hidden !important; } }
  .go_top:hover {
    color: #FFFFFF;
    background-color: #14BDCC; }
  .go_top.active {
    visibility: visible; }
