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

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

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  display: table; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  display: table; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

/*!
 * 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: transparent; }

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 */
@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(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

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

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  display: table; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  display: table; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px !important; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  width: 100%;
  height: 23rem; }
  @media screen and (max-width: 576px) {
    .swiper-container {
      height: 520px;
      max-height: 540px; } }
  .swiper-container .swiper-wrapper {
    max-height: 23rem; }
    @media screen and (max-width: 576px) {
      .swiper-container .swiper-wrapper {
        max-height: 100%; } }
  .swiper-container .swiper-slide {
    width: 1px;
    text-align: center;
    font-size: 1rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .swiper-container .swiper_bg {
    width: 100%;
    height: 100%;
    z-index: -2;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2B333B; }
    .swiper-container .swiper_bg::after {
      width: 100%;
      height: 100%;
      content: ' ';
      display: table;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 3;
      background: rgba(30, 38, 45, 0.7); }
  @media screen and (max-width: 992px) {
    .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
      display: none; } }
  .swiper-container .swiper-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9999; }
    @media screen and (max-width: 768px) {
      .swiper-container .swiper-caption {
        padding: 30px; } }
    @media screen and (max-width: 576px) {
      .swiper-container .swiper-caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .swiper-container .swiper-caption .swiper-image {
      width: 160px;
      height: 160px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      border-radius: 50%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 60px; }
      @media screen and (max-width: 768px) {
        .swiper-container .swiper-caption .swiper-image {
          width: 100px;
          height: 100px;
          margin-right: 30px; } }
      @media screen and (max-width: 576px) {
        .swiper-container .swiper-caption .swiper-image {
          margin-right: 0; } }
    .swiper-container .swiper-caption .swiper-resume {
      text-align: left;
      padding-left: 15px;
      padding-right: 15px; }
      .swiper-container .swiper-caption .swiper-resume.center {
        text-align: center; }
      @media screen and (max-width: 576px) {
        .swiper-container .swiper-caption .swiper-resume {
          padding: 15px;
          text-align: center; } }
    .swiper-container .swiper-caption .story_name {
      color: #FFFFFF;
      font-size: 1.25rem;
      margin-bottom: 0rem; }
    .swiper-container .swiper-caption .story_job {
      font-size: 1rem;
      color: #FADF32;
      margin-bottom: 1.25rem; }
    .swiper-container .swiper-caption .story_title {
      color: #FFFFFF;
      position: relative;
      font-size: 32px;
      margin-bottom: 30px; }
      .swiper-container .swiper-caption .story_title.index_title {
        color: #FFFFFF;
        font-size: 32px;
        font-weight: 400;
        padding: 0 80px; }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-caption .story_title.index_title {
            padding: 0 40px; } }
        @media screen and (max-width: 576px) {
          .swiper-container .swiper-caption .story_title.index_title {
            padding: 0 15px; } }
        .swiper-container .swiper-caption .story_title.index_title::after, .swiper-container .swiper-caption .story_title.index_title::before {
          font-size: 1.5rem;
          font-weight: bold;
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            .swiper-container .swiper-caption .story_title.index_title::after, .swiper-container .swiper-caption .story_title.index_title::before {
              display: none; } }
        .swiper-container .swiper-caption .story_title.index_title::after {
          content: '[';
          left: 3rem; }
        .swiper-container .swiper-caption .story_title.index_title::before {
          content: ']';
          right: 3rem; }
    .swiper-container .swiper-caption .story_subtitle {
      font-size: 20px;
      color: #FFEF40;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .swiper-container .swiper-caption .story_subtitle {
          padding: 0 40px; } }
      @media screen and (max-width: 576px) {
        .swiper-container .swiper-caption .story_subtitle {
          padding: 0 15px; } }
    .swiper-container .swiper-caption::after {
      display: table;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1;
      background: rgba(30, 38, 45, 0.7);
      width: 100%;
      height: 100%; }

.hero {
  width: 100%;
  height: auto; }
  .hero h1.title {
    font-size: 2rem;
    font-weight: bold;
    color: #FADF32;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-animation: fadein .5s forwards ease-in-out;
    animation: fadein .5s forwards ease-in-out;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 480px) {
      .hero h1.title {
        padding-left: 15px;
        padding-right: 15px; } }
  .hero .subtitle {
    opacity: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-animation: fadein .5s forwards .5s ease-in-out;
    animation: fadein .5s forwards .5s ease-in-out; }
    @media screen and (max-width: 480px) {
      .hero .subtitle {
        padding-left: 15px;
        padding-right: 15px; } }
  .hero .partner {
    background: #FFFFFF;
    padding-top: 20px;
    text-align: center; }
    .hero .partner .title {
      position: relative;
      display: inline-block;
      color: #14BDCC;
      line-height: 1.5;
      font-size: 1rem;
      padding: 0 20px;
      margin-bottom: 10px; }
      .hero .partner .title::after, .hero .partner .title::before {
        content: '';
        display: block;
        width: 15px;
        height: 1px;
        background: #14BDCC;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .hero .partner .title::after {
        left: 6.5rem; }
      .hero .partner .title::before {
        left: -.25rem; }
    .hero .partner img {
      margin: 0 .5rem;
      margin-bottom: 1rem; }

