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("/static/fonts/fontawesome-webfont.eot?v=4.7.0&c15b91197b3c");
  src: url("/static/fonts/fontawesome-webfont.eot?&c15b91197b3c#iefix&v=4.7.0") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.woff2?v=4.7.0&c15b91197b3c") format("woff2"), url("/static/fonts/fontawesome-webfont.woff?v=4.7.0&c15b91197b3c") format("woff"), url("/static/fonts/fontawesome-webfont.ttf?v=4.7.0&c15b91197b3c") format("truetype"), url("/static/fonts/fontawesome-webfont.svg?v=4.7.0&c15b91197b3c#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-map-marker:before {
  content: "\f041"; }

.fa-phone:before {
  content: "\f095"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-star:before {
  content: "\f005"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-search:before {
  content: "\f002"; }

.fa-tty:before {
  content: "\f1e4"; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/static/images/icons.png?ba5d86268d71);
  background-repeat: no-repeat; }

.ic-home {
  width: 13px;
  height: 12px;
  background-position: 0 0; }

:root {
  font-size: 10px; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.428;
  font-weight: normal;
  text-align: left;
  background-color: #fff; }
  @media (max-width: 991px) {
    body {
      font-size: 1.4rem; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0 0 15px; }

p, ul, ol {
  margin: 0 0 1.2rem; }

ul li + li, ol li + li {
  margin-top: 4px; }

a {
  color: #1378e8;
  text-decoration: none; }
  a:hover {
    color: #146ccb;
    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_11 {
  font-size: 1.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; }

section, .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; }

.clear-fix:after, .container:after, .row:after {
  display: table;
  content: '';
  clear: both; }

.main-content {
  position: relative;
  z-index: 1; }

.box-hidden {
  overflow: hidden; }

.bg1 {
  background-color: #fff !important; }

.lh1 {
  line-height: 1; }

.lh12 {
  line-height: 1.2; }

.lh14 {
  line-height: 1.4; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.inline-block {
  display: inline-block; }

.block, .show {
  display: block; }

.hide {
  display: none; }

.text-middle {
  display: inline-block;
  vertical-align: middle; }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pd0 {
  padding: 0 !important; }

.pt5 {
  padding-top: 5px; }

.w100 {
  width: 100% !important; }

.zF {
  z-index: 99999; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.breadcrumb-box {
  z-index: 99;
  background-color: #fff;
  color: #000;
  position: relative;
  border-top: 1px solid rgba(206, 210, 214, 0.3); }

.breadcrumb {
  padding: 15px 0 10px;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0; }
  @media (max-width: 991px) {
    .breadcrumb {
      padding: 12px 0 7px; } }
  .breadcrumb > li {
    float: left;
    margin: 0 0 5px;
    color: #999;
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      .breadcrumb > li {
        font-size: 1.2rem; } }
    .breadcrumb > li + li:before {
      content: '\f105';
      font-family: FontAwesome;
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      margin-left: 15px;
      color: #999; }
      @media (max-width: 767px) {
        .breadcrumb > li + li:before {
          margin-left: 5px;
          margin-right: 5px; } }
    .breadcrumb > li a {
      color: #999; }
      .breadcrumb > li a:hover {
        color: #1378e8; }

.pikaday__container {
  width: 100%; }

input[onfocus="blur();"] {
  cursor: pointer; }

.form-control, .pikaday__display {
  font-size: 1.6rem;
  color: #000;
  font-family: inherit;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-label {
  display: inline-block;
  color: #777;
  margin-bottom: 0.3rem; }

.form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: none; }

.form-control::-moz-placeholder {
  color: #8a8f99;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #8a8f99; }

.form-control::-webkit-input-placeholder {
  color: #8a8f99; }

.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: 25px; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 34.5px; }

.fc-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
  color: rgba(119, 119, 119, 0.4); }

.has-feedback .form-label ~ .fc-feedback {
  top: 24px; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.btn {
  height: 48px;
  line-height: 48px;
  -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-block;
  text-align: center;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 1.6rem;
  border-radius: 10px; }
  .btn-block {
    width: 100%; }
  .btn-1 {
    background-color: #ededed;
    color: #1c1f22; }
    .btn-1:hover {
      background-color: #000;
      color: #fff; }
  .btn-2 {
    background-color: #1378e8;
    color: #fff; }
    .btn-2:hover {
      background-color: #000;
      color: #fff; }
  .btn-3 {
    border: 1px solid #fd792c;
    color: #fd792c; }
    .btn-3:hover {
      background-color: #fd792c;
      color: #fff; }

.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; }

.pagination-box {
  margin-top: 30px;
  display: flex;
  justify-content: center; }

.pagination {
  list-style: none;
  display: -ms-flexbox;
  display: flex; }
  .pagination > li {
    margin: 0 5px; }
    @media (max-width: 767px) {
      .pagination > li:nth-child(4), .pagination > li:nth-child(6) {
        display: none; } }
    .pagination > li a, .pagination > li span {
      position: relative;
      display: flex;
      width: 48px;
      height: 48px;
      justify-content: center;
      align-items: center;
      text-align: center;
      background-color: rgba(237, 237, 237, 0.5);
      border-radius: 10px;
      font-size: 1.6rem;
      color: #1c1f22; }
      @media (max-width: 767px) {
        .pagination > li a, .pagination > li span {
          width: 40px;
          height: 40px;
          font-size: 1.4rem; } }
      @media (max-width: 380px) {
        .pagination > li a, .pagination > li span {
          width: 34px;
          height: 34px; } }
      .pagination > li a:hover, .pagination > li span:hover {
        background-color: #dcdcdc !important; }
    .pagination > li.active a {
      background-color: #dcdcdc; }
    .pagination > li:first-child a, .pagination > li:last-child a {
      border: 1px solid #dcdcdc;
      background-color: transparent; }

body {
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.container {
  max-width: 1200px;
  margin: auto; }

.container-fluid {
  width: 100%; }

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    content: '';
    display: table;
    clear: both; }

[class*="col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.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%; }

@media (min-width: 500px) {
  .col-ms-1 {
    width: 8.3333333333%; }

  .col-ms-2 {
    width: 16.6666666667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.3333333333%; }

  .col-ms-5 {
    width: 41.6666666667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.3333333333%; }

  .col-ms-8 {
    width: 66.6666666667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.3333333333%; }

  .col-ms-11 {
    width: 91.6666666667%; }

  .col-ms-12 {
    width: 100%; } }
@media (min-width: 768px) {
  .col-tablet-1 {
    width: 8.3333333333%; }

  .col-tablet-2 {
    width: 16.6666666667%; }

  .col-tablet-3 {
    width: 25%; }

  .col-tablet-4 {
    width: 33.3333333333%; }

  .col-tablet-5 {
    width: 41.6666666667%; }

  .col-tablet-6 {
    width: 50%; }

  .col-tablet-7 {
    width: 58.3333333333%; }

  .col-tablet-8 {
    width: 66.6666666667%; }

  .col-tablet-9 {
    width: 75%; }

  .col-tablet-10 {
    width: 83.3333333333%; }

  .col-tablet-11 {
    width: 91.6666666667%; }

  .col-tablet-12 {
    width: 100%; } }
@media (min-width: 992px) {
  .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%; } }
@media (min-width: 1200px) {
  .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%; } }
.h {
  position: relative;
  z-index: 991;
  background-color: #fff;
  padding: 40px 0; }
  @media (max-width: 991px) {
    .h {
      padding: 17px 0; } }
  .h_a {
    float: left;
    color: #000;
    font-size: 2.4rem; }
    .h_a img {
      display: inline-block;
      width: 40px;
      vertical-align: bottom; }
    .h_a strong {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 5px; }
      @media (max-width: 460px) {
        .h_a strong {
          opacity: 0;
          visibility: hidden; } }
  .h_s {
    display: block;
    width: 100px;
    border-radius: 15px;
    background-color: #ededed;
    color: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 3px; }
    @media (max-width: 500px) {
      .h_s {
        top: 8px; } }
    .h_s:after {
      content: '\f078';
      font-family: FontAwesome;
      display: inline-block;
      padding-left: 6px;
      font-size: 1.2rem; }
    .h_s.active:after {
      content: '\f077'; }
  .h_m {
    float: right;
    position: relative; }
    @media (min-width: 992px) {
      .h_m {
        top: 9px; } }
    @media (max-width: 991px) {
      .h_m {
        width: 100%;
        padding: 35px 12px 70px;
        display: none; }
        .h_m:after {
          content: '';
          display: block;
          height: 70px;
          width: calc(100% + 30px);
          position: absolute;
          left: -15px;
          bottom: 0;
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(127, 127, 127, 0.1)), to(rgba(127, 127, 127, 0)));
          background: -webkit-linear-gradient(top, rgba(127, 127, 127, 0), rgba(127, 127, 127, 0.1));
          background: -moz-linear-gradient(top, rgba(127, 127, 127, 0), rgba(127, 127, 127, 0.1));
          background: -ms-linear-gradient(top, rgba(127, 127, 127, 0), rgba(127, 127, 127, 0.1));
          background: -o-linear-gradient(top, rgba(127, 127, 127, 0), rgba(127, 127, 127, 0.1)); } }
    .h_m .form-control {
      height: 24px;
      border: none;
      border-bottom: 1px solid #cecece;
      border-radius: 0;
      padding: 0;
      font-size: 1.4rem; }
      .h_m .form-control.active {
        border-bottom-color: #1378e8; }
    .h_m .btn-1 {
      float: left;
      margin-left: 24px;
      min-width: 100px;
      margin-top: -15px; }
      @media (max-width: 991px) {
        .h_m .btn-1 {
          margin-top: 40px;
          margin-left: 0;
          width: 100%; } }
  .h_c {
    width: 180px;
    float: left;
    position: relative; }
    @media (max-width: 991px) {
      .h_c {
        width: 100%; } }
  .h_l {
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 197px;
    background-color: #fff;
    border: 1px solid #e6e8ea;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    display: none;
    z-index: 10; }
    .h_l li {
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .h_l li + li {
        margin-top: 15px; }
      .h_l li span {
        color: #1378e8; }

.f {
  position: relative;
  background-color: #f3f4f5;
  padding-top: 70px;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .f {
      padding-top: 40px; } }
  .f_kt {
    font-size: 1.8rem;
    color: #666;
    margin-bottom: 0; }
  .f_kc {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .f_kc {
        padding-top: 14px; } }
    .f_kc li {
      float: left;
      width: 20%;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .f_kc li {
          width: 25%; } }
      @media (max-width: 550px) {
        .f_kc li {
          width: 33.3333%; } }
      @media (max-width: 400px) {
        .f_kc li {
          width: 50%; } }
  .f_kn {
    border-top: 1px solid #ced2d6;
    padding-top: 20px;
    margin-top: 50px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .f_kn {
        margin-top: 40px;
        color: #999; } }
  .f_m {
    padding-top: 75px; }
    @media (max-width: 991px) {
      .f_m {
        padding-top: 50px; } }
  .f_a {
    float: left;
    display: inline-block; }
  .f_mn {
    float: left;
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: 8px; }
    @media (max-width: 767px) {
      .f_mn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px; } }
    @media (min-width: 570px) {
      .f_mn li {
        float: left;
        margin: 0 17px 0 0; }
        .f_mn li:last-child {
          margin-right: 0; } }
    @media (max-width: 569px) {
      .f_mn li + li {
        margin-top: 10px; } }
    .f_mn li a {
      color: #666; }
      .f_mn li a:hover {
        color: #1378e8; }
  .f_e {
    color: #999;
    margin-top: 10px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .f_e {
        margin-top: 20px; } }

.ad1 {
  margin-bottom: 90px;
  display: flex;
  justify-content: center; }
  @media (max-width: 991px) {
    .ad1 {
      margin-bottom: 55px; } }

.ad2 {
  text-align: center; }
  @media (max-width: 991px) {
    .ad2 {
      margin-top: 40px; } }

.s1 {
  padding: 40px 0 80px; }
  @media (max-width: 991px) {
    .s1 {
      padding-top: 23px;
      padding-bottom: 50px; } }
  .s1_h {
    margin-bottom: 35px;
    max-width: calc(66.6666666667% - 115px); }
    @media (max-width: 1199px) {
      .s1_h {
        max-width: calc(66.6666666667% - 12px); } }
    @media (max-width: 991px) {
      .s1_h {
        margin-bottom: 15px;
        max-width: inherit; } }
  .s1_t {
    font-size: 4.8rem;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .s1_t {
        font-size: 3rem; } }
  .s1_o {
    margin: 0;
    color: #8d8f90;
    font-size: 1.8rem; }
    @media (max-width: 991px) {
      .s1_o {
        font-size: 1.6rem; } }
  .s1_m > .row > .col-tablet-4 {
    float: right; }
  @media (min-width: 1200px) {
    .s1_mr {
      padding-left: 19px; } }
  .s1_k {
    width: 100%;
    overflow: hidden;
    height: 250px;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .s1_k {
        margin-bottom: 60px; } }
  .s1_f {
    padding-right: 154px;
    position: relative;
    margin-bottom: 75px; }
    @media (max-width: 991px) {
      .s1_f {
        padding-right: 115px;
        margin-bottom: 50px; } }
    .s1_f .form-control {
      height: 30px;
      border: none;
      border-bottom: 1px solid #ced2d6;
      padding: 0; }
      @media (max-width: 991px) {
        .s1_f .form-control {
          font-size: 1.4rem; } }
    .s1_f .btn {
      height: 56px;
      line-height: 56px;
      width: 138px;
      font-size: 2rem;
      position: absolute;
      right: 0;
      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) {
        .s1_f .btn {
          height: 44px;
          line-height: 44px;
          width: 104px;
          font-size: 1.8rem; } }
  .s1_n li + li {
    margin-top: 35px; }
    @media (max-width: 991px) {
      .s1_n li + li {
        margin-top: 27px; } }
  .s1_n li a {
    font-size: 1.8rem;
    color: #2c3236;
    position: relative;
    padding-left: 26px;
    display: inline-block; }
    @media (max-width: 991px) {
      .s1_n li a {
        font-size: 1.4rem;
        font-weight: bold;
        padding-left: 22px; } }
    .s1_n li a:before {
      content: '\f19c';
      font-family: FontAwesome;
      display: inline-block;
      font-size: 1.4rem;
      color: #000;
      position: absolute;
      left: 0;
      top: 2px; }
      @media (max-width: 991px) {
        .s1_n li a:before {
          top: -1px; } }
    .s1_n li a span {
      display: block;
      font-size: 1.5rem;
      color: #999;
      margin-top: 3px; }
      @media (max-width: 991px) {
        .s1_n li a span {
          font-size: 1.2rem;
          font-weight: normal;
          margin-top: 0; } }
    .s1_n li a:hover {
      color: #1378e8; }
      .s1_n li a:hover:before {
        color: #1378e8; }
      .s1_n li a:hover span {
        color: #666; }
  .s1_u {
    margin-top: 60px; }
  .s1_ut {
    font-size: 2.4rem; }
    @media (max-width: 991px) {
      .s1_ut {
        font-size: 1.8rem;
        margin-bottom: 10px; } }
  .s1_um {
    border: 1px solid #e9e9e9;
    background-color: #fbfcfc; }
    .s1_um > .tb .tb-cell {
      padding: 18px 23px;
      vertical-align: top; }
      @media (max-width: 991px) {
        .s1_um > .tb .tb-cell {
          padding: 12px; } }
      .s1_um > .tb .tb-cell:nth-child(1) {
        width: 46%; }
      .s1_um > .tb .tb-cell:nth-child(2) {
        width: 27%; }
        @media (max-width: 400px) {
          .s1_um > .tb .tb-cell:nth-child(2) {
            width: 22%; } }
      .s1_um > .tb .tb-cell:nth-child(3) {
        width: 27%; }
        @media (max-width: 400px) {
          .s1_um > .tb .tb-cell:nth-child(3) {
            width: 32%; } }
    .s1_um > .tb:first-child .tb-cell {
      color: #666;
      padding-top: 25px;
      padding-bottom: 25px; }
    .s1_um > .tb:last-child .tb-cell {
      padding-bottom: 25px; }
  .s1_ns {
    font-size: 1.2rem;
    color: #999; }
  .s1_nc {
    margin-bottom: 0;
    padding-top: 10px; }
    .s1_nc li + li {
      margin-top: 40px; }
      @media (max-width: 991px) {
        .s1_nc li + li {
          margin-top: 25px; } }
    .s1_nc li a {
      display: block;
      padding-right: 30px;
      padding-left: 40px;
      color: #999;
      position: relative; }
      .s1_nc li a:before {
        content: '\f054';
        display: inline-block;
        position: absolute;
        font-family: FontAwesome;
        left: inherit;
        right: 0;
        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%);
        font-size: 1.5rem;
        color: #999; }
      .s1_nc li a .flag-icon {
        width: 30px;
        height: 20px;
        background-position: left center;
        position: absolute;
        left: 0;
        top: 1px; }
      .s1_nc li a span {
        margin: 0 0 3px;
        font-size: 1.8rem;
        color: #2c3236;
        display: block;
        text-transform: uppercase; }
      .s1_nc li a:hover:before, .s1_nc li a:hover span {
        color: #1378e8; }
  .s1_up {
    line-height: 2; }
    .s1_up > *:last-child {
      margin-bottom: 0; }
  .s1_ui {
    border-bottom: 1px solid #e9e9e9; }
  .s1_uh {
    padding: 30px 40px 30px 0;
    font-size: 1.8rem;
    position: relative;
    cursor: pointer; }
    @media (max-width: 991px) {
      .s1_uh {
        font-size: 1.6rem;
        padding-top: 25px;
        padding-bottom: 25px; } }
    .s1_uh:after {
      content: '\f107';
      display: inline-block;
      font-family: FontAwesome;
      font-size: 2.4rem;
      color: #8d8f90;
      position: absolute;
      right: 12px;
      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%); }
    .s1_uh:hover {
      color: #1378e8; }
      .s1_uh:hover:after {
        color: #1378e8; }
    .s1_uh.active:after {
      content: '\f106'; }
  .s1_ub {
    padding-bottom: 35px;
    color: #666;
    line-height: 1.6;
    display: none; }
    .s1_ub > *:last-child {
      margin-bottom: 0; }
  .s1_ur {
    border: 1px solid #e9e9e9;
    background-color: #fbfcfc;
    padding: 10px 0; }
    .s1_ur .tb .tb-cell {
      width: 50%;
      vertical-align: top;
      padding: 8px 25px; }
    .s1_ur .tb:nth-child(2) .tb-cell {
      color: #666; }
  .s1_hd {
    font-size: 1.8rem;
    font-weight: bold; }
    @media (max-width: 991px) {
      .s1_hd {
        font-size: 1.6rem; } }

.s3 {
  margin-top: 40px; }
  .s3_t {
    font-size: 1.8rem;
    color: #191c1f; }
  .s3_m {
    margin-bottom: 0;
    border-top: 1px solid #e6e8ea; }
    .s3_m li {
      border-bottom: 1px solid #e6e8ea;
      margin: 0; }
      .s3_m li a {
        display: block;
        color: #2c3236;
        padding: 12px 0; }
        .s3_m li a span {
          display: block;
          color: #999; }
        .s3_m li a:hover {
          color: #1378e8; }

.s2_map {
  overflow: hidden;
  height: 250px;
  position: relative; }
  @media (max-width: 767px) {
    .s2_map {
      height: 230px; } }
.s2_mv {
  position: absolute;
  display: inline-block;
  width: 114px;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  color: #1378e8;
  background-color: #fff;
  border-radius: 2px;
  top: 10px;
  left: 10px;
  font-size: 1.2rem;
  text-align: center; }
.s2_v {
  padding: 20px 0; }
.s2_is {
  border-bottom: 1px solid #e9e9e9; }
.s2_i {
  border-top: 1px solid #e9e9e9;
  padding: 18px 0; }
  .s2_i h4 {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: normal;
    color: #2c3236; }
    @media (max-width: 767px) {
      .s2_i h4 {
        font-size: 1.4rem; } }
    .s2_i h4 a {
      color: inherit;
      position: relative; }
      .s2_i h4 a span {
        font-weight: bold;
        color: #e6413b;
        padding-right: 5px; }
      .s2_i h4 a:hover {
        color: #1378e8; }
  .s2_i ul {
    margin: 12px 0 0;
    padding-left: 25px; }
    @media (max-width: 767px) {
      .s2_i ul {
        font-size: 1.2rem;
        padding-left: 12px; } }
    .s2_i ul li {
      padding-left: 21px;
      position: relative;
      color: #999; }
      @media (max-width: 767px) {
        .s2_i ul li {
          padding-left: 15px; } }
      .s2_i ul li + li {
        margin-top: 8px; }
      .s2_i ul li .fa {
        position: absolute;
        left: 0;
        top: 3px; }
        @media (max-width: 767px) {
          .s2_i ul li .fa {
            top: 2px; } }
.s2_close {
  color: #e6413b; }
.s2_open {
  color: #61c054; }
.s2_a {
  margin-bottom: 27px; }
  @media (max-width: 991px) {
    .s2_a {
      margin-bottom: 20px; } }
  .s2_a > a {
    height: 42px;
    border-radius: 10px;
    display: inline-flex;
    padding-left: 23px;
    padding-right: 23px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    font-size: 1.6rem;
    color: #a4a5a6;
    justify-content: center;
    align-items: center;
    margin-right: 10px; }
    @media (max-width: 410px) {
      .s2_a > a {
        padding-left: 10px;
        padding-right: 10px;
        height: 36px;
        font-size: 1.4rem; } }
    .s2_a > a:hover {
      background-color: #dcdcdc;
      color: #666; }
    .s2_a > a:last-child {
      margin-right: 0; }
.s2_s {
  border: 1px solid #e9e9e9;
  padding: 30px 20px;
  background-color: #fbfcfc; }
  @media (max-width: 767px) {
    .s2_s {
      padding: 17px 12px; } }
.s2_sg {
  margin-top: 20px; }
  .s2_sg > * {
    display: inline-block; }
  .s2_sg .form-label {
    color: #1c1f22; }
  .s2_sg .form-group {
    margin-bottom: 15px; }
  .s2_sg .form-control {
    border-radius: 4px;
    font-size: 1.4rem;
    height: 42px; }
  .s2_sg .fc-feedback {
    height: 42px;
    line-height: 42px; }
    @media (max-width: 991px) {
      .s2_sg .fc-feedback {
        top: 22px !important; } }
  .s2_sg .btn {
    height: 42px;
    line-height: 42px;
    background-color: #dcdcdc;
    font-size: 1.4rem;
    color: #191c1f;
    margin-right: 11px; }
    .s2_sg .btn:last-child {
      margin-right: 0; }
    .s2_sg .btn.active, .s2_sg .btn:hover {
      background-color: #c6c6c6; }
.s2_sg1 {
  width: 152px; }
  @media (max-width: 470px) {
    .s2_sg1 {
      width: 100%; } }
@media (min-width: 471px) {
  .s2_sg2 {
    margin-left: 11px; } }
.s2_sg2 .form-label {
  display: block; }
.s2_sc {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 200px;
  background-color: #fff;
  border: 1px solid #e6e8ea;
  border-radius: 10px;
  padding: 10px 16px;
  z-index: 9;
  color: #666;
  margin-bottom: 0;
  display: none; }
  .s2_sc li {
    cursor: pointer;
    padding: 6px 0 6px 20px;
    line-height: 1;
    position: relative;
    margin: 0; }
    .s2_sc li.active:before {
      content: '\f00c';
      font-family: FontAwesome;
      display: inline-block;
      font-size: 1.2rem;
      position: absolute;
      left: 0;
      top: 6px; }
    .s2_sc li:hover {
      color: #000; }
.s2_sf {
  padding-top: 13px; }
  .s2_sf .btn {
    width: 158px;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767px) {
      .s2_sf .btn {
        width: 105px; } }
    @media (max-width: 470px) {
      .s2_sf .btn {
        width: 100%;
        position: static;
        margin-top: 10px; } }
  .s2_sf .form-control {
    height: 48px;
    font-size: 1.4rem;
    border-radius: 4px; }
.s2_sfm {
  position: relative;
  margin-top: 3px;
  padding-right: 173px; }
  @media (max-width: 767px) {
    .s2_sfm {
      padding-right: 114px; } }
  @media (max-width: 470px) {
    .s2_sfm {
      padding-right: 0; } }

.s4 {
  margin-top: 40px; }
  .s4_b {
    background-color: #f8f8f8;
    padding: 20px 22px;
    font-size: 1.8rem;
    color: #999; }
  .s4_o {
    display: block;
    font-size: 4.8rem;
    color: #191c1f;
    line-height: 1.1;
    padding-bottom: 5px; }
    .s4_o span {
      color: #999; }

.s6 {
  margin-bottom: 30px; }
  .s6 .btn {
    font-size: 1.5rem; }

.s5 {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .s5 {
      margin-top: 30px; } }
  .s5_m {
    border-top: 1px solid #e6e8ea;
    margin-bottom: 0; }
    .s5_m li {
      margin: 0;
      padding: 12px 110px 12px 0;
      color: #999;
      position: relative; }
  .s5_t {
    color: #1378e8;
    font-weight: normal;
    margin-bottom: 0; }
  .s5_c {
    margin: 3px 0 0; }
  .s5_k {
    position: absolute;
    right: 0;
    top: 12px; }

.s7 {
  margin-bottom: 30px; }
  .s7_m {
    border-top: 1px solid #e6e8ea;
    margin-bottom: 0;
    padding-top: 12px; }
    .s7_m li + li {
      margin-top: 7px; }
    .s7_m li a span {
      color: #999; }

@media (max-width: 991px) {
  .s8 {
    padding-bottom: 60px; } }
.s8_s {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .s8_s {
      margin-bottom: 27px; } }
  .s8_s span {
    display: inline-flex;
    vertical-align: middle;
    width: 74px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: rgba(220, 220, 220, 0.4);
    border-radius: 4px;
    margin-right: 3px; }
    .s8_s span b {
      font-size: 1.5rem;
      color: #191c1f; }
    .s8_s span .fa-star {
      color: #ffa200;
      font-size: 1.5rem;
      margin-left: 3px; }
  .s8_s small {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
.s8_i + .s8_i {
  margin-top: 69px; }
.s8_h {
  margin-bottom: 15px; }
.s8_t {
  margin-bottom: 0;
  font-size: 2.4rem; }
  @media (max-width: 991px) {
    .s8_t {
      font-size: 1.8rem; } }
.s8_o {
  margin: 10px 0 0; }
.s8_c {
  background-color: #fbfcfc;
  border: 1px solid #e9e9e9; }
.s8_cm {
  margin-bottom: 0;
  padding: 35px 15px 20px; }
  @media (max-width: 650px) {
    .s8_cm {
      padding: 23px 12px; } }
  .s8_cm > li {
    padding-left: 23px;
    position: relative;
    color: #2c3236;
    margin: 0 0 23px;
    float: left;
    width: 50%; }
    .s8_cm > li:first-child {
      width: 100%; }
    .s8_cm > li:last-child {
      margin-bottom: 0; }
    .s8_cm > li:nth-child(6) {
      clear: both; }
    @media (max-width: 767px) {
      .s8_cm > li {
        width: 100%; } }
    .s8_cm > li > * {
      display: block; }
      .s8_cm > li > * + * + * {
        margin-top: 5px; }
    .s8_cm > li > .fa {
      width: 16px;
      text-align: center;
      position: absolute;
      left: 0;
      top: 3px; }
    .s8_cm > li > span, .s8_cm > li > ul {
      color: #666; }
    .s8_cm > li > ul {
      margin-bottom: 0; }
      .s8_cm > li > ul li span {
        font-weight: bold;
        display: inline-block;
        min-width: 48px; }
.s8_cs {
  margin-bottom: 0;
  padding: 35px 15px 20px; }
  @media (max-width: 650px) {
    .s8_cs {
      padding: 23px 12px; } }
  .s8_cs li {
    float: left;
    width: 50%;
    padding-left: 23px;
    position: relative;
    color: #2c3236;
    margin: 0 0 15px; }
    .s8_cs li:before {
      content: '\f00c';
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      color: #61c054; }
    @media (max-width: 767px) {
      .s8_cs li {
        width: 100%; } }
.s8_cf {
  padding: 20px;
  border-top: 1px solid #e6e8ea; }
  @media (max-width: 650px) {
    .s8_cf {
      padding: 20px 12px; } }
@media (min-width: 651px) {
  .s8_cv {
    float: left;
    margin-top: 8px; } }
.s8_ce {
  float: right;
  height: 36px;
  width: 156px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #909293;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  font-size: 1.5rem; }
  .s8_ce:hover {
    border-color: #1378e8;
    color: #1378e8; }
  @media (max-width: 650px) {
    .s8_ce {
      float: none;
      margin-top: 13px; } }
.s8_img {
  margin-top: 40px; }
  .s8_img img {
    display: block;
    margin: 0 auto; }
.s8_f {
  padding-top: 10px; }
  .s8_f .form-label {
    color: #1c1f22; }
  .s8_f input.form-control {
    height: 48px;
    font-size: 1.4rem; }
  .s8_f .fc-feedback {
    height: 48px;
    line-height: 48px;
    font-size: 2.4rem; }
.s8_km {
  float: left;
  color: #1c1f22; }
  .s8_km > * {
    display: inline-block;
    vertical-align: middle; }
    .s8_km > * + * {
      margin-left: 5px; }
  .s8_km > .fa {
    font-size: 1.8rem;
    color: #ffa200; }
  .s8_km .has-feedback {
    width: 147px; }
.s8_ka {
  float: right; }
  @media (max-width: 650px) {
    .s8_ka {
      width: 100%;
      margin-top: 28px; } }
.s8_ks {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: #fff;
  z-index: 9;
  border: 1px solid #e6e8ea;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.15);
  padding: 8px 18px;
  margin: 0;
  width: 185px;
  border-radius: 10px;
  display: none; }
  .s8_ks li {
    margin: 0;
    padding: 8px 0 8px 19px;
    position: relative;
    color: #838383;
    cursor: pointer;
    line-height: 1; }
    .s8_ks li:hover {
      color: #ffa200; }
    .s8_ks li.active:before {
      content: '\f00c';
      font-family: FontAwesome;
      font-size: 1.2rem;
      display: inline-block;
      left: 0;
      top: 8px;
      position: absolute; }
.s8_r {
  margin-top: 38px; }
.s8_rh {
  background-color: #fbfcfc;
  border: 1px solid #e9e9e9;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .s8_rh {
      padding: 16px 0; } }
  .s8_rh .tb .tb-cell {
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 767px) {
      .s8_rh .tb .tb-cell {
        padding-left: 16px;
        padding-right: 16px; } }
    @media (max-width: 450px) {
      .s8_rh .tb .tb-cell {
        padding-left: 12px;
        padding-right: 12px; } }
    .s8_rh .tb .tb-cell + .tb-cell {
      border-left: 1px solid #e8e8e8; }
.s8_rn {
  font-size: 3.6rem;
  color: #191c1f;
  white-space: nowrap; }
  @media (max-width: 380px) {
    .s8_rn {
      font-size: 2.4rem; } }
  .s8_rn .fa {
    color: #ffa200;
    font-size: 2.4rem; }
    @media (max-width: 380px) {
      .s8_rn .fa {
        font-size: 1.4rem; } }
.s8_ro {
  font-size: 1.2rem;
  color: #999; }
.s8_rm tr td {
  padding: 7px 4px;
  color: #1378e8;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.2rem; }
  .s8_rm tr td:first-child {
    text-align: right;
    padding-left: 0; }
  .s8_rm tr td:nth-child(2) {
    width: 300px; }
    @media (max-width: 600px) {
      .s8_rm tr td:nth-child(2) {
        width: 150px; } }
    @media (max-width: 450px) {
      .s8_rm tr td:nth-child(2) {
        width: 100px; } }
  .s8_rm tr td:last-child {
    padding-right: 0; }
.s8_rb {
  border: 1px solid #e9e9e9;
  margin-top: -1px; }
.s8_ri {
  padding: 23px 18px 23px 112px;
  position: relative; }
  @media (max-width: 767px) {
    .s8_ri {
      padding: 18px; } }
  .s8_ri + .s8_ri {
    border-top: 1px solid #e9e9e9; }
.s8_rq {
  background-color: rgba(220, 220, 220, 0.4);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 30px;
  font-size: 1.2rem;
  color: #999;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .s8_rq {
      position: absolute;
      left: 17px;
      top: 23px; } }
  .s8_rq b {
    font-size: 1.5rem;
    color: #191c1f; }
  .s8_rq .fa {
    color: #ffa200;
    font-size: 1.5rem;
    margin-left: 3px; }
  .s8_rq.noRate {
    display: none; }
@media (max-width: 767px) {
  .s8_rc {
    margin-top: 10px; } }
.s8_rk > p:last-child {
  margin-bottom: 0; }
.s8_ru {
  font-size: 1.3rem;
  color: #999898;
  padding-top: 5px; }
  .s8_ru small {
    font-size: 0.6rem;
    display: inline-block;
    vertical-align: 2px; }
.s8_rz {
  background-color: #fbfcfc;
  border: 1px solid #e9e9e9;
  padding: 35px 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .s8_rz {
      padding: 28px 18px; } }
.s8_g {
  background-color: #fbfcfc;
  border: 1px solid #e9e9e9;
  padding: 35px 18px; }
  @media (max-width: 767px) {
    .s8_g {
      padding: 20px 12px; } }
  .s8_g .s1_t {
    font-size: 2.4rem;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .s8_g .s1_t {
        font-size: 1.8rem;
        margin-bottom: 5px; } }
  @media (max-width: 991px) {
    .s8_g .s1_hd {
      font-size: 1.4rem; } }
  @media (max-width: 991px) {
    .s8_g .btn {
      width: 100%; } }
.s8_d {
  color: #666;
  line-height: 1.6; }
  .s8_d strong {
    color: #2c3236; }
.s8_gk {
  color: #666;
  display: block; }
  .s8_gk p {
    line-height: 1.6;
    margin: 20px 0 0; }
.s8_gt {
  font-size: 2.4rem;
  color: #000; }
  .s8_gt:before {
    content: '\f00c';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #61c054;
    color: #fff;
    font-size: 1.75rem;
    margin-right: 15px; }

.progress {
  height: 10px;
  overflow: hidden;
  background-color: #dcdcdc;
  border-radius: 5px;
  min-width: 100px;
  width: 100%; }
  @media (max-width: 400px) {
    .progress {
      min-width: 80px; } }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #ffa200; }

.map-canvas {
  width: 350px;
  height: 250px;
  overflow: hidden; }
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/static/js/leaflet/images/layers.png?fede46642f9d);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/static/js/leaflet/images/layers-2x.png?fede46642f9d);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */
.leaflet-marker-pane img{
		  border-radius: 22px;
		  height: 44px !important;
		  width: 44px !important;
	}
.marker-highlighted {
	display: block;
	width: 44px;
	height: 44px;
	border: 0px solid #eee;
	border-radius: 50%;
	position: relative;
}
.marker-highlighted:before {
	position: absolute;
	top: 50%;
	left: 60%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 44px;
	height: 44px;
	display: block;
	border-radius: 50%;
	background: #000;
	-webkit-animation: mymake 3s linear infinite;
	-o-animation: mymake 3s linear infinite;
	animation: mymake 1s linear infinite;
	z-index: -1;
}
.marker-highlighted:after {
	position: absolute;
	top: 50%;
	left: 60%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 44px;
	height: 44px;
	display: block;
	border-radius: 50%;
	background: #000;
	-webkit-animation: mymake 3s linear 1s infinite;
	-o-animation: mymake 3s linear 1s infinite;
	animation: mymake 2s linear 1s infinite;
	z-index: -1;
}
@-webkit-keyframes mymake {
	from { 
		width: 44px;
		height: 44px;
		opacity: 1;		
	}
	to { 
		width: 80px;
		height: 80px;
		opacity: 0;
	}
}
@-o-keyframes mymake {
	from { 
		width: 44px;
		height: 44px;
		opacity: 1;		
	}
	to { 
		width: 44px;
		height: 44px;
		opacity: 0;
	}
}
@-moz-keyframes mymake {
	from { 
		width: 44px;
		height: 44px;
		opacity: 1;		
	}
	to { 
		width: 80px;
		height: 80px;
		opacity: 0;
	}
}
@keyframes mymake {
	from { 
		width: 44px;
		height: 44px;
		opacity: 1;		
	}
	to { 
		width: 80px;
		height: 80px;
		opacity: 0;
	}
}
.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	display:none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */
.des-map .map-item-2 {
    left: 14%;
    top: 65%;
}
.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	background-color: #ffffff;
	}
.leaflet-popup-content {
    line-height: 1.4;
    padding: 8px 15px;
}
.leaflet-popup-content b {
        font-size: 14px;
}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	display:none;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
