@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-phone:before {
  content: "\f095"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-envelope-o:before {
  content: "\f003"; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icons.svg);
  background-repeat: no-repeat; }

.ic-phone {
  width: 17px;
  height: 16px;
  background-position: -21px 0; }

.ic-whatsapp {
  width: 17px;
  height: 18px;
  background-position: 0 -158px; }

.ic-zalo {
  width: 18px;
  height: 18px;
  background-position: -18px -158px; }

.ic-close {
  width: 15px;
  height: 14px;
  background-position: -41px -117px;
  cursor: pointer; }

:root {
  font-size: 10px; }

body {
  margin: 0;
  color: #000;
  line-height: 1.7;
  font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin: 0 0 1.5rem; }

p, ul, ol {
  margin: 0 0 1.2rem; }

ul li + li, ol li + li {
  margin-top: 7px; }

a {
  color: #052d70;
  text-decoration: none; }
  a:hover {
    color: #1ca8df;
    text-decoration: none; }

a:hover, a:focus, input:focus, textarea:focus, button:focus, select:focus {
  outline: none !important; }

strong, b, .text-bold, th, dt {
  font-weight: 700; }

em, i {
  font-style: italic; }

.z_10 {
  font-size: 1rem; }

.z_12 {
  font-size: 1.2rem; }

.z_13 {
  font-size: 1.3rem; }

.z_14 {
  font-size: 1.4rem; }

.z_15 {
  font-size: 1.5rem; }

.z_16 {
  font-size: 1.6rem; }

.z_18 {
  font-size: 1.8rem; }

.z_20 {
  font-size: 2rem; }

.z_22 {
  font-size: 2.2rem; }

.z_24 {
  font-size: 2.4rem; }

.z_30 {
  font-size: 3rem; }