.tab_nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-bottom: 40px; }
  .tab_nav2 .tab_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    text-align: center; }
    .tab_nav2 .tab_item a {
      display: block;
      color: #B3B3B3;
      line-height: 3;
      text-decoration: none;
      border-bottom: 4px solid #D9D9D9; }
      .tab_nav2 .tab_item a.active, .tab_nav2 .tab_item a.active:hover {
        color: #333333;
        border-bottom: 4px solid #FADF32; }
      .tab_nav2 .tab_item a:hover {
        background: #F2F2F2; }

.tab_content2 {
  display: none; }
  .tab_content2.active {
    display: block;
    -webkit-animation: fadein .5s forwards ease-in-out;
    animation: fadein .5s forwards ease-in-out;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.class_infor {
  text-align: left; }
  .class_infor .float.right {
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .class_infor .float.right {
        padding-left: 15px; } }
  .class_infor .float.left {
    padding-right: 0; }
    @media screen and (max-width: 768px) {
      .class_infor .float.left {
        padding-right: 15px; } }
  .class_infor .class_point_img2 {
    width: 100%;
    padding: 0;
    list-style: none; }
    .class_infor .class_point_img2 > li {
      counter-increment: count;
      position: relative;
      margin-bottom: 0; }
      .class_infor .class_point_img2 > li::before {
        content: counter(count);
        display: none;
        position: absolute;
        top: 1.4rem;
        left: 1rem;
        z-index: 1;
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        line-height: 26px;
        background: #FFF;
        border: 4px solid #FADF32;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 36px;
        height: 36px; }
        @media screen and (max-width: 768px) {
          .class_infor .class_point_img2 > li::before {
            display: block; } }
    .class_infor .class_point_img2 .img_item {
      display: none; }
      @media screen and (max-width: 768px) {
        .class_infor .class_point_img2 .img_item {
          display: block;
          margin-bottom: 20px; } }
      .class_infor .class_point_img2 .img_item.active {
        display: block;
        -webkit-animation: fadein .5s forwards ease-in-out;
        animation: fadein .5s forwards ease-in-out;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    .class_infor .class_point_img2 .title {
      display: none;
      font-size: 1.25rem;
      color: #FFF;
      background: #14BDCC;
      padding: 1.5rem;
      padding-left: 4rem; }
      @media screen and (max-width: 767px) {
        .class_infor .class_point_img2 .title {
          display: block; } }
    .class_infor .class_point_img2 .infor {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      padding: 20px; }
      .class_infor .class_point_img2 .infor p {
        color: #FFFFFF;
        font-weight: 400; }
      @media screen and (max-width: 768px) {
        .class_infor .class_point_img2 .infor {
          position: relative; }
          .class_infor .class_point_img2 .infor p {
            color: #333333; } }
    .class_infor .class_point_img2 .img_zone {
      height: 500px;
      background-color: #333;
      background-size: cover;
      background-position: center center;
      overflow: hidden;
      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; }
      @media screen and (max-width: 768px) {
        .class_infor .class_point_img2 .img_zone {
          height: auto; } }
      .class_infor .class_point_img2 .img_zone.black::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7)));
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
        background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
        background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)); }
        @media screen and (max-width: 768px) {
          .class_infor .class_point_img2 .img_zone.black::after {
            display: none; } }
      .class_infor .class_point_img2 .img_zone.black.all::after {
        background: rgba(0, 0, 0, 0.7); }
      .class_infor .class_point_img2 .img_zone img, .class_infor .class_point_img2 .img_zone svg {
        width: 100%;
        height: auto; }
  .class_infor .class_point2 {
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .class_infor .class_point2 {
        display: none; } }
    .class_infor .class_point2 > li {
      position: relative;
      counter-increment: count;
      padding-left: 4rem;
      margin-bottom: 0;
      border-radius: 10px 0px 0px 10px; }
      .class_infor .class_point2 > li.active, .class_infor .class_point2 > li.active:hover {
        background: #14BDCC; }
        .class_infor .class_point2 > li.active::after, .class_infor .class_point2 > li.active:hover::after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: -12px;
          z-index: 1;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border-style: solid;
          border-width: 8px 0 8px 12px;
          border-color: transparent transparent transparent #14BDCC;
          width: 0;
          height: 0; }
        .class_infor .class_point2 > li.active a, .class_infor .class_point2 > li.active:hover a {
          color: #FFF; }
      .class_infor .class_point2 > li a {
        display: block;
        font-size: 1.25rem;
        padding: 1.5rem;
        color: #373a3c;
        text-decoration: none; }
      .class_infor .class_point2 > li:hover {
        background: #DDDDDD; }
        .class_infor .class_point2 > li:hover::after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: -12px;
          z-index: 1;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border-style: solid;
          border-width: 8px 0 8px 12px;
          border-color: transparent transparent transparent #DDDDDD;
          width: 0;
          height: 0; }
      .class_infor .class_point2 > li::before {
        content: counter(count);
        display: block;
        position: absolute;
        top: 50%;
        left: 1rem;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        line-height: 26px;
        background: #FFF;
        border: 4px solid #FADF32;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 36px;
        height: 36px; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px !important; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  width: 100%;
  height: 23rem; }
  @media screen and (max-width: 576px) {
    .swiper-container {
      height: 520px;
      max-height: 540px; } }
  .swiper-container .swiper-wrapper {
    max-height: 23rem; }
    @media screen and (max-width: 576px) {
      .swiper-container .swiper-wrapper {
        max-height: 100%; } }
  .swiper-container .swiper-slide {
    width: 1px;
    text-align: center;
    font-size: 1rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .swiper-container .swiper_bg {
    width: 100%;
    height: 100%;
    z-index: -2;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2B333B; }
    .swiper-container .swiper_bg::after {
      width: 100%;
      height: 100%;
      content: ' ';
      display: table;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 3;
      background: rgba(30, 38, 45, 0.7); }
  @media screen and (max-width: 992px) {
    .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
      display: none; } }
  .swiper-container .swiper-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9999; }
    @media screen and (max-width: 768px) {
      .swiper-container .swiper-caption {
        padding: 30px; } }
    @media screen and (max-width: 576px) {
      .swiper-container .swiper-caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .swiper-container .swiper-caption .swiper-image {
      width: 160px;
      height: 160px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      border-radius: 50%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 60px; }
      @media screen and (max-width: 768px) {
        .swiper-container .swiper-caption .swiper-image {
          width: 100px;
          height: 100px;
          margin-right: 30px; } }
      @media screen and (max-width: 576px) {
        .swiper-container .swiper-caption .swiper-image {
          margin-right: 0; } }
    .swiper-container .swiper-caption .swiper-resume {
      text-align: left;
      padding-left: 15px;
      padding-right: 15px; }
      .swiper-container .swiper-caption .swiper-resume.center {
        text-align: center; }
      @media screen and (max-width: 576px) {
        .swiper-container .swiper-caption .swiper-resume {
          padding: 15px;
          text-align: center; } }
    .swiper-container .swiper-caption .story_name {
      color: #FFFFFF;
      font-size: 1.25rem;
      margin-bottom: 0rem; }
    .swiper-container .swiper-caption .story_job {
      font-size: 1rem;
      color: #FADF32;
      margin-bottom: 1.25rem; }
    .swiper-container .swiper-caption .story_title {
      color: #FFFFFF;
      position: relative;
      font-size: 32px;
      margin-bottom: 30px; }
      .swiper-container .swiper-caption .story_title.index_title {
        color: #FFFFFF;
        font-size: 32px;
        font-weight: 400;
        padding: 0 80px; }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-caption .story_title.index_title {
            padding: 0 40px; } }
        @media screen and (max-width: 576px) {
          .swiper-container .swiper-caption .story_title.index_title {
            padding: 0 15px; } }
        .swiper-container .swiper-caption .story_title.index_title::after, .swiper-container .swiper-caption .story_title.index_title::before {
          font-size: 1.5rem;
          font-weight: bold;
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            .swiper-container .swiper-caption .story_title.index_title::after, .swiper-container .swiper-caption .story_title.index_title::before {
              display: none; } }
        .swiper-container .swiper-caption .story_title.index_title::after {
          content: '[';
          left: 3rem; }
        .swiper-container .swiper-caption .story_title.index_title::before {
          content: ']';
          right: 3rem; }
    .swiper-container .swiper-caption .story_subtitle {
      font-size: 20px;
      color: #FFEF40;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .swiper-container .swiper-caption .story_subtitle {
          padding: 0 40px; } }
      @media screen and (max-width: 576px) {
        .swiper-container .swiper-caption .story_subtitle {
          padding: 0 15px; } }
    .swiper-container .swiper-caption::after {
      display: table;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1;
      background: rgba(30, 38, 45, 0.7);
      width: 100%;
      height: 100%; }

.btn-primary {
  color: #FFFFFF;
  background-color: #14BDCC;
  border-color: #14BDCC;
  font-weight: 400;
  font-family: Roboto, Arial, Microsoft JhengHei, Microsoft YaHei, Helvetica, sans-serif !important; }
  .btn-primary:hover, .btn-primary:focus {
    color: #FFFFFF;
    background-color: #0f929e;
    border-color: #0f929e; }

.btn-secondary {
  color: #F24030; }
  .btn-secondary:hover {
    color: #F24030; }

.btn-info {
  background-color: #14BDCC;
  border-color: #14BDCC; }
  .btn-info:hover, .btn-info:focus {
    color: #FFF;
    background-color: #0d7c86;
    border-color: #0d7c86; }

.btn-primary-outline {
  color: #FFF;
  background: #dabd05;
  border-width: 0;
  font-weight: bold; }
  .btn-primary-outline:hover, .btn-primary-outline:focus {
    color: #FFF;
    background: #cbb005; }

.btn-shadow {
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.btn-shadow-s {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08); }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 40px; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #EDEDED;
  opacity: .8; }

.swiper-pagination-bullet-active {
  background: #FADF32; }

.swiper-button-next.white {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjcgNDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3IDQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMy41LDIgMjMuNSwyMiAzLjUsNDIgIi8+DQo8L3N2Zz4NCg=="); }

.swiper-button-prev.white {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjcgNDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3IDQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMjMuNSw0MiAzLjUsMjIgMjMuNSwyICIvPg0KPC9zdmc+DQo="); }

@media screen and (max-width: 480px) {
  .jumbotron {
    padding: 0; } }

.table td, .table th {
  line-height: 2.5rem; }

.section_padding {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden; }
  .section_padding.topline {
    border-top: 1px solid #D9D9D9; }
  .section_padding.lg {
    padding-top: 240px; }
    @media screen and (max-width: 991px) {
      .section_padding.lg {
        padding-top: 60px; } }
  .section_padding.lg_0 {
    padding-top: 108px; }
    @media screen and (max-width: 991px) {
      .section_padding.lg_0 {
        padding-top: 60px; } }
  .section_padding.lg_1 {
    padding-top: 168px; }
    @media screen and (max-width: 991px) {
      .section_padding.lg_1 {
        padding-top: 60px; } }
  .section_padding.lg_2 {
    padding-top: 264px; }
    @media screen and (max-width: 991px) {
      .section_padding.lg_2 {
        padding-top: 60px; } }
  .section_padding.whitsub {
    padding-bottom: 30px; }
  .section_padding.dark {
    position: relative;
    width: 100%;
    background: url("../imgs/bg_001.jpg");
    background-position: center center;
    background-size: cover; }
    .section_padding.dark::after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: table;
      background: rgba(30, 38, 45, 0.7);
      width: 100%;
      height: 2096px; }
    .section_padding.dark .section_title {
      color: #FFFFFF; }
  .section_padding.patterns {
    background: url("../imgs/section_bg_001.png"); }
  .section_padding.tinybg {
    background: #F5F5F5; }
  .section_padding.top_p_small {
    padding-top: 37.5px; }

.section_sub_padding {
  padding-bottom: 30px; }
  .section_sub_padding > .container {
    padding-top: 30px; }
  .section_sub_padding.tinybg {
    background: #F5F5F5; }
  .section_sub_padding.bigmb {
    padding-bottom: 60px; }
  .section_sub_padding.toppd {
    padding-top: 30px; }

.tibame_nav_top {
  height: 78px;
  background: #000; }

.section_sub {
  text-align: center;
  position: relative; }
  .section_sub.topline > .container {
    border-top: 1px solid #D9D9D9; }
  .section_sub.bottomline > .container {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9; }
  .section_sub.dark {
    background: #1E262D; }
    .section_sub.dark .section_sub_title {
      color: #FFFFFF; }

.row_gap {
  margin-bottom: 45px; }

.sec_gap {
  margin-bottom: 40px; }

.font_gap {
  margin-bottom: 20px; }

.btn_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px; }
  @media screen and (max-width: 576px) {
    .btn_bar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .btn_bar.with {
    padding-bottom: 0; }
  .btn_bar a, .btn_bar button {
    margin-right: 20px; }
    @media screen and (max-width: 576px) {
      .btn_bar a, .btn_bar button {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%; } }

.card_company_2, .card_student_2 {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border-left: 4px solid #14BDCC;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .card_company_2, .card_student_2 {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .card_company_2 .card_image, .card_student_2 .card_image {
        margin-bottom: 15px; }
      .card_company_2 .card_name, .card_student_2 .card_name {
        text-align: center; } }
  .card_company_2:hover, .card_student_2:hover {
    text-decoration: none; }
  .card_company_2 .card_image, .card_student_2 .card_image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 130px;
    margin-right: 15px; }
    .card_company_2 .card_image > img, .card_student_2 .card_image > img {
      width: 100%;
      height: auto; }
  .card_company_2 .card_resume .card_name, .card_student_2 .card_resume .card_name {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px; }
    .card_company_2 .card_resume .card_name span, .card_student_2 .card_resume .card_name span {
      display: block; }
  .card_company_2 .card_resume .card_infor, .card_student_2 .card_resume .card_infor {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
    @media screen and (max-width: 768px) {
      .card_company_2 .card_resume .card_infor, .card_student_2 .card_resume .card_infor {
        display: block; } }

.card_student_2 .card_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden; }

.card_student_2 .card_resume .card_job {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45); }

.card_student_2 .card_resume .card_infor {
  -webkit-line-clamp: 3; }

.card_student_2[data-color="01"] {
  border-left-color: #F37769; }

.card_student_2[data-color="02"] {
  border-left-color: #19B2B8; }

.card_student_2[data-color="03"] {
  border-left-color: #FFD05C; }

.card_student_2[data-color="04"] {
  border-left-color: #A3C449; }

.card_student_2[data-color="05"] {
  border-left-color: #33AFCC; }

.card_student_2[data-color="06"] {
  border-left-color: #AD4EA8; }

.card_student_2[data-color="07"] {
  border-left-color: #C69C6D; }

.card_company, .card_student {
  height: 200px;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  border-left: 4px solid #14BDCC;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
  .card_company:hover, .card_student:hover {
    text-decoration: none; }
  .card_company.bdc_01, .card_student.bdc_01 {
    border-left-color: #F37769; }
  .card_company.bdc_02, .card_student.bdc_02 {
    border-left-color: #19B2B8; }
  .card_company.bdc_03, .card_student.bdc_03 {
    border-left-color: #FFD05C; }
  .card_company.bdc_04, .card_student.bdc_04 {
    border-left-color: #A3C449; }
  .card_company.bdc_05, .card_student.bdc_05 {
    border-left-color: #33AFCC; }
  .card_company.bdc_06, .card_student.bdc_06 {
    border-left-color: #AD4EA8; }
  .card_company.bdc_07, .card_student.bdc_07 {
    border-left-color: #C69C6D; }
  @media screen and (max-width: 991px) {
    .card_company, .card_student {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .card_company .hide_btn, .card_student .hide_btn {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(30, 38, 45, 0.7);
    width: 100%;
    height: 100%;
    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; }
    @media screen and (max-width: 991px) {
      .card_company .hide_btn, .card_student .hide_btn {
        opacity: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: none;
        padding: 20px; }
        .card_company .hide_btn div.btn, .card_student .hide_btn div.btn {
          color: #FFF;
          border-color: #D9534F; }
          .card_company .hide_btn div.btn:hover, .card_company .hide_btn div.btn:focus, .card_student .hide_btn div.btn:hover, .card_student .hide_btn div.btn:focus {
            color: #e27c79;
            border: 2px solid #e27c79;
            background: rgba(0, 0, 0, 0.07); } }
    @media screen and (max-width: 480px) {
      .card_company .hide_btn, .card_student .hide_btn {
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0; } }
    .card_company .hide_btn:hover, .card_student .hide_btn:hover {
      opacity: 1; }
  .card_company .card_image, .card_student .card_image {
    width: 130px;
    min-width: 130px;
    margin-top: .6rem;
    margin-right: 2rem;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .card_company .card_image, .card_student .card_image {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px; } }
    .card_company .card_image svg, .card_company .card_image img, .card_student .card_image svg, .card_student .card_image img {
      max-width: 100%;
      height: auto; }
  .card_company .card_resume, .card_student .card_resume {
    text-align: left;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .card_company .card_resume, .card_student .card_resume {
        text-align: center; } }
    .card_company .card_resume .card_name, .card_student .card_resume .card_name {
      color: #373a3c;
      font-size: 1.25rem;
      margin-bottom: .5rem; }
    .card_company .card_resume .card_job, .card_student .card_resume .card_job {
      font-size: 0.875rem;
      color: #818181;
      margin-bottom: .5rem; }
    .card_company .card_resume .card_infor, .card_student .card_resume .card_infor {
      width: 100%;
      height: 7.5rem;
      color: #373a3c;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      margin-bottom: 0; }
      @media screen and (max-width: 991px) {
        .card_company .card_resume .card_infor, .card_student .card_resume .card_infor {
          height: auto;
          display: block; } }

.card_student {
  border-left-color: #FADF32; }
  .card_student .card_image {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden; }
    .card_student .card_image svg, .card_student .card_image img {
      max-width: 100%;
      height: 100%; }
  .card_student .card_resume .card_name {
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: bold; }
  .card_student .card_resume .card_infor {
    height: 5.9rem;
    -webkit-line-clamp: 4; }
    @media screen and (max-width: 991px) {
      .card_student .card_resume .card_infor {
        height: auto;
        display: block; } }

.card_proposal {
  width: 29%;
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .card_proposal {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }
  .card_proposal.original {
    border-top: 20px solid #14BDCC; }
  .card_proposal.special {
    border-top: 20px solid #D9534F; }
  .card_proposal.early {
    border-top: 20px solid #FADF32; }
  .card_proposal.medium {
    width: 36%; }
    @media screen and (max-width: 1200px) {
      .card_proposal.medium {
        width: 45%; } }
  .card_proposal.large {
    width: 75%; }
  @media screen and (max-width: 991px) {
    .card_proposal.medium, .card_proposal.large {
      width: 100%; } }
  .card_proposal .proposal_name {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E0E4; }
  .card_proposal .proposal_price {
    min-height: 7.5rem;
    text-align: center;
    border-bottom: 1px solid #E2E0E4;
    padding: 45px 0;
    margin-bottom: 30px; }
    .card_proposal .proposal_price .original {
      color: #818181;
      font-size: .875rem;
      margin-bottom: 0;
      text-decoration: line-through; }
    .card_proposal .proposal_price .special {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0; }
    .card_proposal .proposal_price .early {
      color: #D9534F;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 3rem;
      margin-bottom: 0; }
  .card_proposal .proposal_infor {
    list-style: none;
    padding-left: 1.5rem; }
    .card_proposal .proposal_infor li {
      position: relative;
      text-align: left;
      margin-bottom: 1rem; }
      .card_proposal .proposal_infor li::after {
        content: '';
        display: block;
        position: absolute;
        top: .5rem;
        left: -1.5rem;
        border-radius: 50%;
        background: #FADF32;
        width: 8px;
        height: 8px; }

.card_web {
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 20px;
  -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; }
  .card_web:hover {
    -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    .card_web:hover img, .card_web:hover svg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .card_web a:hover {
    text-decoration: none; }
  .card_web .card_img {
    overflow: hidden;
    background: #F5F5F5;
    width: 100%;
    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; }
    @media screen and (max-width: 767px) {
      .card_web .card_img {
        width: 100%;
        height: 240px; } }
    .card_web .card_img svg, .card_web .card_img img {
      width: auto;
      height: 100%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .card_web .card_infor {
    text-align: center;
    padding: 30px; }
    .card_web .card_infor .card_title {
      font-size: 1rem;
      color: #14BDCC;
      font-weight: bold;
      margin-bottom: 20px; }
    .card_web .card_infor .card_name {
      margin-bottom: .5rem;
      color: #373a3c; }
    .card_web .card_infor .card_class {
      font-size: .875rem;
      color: #818181; }

.card_teacher {
  min-height: 200px;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .card_teacher {
      padding-left: 0;
      padding-right: 0; } }
  .card_teacher .card_image {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 1rem;
    border-radius: 50%;
    overflow: hidden;
    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; }
    .card_teacher .card_image svg, .card_teacher .card_image img {
      max-width: 100%;
      height: 100%; }
  .card_teacher .card_resume {
    text-align: center; }
    .card_teacher .card_resume .card_name {
      font-size: 1.25rem;
      margin-bottom: 0; }
    .card_teacher .card_resume .card_job {
      font-size: 0.875rem;
      color: #14BDCC;
      margin-bottom: 1rem; }
    .card_teacher .card_resume .card_infor {
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      margin-bottom: 0; }

.card_category {
  position: relative;
  width: 100%;
  background: #FFF;
  text-align: center;
  padding: 30px;
  padding-top: 0;
  margin-bottom: 20px;
  border-top-width: 4px;
  border-top-style: solid;
  border-color: #F2F2F2;
  border-radius: 5px;
  overflow: hidden;
  -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;
  transition: all .3s; }
  .card_category: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_category.ad {
    height: 376px;
    border: 1px #E2E0E4 solid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    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; }
    .card_category.ad .card_infor, .card_category.ad .card_time {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; }
    .card_category.ad .card_img {
      background-color: #FFFFFF; }
      .card_category.ad .card_img svg, .card_category.ad .card_img img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6); }
    .card_category.ad:hover {
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
      .card_category.ad:hover .card_img svg, .card_category.ad:hover .card_img img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6); }
  .card_category.color_1 {
    border-color: #F37769; }
    .card_category.color_1 .card_img {
      background-color: #F37769; }
      .card_category.color_1 .card_img::after {
        background: #F37769; }
  .card_category.color_2 {
    border-color: #19B2B8; }
    .card_category.color_2 .card_img {
      background-color: #19B2B8; }
      .card_category.color_2 .card_img::after {
        background: #19B2B8; }
  .card_category.color_3 {
    border-color: #FFD05C; }
    .card_category.color_3 .card_img {
      background-color: #FFD05C; }
      .card_category.color_3 .card_img::after {
        background: #FFD05C; }
  .card_category.color_4 {
    border-color: #A3C449; }
    .card_category.color_4 .card_img {
      background-color: #A3C449; }
      .card_category.color_4 .card_img::after {
        background: #A3C449; }
  .card_category.color_5 {
    border-color: #33AFCC; }
    .card_category.color_5 .card_img {
      background-color: #33AFCC; }
      .card_category.color_5 .card_img::after {
        background: #33AFCC; }
  .card_category.color_6 {
    border-color: #AD4EA8; }
    .card_category.color_6 .card_img {
      background-color: #AD4EA8; }
      .card_category.color_6 .card_img::after {
        background: #AD4EA8; }
  .card_category.color_7 {
    border-color: #C69C6D; }
    .card_category.color_7 .card_img {
      background-color: #C69C6D; }
      .card_category.color_7 .card_img::after {
        background: #C69C6D; }
  .card_category:hover .card_img::after {
    opacity: 0; }
  .card_category:hover .card_img svg, .card_category:hover .card_img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .card_category a:hover {
    text-decoration: none; }
  .card_category .card_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;
    position: relative;
    height: 218px;
    text-align: center;
    margin-bottom: -30px;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #F2F2F2;
    overflow: hidden; }
    .card_category .card_img.grayscale {
      -webkit-filter: grayscale(0.7); }
    .card_category .card_img::after {
      content: '';
      display: table;
      position: absolute;
      background: rgba(242, 242, 242, 0.3);
      opacity: .4;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .card_category .card_img::after {
          display: none; } }
    .card_category .card_img svg, .card_category .card_img img {
      width: 100%;
      height: 100%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .card_category .card_infor {
    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%;
    height: 100px;
    border-bottom: 1px solid #D9D9D9; }
    .card_category .card_infor .card_title {
      font-size: 24px;
      color: #333333;
      line-height: 1.25;
      font-weight: bold;
      margin-bottom: 0; }
  .card_category .card_time {
    padding: 15px 0; }
    .card_category .card_time p {
      color: #09ADBF; }
  .card_category .search_description {
    display: none; }

.page_hero {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  background: url("../imgs/page_hero_bg.png") no-repeat top center;
  background-size: contain;
  background-attachment: fixed; }
  .page_hero.single_page {
    position: relative;
    overflow: inherit; }
    .page_hero.single_page.no_mb {
      margin-bottom: 0px; }
  @media screen and (max-width: 991px) {
    .page_hero {
      background-repeat: repeat; } }
  .page_hero .student_zone {
    position: relative;
    z-index: 1;
    left: 0;
    right: 0; }
    .page_hero .student_zone .st_image {
      border-radius: 50%;
      border: 8px solid #FFF;
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 20px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 168px;
      height: 168px; }
      .page_hero .student_zone .st_image.company {
        width: auto;
        height: auto;
        border-radius: none;
        border: none; }
      .page_hero .student_zone .st_image img {
        max-width: 100%;
        height: auto; }
    .page_hero .student_zone .st_name {
      font-size: 1.25rem;
      margin-bottom: 10px; }
    .page_hero .student_zone .st_job {
      font-size: 16px;
      color: #09ADBF; }
  .page_hero h1.title {
    font-size: 32px;
    font-weight: bold;
    color: #14BDCC;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-animation: fadein .5s forwards ease-in-out;
    animation: fadein .5s forwards ease-in-out;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (max-width: 576px) {
      .page_hero h1.title {
        padding-left: 15px;
        padding-right: 15px; } }
    .page_hero h1.title.tiny {
      font-weight: normal; }
  .page_hero .subtitle {
    opacity: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.45);
    padding-left: 40px;
    padding-right: 40px;
    -webkit-animation: fadein .5s forwards .5s ease-in-out;
    animation: fadein .5s forwards .5s ease-in-out; }
    @media screen and (max-width: 576px) {
      .page_hero .subtitle {
        padding-left: 15px;
        padding-right: 15px; } }

.story_mode hr {
  margin-bottom: 40px; }

.story_mode h2 {
  font-size: 1.25rem;
  color: #14BDCC;
  font-weight: bold;
  margin-bottom: 12px; }

.story_mode strong {
  color: #D9534F; }
  .story_mode strong a {
    color: #D9534F; }

.story_mode a {
  color: #337ab7;
  padding: 0 .2rem;
  text-decoration: underline; }

.story_mode p {
  margin-top: 10px;
  margin-bottom: 20px; }

.story_mode .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0; }
  .story_mode .img_box img {
    margin: 0 auto; }
  .story_mode .img_box .item {
    text-align: center;
    margin: 0 auto; }
    .story_mode .img_box .item.half {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      padding: 0 15px; }
      @media screen and (max-width: 480px) {
        .story_mode .img_box .item.half {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
          flex: 0 1 100%; } }
    .story_mode .img_box .item.one {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 15px; }
  .story_mode .img_box .description {
    color: #818181;
    padding: 1rem 0;
    margin: 0; }

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

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

.btn {
  font-family: Roboto, Arial, Microsoft JhengHei, Microsoft YaHei, Helvetica, sans-serif !important; }

html, body, .wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  font-size: 16px;
  font-family: Roboto, Arial, Microsoft JhengHei, Microsoft YaHei, Helvetica, sans-serif !important; }

body {
  background: #FFFFFF; }

#goodjob {
  overflow-x: hidden; }

.wrap a:hover {
  text-decoration: none; }

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

.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-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 {
  margin-top: 15px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-60 {
  margin-top: 60px; }

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

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

.m-b-30 {
  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; }

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

.banner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: url("../imgs/goodjob_banner.png") #38CCD9 no-repeat center center; }
  .banner .hero-title {
    width: 100%;
    color: #FFFFFF;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .banner .hero-title {
        font-size: 32px;
        text-align: center;
        margin-top: 30px; } }
    .banner .hero-title > span {
      color: #FADF32;
      font-size: 50px;
      font-style: oblique;
      font-weight: 700;
      margin-left: 15px; }
      @media screen and (max-width: 768px) {
        .banner .hero-title > span {
          font-size: 32px; } }
  .banner .hero-infor {
    text-align: center; }
    .banner .hero-infor > span {
      display: block;
      color: #FFFFFF;
      font-size: 20px;
      line-height: 1.25;
      font-weight: 400;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
      margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .banner .hero-infor {
        text-align: center; } }
  .banner .teacher_students {
    width: 1366px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -680px;
    z-index: 2; }
    .banner .teacher_students > svg {
      width: 100%;
      height: auto;
      padding-top: 30px; }
      .banner .teacher_students > svg #teacher, .banner .teacher_students > svg #student01, .banner .teacher_students > svg #student02, .banner .teacher_students > svg #student03, .banner .teacher_students > svg #student04 {
        -webkit-animation: thrill 3s infinite ease-in-out alternate;
        animation: thrill 3s infinite ease-in-out alternate;
        z-index: 2; }
        @media screen and (max-width: 768px) {
          .banner .teacher_students > svg #teacher, .banner .teacher_students > svg #student01, .banner .teacher_students > svg #student02, .banner .teacher_students > svg #student03, .banner .teacher_students > svg #student04 {
            -webkit-animation: 0s;
            animation: 0s; } }
      .banner .teacher_students > svg #student01 {
        animation-duration: 4s;
        -webkit-animation-duration: 4s; }
      .banner .teacher_students > svg #student02 {
        animation-duration: 3.5s;
        -webkit-animation-duration: 3.5s; }
      .banner .teacher_students > svg #student03 {
        animation-duration: 4s;
        -webkit-animation-duration: 4s; }
      .banner .teacher_students > svg #student04 {
        animation-duration: 3s;
        -webkit-animation-duration: 3s; }
    @media screen and (max-width: 768px) {
      .banner .teacher_students {
        display: none; } }
  .banner .cloud {
    width: 871px;
    height: 402px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -435px;
    z-index: 1; }
    .banner .cloud > img[data-size="pad"] {
      display: none; }
    @media screen and (max-width: 768px) {
      .banner .cloud > img[data-size="web"] {
        display: none; }
      .banner .cloud > img[data-size="pad"] {
        display: block; } }
  .banner .row > * {
    z-index: 5; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1px;
  min-width: 100%;
  *width: 100%; }
  @media screen and (max-width: 480px) {
    .flexbox {
      display: inline-block;
      text-align: center; } }
  .flexbox.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flexbox.bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .flexbox.left {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; }
    @media screen and (max-width: 992px) {
      .flexbox.left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .flexbox.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flexbox.logotype img, .flexbox.logotype svg {
    height: 100%;
    max-height: 70px;
    width: auto;
    max-width: 100%;
    margin: 10px; }

.flex_center {
  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; }
  @media screen and (max-width: 992px) {
    .flex_center {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (max-width: 480px) {
    .flex_center {
      display: inline-block; } }

.inline-block {
  display: inline-block; }

.img_respon_center {
  margin: 0 auto; }

.zindex {
  position: relative;
  z-index: 99; }

.boxshadow {
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.tibame_img {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.out_topline {
  border-top: 1px solid #E2E0E4; }

.no-type {
  list-style-type: none; }

.white {
  color: #FFF; }

html, body {
  width: 100%;
  height: 100%;
  width: 1px;
  min-width: 100%;
  *width: 100%; }

body, iframe {
  width: 1px;
 /* min-width: 100%;*/
 }

.nosee {
  visibility: hidden; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }
  h3.subtitle {
    color: #09ADBF;
    font-weight: bold;
    margin-bottom: 20px; }

h4 {
  font-size: 1rem; }
  h4.title {
    color: #14BDCC; }

p {
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 0; }
  p.small {
    font-size: .875rem; }

li {
  line-height: 1.75rem; }

dl {
  padding-left: 60px;
  margin: 0; }
  @media screen and (max-width: 480px) {
    dl {
      padding-left: 1rem; } }

dt {
  position: relative;
  font-size: 1.25rem;
  color: #14BDCC;
  font-weight: bold;
  margin-bottom: 10px; }
  dt::after {
    content: ' ';
    display: table;
    position: absolute;
    top: .5rem;
    left: -1rem;
    width: 4px;
    height: 15px;
    border-radius: 4px;
    background: #FADF32; }

dd {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
  margin-left: 0; }

.modal_tibame {
  height: 80%; }
  .modal_tibame .modal-content {
    height: 100%;
    max-height: 700px;
    padding: 30px;
    overflow: auto; }
    .modal_tibame .modal-content .lg {
      width: 200px; }

.jumbotron > * {
  text-align: center; }

.jumbotron h1.header_title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px; }

.jumbotron .header_subtitle {
  color: #FADF32;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px; }

.jumbotron .header_infor {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 30px; }

.btn_bar .btn {
  min-width: 160px;
  font-weight: bold; }
  .btn_bar .btn.btn-lg {
    padding: .75rem 1.25rem; }
  .btn_bar .btn.btn-secondary {
    color: #F24030;
    border: none;
    background-color: #FFFFFF; }
    .btn_bar .btn.btn-secondary:hover {
      background-color: #f2f2f2; }

.annotation {
  color: #818181;
  padding: 8px 0 !important;
  padding-top: 0;
  margin-bottom: 0;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .annotation.mob_gap {
      margin-bottom: 20px; } }
  .annotation.bk {
    color: #373a3c; }
  .annotation.light {
    color: #E2E0E4; }

.bg_tiny {
  background: #F5F5F5; }

.section_title {
  position: relative;
  text-align: center;
  font-weight: normal !important;
  margin-bottom: 60px; }
  .section_title.yellow::after {
    content: '';
    display: block;
    background: #FADF32; }
  .section_title.link {
    margin-bottom: 20px; }
  .section_title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: table;
    bottom: -1rem;
    border-radius: 4px;
    background: #14BDCC !important; }

.page_link {
  text-align: center;
  padding-top: 3.75rem;
  margin-bottom: 20px; }
  .page_link.i_dding {
    padding-top: 0;
    margin-bottom: 30px; }
  .page_link.unpadding {
    padding-top: 0;
    margin-bottom: 5.625rem; }
  .page_link.right {
    padding-top: 0;
    text-align: right; }
  .page_link a {
    text-decoration: none;
    color: #14BDCC;
    cursor: pointer; }
    .page_link a.btn {
      color: #FFF; }
  .page_link.under_line {
    text-decoration: underline; }

.section_sub_title {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px; }
  .section_sub_title.noicon::after, .section_sub_title.noicon::before {
    display: none; }
  .section_sub_title.point {
    font-weight: bold; }
  .section_sub_title::after, .section_sub_title::before {
    content: ' ';
    display: table;
    position: absolute;
    top: .3rem;
    border-radius: 4px;
    background: #FADF32;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 18px; }
  .section_sub_title::after {
    left: -1.5rem; }
  .section_sub_title::before {
    right: -1.5rem; }

.sec_description {
  text-align: center;
  margin-bottom: 20px; }
  .sec_description h2 {
    margin-bottom: 1.5rem; }

.header_page {
  position: relative;
  width: 1px;
  width: 100%;
  min-height: 545px;
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 200px;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .header_page {
      min-height: 420px;
      padding-bottom: 4rem; } }
  @media screen and (max-width: 767px) {
    .header_page {
      min-height: 460px; } }
  @media screen and (max-width: 480px) {
    .header_page {
      min-height: 560px;
      padding-top: 40px;
      padding-bottom: 0; } }
  .header_page.dark {
    position: relative;
    background-position: center center;
    background-size: cover; }
    .header_page.dark::after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: table;
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 1980px; }

.header_title {
  font-size: 2.2em;
  margin-bottom: 1rem; }

.header_subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #FADF32; }

.header_infor {
  font-size: 1rem;
  margin-bottom: 20px; }

.hero_infor_zone {
  position: relative;
  background: #F5F5F5;
  padding-bottom: 180px; }
  @media screen and (max-width: 992px) {
    .hero_infor_zone {
      background: #FFF;
      padding-bottom: 0; } }
  .hero_infor_zone .container {
    width: 100%;
    top: -9rem;
    z-index: 99;
    background: #FFF;
    border-radius: 10px;
    text-align: left;
    padding: 30px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 992px) {
      .hero_infor_zone .container {
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .hero_infor_zone .container .row {
      margin: 0; }
    .hero_infor_zone .container .zon_col_style {
      min-height: 6.5rem;
      border-right: 1px solid #E2E0E4; }
      @media screen and (max-width: 767px) {
        .hero_infor_zone .container .zon_col_style {
          border-right: none;
          margin-bottom: 20px; } }
      @media screen and (max-width: 480px) {
        .hero_infor_zone .container .zon_col_style {
          text-align: center;
          min-height: auto; } }
      .hero_infor_zone .container .zon_col_style.nobord, .hero_infor_zone .container .zon_col_style:nth-child(4) {
        border-right: none; }
      .hero_infor_zone .container .zon_col_style.topbord {
        border-top: 1px solid #E2E0E4;
        border-right: none;
        margin-top: 30px;
        padding-top: 30px; }
    .hero_infor_zone .container .title {
      color: #14BDCC; }
    .hero_infor_zone .container .point {
      min-height: 2.2rem;
      font-size: 1.75rem;
      word-break: break-all;
      font-weight: bold;
      color: #000; }
      .hero_infor_zone .container .point.small {
        font-size: 1.4rem; }
    .hero_infor_zone .container .description {
      font-size: .875rem;
      color: #818181; }

.class_list {
  list-style-type: none; }
  .class_list > li {
    counter-increment: count;
    position: relative;
    background: #FFF;
    border: 1px solid #E2E0E4;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
    .class_list > li::before {
      content: counter(count);
      display: block;
      position: absolute;
      z-index: 1;
      top: 1rem;
      left: -3rem;
      font-size: 1rem;
      font-weight: bold;
      text-align: center;
      line-height: 30px;
      background: #FFF;
      border: 4px solid #FADF32;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 36px;
      height: 36px; }
    .class_list > li::after {
      content: '';
      display: block;
      position: absolute;
      top: 3rem;
      left: -2rem;
      background: #FADF32;
      width: 4px;
      height: 100%; }
    .class_list > li:last-child::after {
      display: none; }
  .class_list .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px; }
    @media screen and (max-width: 480px) {
      .class_list .head {
        display: inline-block; } }
  .class_list .title {
    font-size: 1.25rem; }
  .class_list .time {
    font-weight: bold; }
  .class_list .infor {
    padding-bottom: 15px; }
  .class_list .content {
    border-top: 1px solid #E2E0E4; }
  .class_list .toggle_class {
    color: #14BDCC;
    padding: 15px 0;
    cursor: pointer;
    z-index: 99; }
  .class_list .list {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px; }
    .class_list .list > li {
      display: inline-block;
      position: relative;
      width: 100%;
      margin-right: 15px;
      margin-bottom: 15px;
      padding-left: 1.5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .class_list .list > li {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .class_list .list > li {
          width: 100%;
          margin-right: 0; } }
      .class_list .list > li a {
        color: #14BDCC; }
      .class_list .list > li::after {
        content: '';
        display: block;
        position: absolute;
        top: .5rem;
        left: 0rem;
        background: url("../imgs/list_icon.svg") no-repeat center center;
        width: 14px;
        height: 14px; }

.skill {
  color: #FFF;
  background: #14BDCC;
  border-left: 6px solid #FADF32;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .skill {
      width: 100%;
      margin-right: 0; } }

.accumulation {
  width: 100%;
  text-align: center; }
  .accumulation span {
    padding: 0 1rem;
    color: #14BDCC;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .accumulation span {
        display: block;
        padding: 20px 0; } }
  .accumulation.dark {
    color: #FFF; }
    .accumulation.dark span {
      color: #FADF32; }

.job {
  position: relative;
  margin: 0 2rem;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 480px) {
    .job {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .job .job_img {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 10rem;
    height: 10rem;
    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; }
    .job .job_img svg, .job .job_img img {
      max-width: 100%;
      height: auto; }
  .job .job_title {
    text-align: center;
    margin-top: 1rem; }
  .job:hover .tooltiptext {
    visibility: visible; }
  .job .tooltiptext {
    visibility: hidden;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(1rem);
    -ms-transform: translateX(-50%) translateY(1rem);
    transform: translateX(-50%) translateY(1rem);
    z-index: 10;
    width: auto;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 10px;
    padding: 15px 30px; }
    @media screen and (max-width: 767px) {
      .job .tooltiptext {
        visibility: visible;
        position: relative;
        width: 100%;
        left: 0;
        top: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #818181;
        background: none;
        padding: 15px; } }
    .job .tooltiptext li {
      position: relative;
      color: #FFFFFF;
      white-space: nowrap;
      margin-left: 15px;
      margin-bottom: 15px;
      text-align: left;
      list-style-type: none;
      word-wrap: break-word; }
      @media screen and (max-width: 767px) {
        .job .tooltiptext li {
          color: #333333;
          margin-left: 0;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .job .tooltiptext li {
          text-align: center; } }
      .job .tooltiptext li::after {
        content: "";
        position: absolute;
        display: block;
        top: .7rem;
        left: -1.2rem;
        background: #FADF32;
        border-radius: 50%;
        width: 8px;
        height: 8px; }
        @media screen and (max-width: 767px) {
          .job .tooltiptext li::after {
            display: none; } }
    .job .tooltiptext::after {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent; }
      @media screen and (max-width: 767px) {
        .job .tooltiptext::after {
          display: none; } }

.tel_icon {
  margin-right: 30px;
  width: 64px;
  height: 64px; }
  @media screen and (max-width: 480px) {
    .tel_icon {
      margin: 0 auto;
      margin-bottom: 20px; } }

.tel_infor {
  width: auto;
  text-align: left; }
  .tel_infor p {
    color: #FFFFFF; }
  @media screen and (max-width: 480px) {
    .tel_infor {
      width: auto;
      text-align: center; } }

.employ_img {
  max-height: 100px;
  margin: 0 auto; }

.question {
  padding: 30px;
  background: #FFF;
  border: 1px solid #E2E0E4;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer; }
  .question.active .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .question.active .infor {
    display: block !important; }
  .question .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .question .title {
    font-size: 1.25rem; }
  .question .arrow {
    display: block;
    -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; }
  .question .infor {
    display: none;
    border-top: 1px solid #E2E0E4;
    margin-top: 15px;
    padding-top: 15px; }

.action {
  width: 100%;
  margin-bottom: 30px; }
  .action .head {
    position: relative;
    height: 238px;
    border-radius: 10px;
    background: #333;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    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; }
    @media screen and (max-width: 1200px) {
      .action .head {
        height: 200px; }
        .action .head iframe {
          height: 200px; } }
    @media screen and (max-width: 767px) {
      .action .head {
        height: 300px; }
        .action .head iframe {
          height: 300px; } }
    @media screen and (max-width: 480px) {
      .action .head {
        height: 300px; } }
    .action .head img {
      width: auto;
      height: 100%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .action .head:hover {
      -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
      .action .head:hover img, .action .head:hover svg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .action .title {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 10px; }

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

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