body {
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.container, .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.container {
  max-width: 1200px;
  margin: auto; }

.container-fluid {
  width: 100%; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.clear-fix:after, .container:after, .row:after {
  display: table;
  content: '';
  clear: both; }

.main-content, .s, main {
  display: block;
  position: relative;
  z-index: 1; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0; }

.box-hidden {
  overflow: hidden; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.hide {
  display: none !important; }

.text-middle {
  display: inline-block;
  vertical-align: middle; }

.fl {
  display: flex;
  flex-wrap: wrap; }

.fls {
  justify-content: space-between; }

.flc {
  align-items: center;
  justify-content: center; }

.zf {
  z-index: 99999 !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 767px) and (max-width: 992px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1199px) {
  .hidden-lg {
    display: none !important; } }
.tb {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse; }

.tb-cell {
  display: table-cell;
  vertical-align: middle; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  table tr td, table tr th {
    text-align: left;
    padding: 15px 8px;
    vertical-align: top; }

.btn {
  height: 50px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 1.6rem;
  border-radius: 4px; }
  .btn-block {
    width: 100%; }
  .btn-1 {
    background-color: #1ca8df;
    color: #fff; }
    .btn-1:hover {
      background-color: #008dc4;
      color: #fff; }
  .btn-2 {
    background-color: #eef1f2;
    color: #333; }
    .btn-2:hover {
      color: #000;
      background-color: #e5e8e9; }
  .btn-3 {
    border: 1px solid #ccc;
    color: #666; }
    .btn-3:hover {
      color: #666;
      background-color: #f8f8f8; }

.pikaday__container {
  width: 100%; }

input[onfocus="blur();"] {
  cursor: pointer; }

.form-control, .pikaday__display {
  font-size: 1.4rem;
  color: #000;
  font-family: inherit;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc; }

.form-label {
  display: inline-block;
  color: #000;
  margin-bottom: 0.3rem; }

.form-control:focus {
  outline: 0;
  box-shadow: none; }

.form-control::-moz-placeholder {
  color: #666;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #666; }

.form-control::-webkit-input-placeholder {
  color: #666; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto;
  overflow: hidden; }

select.form-control {
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: none; }

.form-group {
  margin-bottom: 20px; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 45px; }

.fc-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 50px;
  pointer-events: none;
  color: #999; }

.has-feedback .form-label ~ .fc-feedback {
  top: 24px; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.h {
  position: relative;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #eee; }
  @media (max-width: 991px) {
    .h {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0; } }
  .h_w {
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
    position: relative; }
    @media (max-width: 991px) {
      .h_w {
        padding-top: 15px;
        padding-bottom: 15px; } }
  @media (max-width: 1199px) {
    .h_a {
      width: 160px; } }
  @media (max-width: 991px) {
    .h_a {
      width: 142px; } }
  @media (max-width: 991px) {
    .h_m {
      width: 100%;
      height: calc(100% - 66px);
      position: fixed;
      top: 66px;
      left: 0;
      background-color: #f8f8f8;
      z-index: 99;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding: 13px 15px 104px;
      display: none; }
      .h_m:after {
        content: '';
        display: block;
        width: 100%;
        height: 104px;
        background-color: #f8f8f8;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 3; } }
  .h_n {
    align-items: center;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .h_n {
        display: block; } }
    .h_n li {
      margin: 0; }
      .h_n li a {
        color: #333;
        -webkit-transition: all 0.25s;
        -khtml-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
        @media (min-width: 992px) {
          .h_n li a:hover {
            background-color: #f8f8f8;
            color: #052d70; } }
        @media (max-width: 991px) {
          .h_n li a {
            color: #222; } }
    .h_n > li > a {
      display: inline-flex;
      align-items: center;
      padding: 6px 17px;
      border-radius: 6px; }
      @media (max-width: 1199px) {
        .h_n > li > a {
          padding-left: 12px;
          padding-right: 12px; } }
      @media (max-width: 991px) {
        .h_n > li > a {
          display: flex;
          width: 100%;
          padding: 13px 0; } }
      .h_n > li > a .fa {
        color: #999;
        font-size: 1.2rem;
        margin-left: 4px; }
        @media (max-width: 991px) {
          .h_n > li > a .fa {
            display: none; } }
  .h_d {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative; }
    @media (min-width: 992px) {
      .h_d:hover .h_s {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 15px); } }
    @media (max-width: 991px) {
      .h_d > a {
        width: calc(100% - 34px) !important; }
      .h_d.active > a {
        color: #052d70; }
      .h_d.active .h_dc:before {
        content: '\f0d8';
        color: #052d70; }
      .h_d.active .h_s {
        display: block; } }
  .h_dc {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    color: #999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 50px;
    z-index: 9; }
  @media (max-width: 991px) {
    .h_c {
      position: relative;
      right: 36px;
      z-index: 99; } }
  .h_ca {
    height: 36px;
    width: 140px;
    font-size: 1.4rem; }
    @media (max-width: 1199px) {
      .h_ca {
        width: 120px; } }
    @media (max-width: 991px) {
      .h_ca {
        width: calc(100% - 30px);
        height: 42px;
        position: fixed;
        bottom: 35px;
        left: 15px;
        z-index: 9; } }
  .h_p {
    position: relative; }
    .h_p.active .h_pt {
      background-color: #f8f8f8; }
      .h_p.active .h_pt:after {
        content: '\f0d8'; }
    .h_p.active .h_ps {
      display: block; }
  .h_pt {
    color: #052d70;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 36px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 6px; }
    @media (max-width: 991px) {
      .h_pt {
        font-size: 1.4rem; } }
    .h_pt:hover {
      background-color: #f8f8f8; }
    .h_pt:after {
      content: '\f0d7';
      font-family: FontAwesome;
      font-size: 1.2rem;
      color: #999;
      padding-left: 4px; }
    .h_pt:before {
      content: '\f095';
      font-family: FontAwesome;
      margin-right: 5px;
      font-size: 2.4rem; }
      @media (max-width: 991px) {
        .h_pt:before {
          font-size: 1.8rem; } }
  .h_s {
    margin: 0; }
    @media (min-width: 992px) {
      .h_s {
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        position: absolute;
        left: 0;
        top: calc(100% + 20px);
        padding-top: 11px;
        padding-bottom: 11px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.25s;
        -khtml-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; } }
    @media (max-width: 991px) {
      .h_s {
        width: 100%;
        padding-left: 17px;
        padding-bottom: 13px;
        display: none; } }
    @media (max-width: 991px) {
      .h_s li + li {
        margin-top: 15px; } }
    .h_s li a {
      display: block;
      white-space: nowrap;
      padding: 11px 17px;
      line-height: 1; }
      @media (max-width: 991px) {
        .h_s li a {
          border-bottom: 1px solid;
          padding: 0;
          display: inline-block; } }
  .h_ps {
    width: 343px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    top: calc(100% + 15px);
    left: 0;
    padding: 23px 16px;
    display: none; }
    @media (max-width: 991px) {
      .h_ps {
        width: 303px;
        left: auto;
        right: 0;
        top: calc(100% + 16px); } }
    @media (max-width: 391px) {
      .h_ps {
        right: -36px;
        padding-top: 16px;
        padding-bottom: 16px; } }
  .h_pi {
    white-space: nowrap;
    display: flex;
    align-items: center; }
    .h_pi + .h_pi {
      margin-top: 15px; }
    .h_pi span {
      position: relative;
      padding-left: 25px;
      display: inline-flex;
      min-width: 106px;
      align-items: center; }
      .h_pi span i {
        position: absolute;
        left: 0; }
  .h_g {
    position: relative;
    z-index: 9; }
    @media (min-width: 992px) {
      .h_g {
        margin-left: 5px; } }
  .h_gs {
    position: absolute;
    width: 524px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    top: calc(100% + 15px);
    right: 0;
    padding: 22px 33px 30px;
    display: none; }
    @media (max-width: 991px) {
      .h_gs {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; } }
  .h_gh, .s1_sh {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-right: 30px;
    position: relative; }
  .h_gx, .s1_sx {
    position: absolute;
    right: 0; }
  .h_gc {
    margin-top: 15px; }
    .h_gc > * {
      margin-bottom: 2px; }
      .h_gc > *:last-child {
        margin-bottom: 0; }
    .h_gc ul li {
      margin: 0;
      font-weight: bold;
      padding-left: 18px;
      position: relative;
      display: flex;
      align-items: center; }
      .h_gc ul li:before {
        content: '●';
        font-size: 0.8rem;
        color: #666;
        position: absolute;
        left: 8px;
        top: 4px; }
  .h_f {
    margin-top: 15px; }
    .h_f .form-group {
      margin-bottom: 15px; }
    .h_f .form-label {
      font-weight: bold; }
    .h_f .btn-1 {
      width: 160px;
      font-size: 1.6rem;
      font-weight: bold; }
  .h_k {
    width: 23px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .h_k span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: rgba(0, 0, 0, 0.7); }
      .h_k span:before, .h_k span:after {
        content: '';
        display: block;
        height: 3px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0; }
      .h_k span:before {
        top: 0; }
      .h_k span:after {
        bottom: 0; }
    .h_k.active span {
      background-color: transparent; }
      .h_k.active span:before, .h_k.active span:after {
        background-color: #7f7f7f;
        height: 2px;
        top: 50%;
        left: 50%; }
      .h_k.active span:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -khtml-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .h_k.active span:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -khtml-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

.m1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }
  .m1_m {
    width: calc(100% - 30px);
    max-width: 400px;
    margin: 80px auto 50px;
    padding: 85px 30px 65px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    text-align: center; }
  .m1_x {
    position: absolute;
    right: 30px;
    top: 30px; }
  .m1_t {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.3; }
  .m1_e {
    margin-top: 30px; }
    .m1_e .btn {
      width: 153px; }

.f {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 90px;
  padding-bottom: 60px;
  color: #676767; }
  @media (max-width: 991px) {
    .f {
      padding-top: 45px;
      padding-bottom: 35px; } }
  .f a {
    color: inherit; }
    .f a:hover {
      text-decoration: underline; }
  .f_e {
    color: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
    border-top: 1px solid #dfdfdf;
    margin-top: 50px; }
    @media (max-width: 991px) {
      .f_e {
        margin-top: 30px;
        padding-top: 35px; } }
  .f_m {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 45px; }
    @media (max-width: 767px) {
      .f_m {
        grid-template-columns: 1fr;
        row-gap: 38px; } }
  .f_t {
    font-size: 1.6rem; }
  .f_p {
    font-size: 3rem;
    line-height: 1;
    color: #1ca8df; }
    @media (max-width: 991px) {
      .f_p {
        font-size: 2.4rem; } }
  .f_l {
    text-transform: uppercase;
    margin-top: 14px; }
  .f_n {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px; }
    .f_n li {
      margin: 0 0 15px;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
  .f_s {
    align-items: center; }
    .f_s > a {
      display: inline-block;
      font-size: 3rem;
      line-height: 1;
      color: #052d70;
      margin-right: 15px; }
    .f_s img {
      margin-left: 62px; }
      @media (max-width: 390px) {
        .f_s img {
          margin-left: auto; } }
  .f_o {
    line-height: 1.8;
    margin-bottom: 0; }

#toTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 50%;
  background-color: #fff;
  color: #1ca8df;
  font-size: 2.4rem;
  box-shadow: 0 0 12px rgba(153, 153, 153, 0.7);
  text-align: center;
  position: fixed;
  bottom: 38px;
  right: 15px;
  cursor: pointer;
  z-index: 9991;
  display: none; }
  @media (max-width: 991px) {
    #toTop {
      bottom: 22px; } }
  @media (max-width: 426px) {
    #toTop {
      bottom: 36px; } }

@media (min-width: 992px) {
  .sP {
    position: fixed;
    left: 15px;
    bottom: 38px;
    z-index: 999; } }
@media (max-width: 991px) {
  .sP {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    align-items: center; } }
.sP_i {
  position: relative;
  display: block;
  width: 45px;
  height: 45px; }
  @media (min-width: 992px) {
    .sP_i + .sP_i {
      margin-top: 7px; } }
  @media (max-width: 991px) {
    .sP_i:nth-child(1) {
      order: 2;
      margin-right: 7px; } }
  .sP_i:nth-child(1) span {
    background-color: #1791e3; }
  @media (max-width: 991px) {
    .sP_i:nth-child(2) {
      order: 3; } }
  .sP_i:nth-child(2) span {
    background-color: #30bf39; }
  @media (max-width: 991px) {
    .sP_i:nth-child(3) {
      order: 1;
      margin-right: 156px; } }
  .sP_i:nth-child(3):after {
    content: attr(data-title);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    height: 35px;
    border: 2px solid #fff;
    color: #fff;
    background-color: #1ca8df;
    position: absolute;
    left: 12px;
    top: 5px;
    padding-right: 20px;
    border-radius: 17px;
    padding-left: 42px;
    box-shadow: 0 0 12px rgba(153, 153, 153, 0.7); }
  .sP_i span {
    z-index: 9;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%;
    background-color: #052d70;
    box-shadow: 0 0 12px rgba(153, 153, 153, 0.7);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .sP_i img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .sP_i b {
    font-size: 1rem;
    line-height: 1.1; }
  .sP_i .fa {
    font-size: 2.2rem; }
  .sP_i .fa-comments {
    color: #30bf39; }

.ic-exchange {
  width: 21px;
  height: 19px;
  background-position: 0 0; }

.ic-s1 {
  width: 56px;
  height: 54px;
  background-position: 0 -20px; }

.ic-s2 {
  width: 56px;
  height: 41px;
  background-position: 0 -75px; }

.ic-s3 {
  width: 41px;
  height: 41px;
  background-position: 0 -116px; }

.fa-bus:before {
  content: "\f207"; }

.fa-reply:before {
  content: "\f112"; }

.fa-angle-down:before {
  content: "\f107"; }

.ic-bus {
  width: 24px;
  height: 15px;
  background-position: 0 -201px; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-wifi:before {
  content: "\f1eb"; }

@media (max-width: 991px) {
  .main-content {
    padding-top: 66px; } }

.s_w {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
.s_h {
  margin-bottom: 20px; }
.s_t {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .s_t {
      font-size: 2.4rem; } }
.s_t2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .s_t2 {
      font-size: 2.4rem; } }
.s_l {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .s_l {
      font-size: 2rem;
      font-weight: bold; } }
.s_p {
  color: #333;
  margin: 7px 0 0; }

.pt0 {
  padding-top: 0 !important; }

.zFull {
  z-index: 99999 !important; }

.s1 {
  z-index: 3; }
  .s1_bg {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
    @media (max-width: 991px) {
      .s1_bg {
        height: 150px; } }
  .s1_w {
    margin-top: -144px; }
    @media (max-width: 991px) {
      .s1_w {
        margin-top: -47px; } }
  .s1_t {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .s1_t {
        font-size: 1.8rem;
        margin-bottom: 25px; } }
    .s1_t > span {
      display: block;
      font-weight: 400;
      font-size: 4.8rem; }
      @media (max-width: 991px) {
        .s1_t > span {
          font-size: 3.6rem; } }
  .s1_m {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px; }
    @media (min-width: 992px) {
      .s1_m {
        padding: 22px 25px 30px;
        background-color: #fff; } }
    @media (max-width: 991px) {
      .s1_m {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px; } }
    .s1_m .form-group {
      position: relative; }
      @media (min-width: 1200px) {
        .s1_m .form-group {
          margin-bottom: 0; } }
    .s1_m .form-control {
      cursor: pointer; }
      .s1_m .form-control:focus {
        background-color: #f8f8f8;
        border-color: #999; }
  .s1_r {
    align-items: center; }
  .s1_rc {
    padding-left: 23px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 23px;
    font-weight: bold; }
    .s1_rc:before {
      content: '';
      width: 18px;
      height: 18px;
      display: flex;
      border-radius: 50%;
      border: 1px solid #8b8b8b;
      position: absolute;
      left: 0; }
    .s1_rc.active:before {
      border: 6px solid #1ca8df; }
  .s1_mc {
    position: relative; }
    @media (min-width: 1200px) {
      .s1_mc {
        padding-right: 152px; } }
  .s1_g {
    margin-top: 18px;
    margin-left: -8px;
    margin-right: -8px; }
  .s1_gc {
    padding-left: 8px;
    padding-right: 8px; }
    .s1_gc .form-group:before {
      content: '';
      font-family: FontAwesome;
      left: 16px;
      top: 13px;
      color: #8b8b8b;
      position: absolute; }
    .s1_gc.w1 {
      width: 256px; }
      @media (max-width: 1199px) {
        .s1_gc.w1 {
          width: 50%; } }
      .s1_gc.w1 .form-group:before {
        content: '\f041'; }
      .s1_gc.w1 .form-control {
        padding-left: 28px; }
    .s1_gc.w2 {
      width: 236px; }
      @media (max-width: 1199px) {
        .s1_gc.w2 {
          width: 50%; } }
      .s1_gc.w2 .form-group:before {
        content: '\f073'; }
      .s1_gc.w2 .form-control {
        padding-left: 35px; }
    .s1_gc.rd.none {
      pointer-events: none;
      cursor: not-allowed; }
      .s1_gc.rd.none .form-group:before {
        color: #ccc; }
      .s1_gc.rd.none .form-control::-moz-placeholder {
        color: #ccc; }
      .s1_gc.rd.none .form-control:-ms-input-placeholder {
        color: #ccc; }
      .s1_gc.rd.none .form-control::-webkit-input-placeholder {
        color: #ccc; }
  .s1_u {
    font-size: 1.6rem;
    font-weight: bold; }
    @media (min-width: 1200px) {
      .s1_u {
        position: absolute;
        right: 0;
        top: 0;
        width: 136px; } }
    @media (max-width: 1199px) {
      .s1_u {
        width: 100%; } }
  .s1_z {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    right: -25px;
    top: 8px;
    z-index: 9;
    background: #fff;
    cursor: pointer; }
  .s1_e {
    margin-top: 25px;
    color: #333; }
    @media (min-width: 1199px) {
      .s1_e {
        padding-left: 19px;
        padding-right: 19px; } }
    @media (max-width: 991px) {
      .s1_e {
        padding-bottom: 35px;
        border-bottom: 1px solid #e5e5e5; } }
  .s1_ei {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .s1_ei {
        width: 100%; }
        .s1_ei + .s1_ei {
          margin-top: 30px; } }
    .s1_ei .ic {
      margin-right: 10px; }
  .s1_s {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: calc(100% + 11px);
    display: none; }
    @media (max-width: 991px) {
      .s1_s {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100% !important;
        height: 100%;
        max-height: none !important;
        border-radius: 0;
        padding-top: 66px !important;
        padding-bottom: 98px !important; } }
    .s1_s ul {
      margin-bottom: 0; }
      .s1_s ul li {
        margin: 0;
        line-height: 1;
        white-space: nowrap;
        padding: 10px 20px;
        cursor: pointer; }
        @media (max-width: 991px) {
          .s1_s ul li {
            padding-left: 15px;
            padding-right: 15px; } }
        .s1_s ul li:hover {
          background-color: #f8f8f8;
          color: #052d70; }
  .s1_sc {
    width: 496px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .s1_sc::-webkit-scrollbar {
      width: 6px; }
    .s1_sc::-webkit-scrollbar-track {
      background-color: #fff;
      -webkit-border-radius: 6px;
      border-radius: 6px; }
    .s1_sc::-webkit-scrollbar-thumb {
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background: #b3b3b3; }
  @media (max-width: 991px) {
    .s1_sd .pika-single {
      display: block;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 0;
      margin-top: 10px;
      padding-top: 10px; } }
  .s1_sh {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    padding: 25px 15px 10px;
    z-index: 3;
    width: 100%; }
  .s1_sx {
    right: 15px; }
  .s1_se {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 24px 15px; }

.g1 {
  padding-top: 75px;
  padding-bottom: 35px; }
  @media (max-width: 991px) {
    .g1 {
      padding-top: 38px;
      padding-bottom: 25px; } }
  .g1_m {
    padding-top: 10px; }
  .g1_mb {
    border: 1px solid #ccc; }
    @media (max-width: 767px) {
      .g1_mb {
        display: inline-block;
        overflow-y: hidden;
        overflow-x: auto; } }
    .g1_mb tr th, .g1_mb tr td {
      padding: 15px;
      line-height: 1.28;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .g1_mb tr th, .g1_mb tr td {
          white-space: nowrap;
          padding-left: 11px;
          padding-right: 11px;
          vertical-align: top; } }
      .g1_mb tr th:last-child, .g1_mb tr td:last-child {
        text-align: right; }
    .g1_mb tr th {
      background-color: #f6f8f8;
      font-weight: normal;
      white-space: nowrap; }
    .g1_mb tr td {
      border-top: 1px solid #e5e5e5; }
  .g1_a {
    color: #999;
    font-size: 1.8rem; }
  .g1_t {
    color: #333;
    border-bottom: 1px solid;
    line-height: 1; }
    @media (max-width: 767px) {
      .g1_t {
        display: inline-block;
        line-height: 1.6;
        white-space: normal;
        min-width: 100px;
        border-bottom: none;
        text-decoration: underline; } }
  .g1_s {
    height: 34px;
    background-color: #ddf2fa;
    color: #1ca8df;
    font-size: 1.4rem;
    padding-left: 14px;
    padding-right: 14px;
    white-space: nowrap; }
    .g1_s:before {
      content: '\f002';
      font-family: FontAwesome;
      padding-right: 4px; }

.g4 {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 991px) {
    .g4 {
      padding-top: 25px; } }
  .g4_d.active .g4_dm {
    overflow: inherit;
    height: auto; }
  .g4_d.active .g4_dv:before {
    display: none; }
  .g4_d.active .g4_da:after {
    content: '\f106'; }
  .g4_dm {
    height: 789px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .g4_dm {
        height: 555px; } }
  .g4_dv {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    background-color: #fff; }
    @media (min-width: 992px) {
      .g4_dv {
        padding-bottom: 10px; } }
    .g4_dv:before {
      content: '';
      display: block;
      width: 100%;
      height: 150px;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      position: absolute;
      bottom: 100%;
      left: 0; }
  .g4_da {
    height: 40px;
    width: 131px;
    font-size: 1.4rem;
    box-shadow: 0 0 8px rgba(153, 153, 153, 0.3);
    border-color: #dde0e1; }
    .g4_da:after {
      content: '\f107';
      font-family: FontAwesome;
      padding-left: 5px; }
    .g4_da:hover {
      box-shadow: 0 0 8px rgba(226, 73, 11, 0.2); }

.fa-spinner:before {
  content: "\f110"; }

.sR {
  text-align: center;
  padding: 10px 0 0; }

.sR .fa {
  font-size: 3rem;
  color: #999;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.s7 {
  padding-top: 35px;
  position: relative;
  color: #333; }
  @media (min-width: 992px) {
    .s7_k {
      padding-top: 5px;
      border: 1px solid #f0f0f0;
      border-radius: 2px;
      background-color: #fff; } }
  .s7_km {
    padding: 2px 0 35px; }
    @media (max-width: 991px) {
      .s7_km {
        padding: 2px 0 23px; } }
  .s7_h {
    font-size: 2.4rem;
    padding: 18px 35px;
    margin-bottom: 0;
    font-weight: bold; }
    .s7_h span {
      font-weight: normal; }
  @media (min-width: 992px) {
    .s7_c {
      position: relative; } }
  .s7_c textarea.form-control {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 14px 200px 14px 14px;
    position: relative;
    min-height: 76px; }
    @media (max-width: 991px) {
      .s7_c textarea.form-control {
        padding-right: 14px;
        max-width: 100%; } }
  .s7_c > .btn {
    height: 40px;
    font-weight: bold;
    font-size: 1.4rem; }
    @media (min-width: 992px) {
      .s7_c > .btn {
        position: absolute;
        right: 12px;
        width: 170px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (max-width: 991px) {
      .s7_c > .btn {
        margin-top: 10px; } }
  .s7_w {
    padding-top: 20px; }
    @media (max-width: 991px) {
      .s7_w .g1_u {
        margin-top: 20px; } }
  .s7_i {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 20px;
    padding-bottom: 33px; }
    .s7_i:last-child {
      padding-bottom: 20px; }
  .s7_g {
    padding: 17px 0; }
  .s7_ih {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
    padding-left: 47px;
    position: relative; }
  .s7_a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding-top: 2px;
    border-radius: 50%;
    background-color: #1ca8df;
    color: #fff;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 0; }
    .s7_a:after {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-top: 10px solid #1ca8df;
      -webkit-transform: rotate(-45deg);
      -khtml-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: -7px;
      right: -7px; }
  .s7_n {
    font-weight: 700;
    width: 100%;
    line-height: 1.2; }
  .s7_q {
    width: 100%;
    color: #818181; }
    .s7_q .fflag {
      width: 16px;
      height: 16px;
      margin-left: 3px;
      margin-right: 3px;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .s7_y {
    line-height: 1.8;
    padding-top: 13px; }
    .s7_y a {
      color: #333;
      text-decoration: underline; }
      .s7_y a:hover {
        color: #e2490b; }
    .s7_y > * {
      margin-bottom: 12px; }
      .s7_y > *:last-child {
        margin-bottom: 0; }
    .s7_y ul {
      list-style-type: disc;
      padding-left: 17px; }
    .s7_y ol {
      list-style: decimal;
      padding-left: 17px; }
    .s7_y table tr th, .s7_y table tr td {
      padding: 15px;
      border: 1px solid rgba(204, 204, 204, 0.5);
      line-height: 1.6;
      text-size-adjust: none;
      -webkit-text-size-adjust: none; }
      @media (max-width: 991px) {
        .s7_y table tr th, .s7_y table tr td {
          padding: 14px 12px; } }
    .s7_y table tr th {
      background-color: #f6f8f8; }
    @media (max-width: 991px) {
      .s7_y table.scroll {
        display: block;
        overflow-y: hidden;
        overflow-x: auto;
        border: 1px solid #ccc; }
        .s7_y table.scroll tr th, .s7_y table.scroll tr td {
          white-space: nowrap; }
          .s7_y table.scroll tr th:first-child, .s7_y table.scroll tr td:first-child {
            border-left: none; }
          .s7_y table.scroll tr th:last-child, .s7_y table.scroll tr td:last-child {
            border-right: none; }
        .s7_y table.scroll tr:first-child th, .s7_y table.scroll tr:first-child td {
          border-top: none; }
        .s7_y table.scroll tr:last-child th, .s7_y table.scroll tr:last-child td {
          border-bottom: none; } }
  .s7_rd .s7_is.active .s7_i {
    display: block !important; }
  .s7_rd .s7_i {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
    .s7_rd .s7_i:nth-child(n+3) {
      display: none; }
  .s7_rd .s7_a {
    background-color: #e8e8e8;
    color: #737373; }
    .s7_rd .s7_a:after {
      border-top-color: #e8e8e8; }
  .s7_j {
    margin-top: 15px;
    display: flex;
    align-items: center; }
  .s7_ji {
    color: #818181;
    cursor: pointer;
    display: inline-flex;
    line-height: 1; }
    .s7_ji + .s7_ji:before {
      content: '|';
      font-weight: 300;
      color: #ccc;
      padding-left: 15px;
      padding-right: 15px; }
    .s7_ji .fa {
      margin-right: 5px; }
    .s7_ji:hover {
      color: #333; }
    .s7_ji.btn {
      height: 34px;
      width: 100px;
      color: #333;
      font-size: 1.4rem;
      border-color: #dde0e1;
      box-shadow: 0 0 8px rgba(153, 153, 153, 0.2); }
  .s7_z {
    margin-top: 13px;
    color: #818181; }
  .s7_ir {
    color: #999;
    display: inline-block;
    cursor: pointer;
    margin-top: 18px; }
    .s7_ir:after {
      content: '\f107';
      font-family: FontAwesome;
      padding-left: 5px; }
    .s7_ir > strong {
      text-decoration: underline; }
  .s7_f {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none; }
    @media (max-width: 991px) {
      .s7_f {
        background-color: #fff; } }
  .s7_fm {
    width: 458px;
    background-color: #fff;
    border-radius: 2px;
    margin: 135px auto 55px; }
    @media (max-width: 991px) {
      .s7_fm {
        width: 100%;
        margin: 0; } }
    .s7_fm .form-group {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .s7_fm .form-group {
          margin-bottom: 18px; } }
    .s7_fm input.form-control, .s7_fm .btn {
      height: 50px; }
    .s7_fm .btn {
      font-size: 1.8rem; }
    .s7_fm textarea {
      padding-top: 12px; }
  .s7_fh {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-family: "Product Sans", sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    padding: 26px 60px 26px 40px; }
    @media (max-width: 991px) {
      .s7_fh {
        padding-left: 27px; } }
  .s7_fx {
    position: absolute;
    right: 30px; }
    @media (max-width: 991px) {
      .s7_fx {
        right: 27px; } }
  .s7_fb {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 45px 40px; }
    @media (max-width: 991px) {
      .s7_fb {
        padding-left: 27px;
        padding-right: 27px; } }
  .s7_fn {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 3px; }
  .s7_u {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 160px;
    height: 40px;
    font-size: 1.4rem; }
    .s7_u .fa {
      padding-left: 4px; }

.d1 {
  padding-top: 35px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .d1 {
      padding-top: 40px;
      padding-bottom: 80px; } }
  .d1_mi {
    border: 1px solid #e5e5e5;
    border-radius: 4px; }
    .d1_mi + .d1_mi {
      margin-top: 20px; }
    .d1_mi:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }
    .d1_mi.active .d1_t:after {
      content: '\f106'; }
    .d1_mi.active .d1_p {
      display: block; }
  .d1_t {
    padding: 23px 53px 23px 23px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.6rem;
    cursor: pointer; }
    @media (max-width: 991px) {
      .d1_t {
        padding: 18px 40px 18px 11px; } }
    .d1_t:after {
      content: '\f107';
      position: absolute;
      color: #999;
      font-family: FontAwesome;
      font-size: 2.4rem;
      right: 22px;
      top: 18px; }
      @media (max-width: 991px) {
        .d1_t:after {
          right: 14px;
          top: 12px; } }
  .d1_p {
    padding: 0 27px 30px 23px;
    display: none; }
    @media (max-width: 991px) {
      .d1_p {
        padding: 0 18px 22px 11px; } }
    .d1_p > * {
      margin-bottom: 15px; }
      .d1_p > *:last-child {
        margin-bottom: 0; }

.a1_a .fa {
  color: #999;
  margin-left: 8px; }
.a1_k {
  margin-top: 27px;
  position: relative;
  padding-right: 66px; }
  .a1_k:before {
    content: '';
    display: block;
    height: calc(100% - 24px);
    border-left: 2px dotted #ccc;
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.a1_kc {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 11px;
  padding-top: 2px;
  bottom: 22px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #999;
  cursor: pointer; }
  .a1_kc:after {
    content: 'Choose';
    display: block;
    color: #1ca8df;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 5px); }
.a1_ki {
  padding-left: 27px;
  position: relative; }
  .a1_ki + .a1_ki {
    margin-top: 20px; }
  .a1_ki:nth-child(1), .a1_ki:nth-child(3) {
    font-weight: bold;
    font-size: 1.6rem; }
    .a1_ki:nth-child(1):before, .a1_ki:nth-child(3):before {
      content: ''; }
  .a1_ki:nth-child(1), .a1_ki:last-child {
    font-weight: bold;
    font-size: 1.6rem; }
    .a1_ki:nth-child(1):before, .a1_ki:last-child:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 6px; }
  .a1_ki:nth-child(1):before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 5px solid #052d70;
    background-color: #fff; }
  .a1_ki:last-child:before {
    content: '';
    width: 17px;
    height: 24px;
    background: #fff url(../images/icons.svg) no-repeat -41px -132px;
    left: -1px;
    top: 2px; }
  .a1_ki:nth-child(2) {
    color: #18703e;
    font-weight: normal; }
  .a1_ki strong {
    font-size: 1.8rem; }
  .a1_ki span {
    display: block;
    font-weight: normal;
    color: #666;
    position: absolute;
    left: 27px;
    top: calc(100% - 7px); }
.a1_kd {
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
  text-align: right;
  min-width: 102px;
  padding-right: 9px; }
  .a1_kd > span {
    left: auto;
    right: 9px; }

.a2_s {
  color: #666;
  margin: 5px 0 0;
  text-transform: uppercase; }
  .a2_s > small {
    font-size: 0.8rem;
    vertical-align: 2px;
    padding-left: 2px;
    padding-right: 2px; }
.a2_m {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 29px 29px 35px; }
  @media (max-width: 991px) {
    .a2_m {
      border-color: #e5e5e5; } }
  @media (max-width: 767px) {
    .a2_m {
      padding: 23px 11px 27px; } }
  .a2_m + .a2_m {
    margin-top: 20px; }
.a2_h {
  align-items: center; }
.a2_hp {
  font-weight: bold;
  font-size: 1.6rem; }
.a2_ha {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ededed;
  margin-right: 12px; }
.a2_hc {
  align-items: center; }
.a2_k {
  margin-top: 20px;
  align-items: center; }
.a2_ki:nth-child(1), .a2_ki:nth-child(3) {
  font-size: 2.4rem;
  line-height: 1; }
  @media (max-width: 767px) {
    .a2_ki:nth-child(1), .a2_ki:nth-child(3) {
      font-size: 2rem; } }
.a2_ki:nth-child(2) {
  height: 2px;
  width: 195px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 12px;
  margin-right: 12px; }
  @media (max-width: 767px) {
    .a2_ki:nth-child(2) {
      width: 140px; } }
  .a2_ki:nth-child(2):after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    right: -1px;
    top: -10px;
    color: #ccc; }
.a2_kc {
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  color: #999;
  position: relative;
  z-index: 3; }
.a2_d {
  margin-top: 27px; }
  .a2_d.active .a2_d1:after {
    content: '\f106'; }
  .a2_d.active .a2_db {
    display: block; }
.a2_da {
  height: 34px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 1.4rem; }
.a2_d1 {
  background-color: #ddf2fa;
  color: #1ca8df;
  margin-right: 10px; }
  .a2_d1:after {
    content: '\f107';
    font-family: FontAwesome;
    padding-left: 4px; }
  .a2_d1:hover {
    background-color: #d7ebf3; }
.a2_d2 {
  background-color: #e2fbf4;
  color: #18703e; }
  .a2_d2:hover {
    background-color: #d8f0e9; }
.a2_db {
  padding-top: 10px;
  display: none; }
  .a2_db .a1_k {
    padding-right: 0;
    padding-left: 102px; }
    .a2_db .a1_k:before {
      left: 109px; }
  .a2_db .a1_a {
    display: inline-flex;
    border: 1px solid rgba(204, 204, 204, 0.5);
    height: 34px;
    align-items: center;
    border-radius: 4px;
    margin-top: 48px;
    padding-left: 6px;
    padding-right: 6px; }
    .a2_db .a1_a .fa {
      margin-left: 5px;
      margin-right: 5px; }
  .a2_db .a1_ki + .a1_ki {
    margin-top: 56px; }
  .a2_db .a1_ki:nth-child(1):before {
    top: 7px; }

.content p:not([style*="display:none"]) + h2,
.content pre:not([style*="display:none"]) + h2,
.content blockquote:not([style*="display:none"]) + h2,
.content div:not([style*="display:none"]) + h2,
.content a:not([style*="display:none"]) + h2,
.content ul:not([style*="display:none"]) + h2,
.content ol:not([style*="display:none"]) + h2,
.content table:not([style*="display:none"]) + h2,
.content figure:not([style*="display:none"]) + h2,
.content p:not([style*="display:none"]) + h3,
.content pre:not([style*="display:none"]) + h3,
.content blockquote:not([style*="display:none"]) + h3,
.content div:not([style*="display:none"]) + h3,
.content a:not([style*="display:none"]) + h3,
.content ul:not([style*="display:none"]) + h3,
.content ol:not([style*="display:none"]) + h3,
.content table:not([style*="display:none"]) + h3,
.content figure:not([style*="display:none"]) + h3,
.content p:not([style*="display:none"]) + h4,
.content pre:not([style*="display:none"]) + h4,
.content blockquote:not([style*="display:none"]) + h4,
.content div:not([style*="display:none"]) + h4,
.content a:not([style*="display:none"]) + h4,
.content ul:not([style*="display:none"]) + h4,
.content ol:not([style*="display:none"]) + h4,
.content table:not([style*="display:none"]) + h4,
.content figure:not([style*="display:none"]) + h4,
.content p:not([style*="display:none"]) + h5,
.content pre:not([style*="display:none"]) + h5,
.content blockquote:not([style*="display:none"]) + h5,
.content div:not([style*="display:none"]) + h5,
.content a:not([style*="display:none"]) + h5,
.content ul:not([style*="display:none"]) + h5,
.content ol:not([style*="display:none"]) + h5,
.content table:not([style*="display:none"]) + h5,
.content figure:not([style*="display:none"]) + h5,
.content p:not([style*="display:none"]) + h6,
.content pre:not([style*="display:none"]) + h6,
.content blockquote:not([style*="display:none"]) + h6,
.content div:not([style*="display:none"]) + h6,
.content ul:not([style*="display:none"]) + h6,
.content ol:not([style*="display:none"]) + h6,
.content table:not([style*="display:none"]) + h6,
.content figure:not([style*="display:none"]) + h6,
.content a:not([style*="display:none"]) + h6 {
  margin-top: 20px;
  margin-bottom: 13px; }
.content h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 18px; }
  @media (max-width: 991px) {
    .content h2 {
      font-size: 2.4rem; } }
  .content h2:before {
    display: block;
    content: "";
    margin-top: -18px;
    height: 18px;
    visibility: hidden; }
    @media (max-width: 991px) {
      .content h2:before {
        margin-top: -78px;
        height: 78px; } }
.content h3 {
  font-size: 2.4rem;
  font-weight: 400; }
  @media (max-width: 991px) {
    .content h3 {
      font-size: 2rem; } }
  .content h3:before {
    display: block;
    content: "";
    margin-top: -18px;
    height: 18px;
    visibility: hidden; }
    @media (max-width: 991px) {
      .content h3:before {
        margin-top: -78px;
        height: 78px; } }
.content h4 {
  font-size: 1.8rem;
  font-weight: 700; }
  @media (max-width: 991px) {
    .content h4 {
      font-size: 1.6rem; } }
  .content h4:before {
    display: block;
    content: "";
    margin-top: -18px;
    height: 18px;
    visibility: hidden; }
    @media (max-width: 991px) {
      .content h4:before {
        margin-top: -78px;
        height: 78px; } }
.content h5, .content h6 {
  font-size: 1.6rem;
  font-weight: 700; }
.content hr {
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px; }
.content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 19px; }
  .content ol li + li {
    margin-top: 13px; }
  .content ol ol, .content ol ul {
    margin-block-start: 4px;
    margin-block-end: 4px; }
.content ul {
  display: block;
  list-style-type: disc;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 19px; }
  .content ul li + li {
    margin-top: 13px; }
  .content ul ul {
    list-style-type: circle;
    margin-block-start: 4px;
    margin-block-end: 4px; }
  .content ul ol {
    margin-block-start: 4px;
    margin-block-end: 4px; }
.content code {
  font-family: monospace; }
.content blockquote {
  background-color: #f1f1f1;
  padding: 24px 28px;
  margin: 18px 0;
  font-style: italic;
  color: #000;
  border-radius: 4px; }
  @media (max-width: 991px) {
    .content blockquote {
      padding: 16px 20px; } }
  .content blockquote > p:last-child {
    margin-bottom: 0; }
.content table {
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.7);
  max-width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  border-collapse: collapse;
  empty-cells: show; }
  @media (max-width: 991px) {
    .content table {
      display: inline-block;
      overflow-y: hidden;
      overflow-x: auto;
      width: auto; } }
  .content table td, .content table th {
    border-bottom: 1px solid #e5e5e5;
    min-width: 5px;
    padding: 18px;
    vertical-align: middle;
    line-height: 1.428;
    text-size-adjust: none;
    -webkit-text-size-adjust: none; }
    @media (max-width: 991px) {
      .content table td, .content table th {
        white-space: nowrap;
        padding-left: 11px;
        padding-right: 11px; } }
    .content table td ul, .content table th ul {
      margin: 0; }
  .content table th {
    color: #666; }
.content p {
  margin-bottom: 18px; }
  .content p img ~ * {
    display: block;
    margin-top: 15px;
    color: #666;
    line-height: 1.25; }
    .content p img ~ *:before {
      content: '|';
      padding-right: 10px; }
.content figure, .content .image {
  margin-bottom: 25px; }
  .content figure img ~ *, .content .image img ~ * {
    display: block;
    margin-top: 15px;
    color: #666;
    line-height: 1.25; }
    .content figure img ~ *:before, .content .image img ~ *:before {
      content: '|';
      padding-right: 10px; }
.content a {
  text-decoration: underline;
  color: #052d70; }
  .content a:hover {
    color: #1ca8df; }
.content .btn {
  padding-left: 45px;
  padding-right: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  color: #fff !important;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (max-width: 391px) {
    .content .btn {
      padding-left: 25px;
      padding-right: 25px; } }
.content > *:last-child {
  margin-bottom: 0; }

#date {
  cursor: pointer; }

.pika-single {
  box-shadow: none !important;
  border: none;
  border-radius: 4px; }

.pika-lendar {
  width: 100%;
  min-width: 300px;
  margin: 0;
  padding-bottom: 10px;
  border-radius: 3px; }

.pika-label {
  font-size: 1.6rem;
  color: #323232;
  margin-top: 12px; }

.pika-title > button {
  top: 11px;
  width: 30px;
  z-index: 99;
  color: transparent; }
  .pika-title > button.pika-next {
    right: 10px; }
  .pika-title > button.pika-prev {
    left: 10px; }

.pika-table td, .pika-table th {
  text-align: center; }

.pika-table {
  width: calc(100% - 20px);
  margin: 3px auto; }

.pika-table abbr {
  text-decoration: none;
  color: #999;
  font-size: 1.2rem; }

.pika-button {
  text-align: center;
  background-color: #fff;
  color: #323232;
  font-size: 1.4rem;
  height: 34px;
  width: 34px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.is-today .pika-button {
  color: #1ca8df; }

.is-disabled .pika-button, .is-inrange .pika-button {
  background-color: #fff; }

.is-disabled .pika-button, .is-outside-current-month .pika-button {
  opacity: 1;
  color: #999; }

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
  background-color: #fff;
  color: #1ca8df; }

.has-event .pika-button, .is-selected .pika-button {
  color: #fff;
  background-color: #1ca8df;
  box-shadow: none;
  font-weight: normal;
  border-radius: 3px; }

.is-startrange .pika-button {
  font-weight: normal;
  background-color: #1dc3fc; }

.is-endrange .pika-button {
  color: #fff;
  font-weight: normal;
  background-color: #1ca8df; }

/*# sourceMappingURL=city.css.map */
